

        .hide_mobile_picture {
            width: 10%;
            padding-top: 13px;

        }

        @media only screen and (max-width: 1491px) {
            .hide_mobile_picture {
                display: none;
            }
        }


        .center_img_tng_kota {
            padding-left: 20px;
            padding-bottom: 10px;
        }

        @media only screen and (max-width: 688px) {
            .center_img_tng_kota {
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 50%;

            }
        }

        @media only screen and (max-width: 688px) {
            .chatus_style {
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 50%;

            }
        }

        .blog-item {
            position: absolute;
            left: 0px;
            top: 0px;
            margin-bottom: 10px;
            margin: 0px;
            transition: 0.5s;
            /* border:solid #f2f2f2; */
        }

        .blog-item:hover {
            margin-top: -10px;
            transition: 0.5s;
            box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
        }

        .text {
            display: block;
            width: 250px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .imgfit {
            height: 280px;
            width: 350px;
        }

        .rounded {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .rounded2 {
            /* border-top-left-radius: 5px; */
            /* border-top-right-radius: 5px; */
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .rounded3 {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            /* background-color: red; */
            /* border-bottom-left-radius: 10px; */
            /* border-bottom-right-radius: 10px; */
        }

        @media only screen and (max-width: 800px) {
            .agenda {
                width: 100%;
                height: 800px;
                margin-bottom: 20px;
            }

            .imgfit {
                height: 600px;
                width: 100%;
            }
        }

        @media only screen and (max-width: 600px) {
            .agenda {
                width: 100%;
                height: 600px;
                margin-bottom: 20px;
            }

            .imgfit {
                height: 400px;
                width: 100%;
            }
        }

       .grow {
            transition: all .2s ease-in-out;
            /* background-image: linear-gradient(to right, #FAFCFC, #B1D1DB); */
        }

        .grow:hover {
            transform: scale(1.04);
        }

        .fade-in-image {
            animation: fadeIn 2s;
            -webkit-animation: fadeIn 2s;
            -moz-animation: fadeIn 2s;
            -o-animation: fadeIn 2s;
            -ms-animation: fadeIn 2s;
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-moz-keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-webkit-keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-o-keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-ms-keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }


        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }

            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }


        .responsive {
            max-width: 100%;
            height: auto;
        }

        .modal-ku {
            width: 900px;
            padding-top: 20px;
            margin: auto;
        }

        #sy-whatshelp {
            right: 25px;
            bottom: 59px;
            position: fixed;
            z-index: 9999;
        }

        #sy-whatshelp a {
            position: relative;
        }

        #sy-whatshelp a.sywh-open-services {
            background-color: #162127;
            color: #fff;
            line-height: 55px;
            margin-top: 10px;
            border: none;
            cursor: pointer;
            font-size: 23px;
            width: 55px;
            height: 55px;
            text-align: center;
            box-shadow: 2px 2px 8px -3px #000;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            display: inline-block;
        }

        #sy-whatshelp a.sywh-open-services i {
            line-height: 55px;
        }

        #sy-whatshelp a.sywh-open-services i.fa-times {
            display: none;
        }

        #sy-whatshelp .sywh-services {
            width: 55px;
            height: auto;
        }

        #sy-whatshelp .sywh-services a {
            display: none;
        }

        #sy-whatshelp .sywh-services a i {
            background-color: #129bf4;
            color: #fff;
            line-height: 55px;
            margin-top: 10px;
            border: none;
            cursor: pointer;
            font-size: 23px;
            width: 55px;
            height: 55px;
            text-align: center;
            box-shadow: 2px 2px 8px -3px #000;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
        }

        #sy-whatshelp .sywh-services a.email i {
            background-color: #b92b27;
        }

        #sy-whatshelp .sywh-services a.instagram i {
            background-color: #e4405f;
        }

        #sy-whatshelp .sywh-services a.messenger i {
            background-color: #0084ff;
        }

        #sy-whatshelp .sywh-services a.whatsapp i {
            background-color: #25d366;
        }

        #sy-whatshelp .sywh-services a.call i {
            background-color: #ff6600;
        }

        a[data-tooltip] {
            position: relative;
        }

        a[data-tooltip]::before,
        a[data-tooltip]::after {
            position: absolute;
            display: none;
            opacity: 0.85;
            transition: all 0.3s ease-in-out;
        }

        a[data-tooltip]::before {
            content: attr(data-tooltip);
            background: #000;
            color: #fff;
            font-size: 13px;
            padding: 7px 11px;
            border-radius: 5px;
            white-space: nowrap;
            text-decoration: none;
        }

        a[data-tooltip]::after {
            width: 0;
            height: 0;
            border: 6px solid transparent;
            content: "";
        }

        a[data-tooltip]:hover::before,
        a[data-tooltip]:hover::after {
            display: block;
        }

        a.sywh-open-services[data-tooltip]::before,
        a.sywh-open-services[data-tooltip]::after {
            display: block;
        }

        a.data-tooltip-hide[data-tooltip]::before,
        a.data-tooltip-hide[data-tooltip]::after {
            display: none !important;
        }

        a.sywh-open-services[data-tooltip][data-placement="left"]::before {
            top: 11px;
        }

        a[data-tooltip][data-placement="left"]::before {
            top: -7px;
            right: 100%;
            line-height: normal;
            margin-right: 10px;
        }

        a[data-tooltip][data-placement="left"]::after {
            border-left-color: #000;
            border-right: none;
            top: 50%;
            right: 100%;
            margin-top: -6px;
            margin-right: 4px;
        }

        a[data-tooltip][data-placement="right"]::before {
            top: -7px;
            left: 100%;
            line-height: normal;
            margin-left: 10px;
        }

        a[data-tooltip][data-placement="right"]::after {
            border-right-color: #000;
            border-left: none;
            top: 50%;
            left: 100%;
            margin-top: -6px;
            margin-left: 4px;
        }

        a[data-tooltip][data-placement="top"]::before {
            bottom: 100%;
            left: 0;
            margin-bottom: 10px;
        }

        a[data-tooltip][data-placement="top"]::after {
            border-top-color: #000;
            border-bottom: none;
            bottom: 100%;
            left: 10px;
            margin-bottom: 4px;
        }

        a[data-tooltip][data-placement="bottom"]::before {
            top: 100%;
            left: 0;
            margin-top: 10px;
        }

        a[data-tooltip][data-placement="bottom"]::after {
            border-bottom-color: #000;
            border-top: none;
            top: 100%;
            left: 10px;
            margin-top: 4px;
        }