::selection {
    background: #fbf248be;
    color: #000;
    text-shadow: none
}

body {
    font-family: Poppins, sans-serif !important
}

a {
    color: #000
}

a:hover {
    color: #fbf348
}

.header-logo-display {
    position: absolute;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px
}

.header-display.desktop.dark,
.header-display.desktop.dark .header-logo-display {
    background: #111
}

.header-display.desktop.dark .header-logo-display {
    position: relative
}

.container-fluid {
    width: 95%
}

.container.container-full {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%
}

.side-header-narrow-bar-logo.bg-color-primary.d-flex.justify-content-center {
    background-color: #000 !important
}

html.side-header-hamburguer-sidebar #header.side-header {
    background: unset
}

.hamburguer-btn .hamburguer span {
    background: #fbf348
}

.side-header-narrow-bar-content.d-flex.align-items-center.text-center.h-100 {
    background-color: #000 !important
}

.hamburguer-btn .close span {
    background: #fbf348
}

.hamburguer-btn .hamburguer span {
    position: absolute;
    left: -25px;
    width: 60px;
    height: 4px;
    transition: ease width .3s;
    transform: translateX(10px);
    border-radius: 0
}

html.side-header-hamburguer-sidebar-narrow-bar .body {
    margin-left: 70px
}

html.side-header-hamburguer-sidebar #header.side-header.side-header-lg {
    max-width: 100%
}

html.side-header-hamburguer-sidebar-narrow-bar #header.side-header {
    transform: translateX(50px)
}

#header .header-body {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, .5);
    transition: min-height .3s ease;
    width: 100%;
    border-top: 3px solid #ededed;
    border-bottom: 1px solid transparent;
    z-index: 1001
}

input.search-home {
    width: 75%;
    padding: 7px;
    border: unset;
    margin-right: -4px;
    height: 100%
}

.search-home::placeholder {
    font-size: .75vw !important;
    color: #111
}

button.button-search-home {
    height: 100%;
    width: 45px;
    background-color: #fbf348;
    border: unset
}

ul#mainNav a {
    font-size: 5vw !important;
    line-height: 4vw;
    color: #fbf348 !important
}

ul#mainNav a:hover {
    color: #fff !important
}

ul#mainNav {
    height: auto !important
}

form.search-menu {
    margin-left: -40px;
    margin-right: -40px
}

form.search-menu::placeholder {
    font-size: 13px !important
}

header.header-display {
    position: relative;
    z-index: 1
}

div#revolutionSlider_forcefullwidth {
    margin-top: -85px !important
}

.header-logo-display img {
    margin-left: 25px;
    width: 80%
}

.header-logo-image-wrap {
    flex: 0 0 15%
}

.menu-display {
    flex: 0 0 75%
}

nav.menu-display li {
    display: inline
}

nav.menu-display a {
    color: #fff;
    padding: 20px;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s;
    position: relative
}

nav.menu-display a:hover {
    color: #fbf348;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset
}

nav.menu-display a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 20px;
    left: 20%;
    background-color: #fbf348;
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

nav.menu-display a:hover:after {
    transform: scaleX(.6);
    transform-origin: bottom left
}

img.d-block.w-100.img-featured {
    height: auto;
    object-fit: cover
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 10%
}

.carousel-caption h1 {
    color: #fff !important
}

.carousel-caption p {
    color: #fbf348;
    font-size: 27px
}

.title-featured {
    width: 80%
}

h1 {
    font-size: 4em;
    line-height: 1em;
    font-weight: 800
}

h2 {
    font-size: 3em;
    line-height: 1em;
    font-weight: 700
}

h3 {
    font-size: 2.125em;
    line-height: 1em;
    font-weight: 700
}

h4 {
    font-size: 15px !important;
    line-height: 1.25em;
    font-weight: 700
}

h5 {
    font-size: 1em;
    line-height: 1em;
    font-weight: 700
}

p {
    line-height: 1.25em;
    color: #000;
    font-weight: 400;
    font-size: 15px !important
}

.the_title {
    text-transform: uppercase !important
}

.single-paragraph {
    font-size: 1vw;
    margin-top: .5em
}

.tag-featured {
    width: 70%;
    margin: auto;
    padding: 0 0 50px 0;
    text-align: center;
    text-transform: unset;
    margin-top: 50px;
    font-size: 21px !important
}

a.button-link {
    padding: 15px;
    margin-top: 20px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: #fbf348
}

a.button-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.content-about {
    font-size: 15px;
    color: #000;
    line-height: 1.25em
}

.button-about {
    padding: 15px;
    margin-top: 20px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: #fbf348
}

.button-about a {
    color: #000
}

.button-about a:hover {
    color: #fff;
    text-decoration: none
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

img.img-fluid.img-contact {
    height: 480px;
    object-fit: cover;
    margin-bottom: 20px
}

.information-contact p {
    font-size: 1em;
    color: #000;
    font-weight: 400
}

.information-contact h3 {
    font-size: 21px !important;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.information-contact {
    width: 80%
}

#footer {
    margin-top: 0;
    border: none !important
}

footer#footer {
    background: #111
}

.footer-copyright.footer-copyright-style-2.pt-4.pb-5 {
    background: #111 !important
}

.list-logo-footer ul li a {
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700
}

.list-sosial-media-footer ul li a {
    font-size: 1em;
    line-height: 1em;
    color: #fff !important;
    font-weight: 700
}

.list-bussiness-footer p {
    font-size: 13px !important;
    line-height: 1em;
    color: #fff !important;
    margin: 5px 0
}

#footer .footer-copyright.footer-copyright-style-2 {
    border-top: none !important
}

button.btn.btn-large.btn-block.btn-primary {
    padding: 11px 15px;
    margin-top: 20px;
    text-align: right;
    font-size: 1.125vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: #fbf348;
    border: unset;
    border-radius: unset
}

button.btn.btn-large.btn-block.btn-primary:hover {
    background-color: #000;
    color: #fbf348
}

.btn.btn-black {
    background-color: #000;
    color: #fff
}

.image-newest {
    display: block;
    width: auto;
    height: auto
}

.overlay-newest {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, .719)
}

.container-newest:hover .overlay-newest {
    opacity: 1
}

.judul-karya-newest {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
    width: 85%;
    line-height: 1em;
    margin: auto;
    margin-bottom: 15px
}

.kreator-karya-newest {
    color: #fbf348;
    font-size: .75vw;
    font-weight: 700;
    margin: 0;
    font-size: 20px !important
}

.newest-ovr-wrap {
    position: absolute;
    padding: 15px;
    bottom: 10%;
    width: 100%;
    text-align: center
}

.container-newest {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.active {
    color: #fbf348 !important;
    font-weight: 700 !important
}

.cat-list_item.active {
    font-weight: 700;
    color: #000 !important
}

.title-page-about * {
    color: #fff !important
}

.content-desc-about {
    margin-bottom: 150px
}

.content-desc-about p {
    font-size: 15px;
    line-height: 1.3em;
    color: #fff;
    font-weight: 500 !important
}

.list-services ul li {
    font-size: 15px;
    list-style-type: square
}

.title-our-service * {
    margin-bottom: 0
}

.list-services ul li span {
    font-size: 15px;
    position: relative;
    line-height: 1.2em;
}

img.img-fluid.img-our-service-about {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    margin-top: 20px;
    object-position: 20% 20%
}

.image-team {
    width: 400px;
    height: auto
}

.overlay-team {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: .3s ease;
    background-color: #fbf348
}

.container-img-team:hover .overlay-team {
    opacity: 1
}

img.img-overlay-team {
    width: 400px;
    height: auto;
    margin-top: 10px
}

.container-img-team {
    margin-top: 10px
}

.detail-team h4 {
    font-size: 25px;
    font-weight: 700
}

.detail-team p {
    font-size: 18px
}

.menu-catalog-active li {
    display: inline;
    padding: 10px
}

.menu-catalog-active a {
    color: #000;
    font-size: 20px
}

.menu-catalog-active a:hover {
    color: #000;
    font-weight: 700;
    transition: .3s
}

section.catalog {
    margin-top: 25px
}

.catalog-active {
    color: #000 !important;
    text-decoration: underline;
    font-weight: 700 !important
}

.header-logo-display .menu-display {
    margin-top: 7.5px;
    margin-right: 50px
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-next:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before {
    font-size: 40px
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #fbf348
}

#featured .owl-dots {
    margin-top: -50px;
    position: relative
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fbf348;
    width: 10px;
    height: 10px;
    margin-bottom: 4px
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0
}

.uk-position-small.uk-icon.uk-slidenav svg {
    color: #000;
    width: 20px;
    transition: .2s
}

#carouselExampleDark .uk-slidenav svg polyline {
    stroke-width: 3px
}

#carouselExampleDark button:hover .uk-slidenav svg,
.uk-position-small.uk-icon.uk-slidenav svg:hover {
    color: #fbf348;
    width: 20px
}

.header-row.flex-row.justify-content-center.py-5 {
    padding-top: 100px !important;
    padding-bottom: 10px !important
}

img.logo-menu-side {
    width: 17%
}

html.side-header-hamburguer-sidebar #header.side-header .header-logo {
    margin: 0
}

.our-team {
    position: relative;
    display: inline-block
}

.our-team .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.our-team:hover .img-top {
    display: inline
}

img.img-before-hover {
    width: 400px
}

.our-team:hover .img-top {
    display: inline;
    width: 400px
}

img.img-after-hover {
    width: 400px;
    position: relative;
    left: -3%
}

.arrow-slider-team {
    text-align: right;
    font-size: 2.25em
}

.arrow-slider-team span {
    color: #000;
    transition: .75s
}

.arrow-slider-team span:hover {
    color: #fbf348
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fbf348
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.py-5.about-home {
    padding: 4rem 0 2.5em 0 !important
}

nav.menu-display li {
    line-height: 34px
}

img.logo-planet {
    width: 63%;
    padding-top: 50px;
    display: table;
    margin: auto
}

.hamburguer-btn.active .close span {
    width: 55%
}

input.search-home-hamburger {
    width: 40%;
    border: unset;
    margin-right: -5px;
    padding: 5px;
    padding-left: 15px
}

button.button-search-home-hamburger {
    background-color: #fbf348;
    border: unset;
    width: 5%;
    padding: 5px
}

html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav>ul>li>a {
    height: auto;
    transition: .5s;
    font-weight: 700
}

.social-icons li a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: auto;
    line-height: 28px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px !important;
    margin: 5px
}

.header-social-icons.social-icons.social-icons-clean {
    margin: 0;
    margin-right: 5px
}

.social-icons li:hover a {
    background-color: transparent
}

.bi-facebook:hover,
.bi-instagram:hover,
.bi-twitter:hover {
    color: #fbf348
}

.social-hamburger p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 0
}

.social-hamburger {
    align-items: end !important;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    margin-right: 50px
}

.slider-container.rev_slider_wrapper.fullscreen-slider {
    height: 106vh !important
}

section.featured {
    margin-top: 60px
}

.img-news-funfact {
    scale: .9
}

.uk-active img.img-news-funfact {
    height: 100%;
    object-fit: cover;
    margin-top: 0 !important;
    transition: .5s;
    margin-left: 0;
    scale: 1
}

.uk-width-4-5 {
    margin: auto
}

a.uk-position-center-right.uk-position-small.uk-icon.uk-slidenav-next.uk-slidenav {
    position: absolute;
    right: 17%
}

a.uk-position-center-left.uk-position-small.uk-icon.uk-slidenav-previous.uk-slidenav {
    position: absolute;
    left: 17%
}

a.uk-slidenav svg polyline {
    stroke-width: 2.5
}

.side-header-narrow-bar-bottom.d-flex.justify-content-center {
    margin-top: -50px
}

.side-header-narrow-bar {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 70px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9992
}

.arrow-scroll-down {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100
}

i.bi.bi-chevron-compact-down {
    font-size: 5vw
}

html {
    scroll-behavior: smooth !important
}

.hamburguer-btn.active .close span {
    height: 3px
}

.carousel-indicators button.active {
    background-color: #fbf348 !important;
    opacity: 100%;
    margin-left: 3px;
    margin-right: 3px
}

.carousel-caption.d-none.d-md-block.content-slider-featured {
    text-align: left;
    padding-bottom: 50px;
    margin-left: -100px
}

.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
    color: #111
}

.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev:hover {
    color: #fbf348
}

.img-doodle-1 {
    left: -6%;
    width: 20%;
    top: 20vw
}

.doodle {
    position: absolute;
    z-index: 999
}

.doodle.doodle-contact {
    width: 300px;
    margin-top: -215px;
    right: 0
}

.doodle.doodle-about {
    left: 0;
    margin-left: -2.5vw;
    top: 10vh;
    width: 75%
}

.doodle.doodle-timeline {
    margin-left: -75px;
    top: 40%;
    width: 80%
}

.hamburguer-btn .hamburguer span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    transition: ease width .3s;
    border-radius: 0
}

.hamburguer-btn.hamburguer-btn-sticky-dark {
    transform: rotate(90deg);
    width: 5em;
    height: 3em;
    margin: 0
}

img.logo-footer {
    margin-left: -20px;
    width: 150px
}

#footer .footer-copyright p {
    color: #9b9999;
    margin: 0;
    padding: 0 10px 0 0 !important;
    font-size: 1em !important
}

#footer a {
    transition: 1s !important
}

#footer a:hover {
    color: #fbf348 !important
}

html .scroll-to-top {
    color: #fff !important;
    background: #40404080
}

html .scroll-to-top:hover {
    color: #fbf348 !important
}

.side-header .header-body {
    max-width: 97vw;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif !important;
    text-decoration: none !important;
    color: #111;
    margin: 0 0 15px 0
}

.page-header h1 {
    font-size: 17px !important;
}

.content-desc {
    font-size: 1.5vw
}

.newest-single-title {
    font-size: 21px !important
}

.grey-desc {
    position: absolute;
    bottom: -35px
}

.grey-desc p {
    line-height: 1.25em
}

.team-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s
}

.uk-slider-items li:hover .team-img-hover {
    opacity: 1 !important
}

.desc-team {
    margin: 15px 0;
    width: 90%
}

.modal .close {
    position: absolute;
    right: 0;
    padding: 15px
}

.modal .close span {
    color: #000
}

.modal-dialog {
    width: auto !important;
    max-width: 50% !important;
    margin: auto;
    top: 25%;
    left: 5%
}

.modal-header {
    border-bottom: none !important
}

.modal-footer {
    border-top: none !important
}

.modal-content {
    border-radius: 0 !important;
    background-color: #fbf348 !important
}

.uk-transition-toggle {
    margin: 2.5px !important
}

#timeline {
    scroll-behavior: smooth !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    height: auto;
    max-height: 40vw;
    cursor: grab
}

#timeline::-webkit-scrollbar {
    display: none
}

.timeline-img-padding {
    padding: 0 !important
}

.scroll-button-padding {
    padding: 0 2vw 0 0 !important
}

.timeline img {
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.button-scroll-wrapper .button-wrap {
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: center;
    align-content: center
}

.button-scroll-wrapper {
    background-color: #fbf348;
    height: 40vw;
    width: 80%
}

.button-wrap button span {
    font-size: 2vw;
    -webkit-text-stroke: 1px #000;
    transition: .5s
}

.button-wrap button:hover span {
    color: #fbf348;
    text-shadow: 2px 2px #000
}

.modal button.close {
    opacity: 1
}

.modal button.close span {
    font-size: 4vw;
    color: #fbf348;
    font-weight: 400;
    transition: .5s;
    text-shadow: none
}

.modal button.close span:hover {
    color: #000
}

.reveal {
    opacity: 0
}

.reveal.active-animation {
    transform: translateY(0);
    opacity: 1
}

.active-animation.fade-bottom {
    animation: fade-bottom 1s ease-in
}

.active-animation.fade-left {
    animation: fade-left 1s ease-in
}

.active-animation.fade-right {
    animation: fade-right 1s ease-in
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.nav-tabs {
    border: none;
    position: relative;
    left: -2vw
}

.tabs .nav-tabs .nav-item a {
    border: none !important;
    color: #000 !important;
    background: 0 0 !important;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase
}

.tabs .nav-tabs .nav-item a.active {
    color: #000;
    font-weight: 600 !important;
    text-decoration: underline
}

.tab-content {
    border: none;
    box-shadow: none;
    background-color: unset;
    margin-top: 1vw
}

.col-yellow {
    background-color: #fbf348 !important
}

.pilot-post {
    width: 15vw;
    height: 15vw;
    margin: auto
}

.pilot-post img {
    width: auto;
    height: auto;
    position: relative;
    max-width: 17vw;
    left: -1vw;
    top: -2vw
}

.pilot-title-wrap {
    text-align: center;
    padding: 15px
}

.pilot-title-wrap .title {
    font-size: 1vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px
}

.pilot-title-wrap .author {
    font-size: 1vw;
    font-weight: 500;
    color: #000;
    margin: 0
}

.catalog-item-wrap {
    left: 5%;
    position: absolute;
    top: 12.25%;
    z-index: 1;
    height: 25vh;
    width: 50%
}

.catalog-item-wrap .catalog-title {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    line-height: 1em;
    display: block
}

.catalog-item-wrap .catalog-author {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 1vw;
    display: block
}

.catalog-item-wrap .catalog-quote {
    height: 25%;
    max-height: 50%
}

.catalog-item-wrap button {
    display: block;
    border-radius: 0 !important;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 20px;
    text-decoration: none !important;
    text-decoration-color: unset !important;
    text-transform: uppercase
}

.catalog-item-wrap button:hover {
    background: #fbf348;
    color: #000;
    border: 1px solid #000
}

.catalog-item-wrap button::after,
.catalog-item-wrap button::before {
    text-align: none !important
}

.catalog-img-wrap {
    right: -50vw;
    position: absolute;
    margin-top: -5vw;
    bottom: 0
}

.catalog-img-wrap img {
    width: 50%
}

.absolute {
    position: absolute !important
}

.accordion .card {
    border: none !important
}

.accordion .card .card-header {
    border-bottom: .7px solid #000;
    border-radius: 0 !important
}

.accordion .card .card-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1em
}

.accordion .card .card-title a::after {
    font-size: 2vw !important;
    font-weight: 600;
    line-height: 2em
}

.accordion .accordion-toggle {
    padding: 1vw 0 !important
}

.accordion .card-body {
    padding: 15px 0
}

.accordion ul {
    padding: 0
}

.accordion .card-body ul li {
    list-style: none;
    padding: 2px 0
}

.accordion .card-body *,
.accordion .card-body ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 500
}

.accordion .form-check-input {
    border: 2px solid #000
}

.accordion .form-check-input:checked {
    background-color: #000;
    border-color: #000;
    background-image: none !important
}

.news-item-title {
    font-size: 14px !important
}

.menu-display ul {
    padding-left: 100px
}

.news-item-detail {
    margin: 30px 0;
    border-bottom: .7px solid
}

.doodle.doodle-news {
    bottom: 7vw;
    left: -6vw;
    width: 20vw;
    max-width: 100vw;
    z-index: 1
}

.card.card-default {
    background: unset
}

#accordion200 {
    z-index: 2;
    display: block;
    position: relative
}

section.dark-section {
    background: #111
}

.archive .page-header, .search .page-header {
    margin-top: 0;
    padding: 30px 30px
}

section.dark-section>*>*>*,
section.dark-section>*>*>*>*,
section.dark-section>*>*>*>*>* {
    color: #fff !important;
    line-height: 1.2em
}

.single-section .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*=owl-] {
    background-color: unset;
    border-color: unset;
    color: #000
}

.single-section .owl-carousel .owl-nav button.owl-next::before,
.single-section .owl-carousel .owl-nav button.owl-prev::before {
    font-size: 2em
}

.single-section .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*=owl-].hover,
.single-section .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*=owl-]:hover {
    background-color: unset;
    border-color: unset
}

.vh-10 {
    height: 100vh !important
}

#publishedBanner {
    background-size: cover !important;
    padding-top: 3em
}

#publishedBanner .owl-item .nav-link img {
    border-radius: 0 !important;
    border: 2px solid #000
}

.published-overlay {
    opacity: 0;
    transition: 1s;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: #efff08;
    top: 0;
    left: 0;
    padding: 8px 16px 8px 16px
}

.nav-link.active .published-overlay {
    opacity: .5
}

#publishedBanner .owl-stage-outer {
    overflow: visible;
    position: absolute;
    bottom: 0 !important
}

#publishedBanner {
    display: flex;
    flex-direction: column
}

.image-carousel-wrapper {
    overflow: hidden;
    position: relative;
    height: 25%;
    width: 90%;
    margin: auto
}

.banner-desc-wrapper {
    position: relative;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#publishedBanner .nav-link {
    padding: 0 !important
}

#publishedDesc p,
.single-paragraph,
.single-paragraph p {
    font-size: 1.5vw
}

.published-title-cta-btn {
    display: flex;
    justify-content: space-evenly
}

.btn-primary.yellow {
    background-color: #fbf348 !important;
    border-radius: 0;
    border: none;
    color: #000;
    font-size: 1.2vw;
    padding: 5px 20px
}

button a,
button a:hover {
    color: unset;
    text-decoration: unset !important
}

#publishedBanner .owl-nav {
    top: 82.5%;
    font-size: 1.5vw;
    width: 95%;
    left: 2%
}

.text-justfify,
.text-justify p {
    text-align: justify !important
}

.single-news-title {
    display: flex
}

article p {
    font-size: 1.5vw
}

.menu.current {
    color: #fbf348 !important
}

.menu.current:after {
    transform: scaleX(.5);
    transform-origin: bottom left;
    left: 25%
}

.menu.current:hover:after {
    transform: scaleX(.5);
    transform-origin: bottom left;
    left: 25%
}

.modal-body p {
    font-size: 1em !important
}

.search-home:-webkit-input-placeholder {
    font-size: 10px
}

span.catalog-title {
    font-size: 4vw !important
}

.doodle.doodle-contact {
    width: 350px;
    margin-top: -80px;
    right: -100px
}

.modal-body {
    padding: 0;
    margin: 0
}

.modal-footer {
    padding: 0
}

.modal-header {
    padding: 0
}

#mainPilotBanner {
    height: 50vh;
    position: relative
}

.mainPilotBannerDesc {
    margin: 50px;
    position: absolute;
    bottom: 0
}

html .btn-primary.focus,
html .btn-primary:focus {
    color: unset !important
}

.title-new-funfact h3 {
    color: #000
}

.side-news-text {
    display: none
}

.uk-active .side-news-text {
    display: block
}

#main {
    overflow-x: hidden
}

.archive .judul-karya-newest, .search .judul-karya-newest {
    font-size: 2vw
}

.featured-slider-author {
    font-size: 20px !important
}

.archive .page-header .container-fluid, .search .page-header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.side-header form.search-menu{
    margin-bottom: 25px;
}

#singlePilot {
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.addtoany_content_bottom {
    text-align: center;
}