/*=============================================================================================
    Company    : Faberhost Indonesia - faberhost.com
    Document   : Stylesheet
    Author     : Faberhost Team
==============================================================================================*/

html {
    scroll-behavior: smooth;
}

.black-logo--version.headroom--sticky.headroom--not-bottom {
    background: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
}

.object-submenu li ul li {
    padding-left: 20px;
}


/* .object-submenu li ul li ul li {
    padding-left: 40px;
} */

.object-custom-menu li.single-menu>a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
}

.carousle-slider .content-text-white h5 {
    overflow: hidden;
    max-height: 40px;
    font-family: "Montserrat", sans-serif;
    /*font-weight: bold;*/
}

.carousle-slider .content-text-white h5,
.carousle-slider .content-text-white p {
    color: #045e8d;
}

.carousle-slider .content h5:hover {
    color: #26aeeb;
}

.blog-grid-minimal.minimal-style-2 {}

.bk-blog-grid-area {
    position: relative;
    padding: 80px 0px 90px;
}

.bk-blog-grid-area .icon-one {
    position: absolute;
    left: 0px;
    top: 200px;
    width: 77px;
    height: 292px;
    background-repeat: no-repeat;
}

.bk-blog-grid-area .icon-two {
    position: absolute;
    left: 140px;
    top: 410px;
    width: 59px;
    height: 59px;
    background-repeat: no-repeat;
}

.bk-blog-grid-area .icon-six {
    position: absolute;
    left: 0px;
    top: 432px;
    width: 459px;
    height: 559px;
    background-repeat: no-repeat;
}

.bk-blog-grid-area .icon-three {
    position: absolute;
    right: -219px;
    top: 230px;
    width: 413px;
    height: 464px;
    background-repeat: no-repeat;
}

.bk-blog-grid-area .icon-four {
    position: absolute;
    right: 0px;
    top: 200px;
    width: 199px;
    height: 337px;
    background-repeat: no-repeat;
}

.brook-about-area.bg-shape-2 {
    background-image: url(../img/slider/revolution/slider-3.png);
    background-repeat: no-repeat;
    background-position: left top 170px;
}

.pict-bg-area-1:before {
    position: absolute;
    content: '';
    left: -220px;
    top: 1220px;
    width: 894px;
    height: 770px;
    /*background: url(../img/icons/pattern-12.png) no-repeat;*/
}

.about-section .icon-layer {
    position: absolute;
    right: 0px;
    top: -40px;
    width: 521px;
    height: 852px;
}

.brook-brand-area {
    position: relative;
    padding: 80px 0px 80px;
}

.brook-brand-area-1 .inner-column:before {
    position: absolute;
    /*content: '';*/
    right: 70px;
    top: 190px;
    width: 1894px;
    height: 770px;
    /*background: url(../img/slider/revolution/slider-10.png) no-repeat;*/
}

.inner-column-1 {
    position: relative;
    /*content: '';*/
    /*right: -694px;
    bottom: 498px;
    width: 1894px;
    height: 770px;*/
    background: url(../img/slider/revolution/slider-10.png) no-repeat;
    /*height: 500px;*/
}


/*.brook-brand-area-3 .inner-column:before {
    position: absolute;
    content: '';
    !*right: 70px;*!
    top: 90px;
    width: 894px;
    height: 770px;
    background: url(../img/icons/pattern-10.png) no-repeat;
}*/


/*
.pict-bg-area-1 .pattern-layer {
    position: absolute;
    !*top: 10px;*!
    width: 100%;
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/

.pict-bg-area-1 .icon-layer {
    position: absolute;
    right: 0px;
    /*top: -40px;*/
    width: 521px;
    height: 452px;
}

.pict-bg-area-1 .icon-layer-1 {
    position: absolute;
    left: -300px;
    top: 1379px;
    width: 521px;
    height: 452px;
}

.subsidiaris-section .pattern-layer {
    position: absolute;
    right: 54px;
    bottom: 570px;
    width: 100%;
    height: 888px;
    background-repeat: no-repeat;
}

.subsidiaris-section .icon-six {
    position: absolute;
    left: 0;
    bottom: 515px;
    width: 1159px;
    height: 859px;
    margin-left: -80px;
    background-repeat: no-repeat;
}

.subsidiaris-section .icon-three {
    position: absolute;
    left: 30%;
    top: 3186px;
    width: 59px;
    height: 59px;
    margin-left: -80px;
    background-repeat: no-repeat;
}

.subsidiaris-section .icon-two {
    position: absolute;
    right: 160px;
    /*top: 170px;*/
    width: 83px;
    height: 71px;
    background-repeat: no-repeat;
}

.bk-blog-grid-area .icon-seven {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/* Bob Up Down*/

@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.subsidiaris-section .icon-one {
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.subsidiaris-section .icon-two {
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.subsidiaris-section .icon-three {
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float_left_right_two {
    0% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(0px);
        opacity: 0.80;
    }
    100% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
}

@keyframes float_left_right_two {
    0% {
        transform: translateX(-30px);
        opacity: 1;
    }
    50% {
        transform: translateX(0px);
        opacity: 0.80;
    }
    100% {
        transform: translateX(-30px);
        opacity: 1;
    }
}

.footer-wifer {
    position: relative;
    /*height: 850px;*/
    z-index: 2;
}

.brook-footer-area {
    /*background-image: url(../img/bg/pattern-4.png);*/
    background-color: #005c8b;
}

.title-inverel-1 a {
    color: #205f8d;
}

.title-inverel-1 a:hover {
    color: #fff;
}

.title-inverel-1 .post-meta .post-date:hover,
.title-inverel-1 .post-meta .post-categosry:hover {
    color: #fff;
}

.single-svg-icon-box:hover .title-inverel-1 a,
.single-svg-icon-box:hover .title-inverel-1 .post-date,
.single-svg-icon-box:hover .title-inverel-1 .post-category {
    color: #fff;
}

.link-copyright-right li {
    list-style-type: none;
    color: #fff;
    font-size: 12px;
    display: inline-block
}

.link-copyright-right a {
    color: #fff;
}

.link-copyright-right a:hover {
    color: #01adeb;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1024px) {
    .manu-hamber {
        display: none;
    }
}

@media (min-width: 1025px) {
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump {
        /*margin-top: 140px;*/
        display:none;
    }
}

.tooltip {
    position: absolute;
    z-index: 10700;
    display: inline;
    width: 200px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
    text-decoration: none;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: left;
    margin-left: 5px;
    text-indent: 0;
    background-color: #808080;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 5px;
    height: 2px;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.area-tooltip {
    position: absolute;
    visibility: hidden;
}

.bg-dark-blue {
    background: #015289;
}

.submenu-content a span {
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    margin: 10px 10px;
}

.submenu-content a {
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.submenu-content a span {
    color: #fff;
    font-size: 14px;
}

.submenu-content a span:hover {
    background: #00aeeb;
    border-radius: 50px;
    padding: 10px;
}

.submenu-content a.is-checked span {
    color: #fff!important;
    background: #00aeeb;
    border-radius: 50px;
    padding: 10px;
}

.width-icon-vision img {
    width: 150px;
    margin-bottom: 10px;
}

.jarak-olist ol li {
    line-height: 1.8em;
    padding-bottom: 10px;
}

.text-rups a {
    color: #000;
}

.text-rups .heading-h4 a,
.text-rups .heading-h6 a {
    color: #000;
}

.text-rups .heading-h4 a:hover,
.text-rups .heading-h6 a:hover {
    color: #015289;
}

.max-width-200 {
    max-width: 200px;
    min-height: 360px;
}

.max-width-240 {
    max-width: 240px;
    min-height: 490px;
}

.white-text-desc h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    /*  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;*/
}

.white-text-desc h5:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    /*-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;*/
    background: currentColor;
}

.bg-color-abm .card-header h5:hover {
    color: #b0f9aa;
}

.bg-color-abm .card-header {
    background: #72aa44;
    text-align: left;
    min-height: 100px
}

.bg-color-abm .card-body {
    background: #87c457;
    color: #fff;
    text-align: left;
}

.location_1 {
    position: relative;
    left: 0px;
}

.location_2 {
    position: relative;
    left: 160px;
}

.location_3 {
    position: relative;
    left: 350px;
}

.location_4 {
    position: relative;
    left: 500px;
}

.location_5 {
    position: relative;
    left: 670px;
}

.location_6 {
    position: relative;
    left: 850px;
}

.white-gradient-28 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(var(--white)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, var(--white) 100%);
}

.bg-white-gradient-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-white-gradient:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 40%, #fff 100%);
    /*background: rgb(255,255,255);*/
    /*background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 40%, rgba(255,255,255, 0.8) 100%); !* Standard syntax (must be last) *!
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 40%, rgba(255,255,255, 0.3) 100%); !* Standard syntax (must be last) *!*/
}

.headroom--sticky.headroom--not-top .header-flex-right .popup-search-wrap a.btn-search-click {
    color: #015289;
}

.header-default.light-logo--version .mainmenu-wrapper .page_nav ul.mainmenu li a:hover {
    color: #015289;
}

.bg_image--1:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 0) 60%);
}

.bg_image--1:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7) 90%, #fff 100%);
}

.bg_image--2:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 50%, #fff 100%);
}


/*.bg_maps_gray:before{
    background: linear-gradient(to bottom, rgba(245,245,245,0.3)36%, rgba(245,245,245, 1) 100%);

    !*background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(132, 132, 132, 0)), to(rgba(132, 132, 132, 0.8)));
    background-image: linear-gradient(to bottom, rgba(132, 132, 132, 0.2) 20%, #fff 100%);*!
}*/


/*

.bg_image--2:after {
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 1%, rgba(255,255,255, 0.02) 40%)
}
*/


/*.content_feed__background:before {
    background: linear-gradient(to top, rgba(255,255,255,0.8) 36%, rgba(255,255,255,0) 60%);
}*/

.content_feed__background:before {
    /*background: linear-gradient(to bottom, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 60%);*/
}

.content_feed__background_2 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.7) 100%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.lokasi_subs_home:hover {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-filter: alpha(opacity=100);
    -moz-filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -o-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 100%;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -0-opacity: 1;
    opacity: 1;
}

.lokasi_subs_home:hover>.lokasi_subs_home {
    display: block;
}

.lokasi_subs_home {
    width: 183px;
    display: inline-block;
    position: relative;
    margin: 0px 6px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-filter: alpha(opacity=10);
    -moz-filter: alpha(opacity=10);
    -ms-filter: alpha(opacity=10);
    -o-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
}

.bg_tranparent_white:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 60%, #fff 100%);
}


/*.bg_image--52:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 40%, #fff 100%);
}*/

.bg_image--52:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

a.brook-btn.bk-btn-theme-border,
button.brook-btn.bk-btn-theme-border {
    border-color: #26aeeb!important;
    background: #26aeeb;
    color: #fff!important;
}

a.brook-btn.bk-btn-theme-border:hover {
    border-color: #87c457!important;
    background: #87c457!important;
    color: #fff!important;
}

a.btn-custom.btn-xs-size {
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
}

.content-feed__background {
    transition: all ease 3.5s;
    margin-bottom: 1.875rem;
}

.content-feed__background.is--animate {
    opacity: 1;
}


/*.content_feed__background {
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 100%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}*/

.content_feed__background {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.7) 100%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.content_feed__background:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 1)));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4) 10%, #fff 100%);
}


/*.content_feed__background .is--animate:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 60%, #fff 100%);
}*/

.content_feed__title a:after {
    bottom: -.1875rem;
}

.content_feed_title_links a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    position: absolute;
    bottom: 4px;
    right: -.875rem;
    background-size: contain;
    transition: all ease 0.45s;
    display: block;
    font-size: 15px;
    /*font-size: 20px;*/
    font-weight: bold;
}

.content_feed_title_links {
    margin: 10px 0 40px 0px;
}

.content_feed_title_links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding-bottom: 2px;
    /*font-size: 22px;*/
    line-height: 1.5rem;
}

.content_feed_title_links a {
    color: #007dbb;
    font-weight: normal;
    /*font-weight: bold;*/
    transition: all ease 0.3s;
    position: relative;
    font-size: 18px;
    line-height: .8125rem;
}


/*Owl Carousel Sapto*/

.content-feed__items .owl-carousel {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.content-feed__items .owl-stage {
    padding-left: 0 !important;
}

.content-feed__items .owl-stage-outer {
    overflow: visible !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-feed__items .owl-controls {
    clear: both;
}

.content-feed__items .owl-prev,
.content-feed__items .owl-next {
    font-size: .8125rem;
    font-weight: bold;
    color: #007dbb;
    margin-top: 1.875rem;
    position: static;
    background: none;
    box-shadow: none;
    border: solid 2px;
    padding: 5px;
    border-radius: 3px;
}

@media print,
(min-width: 48em) {
    .content-feed__items .owl-prev,
    .content-feed__items .owl-next {
        font-size: 1rem;
    }
}

.content-feed__items .owl-prev,
.content-feed__items .owl-next {
    transition: all ease 0.45s;
}

.content-feed__items .owl-prev:before,
.content-feed__items .owl-prev:after,
.content-feed__items .owl-next:before,
.content-feed__items .owl-next:after {
    opacity: 1;
    transition: all ease 0.45s;
    display: inline-block;
    content: '\2794';
    padding: 0 .3125rem;
}

.content-feed__items .owl-prev.disabled,
.content-feed__items .owl-next.disabled {
    opacity: 0;
}

.content-feed__items .owl-prev {
    float: left;
}

.content-feed__items .owl-prev:before {
    -webkit-transform: translateY(2px) rotate(180deg);
    transform: translateY(2px) rotate(180deg);
}

.content-feed__items .owl-prev:hover:before {
    -webkit-transform: translateY(2px) translateX(-5px) rotate(180deg);
    transform: translateY(2px) translateX(-5px) rotate(180deg);
}

.content-feed__items .owl-prev:after {
    content: '';
}

.content-feed__items .owl-next {
    float: right;
}

.content-feed__items .owl-next:before {
    content: '';
}

.content-feed__items .owl-next:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.content-feed__item {
    overflow: hidden;
    transition: all ease 0.45s;
    box-shadow: 0px 2px 20px -3px rgba(50, 50, 50, 0.22);
    background: #fff;
}

.content-feed__image-container {
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

.content-feed__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    transition: all ease .4s;
    z-index: 1;
}

.content-feed__item h3 {
    font-family: "Public Sans"Arial, Helvetica, sans-serif;
    font-size: .9375rem;
    line-height: 1.5;
    position: relative;
    color: #015289;
    font-weight: bold;
    padding: .9375rem 2.1875rem;
}

.content-feed__item h3:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    position: absolute;
    top: 1.1875rem;
    left: 1rem;
    display: block;
    font-size: 20px;
}

.carousle-slider .height_normal {
    /*padding: 0 10px 10px;*/
    background: #fff;
    /*min-height: 150px;*/
}

.carousle-slider .height_img_release img {
    height: auto;
}

.carousle-slider .height_normal h5 {
    font-size: 14px!important;
    position: relative;
    /*padding: 0 30px;*/
    min-height: 41px;
    height: 41px;
    /* height: 60px; */
    overflow: hidden;
    word-break: break-word;
}


/*
.carousle-slider .height_normal h5:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    position: relative;
    top: 39px;
    left: -25px;
    display: block;
    font-size: 20px;
}*/

.fa-icon-paste:before,
.fa-icon-clipboard:before {
    content: "\f0ea";
}

.font__weight-light {
    font-weight: 300;
}

.font__size-16 {
    font-size: 16px;
}

.font__size-18 {
    font-size: 1.125rem;
}

.line__height-30 {
    line-height: 30px;
}

.map-opened .brk-map__opener-section_classic {
    height: 50px;
}

.brk-map__opener-section {
    background-color: rgba(255, 255, 255, .8);
    white-space: nowrap;
}

.brk-map__opener-section {
    position: relative;
    /*top: 0px;*/
    /*left: 0;*/
    width: 100%;
    /*height: 100%;*/
    /*z-index: 9;*/
    text-align: center;
}

.brk-map__opener_classic {
    /*  top: 6px;
    left: 43%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-11%,10%);*/
    height: 65px;
    text-align: center;
    width: 100%;
    /*overflow: hidden;*/
    /*letter-spacing: .02em;*/
}

.map-opened .brk-map__opener_classic .brk-map__second:nth-child(2) {
    display: block;
}

.brk-map__opener_classic .brk-map__second:nth-child(2),
.map-opened .brk-map__opener_classic .brk-map__second:nth-child(1) {
    display: none;
}

.brk-map__opener_classic .brk-map__second {
    font-size: 24px;
    position: relative;
    color: #005c8b;
    padding-top: 5px;
}

.brk-map__opener_classic .brk-map__second i {
    vertical-align: 0;
    font-size: 24px;
    margin: 0 10px;
    padding-top: 15px;
}

.brk-lightning-effect {
    position: relative;
    /*overflow: hidden;*/
    display: inline-table;
    padding: 5px 0 0 0;
    font-family: montserrat;
    color: #005c8b;
}

.brk-map__opener {
    position: relative;
    /*z-index: 99;*/
    cursor: pointer;
}

.font__weight-semibold {
    font-weight: 600;
}

.overlow_nohide .slick-list {
    overflow: inherit!important;
}

.row-no-gutter>[class*=col] {
    padding-left: 0;
    padding-right: 0;
}

.jarak-antarbawah p {
    margin-bottom: 8px!important;
}

.jarak-antarbawah ul {
    padding-left: 18px!important;
}

.jarak-antarbawah ul li {
    line-height: 1.5em;
    padding-bottom: 10px;
    font-size: 16px;
}

.rs-background-video-layer video {
    visibility: inherit !important;
}


/*End Owl Carousel Sapto*/


/*swipper*/

video_text_overlay .btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 200;
}

#lab_video_text_overlay .btn-warning {
    background-color: #F5D328;
}

#lab_video_text_overlay {
    position: absolute;
    color: #FFF;
    width: 100%;
    top: 25%;
}

#lab_video_text_overlay .container {
    text-align: center;
    margin: 0px auto;
    background-color: #669900;
}

@media only screen and (max-width: 575px) {
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump li,
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump li a {
        font-size: 10px!important;
    }
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .heading.heading-h1 {
        font-size: 16px;
    }
    .d-sm-none {
        display: none!important;
    }
    .sm-non-volunter .volunteer {
        display: none
    }
    .jquery-accordion-menu ul ul.submenu-sidebar>li>a {
        padding-left: 40px!important;
    }
    
    .jquery-accordion-menu ul ul.level-3 li a,
    .jquery-accordion-menu ul ul.submenu-sidebar>li>ul.level-3>li>a{
        padding-left: 60px!important;
    }
    .jquery-accordion-menu {
        /* max-height: 300px;
        overflow-y: scroll; */
    }
    .jquery-accordion-menu-header:after {
        position: absolute;
        top: 23px;
        right: 22px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /* content: "\f104"; */
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "\f107";
        font-size: 18px;
        color: #f1f1f1;
    }
    #rev_slider_2_1 .tp-caption {
        top: 280px;
    }
    
}

@media screen and (max-width:991px) {
    #lab_video_text_wrap {
        height: 300px;
    }
    .flexslider {
        height: auto!important;
    }
    .breadcaump-inner {
        width: 100%;
        position: absolute;
        top: 160px!important;
    }
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump {
        padding: 0;
        margin: 0;
        margin-top: 80px;
    }
    .breadcaump-area img {
        height: auto!important;
    }
    .footer-contact-detail dt {
        width: 14%!important;
    }
    .footer-contact-detail dd.detail-desc {
        width: 82%!important;
    }
    .custom_disclosures .post-content h5.heading {
        max-width: 200px!important;
    }
    #rev_slider_2_1 .rev-btn {
        padding: 10px;
    }
    .scroll-arrow-bottom {
        display: none!important;
    }
    .position-search-c {
        position: relative!important;
        top: 0px!important;
    }
    .position-search-g {
        position: relative!important;
    }
    .heade-home-abm {
        line-height: 1!important;
    }
    .sushome-wrapper,
    .news-home-wrapper {
        width: 91%!important;
    }
    .sushome-wrapper .sushome-item,
    .news-home-wrapper .news-home-item {
        float: left;
        width: 50%!important;
        position: relative;
    }
    .news-home-wrapper .news-home-item {
        float: left;
        width: 50%!important;
        position: relative;
    }
    .bg-subs-number .border-right-numb:nth-child(2) {
        border-right: none;
        /*margin: 20px 0;*/
    }
    .bg-subs-number .border-right-numb:nth-of-type(3) {
        border-right: 1px dotted #fff!important;
        /*margin-right: 0px !important;*/
    }
    .bg-subs-number .border-right-numb:nth-child(4) {
        border-right: none;
        /*margin: 20px 0;*/
    }
}

@media screen and (max-width:767px) {
    .title_link_company h3 {
        font-size: 18px;
    }
    #jquery-accordion-menu ul.sidebar-menu-accordi {
        display: none;
    }
    .jquery-accordion-menu-header:after {
        position: absolute;
        top: 23px;
        right: 22px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /* content: "\f104"; */
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "\f107";
        font-size: 18px;
        color: #f1f1f1;
    }
     .jquery-accordion-menu ul ul.submenu-sidebar>li>a {
        padding-left: 40px!important;
    }
    .jquery-accordion-menu ul ul.level-3 li a, .jquery-accordion-menu ul ul.submenu-sidebar>li>ul.level-3>li>a  {
        padding-left: 60px!important;
    }
    .popup-search-wrap {
        padding-top: 10px;
    }
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump {
        padding: 0;
        margin: 0;
        margin-top: 59px;
    }
    .breadcaump-inner {
        width: 100%;
        position: absolute;
        top: 80px!important;
    }
    .title-job,
    .company-job,
    .department-job,
    .city-job {
        width: 100%!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-left: 0!important;
        padding-right: 0!important;
        margin-bottom: 0px;
    }
    .list-job-vacancie h5,
    .list-job-vacancie p {
        border: none!important;
    }
    .list-job-vacancie {
        display: contents!important;
    }
    .scroll-arrow-bottom {
        display: none!important;
    }
    /*Fly Right All*/
    .fly-icon-right {
        position: fixed!important;
        right: 0;
        z-index: 10;
        width: 100%;
        bottom: 0!important;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        top: inherit !important;
        margin-top: 0 !important;
    }
    .zoom-ease .perantaranya .thumb img {
        max-width: 100%;
        width: 100%;
    }
    .right-icon-1 {
        width: 33.333333%;
        background: #26aeeb;
        padding: 10px;
        border-left: 1px solid #73cdf4;
        flex-grow: 1;
        height: 60px;
        position: relative;
    }
    .right-icon-1 .icon-rightnya {
        color: #fff;
        padding: 10px;
        font-size: 20px;
        margin: 0;
    }
    .right-icon-1 .fly-text-title {
        display: none;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        margin: 0;
        line-height: 1em;
    }
    .right-icon-1:hover {
        background: #87c457;
    }
    /*Fly Right All*/
    /* sm-bg-green discluser */
    .sm-bg-green .custom_disclosures {
        background: #87c457!important;
    }
    .sm-bg-green:hover .grid-overlay {
        background: #fff!important;
    }
    .sm-bg-green .custom_disclosures .post-content h5 a {
        color: #fff!important;
    }
    .sm-bg-green:hover .custom_disclosures .post-content h5 a {
        color: #0c5188!important;
    }
    .sm-bg-green .post-content h5,
    .sm-bg-green .post-meta .post-date,
    .sm-bg-green .post-meta .post-category,
    .sm-bg-green .post-content .post-category a,
    .sm-bg-green .post-arrow span {
        color: #fff!important;
    }
    .sm-bg-green .post-content:hover h5,
    .sm-bg-green:hover .post-meta .post-date,
    .sm-bg-green:hover .post-meta .post-category:before,
    .sm-bg-green:hover .post-content .post-category a {
        color: #333!important;
    }
    .sm-bg-green:hover .post-meta .post-date,
    .sm-bg-green:hover .post-arrow span {
        color: #26aeeb!important;
    }
    /* End sm-bg-green discluser */
    /* sm-bg-white discluser */
    .sm-white-bg .custom_disclosures {
        background: #fff!important;
    }
    .sm-white-bg:hover .grid-overlay {
        background: #ade083!important;
    }
    .sm-white-bg .custom_disclosures .post-content h5 a {
        color: #0c5188!important;
    }
    .sm-white-bg:hover .custom_disclosures .post-content h5 a {
        color: #fff!important;
    }
    .sm-white-bg .post-content h5,
    .sm-white-bg .post-meta .post-date,
    .sm-white-bg .post-meta .post-category,
    .sm-white-bg .post-content .post-category a,
    .sm-white-bg .post-arrow span {
        color: #26aeeb!important;
    }
    .sm-white-bg .post-content:hover h5,
    .sm-white-bg:hover .post-meta .post-date,
    .sm-white-bg:hover .post-meta .post-category:before,
    .sm-white-bg:hover .post-content .post-category a {
        color: #333!important;
    }
    .sm-white-bg:hover .post-meta .post-date,
    .sm-white-bg:hover .post-arrow span {
        color: #26aeeb!important;
    }
    /* End sm-bg-white discluser */
    .bg_image--52 {
        background-position: 80%!important;
    }
}

@media screen and (max-device-width: 700px) and (orientation: landscape) {
    .jquery-accordion-menu ul ul.submenu-sidebar>li>a {
        padding-left: 40px!important;
    }
    
    .jquery-accordion-menu ul ul.level-3 li a,
    .jquery-accordion-menu ul ul.submenu-sidebar>li>ul.level-3>li>a {
        padding-left: 60px!important;
    }
    .right-icon-1 {
        height: 40px;
        padding: 1px!important;
    }
    .jquery-accordion-menu-header:after {
        position: absolute;
        top: 23px;
        right: 22px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /* content: "\f104"; */
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "\f107";
        font-size: 18px;
        color: #f1f1f1;
    }
    .sm-landscape {display:none;}
    .career-1 .namedesk {
        min-height: 1040px!important;
    }
    .ckb-subconten .namedesk {
        min-height: 380px!important;
    }
     h3.heading-bigsize {
        font-size: 35px!important;
        font-weight: bold;
        line-height: 1em;
    }
    .teks-font-size-30,
    .h3.heading-h3.font-32 {
        /* font-size: 30px; */
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .jquery-accordion-menu ul ul.submenu-sidebar>li>a {
            padding-left: 40px!important;
        }
        .jquery-accordion-menu ul ul.level-3 li a, .jquery-accordion-menu ul ul.submenu-sidebar>li>ul.level-3>li>a {
            padding-left: 60px!important;
        }
        .right-icon-1 {
            /*height: 40px;*/
            padding: 10px!important;
        }
        .jquery-accordion-menu-header:after {
            position: absolute;
            top: 23px;
            right: 22px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            /* content: "\f104"; */
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "\f107";
            font-size: 18px;
            color: #f1f1f1;
        }
        #scroll_bg_image {
            /* position: fixed; */
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: translateZ(0);
            will-change: transform;
            z-index: 1;
        }
         .bg_image--52 {
            background-position: 68% -350px!important;
            /* background-position: 70% -210px!important; */
            /* background-size: contain!important; */
            background-attachment: initial!important;
            /* background-attachment: scroll!important; */
           /* position: fixed;*/
            /* height: 120%; */
        }
    }
}

@media screen and (max-width:650px) {
    #lab_video_text_wrap {
        height: 250px;
    }
    #lab_video_text_overlay h2 {
        font-size: 2em;
    }
    #lab_video_text_overlay p {
        font-size: .9em;
    }
}


/*End Swipper*/

.height_banner_700 {
    height: 718px
}

video #myVideo2 {
    height: 718px!important;
}

@media only screen and (max-width: 770px) and (min-width: 550px) {
    .position-relative-mvc,
    .gambar-mvc-fixed {
        display: none!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .mainmenu-wrapper {
    display: none!important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mainmenu-wrapper {
        display: none!important;
    }
    .popup-search-wrap {
        padding-top: 10px;
    }
    .breadcaump-area img {
        height: auto!important;
    }
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump {
        margin-top: 120px!important;
    }
    .breadcaump-inner {
        top: 160px!important;
    }
}

@media only screen and (min-width: 1500px) {
    /* Layar Min 1400px */
    .wrapper {
        position: relative;
        max-width: 1508px;
        margin: 0 auto;
        background-color: #fff;
        min-height: 100%;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
    .wrapper .header-default {
        position: fixed;
        max-width: 1508px;
        left: unset;
        /* margin: 0 auto; */
        /* left: 0px; */
    }
    .wrapper .headroom--sticky.headroom--not-top {
        /* left: 512px; */
    }
    .sushome-wrapper,
    .news-home-wrapper {
        max-width: fit-content!important;
    }
    .brook-footer-area {
        position: relative;
        max-width: 1508px;
        margin: 0 auto;
        /*background-color: #fff;*/
        min-height: 100%;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
    .rev_slider_wrapper {
        position: relative;
        max-width: 1508px;
        margin: 0 auto;
        text-align: center;
        /*background-color: #fff;*/
        /*min-height: 100%;*/
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
        left: 0px!important;
    }
    /* End Layar Min 1400px */
}


@media only screen and (min-width: 1400px) {
    .position-relative-mvc {
        top: 10px;
        left: 100px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1300px) {
    .position-relative-mvc .position-parama-logo {
        top: 330px;
        left: 525px;
    }
    .position-relative-mvc .position-pbr-logo {
        /*top:530px;*/
        left: 688px;
    }
    .position-relative-mvc .position-atr-logo {
        /*top:530px;*/
        left: 1196px;
    }
}

@media only screen and (max-width: 991px) {
    .info-box__wrapper-strict .btn-sliding-left {
        left: 145px;
    }
    .mobile-full-width-mvc img {
        width: 98%;
    }
    /*.career-1 .namedesk {
        min-height: auto!important;
        margin-bottom:0px!important;
    }
     .career-1 .namedesk p {
        min-height: auto!important;
    }*/
}

@media screen and (max-width: 480px) {
    .timeline-series dd {
        padding-left: 0px;
        width: 100%;
        /* word-break: break-word; */
        /* overflow: hidden; */
        max-width: 400px;
        
    }
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump {
        padding: 0;
        margin: 0;
        margin-top: 65px;
    }
    .footer-contact-detail dt {
        width: 14%!important;
    }
    .footer-contact-detail dd.detail-desc {
        width: 82%!important;
    }
    .sushome-wrapper,
    .news-home-wrapper {
        width: 100%!important;
    }
    #rev_slider_2_1 .rev-btn {
        padding: 5px!important;
        font-size: 10px;
    }
    .team-boc-popup img,
    .team-popup img {
        width: 100%;
    }
    .name-asteam {
        clear: both;
        padding-top: 20px;
    }
    .career-1 .namedesk,
    .career-1 .namedesk p,
    .ckb-mvc .namedesk,
    .ckb-subconten .namedesk,
    .sustain-sub .namedesk {
        min-height: 100%!important;
    }
    .custom_disclosures .post-content h5.heading {
        max-width: 250px!important;
    }
    .bg-subs-number {
        margin: 0px auto 30px auto!important;
    }
    .offset-md-05 {
        margin-left: 0!important;
    }
    .header-default .header__wrapper .header-flex-right {
        margin-top: 25px;
    }
    .header-lang {
        top: 2px !important;
    }
    .timeline-container {
        margin: 0px!important;
    }
    .timeline-event-content img {
        width: 100%;
        max-width: 60%;
    }
    .sushome-wrapper .sushome-item {
        float: left;
        width: 100%!important;
        position: relative;
    }
    .content_feed_title_links {
        margin: 10px 0 0px 0px!important;
    }
    .news-home-wrapper .news-home-item {
        float: left;
        width: 100%!important;
        position: relative;
    }
    .bg-subs-number .content-angka {
        border-bottom: 1px dotted #FFF;
        margin-bottom: 10px!important;
        padding: 0 20px 20px 20px;*/
       /* padding: 0 20px 20px 0px;
        /*height: 85px;*/
    }
    .bg-subs-number .border-right-numb {
        margin: 10px 0!important;
        border-right: none!important;
        height: auto;
    }
    .bg-subs-number .border-right-numb:nth-of-type(3) {
        border-right: none!important;
        /*margin-right: 0px !important;*/
    }
    
    
    /* Slider Banner */
    #rev_slider_2_1 .tp-caption {
        position: fixed;
        position: absolute;
        /* top: 180px; */
        color: #333!important;
        font-weight: bold;
        /* font-size: 16px!important; */
        text-shadow: none!important;
        /* overflow: hidden;
display: inline-flex;
z-index: 1111222911100000!important;
visibility: visible!important; */
        /* text-shadow: none!important; */
        /* top: 180px; */
    }
    .fullscreen-container,
    .fullwidthbanner-container {
        position: relative!important;
    }
    .rev_slider ul {
        overflow: visible!important;
    }
    .rev_slider ul li {
        position: relative!important;
        overflow: visible!important;
        /* z-index: -10; */
        /* overflow: visible;  */
    }
     
    .forcefullwidth_wrapper_tp_banner {
        height: 95vh!important;
    }
      .bg_image--1 {
        background-position-y: -207px!important;
    }
    h3.heading-bigsize {
        font-size: 35px!important;
        font-weight: bold;
        line-height: 1.1em;
    }
    .teks-font-size-30 {
        /* font-size: 30px; */
        font-size: 20px!important;
    }
    h3.heading-h3.font-32 {
        font-size: 20px!important;
        /* font-size: 25px!important; */
    }
    /* #rev_slider_2_1 .tp-caption {
        font-family: 'louis_george_caferegular';
        position: absolute;
        top: 180px;
        color: #333!important;
        font-weight: bold;
        font-size: 16px!important;
        overflow: hidden;
        display: inline-flex;
        z-index: 1111222911100000!important;
        visibility: visible!important;
        text-shadow: none!important;
    }
    .rev_slider>ul,
    .rev_slider>ul>li,
    .rev_slider>ul>li:before,
    .rev_slider_wrapper>ul,
    .tp-revslider-mainul>li,
    .tp-revslider-mainul>li:before,
    .tp-simpleresponsive>ul,
    .tp-simpleresponsive>ul>li,
    .tp-simpleresponsive>ul>li:before {
        position: relative!important;
        overflow: visible!important;
        overflow: visible;
    }
    .fullscreen-container,
    .fullwidthbanner-container {
        position: relative!important;
    }
    .rev_slider li.tp-revslider-slidesli {
        position: relative!important;
    } */
    /* End Slider Banner */
    
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: 575px) {
        #rev_slider_2_1 .tp-caption {
            top: 270px;
        }
    }
}

@media only screen and (max-width: 479px) {
    .info-box__wrapper-strict .btn-sliding-left {
        left: 12px;
    }
    .left-change.text-center {
        text-align: left!important;
    }
    .slick-dots-bottom .slick-dots {
        bottom: -22px;
    }
    .colom_shareholder_information ul {
        margin-bottom: 30px!important;
    }
    .our-commitment .namedesk {
        margin-bottom: 10px!important;
    }
    .title_link_company {
        margin-bottom: 30px!important;
    }
}

@media only screen and (min-width: 300px) and (max-width:350px) {
    #rev_slider_2_1 .tp-caption {
        top: 250px!important;
        left: -10px;
    }
     .forcefullwidth_wrapper_tp_banner {
        height: 100vh!important;
    }
    /*.bg_image--52 {
         background-position: 40%!important;
           
            background-size: 100vh!important;
            clip: rect(0, auto, auto, 0);
            background-attachment: fixed;
            height: 100%;
                 -webkit-background-size: 100vh!important;
                 transform: translate3d(0, 0, 0);
                 -moz-transform: translate3d(0, 0, 0);
                 -webkit-transform: translate3d(0, 0, 0);
    }*/
}

@media only screen and (max-width: 380px) {
    h3.heading-bigsize {
        font-size: 35px!important;
        font-weight: bold;
    }
    .breadcaump-area.breadcaump-title-bar .breadcaump-inner .breadcrumb-insite ul.core-breadcaump {
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }
    .footer-contact-detail dt {
        width: 20%!important;
    }
    .footer-contact-detail dd.detail-desc {
        width: 77%!important;
    }
    .timeline-event-content p {
        width: 70%!important;
    }
    .logo-abm svg {
        width: 100%!important;
    }
    .header-lang {
        top: 0px !important;
    }
    .header-default .header__wrapper .header-left .logo a img {
        width: 62px !important;
    }
    .teks-sustainbility-font-size-30 {
        font-size: 23px!important;
        ;
        line-height: 1.3em;
    }
    h3.heading-h3.font-32 {
        font-size: 23px!important;
        ;
    }
    h3.heading-size-50 {
        font-size: 40px!important;
        
        font-weight: bold;
    }
    .teks-font-size-30 {
        font-size: 20px!important;
        
        line-height: 1.2em;
    }
   
    /* #rev_slider_2_1 .tp-caption {
            top: 190px!important;
        } */
    /* .breadcaump-inner {
        top: 60px!important;
    } */
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.teks-sustainbility-font-size-30 {
    /*font-size: 30px;*/
    font-size: 26px;
    line-height: 1.3em;
}

.teks-font-size-30 {
    /*font-size: 30px;*/
    font-size: 26px;
    line-height: 1.2em;
}

.font-size-20 {
    font-size: 20px;
}

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

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

.teks-sustainbility-font-size-28 {
    font-size: 28px;
    line-height: 1.2em;
}

.teks-sustainbility-font-size-28 {
    font-size: 28px;
    line-height: 1.2em;
}

h3.heading-bigsize {
    font-size: 60px;
    /*font-weight: bold;*/
    font-weight: 400;
}

h3.heading-size-50 {
    font-size: 50px;
    font-weight: 400;
    /*font-weight: bold;*/
}

.color-blue {
    color: #015289;
}

.color-soft-blue {
    color: #26aeeb;
}

.template-color-1 .bk-text-box.bg-color-dark-blue {
    background: #0c5188;
}

.bk-text-box.text-box--3 {
    padding: 30px 40px 30px;
}

.full-width {
    width: 100%;
}

.heading.line-height-1-62 {
    line-height: 1.2em!important;
}

.jarak-bawah-copyright p {
    margin-bottom: 5px;
}

.jarak-bawah-copyright-2 p {
    margin-bottom: 2px;
}

.font-size-18 {
    font-size: 18px;
}

.minicart-trigger a,
.product-list a {
    font-size: 13px;
    font-weight: bold;
    color: #015289
}

.minicart-trigger a:hover,
.product-list a:hover {
    color: #77c371;
}

@media (min-width: 1350px) {
    /*.container {
        max-width: 2500px;
    }*/
    /*.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
        font-size: 18px!important;

    }*/
}

.position-relative {
    position: relative
}

.container-fluid.jarak-gamepet {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container.full-dikit {
        max-width: 1160px!important;
    }
}

.img-fixed-subsidiaries {
    width: 1255px;
    max-width: 1255px;
    text-align: center;
    display: inline-block;
}

.read-more-green a {
    color: #87c457;
}

.footer-contact-detail dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    font-weight: 500;
}

.footer-contact-detail dt {
    float: left;
    width: 12%;
    font-weight: normal;
    font-size: 14px;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.footer-contact-detail dd.sama-dengan {
    float: left;
    width: 3%;
    color: #fff;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.footer-contact-detail dd.detail-desc {
    float: left;
    width: 85%;
    font-size: 14px;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0;
}

.footer-contact-detail dd.detail-desc a {
    color: #fff;
}

.gambar-mvc-fixed {
    /*max-width: 1266px;*/
    /*height: auto;*/
    /*width: 1266px;*/
    max-width: 100%;
    height: auto;
    width: 1866px;
}

.position-relative-mvc {
    position: relative;
    width: 1366px;
    max-width: 1366px;
}

.position-mifa-logo {
    position: absolute;
    left: 116px;
    top: 90px;
}

.position-ckb-logo {
    position: absolute;
    left: 470px;
    top: 38px;
}

.position-ck-logo {
    position: absolute;
    left: 191px;
    top: 310px;
}

.position-parama-logo {
    position: absolute;
    left: 490px;
    top: 310px;
}

.position-ssb-logo {
    position: absolute;
    left: 828px;
    top: 230px;
}

.position-pbr-logo {
    position: absolute;
    left: 609px;
    top: 625px;
}

.position-reswara-logo {
    position: absolute;
    left: 1088px;
    top: 625px;
}

.position-barana-logo {
    position: absolute;
    left: 950px;
    top: 462px;
}

.position-atr-logo {
    position: absolute;
    left: 1115px;
    top: 212px;
}

.animation-mover-up:hover {
    animation-play-state: paused;
}

.animation-mover-up {
    -o-animation: mover 2s infinite alternate;
    -moz-animation: mover 2s infinite alternate;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-moz-keyframes mover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
    /*0% { transform: translateY(0); }
    100% { transform: translateY(50px); }*/
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
    /*0% { transform: translateY(0); }
    100% { transform: translateY(50px); }*/
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
    /*0% { transform: translateY(0); }
    100% { transform: translateY(50px); }*/
}

.container-fluid-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.zoom-ease a {
    transition: all ease 0.45s;
    box-shadow: 0px 2px 20px -3px rgba(50, 50, 50, 0.22);
    /*background: #fff;*/
}

.zoom-ease .thumb {
    overflow: hidden;
    transition: all ease 0.60s;
    box-shadow: 0px 2px 20px -3px rgba(50, 50, 50, 0.22);
    background: #fff;
}

.zoom-ease .perantaranya .thumb img {
    overflow: hidden;
    transition: all ease 0.65s;
    /*max-width: 370px;*/
}

.zoom-ease .thumb img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.zoom-ease:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.slick-prev,
.slick-next {
    font-size: 14px!important;
    color: #fff;
    width: auto;
    background: #87c457;
    padding: 10px;
    height: auto;
    z-index: 1000;
}

.slick-prev:hover,
.slick-next:hover {
    font-size: 14px!important;
    color: #fff;
    width: auto;
    padding: 10px;
    height: auto;
    background: #00aeeb;
    z-index: 1000;
}

.slick-prev.position-bottom,
.slick-next.position-bottom {
    top: 120%;
}

.keseluruhan-image .thumb {
    padding-top: 55%;
    position: relative;
    /* overflow: hidden; */
}

.zoom-out-ease a {
    display: block;
    transition: all ease 0.45s;
}

.keseluruhan-image .thumb {
    overflow: hidden;
    transition: all ease 0.60s;
    box-shadow: 0px 2px 20px -3px rgba(50, 50, 50, 0.22);
    background: #fff;
}

.keseluruhan-image .thumb img {
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 1;
}

.zoom-out-ease:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.zoom-ease:hover h5 {
    color: #26aeeb;
}


/*.wrapper {
    position: relative;
    max-width: 1508px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100%;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.brook-footer-area  {
    position: relative;
    max-width: 1508px;
    margin: 0 auto;
    !*background-color: #fff;*!
    min-height: 100%;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.rev_slider_wrapper  {
    position: relative;
    max-width: 1508px;
    margin: 0 auto;
    text-align: center;
    !*background-color: #fff;*!
    !*min-height: 100%;*!
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}*/

.modal-open {
    padding-right: 0px!important;
}

.table .thead-green th {
    color: #fff;
    background-color: #87c357;
    border-color: #87c357;
}

.table .center th {
    text-align: center;
}

.olist_mission ol {
    padding: 0 0 0 20px!important;
}

.icon-box .jarak-box-value {
    padding: 30px 25px 64px!important;
    min-height: 450px;
}

.icon-box .jarak-box-value:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.icon-box .jarak-box-traits {
    padding: 30px 25px 64px!important;
    min-height: 500px;
}

.icon-box .jarak-box-traits:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.link-view-structure a {
    color: #26aeeb;
    text-decoration: underline;
}

.link-view-structure a:hover {
    color: #87c357;
    text-decoration: underline;
}

.modal {
    z-index: 11050!important;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.management-team {
    margin-bottom: 20px;
}

.management-team .namedesk {
    background: #fff;
    color: #0c5188;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    text-decoration: none!important;
}

.management-team .namedesk h5 {
    color: #045e8d;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.management-team .namedesk h5:hover {
    color: #87c457;
}

.management-team .namedesk p {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

.name-asteam h5 {
    color: #045e8d;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.name-asteam p {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

a.brook-btn.bk-btn-green,
button.brook-btn.bk-btn-green {
    background: #87c357;
}

a.brook-btn.bk-btn-green:hover,
button.brook-btn.bk-btn-green:hover {
    background: #26aeeb;
    color: #fff;
}

.bk-btn-green {
    color: #fff;
    background-color: #87c457;
    border-color: #87c457;
}

.bk-btn-green:active {
    color: #fff;
    background-color: #87c457;
    border-color: #87c457;
}

.bk-btn-green:hover {
    color: #fff;
    background-color: #26aeeb;
    border-color: #26aeeb;
}

a.brook-btn.bk-btn-dark-blue,
button.brook-btn.bk-btn-dark-blue {
    background: #0c5188;
}

a.brook-btn.bk-btn-dark-blue:hover,
button.brook-btn.bk-btn-dark-blue:hover {
    background: #26aeeb;
}

a.brook-btn.bk-btn-soft-blue,
button.brook-btn.bk-btn-soft-blue {
    background: #26aeeb;
}

a.brook-btn.bk-btn-soft-blue:hover,
button.brook-btn.bk-btn-soft-blue:hover {
    background: #87c357;
}

.description-team p {
    margin-bottom: 20px;
}

.description-team h6 {
    margin-bottom: 0px;
}

.description-team ul {
    padding-left: 20px;
}

.see-detail-annual a {
    color: #fff;
}

.title-annual .post-inner .heading-h5 {
    max-height: 39px;
    overflow: hidden;
    font-size: 15px!important;
    min-height: 39px;
}

.title-annual h5 {
    margin-bottom: 20px!important;
}

.title-annual .heading-h5 a {
    color: #0c5188;
}

.title-annual {
    text-align: center;
    padding: 15px 10px 10px!important;
}

.title-company-report .post-inner .heading-h5 {
    max-height: 39px;
    overflow: hidden;
    font-size: 14px!important;
    min-height: 39px;
}

.title-company-report h5 {
    margin-bottom: 20px!important;
}

.title-company-report .heading-h5 a {
    color: #0c5188;
}

.title-company-report {
    text-align: center;
    padding: 15px 10px 10px!important;
}

.dividers-inner .space-2 {
    height: 40px;
}


/*.meeting_colom_line {
    background: #fff;
    padding: 10px 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}*/

.meeting_colom_line {
    border-bottom: 1px solid #ccc;
}

.meeting_colom_line a {
    color: #0c5188;
}

.meeting_colom_line p:before {
    font-family: 'Font Awesome 5 Free';
    /*content: '\f105';*/
    position: relative;
    top: -5px;
    left: 0px;
    display: inline-block;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

.meeting_colom_line {
    padding-bottom: 5px;
    margin-bottom: 10px;
}


/*.meeting_colom_line p {
    padding-left:25px;
}*/

.display-inblock {
    display: inline-block;
}

.meeting_colom_line p:hover {
    /*background: #87c357;*/
    color: #87c457;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    /*-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);*/
}

.subsidiaries .thumb {
    padding-bottom: 20px;
}

.subsidiaries .namedesk {
    background: #fff;
    color: #0c5188;
    /*border:1px solid #ccc;*/
    padding: 10px;
    text-align: left;
}

.subsidiaries a,
.award-certificate a {
    box-shadow: none!important;
}

.subsidiaries .perantaranya {
    margin-bottom: 20px;
}

.subsidiaries a:hover {
    color: #87c457;
}

.subsidiaries .namedesk h5,
.award-certificate .namedesk h5 {
    color: #045e8d;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.subsidiaries .content-value-chain h5 {
    color: #045e8d;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.subsidiaries .namedesk p {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.sustainabality_csr .titlecsr h5,
.article_list .titlearticle h5 {
    color: #045e8d;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.color-green {
    color: #5a932c!important;
}


/*.color-green {color:#87c457!important;}*/

.title_link_company {
    margin-bottom: 50px;
}

.title_link_company h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.title_link_company a {
    color: #26aeeb;
    text-decoration: underline;
    font-style: italic;
    padding: 5px 3px;
}

.title_link_company a:hover {
    color: #87c457;
}

.detail_contact a,
.link_mail a {
    color: #26aeeb;
    text-decoration: underline;
}

.detail_contact a:hover,
.link_mail a:hover,
.colom_shareholder_information .list-dark a:hover,
.colom_award_certificate .list-dark a:hover {
    color: #87c457;
}

.colom_corporate_governance ol {
    padding-left: 16px;
}

.custom_arrow .slick-btn {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #87c457;
    /*left: 50px;*/
    z-index: 9;
}

.custom_arrow .slick-btn.slick-arrow i {
    position: relative;
    left: 10px;
    top: 10px;
}

.custom_sustainable_arrow .slick-btn {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #87c457;
    /*left: 50px;*/
    z-index: 9;
}

.custom_sustainable_arrow .slick-btn.slick-arrow i {
    position: relative;
    left: 2px;
    top: 10px;
}

.custom_sustainable_arrow .slick-btn i {
    transition: none!important;
}

.custom_sustainable_arrow .slick-btn:hover,
.custom_sustainable_arrow .slick-btn:hover i {
    color: #fff;
    background: #01adeb;
}

.custom_arrow .slick-btn i {
    transition: none!important;
}

.custom_arrow .slick-btn:hover,
.custom_arrow .slick-btn:hover i {
    color: #fff;
    background: #01adeb;
}

.testimonial_style--1 .content .testimonial-quote-left span {
    color: #01adeb;
}

.testimonial_style--1 .content .testimonial-quote-left {
    padding: 2px 5px 0 0;
    font-size: 28px;
    text-align: left;
    line-height: 0;
}

.img-bg-career:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 80%, #000 150%);
}

.bg-hover-hide:hover {
    background: transparent!important;
    box-shadow: none!important;
}

.deskription-testimoni {
    display: block!important;
}

.content .deskription-testimoni p {
    font-size: 18px;
}

.deskription-testimoni .clint-info {
    margin-left: 0px!important;
}

.colom_address p {
    margin-bottom: 0px;
}

.colom_address i {
    color: #045e8d;
    padding-right: 5px;
}

.sosmed-vert {
    vertical-align: super;
}

.fa-30x {
    font-size: 25px;
}

.position-dots-bottom .slick-dots {
    bottom: 0px!important;
    display: block!important;
}

.colom_title .card-header h5 a.acc-btn {
    padding: 10px 16px;
}


/*.colom_title .address-holders {margin-bottom:30px;}*/

.colom_title .address-holders h5 a {
    margin-bottom: 0px;
}

.colom_shareholder_information a {
    color: #5a932c;
    font-size: 14px;
}

.colom_shareholder_information a:hover {
    color: #26aeeb;
}

.upcoming-agm a {
    color: #26aeeb;
}

.upcoming-agm a:hover {
    color: #045e8d;
}

.upcoming-agm .text-box {
    padding: 20px;
    margin-bottom: 40px;
}

.min-height-500 {
    min-height: 570px;
}

.min-height-250 {
    min-height: 250px;
}

.colom_shareholder_information ul,
.corporate-calendar ul {
    padding-left: 0px;
    margin-top: 10px;
}

.colom_shareholder_information ul {
    margin-bottom: 40px;
}

.gcg-structure p {
    margin-top: 10px;
}

.gcg-sassesmen ol {
    padding-left: 15px;
}


/*.gcg-structure h5 {margin-top:30px;}*/

.gcg-structure p {
    margin-top: 10px;
}

.custom-type-2 ul li {
    padding: 0px 20px;
    margin: 0px 0px 8px 0px;
    line-height: 1.7em;
    font-size: 13px;
    background: url(../img/icon-arrow-right-small.png) no-repeat 2px 5px;
    list-style-type: none;
}

.non-sahdow .thumb {
    box-shadow: none;
}

.address-holders h5 {
    margin-bottom: 0px;
}

.boc-commitee {
    margin-top: 20px;
}

.management-team .custom-height-80 {
    min-height: 80px;
}

.management-team .custom-height h5 {
    min-height: 40px;
}


/*.corporate-calendar, .corporate-secretary {margin-top:30px;}*/

.custom_disclosures.overlay-image-list {
    padding: 15px 10px 20px 10px;
    margin: 10px 0;
    border: 0;
}

.custom_disclosures.overlay-image-list .post-content .post-arrow {
    right: 0px;
}

.custom_disclosures .post-content h5.heading {
    margin-bottom: 15px;
    line-height: 0.6;
    font-size: 35px;
    overflow: hidden;
    height: 50px;
    max-height: 50px;
    max-width: 320px;
    word-break: break-word;
}

.custom_disclosures .post-meta .post-date {
    font-size: 12px;
    color: #26aeeb;
}

.custom_disclosures .post-content .post-arrow span {
    color: #26aeeb;
}

.bg-color-block .post-content .post-arrow span {
    color: #fff!important;
}

.custom_disclosures:hover {
    /*-webkit-transform: translateY(-5px);*/
    /*-ms-transform: translateY(-5px);*/
    /*transform: translateY(-5px);*/
    /*-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);*/
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);*/
}

.bg-color-block .custom_disclosures {
    background: #87c457;
}

.bg-color-block:hover .grid-overlay {
    background: #fff!important;
}

.custom_disclosures:hover .grid-overlay {
    background: #ade084;
}

.bg-color-block .custom_disclosures .post-content h5 a {
    color: #fff!important;
}

.bg-color-block:hover .custom_disclosures .post-content h5 a {
    color: #0c5188!important;
}

.bg-color-block .post-content h5,
.bg-color-block .post-meta .post-date,
.bg-color-block .post-meta .post-category,
.bg-color-block .post-content .post-category a,
.bg-color-block .post-arrow span {
    color: #fff!important;
}

.bg-color-block .post-content:hover h5,
.bg-color-block:hover .post-meta .post-date,
.bg-color-block:hover .post-meta .post-category:before,
.bg-color-block:hover .post-content .post-category a {
    color: #333!important;
}

.bg-color-block:hover .post-meta .post-date,
.bg-color-block:hover .post-arrow span {
    color: #26aeeb!important;
}

.bg-color-block .custom_disclosures:hover {
    /*-webkit-transform: translateY(-5px);*/
    /*-ms-transform: translateY(-5px);*/
    /*transform: translateY(-5px);*/
    /*-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);*/
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);*/
}

.custom_disclosures .post-content h5.heading a {
    color: #0c5188;
}

.award-certificate .content .post-date {
    font-size: 12px;
    color: #26aeeb;
    margin-top: 20px;
}

.award-certificate .content h5 {
    color: #0c5188
}

.award-certificate .content h5:hover {
    color: #26aeeb
}

.award-certificate .perantaranya {
    margin-bottom: 40px;
}

.sustainabality_csr .titlecsr,
.article_list .titlearticle {
    margin-bottom: 30px;
}

.sustainabality_csr .titlecsr h5:hover,
.article_list .titlearticle h5:hover {
    color: #26aeeb;
}

.sustainabality_csr .post-meta .post-date,
.article_list .post-meta .post-date {
    font-size: 12px;
    margin-top: 20px;
    color: #26aeeb;
}

.sustainabality_csr .titlecsr h5,
.article_list .titlearticle h5 {
    height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.colom_release_sidebar {
    margin-top: 30px;
    float: left;
}


/*.colom_csr {margin-top:30px;}*/

.title_release h5 {
    padding-bottom: 10px;
}

.colom_release_sidebar .post-content {
    padding: 14px 10px 16px;
    min-height: 122px;
}

.colom_release_sidebar .post-content h5.heading {
    font-size: 14px;
    line-height: 1.3em;
}

.colom_release_sidebar .post-content h5.heading a {
    color: #0c5188;
}

.colom_release_sidebar .col-md-12 {
    margin-bottom: 20px;
}

.colom_release_sidebar .post-meta .post-date,
.colom_csr_detail .post-meta .post-date,
.sustainabality_csr .post-meta .post-date {
    font-size: 12px;
    color: #26aeeb;
}

.title_view_more a,
.link_sorot a {
    color: #0c5188;
}

.title_view_more a:hover,
.link_sorot a:hover {
    color: #26aeeb;
}

.non-volunter .volunteer {
    display: none
}

.non-volunter .colom_release_sidebar {
    margin-top: 0px;
}

.colom_career ul {
    padding-left: 0px;
}

.part_sitemap_1 ul,
.colom_shareholder_information .list-dark ul,
.colom_award_certificate .list-dark ul {
    padding-left: 0px;
}

.datepicker.dropdown-menu {
    min-width: 17rem;
}

.rcopyright-area ul {
    margin-bottom: 0px;
}

.part_sitemap_1 ul li a {
    color: #333;
}

.part_sitemap_1 ul li a:hover {
    color: #26aeeb;
}

.icon-box .jarak-box-address {
    padding: 40px 35px 34px!important;
    min-height: 310px;
}

.part_sitemap_1 {
    margin-bottom: 30px;
}

.jarak-box-address .content a,
.colom_shareholder_information .list-dark a {
    color: #0c5188;
}

.jarak-box-address .content a:hover {
    color: #26aeeb;
}

.list-dark a {
    font-size: 14px;
    font-weight: 500;
    color: #0c5188
}

.list-dark a:hover {
    color: #87c457;
}

.governance_globale .slick-btn i {
    color: #fff!important;
}

.governance_globale .slick-prev {
    left: -30px;
}

.governance_globale .slick-next {
    right: -28px!important;
}

.governance_globale.slick-gutter-15 {
    margin-right: 20px;
    margin-left: 20px;
}

.part-our-address p {
    margin-bottom: 0px;
}

.link-otherweb a {
    color: #26aeeb;
}

.link-otherweb a:hover {
    color: #87c457;
}

.custom_boxya {
    padding: 20px!important;
    min-height: 220px;
}

.custom_boxya a:hover {
    color: #26aeeb;
}

.regard-by h6 {
    font-size: 16px;
    font-family: "Lato", sans-serif!important;
}

.regard-by p {
    font-size: 16px;
    font-family: "Lato", sans-serif!important;
}

.mt--210 {
    margin-top: 210px;
}

.mt--220 {
    margin-top: 220px;
}

.mt--230 {
    margin-top: 230px;
}

.mt--240 {
    margin-top: 240px;
}

.mt--250 {
    margin-top: 250px;
}

.mt--260 {
    margin-top: 260px;
}

.fly-breadcumb {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
}

#scrollUp {
    display: none!important;
}


/*Fly Right All*/

.right-terbang {
    position: relative;
}

.fly-icon-right {
    position: absolute;
    right: 0;
    top: 410px;
    z-index: 10;
}


/*.fly-icon-right.right_fix {*/


/*position: absolute;*/


/*!*top: 1291px;*!*/


/*bottom: 0px;*/


/*left: 0;*/


/*z-index: 5;*/


/*}*/


/*.fly-icon-right.curr_fix.right_fix {*/


/*position: fixed;*/


/*z-index: 5;*/


/*bottom: 0px;*/


/*!*top: 196px;*!*/


/*}*/

.right-icon-1 {
    background: #26aeeb;
    padding: 10px;
    border-bottom: 1px solid #73cdf4;
    float: right;
    clear: both;
    width: 70px;
}

.right-icon-1 .icon-rightnya {
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    margin: 0;
}

.right-icon-1 .fly-text-title {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
    overflow: hidden;
    word-break: break-word;
}

.right-icon-1:hover {
    background: #87c457;
}


/*Fly Right All*/


/*Show Information Banner*/

.scroll-arrow-bottom {
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    bottom: 20px;
    /*left: 430px;*/
    width: 100%;
    text-align: center;
}

.bg-btn-fly {
    color: #cccccc;
    background-color: rgba(20, 19, 19, 0.5);
    border-radius: 200px;
    display: table;
    margin: 0 auto;
    font-weight: 700;
    width: auto;
    padding: 0 2%;
}

.bg-btn-fly a {
    z-index: 90;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 65px;
    width: auto;
    color: #fff;
}

.bg-btn-fly span {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animatebottom 2s infinite;
    -moz-animation: animatebottom 2s infinite;
    -o-animation: animatebottom 2s infinite;
    animation: animatebottom 2s infinite;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    margin-left: 0;
    opacity: 0;
}

.bg-btn-fly span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.bg-btn-fly span:nth-of-type(2) {
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
    top: 8px;
}

.bg-btn-fly span:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    top: 16px;
}

@-webkit-keyframes animatebottom {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes animatebottom {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes animatebottom {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animatebottom {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*End Show Information Banner*/

.tp-bullet {
    /*top:-70px!important;*/
}

.brook-btn.bk-btn-blue {
    background: #26aeeb;
    border-color: #26aeeb;
    color: #fff!important;
}

.brook-btn.bk-btn-blue:hover {
    background: #0c5188;
    border-color: #0c5188;
    color: #fff;
}

.brook-btn.bk-btn-white:hover {
    background: #87c457;
    border-color: #87c457;
    color: #fff;
}

.img-bg-career {
    position: relative;
}

.img-bg-career img {
    width: 100%;
}

.position-search-c {
    position: absolute;
    top: 311px;
    left: 0;
    right: 0;
    margin: auto;
}

.position-search-g {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

.header-lang {
    position: absolute;
    top: 15px;
    float: right;
    display: inline-flex;
    padding-top: 4px;
}

.width-search form {
    width: 60%;
}

.color-btn-blue button {
    background: #26aeeb!important;
    ;
    color: #fff!important;
}

.color-btn-blue input {
    border-color: #26aeeb!important;
}

.title_company_c {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #87c457;
}

.bg-transparant-career {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    width: 100%;
}

.career-1 .namedesk {
    margin-bottom: 30px;
    min-height: 760px;
}

.bg-soft-grey .namedesk {
    background: #f9f9f9!important;
}

.career-1 .namedesk {
    background: #fff;
    color: #0c5188;
    /*border:1px solid #ccc;*/
    padding: 10px 20px;
    text-align: left;
}

.career-1.zoom-ease a {
    box-shadow: none;
}

.career-1 .namedesk h5 a:hover {
    color: #87c457;
}

.career-1 .namedesk h5,
.award-certificate .namedesk h5 {
    color: #045e8d;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.career-1 .namedesk p {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    min-height: 170px;
}

.our-commitment .namedesk {
    margin-bottom: 30px;
}

.our-commitment .namedesk {
    background: #fff;
    color: #0c5188;
    /*border:1px solid #ccc;*/
    padding: 10px 20px;
    text-align: left;
}

.our-commitment.zoom-ease a {
    box-shadow: none;
}

.our-commitment .namedesk h5 a:hover {
    color: #87c457;
}

.our-commitment .namedesk h5,
.award-certificate .namedesk h5 {
    color: #045e8d;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.our-commitment .namedesk p {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    min-height: 170px;
}

.ckb-subconten .namedesk {
    margin-bottom: 30px;
    min-height: 490px;
}

.ckb-subconten .namedesk {
    background: #fff;
    color: #0c5188;
    /*border:1px solid #ccc;*/
    padding: 10px;
    text-align: left;
}

.ckb-subconten.zoom-ease a {
    box-shadow: none;
}

.ckb-subconten .namedesk h5 a:hover {
    color: #87c457;
}

.ckb-subconten .namedesk h5,
.award-certificate .namedesk h5 {
    color: #045e8d;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.ckb-subconten .namedesk p {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.ckb-mvc .namedesk {
    margin-bottom: 30px;
    min-height: 280px;
}

.ckb-mvc .namedesk {
    background: #fff;
    color: #0c5188;
    /*border:1px solid #ccc;*/
    padding: 10px;
    text-align: left;
}

.ckb-mvc.zoom-ease a {
    box-shadow: none;
}

.ckb-mvc .namedesk h5 a:hover {
    color: #87c457;
}

.ckb-mvc .namedesk h5,
.award-certificate .namedesk h5 {
    color: #045e8d;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.ckb-mvc .namedesk p {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}


/*Sustainability*/

.sustain-sub .namedesk {
    margin-bottom: 30px;
}

.sustain-sub .namedesk {
    background: #fff;
    color: #0c5188;
    padding: 10px;
    text-align: left;
    min-height: 125px;
}

.sustain-sub.zoom-ease a {
    box-shadow: none;
}

.sustain-sub .namedesk h5 a:hover {
    color: #87c457;
}

.sustain-sub .namedesk h5 a {
    color: #045e8d;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    min-height: auto;
    overflow: hidden;
    word-break: break-word;
}

.sustain-sub .namedesk p {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}


/*Sustainability*/


/*.bg-view-job {background:url(../img/bg-career-view-job.jpg) no-repeat!important; }*/

.bg-view-job:before {
    background-color: rgba(0, 0, 0, 0.9);
}

.batas-gambar .thumb {
    overflow: hidden;
    transition: all ease 0.60s;
    /*box-shadow: 0px 2px 20px -3px rgba(50,50,50,0.22);*/
    background: #fff;
}

.bext-service img {
    overflow: hidden;
    transition: all ease 0.65s;
}

.bext-service .thumb img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bext-service:hover img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.title-notifikasi {
    margin-top: 20px;
}

.title-notifikasi h4 {
    margin-bottom: 30px;
    font-size: 30px;
}

.title-notifikasi h5 {
    font-size: 16px;
}

button.big-lg {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.modal.bg-black {
    background: rgba(0, 0, 0, 0.6);
}

.frame-ar .post-thumb {
    border: 5px solid #f1f1f1;
}

.width-logo-top img {
    width: 150px;
}

.nav-pills .border-to-bootom.active::after {
    height: 38%;
}

.nav-pills .border-to-bootom.active {
    background-color: #fff!important;
    border: 4px solid #26aeeb;
}

.border-to-bootom {
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.border-to-bootom {
    display: flex;
    position: relative;
    min-height: 150px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: #fff;
    min-width: 196px;
}

.border-to-bootom:hover.active {
    background-color: #f1f1f1!important;
    border: 4px solid #26aeeb;
}

.border-to-bootom:hover {
    background-color: #f1f1f1!important;
    border: 1px solid #f1f1f1;
}

.nav-pills .border-to-bootom.active {
    background-color: #fff!important;
    border: 4px solid #26aeeb;
}

.border-to-bootom:after {
    content: " ";
    background-color: #26aeeb;
    width: 4px;
    height: 0%;
    display: block;
    /*margin: auto;*/
    bottom: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 1;
}

.line a {
    position: relative;
    display: block;
}

.line img {
    width: 150px;
}

.border-tab-1 {
    border: 4px solid #26aeeb;
    overflow: hidden;
}

.line_out img {
    border: 4px solid #26aeeb;
    overflow: hidden;
    padding: 10px;
}

.tabs-img {
    position: relative;
    z-index: 10;
}

li.nav-item {
    display: flex;
    align-items: center;
    display: inline-block;
}

.custom-center {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.nav-pills .border-to-bootom {
    overflow: visible;
}

.icon-box.random-jarak .icon {
    flex: 0 0 04px;
    margin-right: 20px;
}

.icon-box.random-jarak .content h5 {
    margin-bottom: 5px;
}


/*Table GMS*/

@media (max-width: 767px) {
    .table.if-mobile tr>* {
        display: flex;
        justify-content: space-between;
    }
    .w-450 {
        width: 350px!important;
    }
    .d-xs-none {
        display: none;
    }
    #rev_slider_2_1 .rev-btn {
        padding: 10px;
    }
    .sushome-wrapper,
    .news-home-wrapper {
        width: 100%!important;
    }
}

@media (max-width: 320px) {
    .breadcaump-inner {
        top: 80px!important;
    }
}

@media (max-width: 480px) {
    .d-ss-none {
        display: none;
    }
    .breadcaump-inner {
        top: 100px;
    }
    .w-500 {
        width: 70%!important;
        margin-right: 20px;
    }
    .height-donuts-380 {
        height: 180px
    }
    .slick-slide img {
        width: 180px;
    }
    .sm-logo-diaries {
        /* text-align: center; */
    }
    .sm-logo-diaries img {
        width: 180px;
    }
    #jquery-accordion-menu ul {
        /* display: none; */
    }
    
    /*  */
}


/*EndTable GMS*/

.color-hover-year span {
    color: #015289;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.23;
    margin: 0;
}

.color-hover-year span:hover {
    color: #87C457;
}

.color-hover-mat h5 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.23;
    margin: 0;
}

.color-hover-mat h5:hover {
    color: #87C457;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.23;
    margin: 0;
}

.list-stye-gms ul {
    padding: 0 20px;
}

.list-stye-gms ul li a {
    color: #015289;
}

.list-stye-gms ul li a:hover {
    color: #87C457;
}


/******************* Accordion Demo - 2 *****************/

#accordion2 .panel-title a.collapsed {
    display: block;
    padding: 12px 15px 12px 50px;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #676767;
    /*text-shadow: 1px 1px 1px #fff;*/
    position: relative;
}

#accordion2 .panel-title a {
    display: block;
    padding: 12px 15px 12px 50px;
    background: #26aeeb;
    border-bottom: 1px solid #82d9ff;
    /*border-radius: 3px;*/
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    /*text-shadow: 1px 1px 1px #fff;*/
    position: relative;
}

#accordion2 .panel-title a:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 10%;
    background: #0c5388;
    font-size: 12px;
    font-weight: 900;
    color: #fdfbfb;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    position: absolute;
    top: 8px;
    left: 15px;
}

#accordion2 .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion2 .panel-body {
    padding: 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}

#accordion2 .panel-body p {
    margin-bottom: 0;
}

.body-coloumn .panel-body {
    margin-bottom: 20px;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border: 15px solid #26aeeb;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 10px;
}

#accordion2 .panel-title {
    margin-bottom: 0px;
}

.body-coloumn .show .panel-body {
    /*padding:20px 0;*/
    /*background: #26aeeb;*/
}

.body-coloumn .panel-body ul li {
    color: #333;
    font-weight: 500;
}

.body-coloumn .panel-default {
    margin-bottom: 10px;
}


/*End Accordion Demo - 2*/

.text-company ul li a {
    color: #0c5289
}

.text-company ul li a:hover {
    color: #8ac75a
}

.monselight-font {
    font-family: "Montserrat", sans-serif !important;
}

.monsebolt-font {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800!important;
}

.offset-md-05 {
    margin-left: 4%
}

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

.font-custom-type h5 {
    font-family: "Arial Regular", sans-serif;
    font-weight: bold;
}

.jarak-iso {
    width: 120px;
    float: left
}

.jarak-iso {
    margin-right: 10px;
    display: inline-block
}

.padleftright-0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.title-sio {
    margin: 10px 0 0 0;
}

.title-sio h6 {
    font-size: 10px;
    color: #fff;
    margin: 0px 0 5px 0;
}

.title-sio p {
    font-size: 11px!important;
    color: #fff;
    padding-bottom: 20px;
}

.affiliate img {
    width: 100px;
    /*width:120px;*/
}

.affiliate p,
.subsidiaries-footer p {
    margin-bottom: 3px;
}

.connect-with-us p {
    margin-bottom: 0px;
}

.subsidiaries-img a {
    margin-right: 5px;
}

.subsidiaries-img img {
    width: 100px;
}

.rev_slider ul li.overlay .slotholder:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)!important;
    z-index: 100;
}

@media only screen and (min-width: 991px) {
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .non-offset {
        margin-left: 0!important;
    }
}

.mining-area-chain .table>tbody>tr>td {
    text-align: center
}

.table thead th {
    vertical-align: top;
}

.heade-home-abm {
    line-height: 1!important;
}

.sushome-wrapper {
    width: 94.444%;
}

.sushome-wrapper .sushome-item {
    float: left;
    width: 25%;
    position: relative;
}

.news-home-wrapper {
    width: 94.444%;
}

.news-home-wrapper .news-home-item {
    float: left;
    width: 25%;
    position: relative;
}

.height-40 input {
    height: 40px!important;
}

.border-batas h5,
.border-batas p {
    border-right: 1px solid #fff;
}

.bk-text-box.text-box--3 {
    padding: 20px 20px 5px;
    margin-bottom: 20px;
}

.list-job-vacancie {
    display: flex;
}

.list-job-vacancie p {
    color: #333;
}

.list-job-vacancie h5,
.list-job-vacancie p {
    border-right: 1px solid #fff;
}

.list-job-vacancie:hover p {
    color: #333;
}

.list-job-vacancie:hover p {
    color: #333;
}

.title-job {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-right: 2rem;
    width: 30%;
    color: inherit;
    border-right: 1px solid #F7F7F7;
    transition: 0.1s color ease-in-out;
}

.title-job {
    display: block;
    /*margin-bottom: 0;*/
    font-size: 16px;
    color: #333;
    /*text-decoration: underline;*/
}

.list-job-vacancie:hover h5 {
    color: #0c5289;
}

.list-job-vacancie {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-image: url("../img/angle-arrow-pointing-to-right.svg");
    fill: #8ac75a;
    background-repeat: no-repeat;
    background-position-y: 40%;
    background-position-x: 104%;
    transition: 0.3s background ease-in-out;
    background-size: 20px;
}

.list-job-vacancie:hover,
.list-job-vacancie:focus,
.list-job-vacancie:active {
    text-decoration: none;
    background-position-x: calc(100% - 1rem);
    background-position-y: 40%;
}

.company-job {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 20%;
}

.company-job {
    display: block;
    color: #333;
}

.department-job {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 20%;
}

.department-job {
    display: block;
    color: #333;
}

.city-job {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 20%;
}

.city-job {
    display: block;
    color: #333;
}

.job-information {
    margin-bottom: 20px;
}

.job-information h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.title-sustain {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 5px 0 5px;
    text-shadow: 2px 2px 3px #000;
}

.desc-sustain {
    max-width: 500px;
    margin: 10px auto;
    color: #fff;
    line-height: 1.5em;
    font-size: 14px;
    text-shadow: 2px 2px 3px #000;
}

.bg-subs-number {
    width: 80%;
    height: auto;
    min-height: 110px;
    margin: 0px auto 80px auto;
    background-color: #2098dc36;
    padding: 10px;
    /*background: url(../images/black-square.png)repeat;*/
}

.bg-subs-number .border-right-numb:nth-of-type(3n+0) {
    border-right: none;
    /*margin-right: 0px !important;*/
}

.bg-subs-number .border-right-numb {
    border-right: 1px dotted #fff;
    margin: 20px 0;
}

.content-angka {
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.content-angka p {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2em;
}

.content-angka h6 {
    color: #fff;
}

.icon-sus-terbang {
    position: relative;
    /*top: -90px;*/
    width: 100%;
    height: auto;
    /*max-height: 150px;*/
    margin: 0 auto;
}

.icon-box .icon-box-circe {
    border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: -1px -5px 5px #000;
    -moz-box-shadow: -1px -5px 5px #000;
}

.footer-menu a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-menu a:hover {
    color: #00aeeb;
}


/*.icon-box .inner, .icon-box .inner:hover {

}*/


/*.bottom-border {border-bottom: 2px solid #0c5289;margin:30px;
    padding: 30px;}*/

a.hover-teks p {
    color: #0c5289;
}

a.hover-teks p:hover {
    color: #8ac75a;
}

.clear-all-x a {
    color: #0c5289;
}

.clear-all-x:hover a {
    color: #8ac75a;
}

.custom-notif-header {
    background: #084275;
    text-align: center;
    display: block;
}

.deksription-notif ol li {
    padding-bottom: 10px;
}

.custom-notif-header h4 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 28px;
}

.custom-border-notif {
    border: 5px solid #26adef;
}

.custome-close {}

.modal-header .custom-close {
    margin: 0;
    padding: 0;
    background: #87c557;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    position: absolute;
    right: -9px;
    top: -9px;
    color: #fff;
}


/* Bg Breadcumb */

.breadcaump-inner {
    width: 100%;
    position: absolute;
    top: 210px;
}

.breadcaump-area .overlay {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.breadcaump-area img {
    width: 100%;
    max-width: 100%;
}

.height-donuts-380 {
    height: 380px
}

.w-450 {
    width: 450px;
    font-size: 1rem;
}

.arrow-left:after {
    position: relative;
    top: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* content: "\f104"; */
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f107";
    right: -10px;
    font-size: 14px;
    color: #f1f1f1;
}

.test-dropdown-menu {
    /* display: none; */
}

.dropdown-btn {
    position: absolute;
    right: -20px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.dropdown-btn.open {
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.object-custom-menu li.has-mega-menu .object-submenu.open,
.object-custom-menu li.active .object-submenu {
    display: block!important;
}


/* .object-custom-menu li.has-mega-menu .object-submenu {
    display: none
} */

.first-menu-mob .dropdown-toggle::after {
    border: 0!important;
}

.job-information a {
    color: #333;
}

.job-information a:hover {
    color: #015289;
}


/*Filtered Search Career*/

.filtered-search-career {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.filtered-search-career-item {
    margin-bottom: 2rem;
}

.filtered-search-career-item {
    display: inline-block;
    margin-bottom: 1.25rem;
    margin-right: 1rem;
}

.filtered-search-career-label {
    display: block;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    color: #333;
    font-size: 16px;
}

.filtered-search-career-label:hover {
    color: #039;
    text-decoration: underlaine;
}

.filtered-search-career-button:after {
    /*content:"\f52a";*/
    content: "\f12a";
    font-family: "Ionicons";
    height: 1.8rem;
    width: auto;
    vertical-align: middle;
}

.filtered-search-career-button:after {
    /* content:"x";*/
    display: inline-block;
    margin-left: 5px;
    padding-top: 3px;
}


/* End Filtered Search Career */


/* End Bg Breadcumb */

.custom-type-2 .brook-pagination li {
    background: none;
}
.part_career .card-header {margin-top:30px;}
#search-form::-webkit-search-cancel-button {
     position:relative;
    right:20px;  
  
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius:10px;
    background: green;
}

/*Search Clear*/
 .clearable input[type=text] {
            padding-right: 24px;
            /* width: 100%; */
            box-sizing: border-box;
        }
        
        .clearable__clear {
            display: none;
            position: absolute;
            right: 70px;
            top: 20px;
            padding: 0 8px;
            font-style: normal;
            font-size: 30px;
            user-select: none;
            cursor: pointer;
        }
        
        .clearable input::-ms-clear {
            /* Remove IE default X */
            display: none;
        }
        
        .clearable input::-webkit-clear {
            /* Remove chrome default X */
            display: none;
        }
/*End Search Clear*/

/*.list-job-vacancie {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.99999' height='13' viewBox='0 0 6.99999 13'%3E%3Cpath d='M.74547 13a.73414.73414 0 0 1-.52783-.21925.7803.7803 0 0 1 0-1.08127l5.00092-5.2021L.21764 1.30923a.7803.7803 0 0 1 0-1.08127.72511.72511 0 0 1 1.04227-.01389l5.52875 5.73572a.76883.76883 0 0 1 .21133.54759.83124.83124 0 0 1-.21133.54758L1.25991 12.7807A.70482.70482 0 0 1 .74547 13z' fill='%23DD1D21'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 102%;
    transition: 0.3s background ease-in-out;
}*/


/* Accordion Demo - 3*/


/*
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #26aeeb none repeat scroll 0 0;
    border: 1px solid transparent;
    !*border-radius: 30px;*!
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #ffb900 none repeat scroll 0 0;
    !*border: 1px solid transparent;*!
    border-radius: 50%;
    !*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);*!
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 45px;
    left: 0px;
    !*left: -20px;*!
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0px;
    !*top: -5px;*!
    transition: all 0.3s ease 0s;
    width: 45px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    !*border: 1px solid #ddd;*!
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
*/


/*End Accordion Demo - 3*/


/*.link-popup-img p {float:left;display:inline-block}*/


/*.link-popup-img span {float:left;display:inline-block}*/


/*.meeting_colom_line {padding-left:30px;}
.meeting_colom_line:hover {
    background: #87c357;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.meeting_colom_line a:hover {color:#fff;}
body.template-font-3 .meeting_colom_line .content p {
    font-family: "Montserrat", sans-serif;
}*/