    .flex-boards-item{
        width: 50%;
    }
    .board-item{
        padding-left: 25px;
    }
    .ellipsis {
        white-space: nowrap;        /* Mencegah teks untuk membungkus ke baris berikutnya */
        overflow: hidden;           /* Menyembunyikan teks yang melebihi area yang ditentukan */
        text-overflow: ellipsis;    /* Menampilkan ellipsis ("...") untuk teks yang terpotong */
    }
    .desc-director{
        text-align: justify;
    }
    .column-1{
        width: 50%;
    }
    .column-2{
        width: 50%;
    }
    body{
        overflow-x: hidden;
    }
      .title-about{
            font-size:75px;
        }

    .number-flex-count{
        font-size: 60px;
    }
    .text-flex-count{
        font-size: 16px;
    }

    .hr-flex-count{
        width: 30%;
        height: 100px;
    }

    .flex-container {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    }

    .flex-item-count {
    flex: 25%;
    }
    

    /*.thumb-executive{*/
    /*    height:300px;*/
    /*}*/

    /*.thumb-executive .image-exe{*/
    /*    height:100%;*/
    /*    object-fit: cover;*/
    /*}*/

    .absolute-banner {
    position: absolute;
    top: 25%;
    left: 0;
    }

    .container1 {
    position: relative;
    width: 300px;
    height: 100%;
    }
    
    .container3 {
    position: relative;
    }

    .image {
    display: block;
    width: 100%;
    height: auto;
    }

    .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); 
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .9s ease;
    }

    .container1:hover .overlay {
    height: 100%;
    opacity: 1;
    }
    
    .container3:hover .overlay {
    height: 100%;
    opacity: 1;
    }

    .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    }

    .title{
        color: #FF8E32;
        font-size: 76px;
    }

    .sub-title{
        font-size: 32px;
        color: white;
    }
    .title-section{
        font-size: 68px;
        color: #930F0F;
    }
    .sub-title-section{
        font-size: 48px;
        color: #FD5521;
    }
    /*.text-commisioner{*/
    /*    font-size: 30px;*/
    /*    color: #930F0F;*/
    /*}*/
    /*.commisioner{*/
    /*    background-color: #aaaaaa;*/
    /*}*/
    
    .relative {
        position: relative;
        width: 100%;
        height: 100%;
    
    } 
    .absolute {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80%;
    }

    .txt-name-person{
        font-size: 20px;
        color: #FD5521;
    }
    .txt-name-position{
        font: 14px;
        color: #930F0F;
    }
    .about-elsicom{
        /*    background:*/
        /*linear-gradient(*/
        /*rgba(0, 0, 0, 0.499),*/
        /*rgba(0, 0, 0, 0.499)*/
        /*),*/
        /*url("{{ asset('storage/asset-frontend/DSC00336-new.jpg') }}");*/
        background-position: center center;
        background-size: cover;
        height: 150%;
    }
    .about-elsicom2{
        /*    background:*/
        /*linear-gradient(*/
        /*rgba(0, 0, 0, 0.699),*/
        /*rgba(0, 0, 0, 0.699)*/
        /*),*/
        /*url("{{ asset('storage/asset-frontend/signal-new.jpg') }}");*/
        background-position: center center;
        background-size: cover;
            height: 70%;
    }
    .title-client{
        font-size: 45px;
        color: #FD5521;
    }
    .hover-text {
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-size: 18px;
    }
    .hover-text::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 2px;
        background-color: #FF8E32;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease-out;
    }

    .hover-text:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .overlay-video {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7)!important;
        width: 100%;
        height: 100%;
    }

    .relative-banner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .absolute-banner {
        position: absolute;
        top: 25%;
        left: 50px;
        padding: 10px;
    }

    .title {
        color: #FF8E32;
        font-size: 76px;
    }

    .sub-title {
        font-size: 32px;
        color: white;
    }
    .video-home{
        width: 100%;
        /*object-fit: cover;*/
    }
    .animasi-image{
        width: 100%;
        height:300px;
        object-fit: cover;
    }
    .image-cover {
      width: 100%;
      height: 300px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .image-cover2 {
      width: 100%;
      height:350px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }


    @media (max-width: 576px) {
        .m-center{
            text-align: center;
        }
        .list-item {
            position: relative;
        }
        .list-item hr {
            width: 40%;
            margin: -20px auto;
            position: absolute;
            bottom: 0;
            left: 30%;
            
        }
          .title-about{
            font-size:60px;
        }
        .m-display{
            display: flex;
            justify-content: center!important;
        }
        .margin-item{
            margin-top: 20px!important;
        }
        .title-client{
            font-size: 26px;
        }
        .title-section{
            font-size:36px; 
        }
        .sub-title-section{
            font-size:24px;
        }

        .title {
            font-size: 30px;
        }

        .sub-title {
            font-size: 18px;
        }

        .absolute-banner {
            left: 10px;
            top: 15%;
        }
        .relative-banner{
            height: 60vh!important;
            width:100%;
        }
        .video-home{
            width: 100%;
            object-fit: cover;
            height: 60vh;
        }
    }