.page-wrapper {
    font-family: "Poppins", sans-serif
}

@media(max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width: 576px) {
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(max-width: 576px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.profil-hero {
    position: relative;
    min-height: 60vh;
    background: url("../images/bg-profil-perusahaan.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 530px;
}

@media(max-width: 576px) {
    .profil-hero {
        min-height: 50vh;
        background-attachment: scroll
    }
}

.profil-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1
}

.profil-hero .hero-highlight {
    background-color: #db6b3e;
    display: inline-block;
    padding: 3px 10px
}

.profil-hero .container {
    position: relative;
    z-index: 2
}

.profil-hero .hero-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.profil-hero .hero-title.second {
    font-size: 50px
}

@media(max-width: 768px) {
    .profil-hero .hero-title {
        font-size: 2.5rem
    }
}

@media(max-width: 576px) {
    .profil-hero .hero-title {
        font-size: 2rem
    }
}

.profil-hero .text-orange {
    color: #ff6b35
}

.profil-hero .breadcrumb-container {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%
}

.profil-hero .breadcrumb-parent {
    background-color: #fff;
    padding: 29px 40px !important
}

@media(max-width: 576px) {
    .profil-hero .breadcrumb-parent {
        padding: 15px !important
    }
}

.profil-hero .breadcrumb-custom {
    margin: 0
}

@media(max-width: 576px) {
    .profil-hero .breadcrumb-custom {
        padding-bottom: 8px;
        font-size: .9rem
    }
}

.profil-hero .breadcrumb-custom .breadcrumb-item {
    font-weight: 400
}

.profil-hero .breadcrumb-custom .breadcrumb-item a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    transition: color .3s ease
}

.profil-hero .breadcrumb-custom .breadcrumb-item a:hover {
    color: #ff6b35
}

.profil-hero .breadcrumb-custom .breadcrumb-item.active {
    color: #ff6b35
}

.profil-hero .breadcrumb-custom .breadcrumb-item::before {
    color: hsla(0, 0%, 100%, .6)
}

.career-opportunities {
    overflow-x: hidden
}

.career-opportunities .row {
    max-width: 100%;
    margin: 0
}

.career-opportunities .career-image-container {
    position: relative;
    margin-bottom: 30px
}

@media(min-width: 992px) {
    .career-opportunities .career-image-container {
        margin-bottom: 0
    }
}

.career-opportunities .career-image-container .career-image {
    position: relative;
    z-index: 2;
    transition: transform .3s ease
}

.career-opportunities .career-image-container .career-image:hover {
    transform: translateY(-5px)
}

.career-opportunities .career-content {
    padding: 50px 20px
}

@media(min-width: 992px) {
    .career-opportunities .career-content {
        padding: 0 15px;
        padding-right: 40px;
        padding-left: 15px
    }
}

.career-opportunities .career-content .career-title {
    font-size: 60px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 1.5rem;
    line-height: 1.2
}

@media(max-width: 768px) {
    .career-opportunities .career-content .career-title {
        font-size: 2.5rem
    }
}

@media(max-width: 576px) {
    .career-opportunities .career-content .career-title {
        font-size: 2rem;
        margin-bottom: 1rem
    }
}

.career-opportunities .career-content .career-description {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .career-opportunities .career-content .career-description {
        font-size: 1.25rem
    }
}

@media(max-width: 576px) {
    .career-opportunities .career-content .career-description {
        font-size: 1.1rem
    }
}

@media(max-width: 991px) {
    .career-opportunities .row {
        flex-direction: column-reverse
    }
    .career-opportunities .career-content {
        text-align: center;
        margin-bottom: 30px
    }
}

.divider {
    height: 7px;
    margin: 0
}

@media(max-width: 768px) {
    .divider {
        margin: 0
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.company-profile-section {
    padding: 80px 0
}

@media(max-width: 768px) {
    .company-profile-section {
        padding: 50px 0
    }
}

@media(max-width: 576px) {
    .company-profile-section {
        padding: 40px 0
    }
}

.company-profile-section .company-image {
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transition: transform .3s ease;
    width: 100%;
    max-width: 569px
}

.company-profile-section .company-image:hover {
    transform: translateY(-5px)
}

.company-profile-section .company-content {
    padding: 20px
}

@media(min-width: 992px) {
    .company-profile-section .company-content {
        padding-left: 40px
    }
}

.company-profile-section .company-content .company-subtitle {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px
}

@media(max-width: 576px) {
    .company-profile-section .company-content .company-subtitle {
        font-size: 16px
    }
}

.company-profile-section .company-content .company-title {
    font-size: 40px;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 10px;
    line-height: 1.2
}

@media(max-width: 768px) {
    .company-profile-section .company-content .company-title {
        font-size: 32px
    }
}

@media(max-width: 576px) {
    .company-profile-section .company-content .company-title {
        font-size: 28px;
        margin-bottom: 20px
    }
}

.company-profile-section .company-content .company-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px
}

.company-profile-section .company-content .company-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px
}

@media(max-width: 576px) {
    .company-profile-section .company-content .company-buttons {
        flex-direction: column
    }
}

.company-profile-section .company-content .company-buttons .btn {
    border: 1px solid #d9531e !important;
    padding: 12px 25px;
    border-radius: 15px;
    font-weight: 500;
    transition: all .3s ease
}

.company-profile-section .company-content .company-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

 .btn-info-more {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #fff;
    border: none
}

.btn-info-more:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%)
}

.company-profile-section .company-content .company-buttons .btn-download {
    background: #db6b3e;
    color: #fff
}

.company-stats-section {
    padding: 130px 0 130px;
    background-color: #f8f9fa
}

@media(max-width: 768px) {
    .company-stats-section {
        padding: 40px 0 60px
    }
}

@media(max-width: 576px) {
    .company-stats-section {
        padding: 30px 0 50px
    }
}

.company-stats-section .stats-title {
    font-size: 36px;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 20px;
    text-align: left
}

@media(max-width: 768px) {
    .company-stats-section .stats-title {
        font-size: 28px;
        text-align: center
    }
}

@media(max-width: 576px) {
    .company-stats-section .stats-title {
        font-size: 24px
    }
}

.company-stats-section .stats-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    max-width: 900px
}

@media(max-width: 768px) {
    .company-stats-section .stats-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

.stat-card {
    background: linear-gradient(to right, #77581A, #DDA331);
    border: 1px solid #d34b22;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    color: #fff;
    padding: 10px 18px 14px 18px;
    text-align: center;
    height: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    cursor: pointer
}

.stat-card-wrapper {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 33px
}

.stat-card:hover {
    background: #77581a !important;
}
.bgvisi{
    background: linear-gradient(270deg, var(--Gradasi, #DDA331) 0%, #77581A 100%);
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.00);
    cursor: pointer;
}

.bgvisi:hover{
    background: #77581a !important;
}
.titlevisi{
    font-size:24px;
    font-weight:700;
}
.deskvisi{
    font-size:14px;
    line-height:27px;
}
.bgmisi{
    background: #D9531E;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.00);
    cursor: pointer;
}

.bgmisi:hover{
    background: #65240a;
}
.company-stats-section .stat-card .stat-number {
    font-size: 50px;
    font-weight: 800;
    text-align: left
}

@media(max-width: 576px) {
    .company-stats-section .stat-card .stat-number {
        font-size: 36px
    }
}

.company-stats-section .stat-card .stat-label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: left
}

@media(max-width: 576px) {
    .company-stats-section .stat-card .stat-label {
        font-size: 14px
    }
}

.company-advantages-section {
    padding: 75px 0 80px;
    background-image: url("../images/bg-profile-keunggulan.png");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.company-advantages-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1
}

@media(max-width: 768px) {
    .company-advantages-section {
        padding: 40px 0 60px
    }
}

@media(max-width: 576px) {
    .company-advantages-section {
        padding: 30px 0 50px
    }
}

.company-advantages-section .advantages-title {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    line-height: 47px
}

@media(max-width: 768px) {
    .company-advantages-section .advantages-title {
        font-size: 28px
    }
}

@media(max-width: 576px) {
    .company-advantages-section .advantages-title {
        font-size: 24px
    }
}

.company-advantages-section .advantage-card {
    background: linear-gradient(to right, rgba(119, 88, 26, 0.6431372549), rgba(221, 164, 49, 0.4862745098));
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    transition: all .3s ease;
    cursor: pointer
}

.company-advantages-section .advantage-card-wrapper {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px
}

.company-advantages-section .advantage-card:hover {
    background: linear-gradient(to right, #77581a, #dda431);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1) !important
}

.company-advantages-section .advantage-card .advantage-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    display: flex;
    align-items: start;
    justify-content: start
}

.company-advantages-section .advantage-card .advantage-icon img {
    max-width: 100%;
    max-height: 100%
}

.company-advantages-section .advantage-card .advantage-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left
}

@media(max-width: 576px) {
    .company-advantages-section .advantage-card .advantage-title {
        font-size: 16px
    }
}

.executive-management-section {
    padding: 85px 0
}

@media(max-width: 768px) {
    .executive-management-section {
        padding: 40px 0 60px
    }
}

@media(max-width: 576px) {
    .executive-management-section {
        padding: 30px 0 50px
    }
}

.executive-management-section .executive-title {
    font-size: 36px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .executive-management-section .executive-title {
        font-size: 28px
    }
}

@media(max-width: 576px) {
    .executive-management-section .executive-title {
        font-size: 24px
    }
}

.executive-management-section .executive-card {
    background: #fff;
    overflow: hidden;
    transition: all .3s ease;
    cursor: pointer
}

.executive-management-section .executive-card-wrapper {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 45px
}

div .executive-management-section .executive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

div .executive-management-section .executive-card:hover .executive-image-container .executive-overlay {
    opacity: 1
}

div .executive-management-section .executive-card:hover .executive-image-container .executive-overlay1 {
    opacity: 1
}
.iconlike{
    cursor: pointer;
}
.label-kategori{
    background:#D9531E;
    color:#fff;
    border-radius:0px;
    border:0px;
    padding:2px 25px;
}
.text-like{
    color:#363839;
    font-size:12px;
}
.card-artikel{
    background: #ECECEB !important;
    min-height:442px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.artikel-title{
   font-size:17px !important;
   color:#D9531E !important;
}
.artikel-description{
    font-size:13px !important;
    font-weight:300 !important;line-height:21px !important;
}
div .executive-management-section .executive-card:hover .executive-image-container .executive-social {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

div .executive-management-section .executive-card:hover .executive-content {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #fff
}

div .executive-management-section .executive-card:hover .executive-content1 {
    color: #D9531E
}

.executive-management-section .executive-card .executive-image-container {
    position: relative;
    overflow: hidden
}

.executive-management-section .executive-card .executive-image-container .executive-image {
    width: 100%;
    height: 440px;
    object-fit: cover;
    transition: transform .3s ease
}

.executive-management-section .executive-card .executive-image-container .executive-image1 {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .3s ease
}

.executive-management-section .executive-card .executive-image-container .executive-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.8) 0%, rgba(247, 147, 30, 0.8) 100%);
    opacity: 0;
    transition: opacity .3s ease
}

.executive-management-section .executive-card .executive-image-container .executive-overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.59);
    opacity: 0;
    transition: opacity .3s ease
}

.executive-management-section .executive-card .executive-image-container .executive-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    display: flex;
    gap: 15px;
    opacity: 0;
    transition: all .3s ease;
    z-index: 10
}

.executive-management-section .executive-card .executive-image-container .executive-social .social-link {
    width: 50px;
    height: 50px;
    background: hsla(0, 0%, 100%, .15);
    border: 2px solid hsla(0, 0%, 100%, .8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease;
    backdrop-filter: blur(5px)
}

.executive-management-section .executive-card .executive-image-container .executive-social .social-link:hover {
    background: #fff;
    border-color: #ff6b35;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 107, 53, .3)
}

.executive-management-section .executive-card .executive-image-container .executive-social .social-link:hover i {
    color: #ff6b35 !important
}


div .executive-management-section .executive-card:hover .executive-image-container .executive-social1 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.text-overlay{
    font-size:24px;font-weight:800;color:#fff;
}
.executive-management-section .executive-card .executive-image-container .executive-social1 {
    position: absolute;
    bottom:0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    gap: 15px;
    opacity: 0;
    transition: all .3s ease;
    z-index: 10
}

.executive-management-section .executive-card .executive-image-container .executive-social1 .social-link {
    width: 50px;
    height: 50px;
    background: hsla(0, 0%, 100%, .15);
    border: 2px solid hsla(0, 0%, 100%, .8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease;
    backdrop-filter: blur(5px)
}

.executive-management-section .executive-card .executive-image-container .executive-social1 .social-link:hover {
    background: #fff;
    border-color: #ff6b35;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 107, 53, .3)
}

.executive-management-section .executive-card .executive-image-container .executive-social1 .social-link:hover i {
    color: #ff6b35 !important
}
.executive-management-section .executive-card .executive-content {
    padding: 25px 20px;
    text-align: center;
    transition: all .3s ease
}

.executive-management-section .executive-card .executive-content .executive-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: inherit
}
.text-brand{
    font-size:20px !important;
    color:#000 !important;
}

.executive-management-section .executive-card .executive-content .executive-position {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: .8;
    color: inherit
}
.executive-management-section .executive-card .executive-content1 {
    padding: 25px 20px;
    text-align: center;
    transition: all .3s ease
}

.executive-management-section .executive-card .executive-content1 .executive-name {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    color: inherit
}

.executive-management-section .executive-card .executive-content1 .executive-position {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: .8;
    color: inherit
}

.video-section {
    background: linear-gradient(to right, white, #D4D8DB);
    padding: 88px 0
}

.video-section-title {
    margin-bottom: 54px;
    text-align: center
}

.video-section-wrapper iframe {
    max-width: 100%
}

.text-orange {
    color: #ff6b35 !important
}

.bg-orange {
    background-color: #ff6b35 !important
}

.border-orange {
    border-color: #ff6b35 !important
}

.fade-in {
    animation: fadeIn 1s ease-in
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}



.nav-scroll1 {
    height: calc(100vh - 247px);
    overflow: auto;
    overflow-x: hidden
}

@media(max-width: 768px) {
    .nav-scroll1 {
        height: 200px;
        overflow: auto;
        overflow-x: hidden
    }
}

.nav-scroll {
    height: calc(100vh - 247px);
    overflow: auto;
    overflow-x: hidden
}

@media(max-width: 768px) {
    .nav-scroll {
        height: 130px;
        overflow: auto;
        overflow-x: hidden
    }
}

.nav-scroll .nav .nav-link.has-sub {
    position: relative
}

.nav-scroll .nav .nav-link.has-sub:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 22px;
    right: 20px;
    background: url("data:image/svg+xml,%3csvg%20width='12'%20height='7'%20viewBox='0%200%2012%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.827643%200.66292C1.04199%200.44653%201.38966%200.444532%201.60401%200.663897L6.38819%205.54769C6.60242%205.76619%206.60195%206.11959%206.38721%206.33675C6.28041%206.44457%206.13925%206.49983%205.99952%206.49983C5.85841%206.49977%205.71759%206.44502%205.61085%206.33577L0.826667%201.45101C0.612738%201.23243%200.613619%200.879954%200.827643%200.66292ZM10.395%200.663897C10.6094%200.444563%2010.9571%200.44654%2011.1714%200.66292C11.3863%200.880072%2011.3869%201.23343%2011.1733%201.45198L7.99659%204.69515C7.88979%204.80445%207.74837%204.8592%207.60792%204.85921C7.46835%204.85921%207.32796%204.80467%207.2212%204.6971C7.00625%204.4801%207.00504%204.12669%207.21827%203.90804L10.395%200.663897Z'%20fill='black'/%3e%3c/svg%3e") no-repeat center center/contain;
    vertical-align: -7px;
    display: inline-block
}

.nav-scroll .nav .nav-link.has-sub.active {
    color: #d86804
}

.nav-scroll .nav .nav-link.has-sub.active:after {
    transform: rotate(-90deg);
    filter: brightness(0) saturate(100%) invert(58%) sepia(58%) saturate(5915%) hue-rotate(8deg) brightness(93%) contrast(97%)
}
.btnsosmed{
    width:30px !important;
    height:30px !important;
}
.iconlisten{
    transform: scale(1,1) !important;
}
.iconlisten:hover{
    transform: scale(1.2,1.2) !important;
}
.bgcardpodcast{
    background: linear-gradient(90deg, rgba(255, 88, 0, 0.66) 64.72%, rgba(227, 167, 3, 0.66) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 170px;
}

.label-menu-top{
    color:#000 !important;
}

.label-menu-top:hover{
    color:#DB6B3E !important;
}
/*# sourceMappingURL=profil-perusahaan.css.map */