
        /**media desktop */
        @media (min-width: 1200px){    
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 80%;
        }
        .header-div-content{
            height: 100%;
            text-align: left;
        }
        .carousel-indicators li {
            background-color: #999 !important;
            /* background-color: rgba(70, 70, 70, 0.25) !important; */
            width: 10px;
            height: 10px;
            border-radius: 100%;
        }

        .carousel-indicators .active {
            background-color: #8B1D42 !important;
        }
        #carousel-header{
            height: 650px;
        }
    }
    /**media tab */
    @media only screen and (max-width: 768px) { 
        .header-div-content{
            height: 50%;
            text-align: left;
        }
        
        #carousel-header{
            height: auto;
        }
    }

    .mobile-nav{
        background: rgb(139 29 66 / 43%) !important;
    }
    .mobile-nav-toggle i{
        color: #8B1D42 !important;
    }
    #header.header-scrolled{
        background: rgb(247,235,237) !important;
    }
    .about .content .about-btn{
        background: #871C40 !important;
    }
    .section-title h2::after{
        background: url() no-repeat !important;
    }
    .icon-box-portfolio{
        background: #F79521;
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
        color: white;
    }
    #main {
        margin-top: 0px;
    }
    .header-slide {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .img-slide{
        max-height: 500px;
    }

    /* @media only screen and (min-width: 601px) {
        .header-div-content{
        height: 100%;
        }
    } */

    .owl-carousel .owl-dots {
        display: block;
    }
    .carousel-caption-custom{
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        margin-bottom: 0px;
        opacity: 0.9;
        /* background-color: #F9EDF1; */
    }

    .header-content-center {
        width: 100%;
        height: 100%;
        /* border: 1px solid #c3c3c3; */
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        vertical-align: center;
    }

    .header-content-center div {
        width: 100%;
        height: auto;
        text-align: left;
    }

    .img-responsive {
        max-width: 100%;
        height: auto;
    }
    .img-rounded{
        border-radius:6px
    }
    .img-thumbnail{
        padding:4px;
        line-height:1.42857143;
        background-color:#fff;
        border:1px solid #ddd;
        border-radius:4px;
        -webkit-transition:all .2s ease-in-out;
        -o-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
        display:inline-block;
        max-width:100%;
        height:auto
    }
    .img-circle{
        border-radius:50%
    }

    /**custom diambil dari v2 */
    .Rectangle-382 {
        width: 159px !important;
        height: 42.9px !important;
        border-radius: 20px;
        background-color: #8a1e41;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.24px;
        text-align: center !important;
        color: #ffffff;
    }
    .viewmore-btn{
        font-weight: 600;
        font-size: 12px;
        background: #871C40 !important;
        display: inline-block;
        padding: 6px 44px 8px 30px;
        color: #fff !important;
        border-radius: 50px;
        transition: 0.3s;
        position: relative;
    }
    .portfolio .portfolio-wrap{
        padding: 20px 20px 20px 20px;
    }
    .portfolio .portfolio-wrap .portfolio-links a{
        background: #8B1D42;
    }
    .portfolio .portfolio-wrap .portfolio-links a:hover{
        background: #F79521;
    }
    .card-portfolio{
        position: relative;
        vertical-align: middle; 
        text-align: center;
        margin-top: -10%;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        object-fit: contain;
        border-radius: 13px;
        box-shadow: 0 0px 10px 0 #888888;
        background-color: #ffffff;
        margin-bottom: 20px;
    }
    .viewmore-portfolio{
        background-color: white;
        width: auto;
        bottom: 0px;
        right: 8%;
        position: absolute;
        padding: 1px 10px 1px 10px;
        text-decoration: none;
        color: #00538e;
    }
    .viewmore-portfolio-span{
        font-size: 13px;
        background-color: white;
        width: auto;
        font-weight: 600;
    }
    .img-clients{
        max-height: 200px;
        height: 100%;
        width: 100%;
    }