@media only screen and (max-width: 768px) {
    .vert .simply-scroll-clip {

        width: 676px !important;
    }
}

.focusebox .services ul {
        margin-top: 10px;
        padding-left: 0;
    }
    .mainFrame {
        overflow:hidden;
        height:250px;
    }
    .services{
        min-height: 280px;
    }
    .announcbox .marquee{
        display:block;
        position:relative;

        /*animation:scroll 400s linear infinite;*/

        padding:3px;
    }

    .announcbox .marquee:hover {
        /* animation-play-state: paused;*/
    }
    .vert {
        margin-bottom: 1.5em;
        //width: 345px;
    }
    .vert .simply-scroll-clip {
        height: 400px;
       // width: 345px;
    }
    .focusebox .services ul li {
        list-style: outside none none;
        padding: 0;
    }

.focusebox .services ul li{
    max-width: 100%;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.cursor_pointer{ cursor:pointer !important; }
.view_detail{padding: 5px 10px; background:rgba(252, 213, 181, 0.5); border: 1px solid #c05c1b;}

.sitemap-category {
    margin-bottom: 15px;
}

.sitemap-category ul {
    list-style-type: none;
    padding-left: 5px;
}
.sitemap-category ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 3px 6px;
}
.sitemap-category ul a:hover {
    color: #444;
}
