﻿

/*ArticleCateBox*/
.ArticleCateBox {
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #C9C9C9;
    width: 578px;
    height: 248px;
    float: left;
    margin-top: 10px;
}

    .ArticleCateBox .art-img {
        width: 173px;
        float: left;
    }

        .ArticleCateBox .art-img img {
            border-radius: 3px;
            border: 3px solid #fff;
            box-shadow: 0 0 5px #C9C9C9;
            max-width: 158px;
            max-height: 119px;
            margin-top: 10px;
        }

    .ArticleCateBox .article_caption {
        float: left;
        /*height: 29px;*/
        line-height: 29px;
        width: 100%;
        background: #0099cc;
    }

        .ArticleCateBox .article_caption .parent {
            font-size: 13px;
            font-weight: bold;
            float: left;
        }

            .ArticleCateBox .article_caption .parent a {
                /*color: #1770b5;*/
                color: #fff;
                margin-right: 5px;
                /*margin-left: 10px;*/
                font-weight: bold;
            }

        .ArticleCateBox .article_caption .list-item {
            font-size: 12px;
            float: left;
            color: #fff;
            margin-left: 10px;
            font-weight: normal;
        }
        .ArticleCateBox .article_caption .list-item h1 {
            font-weight: normal;
            font-size: 12px;
            float: right;
        }
            .ArticleCateBox .article_caption .list-item .item {
                float: left;
            }

                .ArticleCateBox .article_caption .list-item .item a {
                    /*color: #3f3f3f;*/
                    color: #fff;
                    margin: 0 5px;
                    
                }

        .ArticleCateBox .article_caption a:hover {
            text-decoration: none;
        }

    .ArticleCateBox .item-content {
        background: url(img/bg_article_boxhome.png) repeat-x transparent;
        width: 100%;
        height: 219px;
        float: left;
    }

    .ArticleCateBox .box-1 {
        width: 405px;
        margin-left: 15px;
        float: left;
    }

    .ArticleCateBox .view-more {
        float: right;
    }

        .ArticleCateBox .view-more a {
            color: #23679b;
            font-style: italic;
        }

    .ArticleCateBox .highlight {
        margin-top: 10px;
        background: none;
        /*width: 100%;*/
    }


        .ArticleCateBox .highlight .title {
            text-align: justify;
        }

            .ArticleCateBox .highlight .title a {
                color: #1770b5;
                font-size: 16px;
            }

                .ArticleCateBox .highlight .title a:hover {
                    text-decoration: none;
                }

        .ArticleCateBox .highlight .briefdescription {
            text-align: justify;
            line-height: 150%;
            margin-top: 6px;
            color: #414042;
        }

    .ArticleCateBox .related {
        width: 226px;
        margin-top: 10px;
        float: right;
    }

        .ArticleCateBox .related .item {
            background: url("img/crbullet.png") no-repeat scroll left 4px transparent;
            padding-left: 10px;
            margin-top: 5px;
        }

        .ArticleCateBox .related .item-1 {
            min-height: 75px;
        }

            .ArticleCateBox .related .item-1 .title {
                color: #414042;
                line-height: 150%;
            }

            .ArticleCateBox .related .item-1 .image-item {
                width: 95px;
                height: 80px;
                float: left;
            }

                .ArticleCateBox .related .item-1 .image-item img {
                    border: 3px solid #fff;
                    border-radius: 3px 3px 3px 3px;
                    box-shadow: 0 0 5px #C9C9C9;
                    max-height: 60px;
                    max-width: 80px;
                }

        .ArticleCateBox .related .item a {
            color: #414042;
        }

            .ArticleCateBox .related .item a:hover {
                text-decoration: none;
                color: #0463a0;
            }

            .ArticleCateBox .related .item a img {
                margin-left: 5px;
            }


/* Article Listing*/
.article-listing {
    position: relative;
    float: left;
    padding: 0px 15px;
    margin-bottom: 10px;
}

    .article-listing .list {
        padding: 25px 0 0;
        float: left;
        position: relative;
        *padding-bottom: 20px;
    }

    .article-listing .item {
        width: 100%;
        float: left;
        margin: 0 20px 20px 0;
        height: 145px;
        text-align: justify;
        border-bottom: 1px dashed #ebeaea;
    }

        .article-listing .item.right {
            margin-right: 0;
        }

        .article-listing .item .title {
            font-weight: bold;
            color: #1770b5;
            font-size: 16px;
        }

            .article-listing .item .title:hover {
                text-decoration: none;
                color: #414042;
            }

            .article-listing .item .title img {
                margin-left: 5px;
                vertical-align: middle;
            }

        .article-listing .item .image-border {
            border: 3px solid #FFFFFF;
            margin-right: 15px;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 0 5px #C9C9C9;
            width: 158px !important;
            float: left;
            height: 119px !important;
            overflow: hidden;
        }

        .article-listing .item .image img {
            max-width: 158px;
            max-height: 119px;
        }

        .article-listing .item .image a {
            width: 158px;
            height: 119px;
        }

        .article-listing .item .createdDate {
            display: block;
            margin-top: 5px;
            color: #959595;
        }

        .article-listing .item .summary {
            text-align: justify;
            color: #414042;
            margin-top: 5px;
            display: block;
            line-height: 18px;
        }

        .article-listing .item .detail {
            float: right;
            color: #1770b5;
            text-decoration: underline;
            text-decoration: none;
            font-style: italic;
        }

            .article-listing .item .detail:hover {
                text-decoration: none;
                color: #414042;
            }

.lblresult {
    position: relative;
    top: 15px;
}

.article-listing .pager {
    width: 325px;
    position: relative;
    overflow: hidden;
    text-align: left;
    float: left;
}

    .article-listing .pager label {
        color: #656565;
        line-height: 25px;
        padding-right: 5px;
        display: inline-block;
    }

    .article-listing .pager a.num {
        width: 21px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0 2px;
        display: inline-block;
        color: #414042;
        margin-right: 5px;
        font-style: italic;
    }

    .article-listing .pager a.select, .article-listing .pager a:hover {
        color: #049bd1;
        border: 1px solid #049bd1;
        font-style: italic;
    }

/*=================*/

/*Article Reference*/
/*=================*/
.article-reference {
    width: 531px;
    padding: 0px;
    position: relative;
    margin: 0 0 20px 15px;
    float: left;
    padding-top: 10px;
    border-top: 1px dotted #d3d3d3;
}

    .article-reference .title {
        float: left;
        width: 100%;
        clear: both;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }

        .article-reference .title a {
            color: #0688c1;
            font-size: 16px;
            font-weight: bold;
        }

            .article-reference .title a img {
                vertical-align: middle;
                margin-left: 5px;
            }

            .article-reference .title a:hover {
                text-decoration: none;
            }

    .article-reference .caption img {
        display: none;
    }

    .article-reference .caption {
        display: inline-block;
        height: 35px;
        width: 100%;
        margin-bottom: 5px;
    }

        .article-reference .caption.en {
            background-position: left 134%;
        }

    .article-reference ul {
        float: left;
        width: 100%;
    }

        .article-reference ul li {
            line-height: 25px;
            background: url(img/narrow-ref.png) no-repeat left center;
            padding-left: 15px;
            *padding-left: 0px;
        }

            .article-reference ul li:hover {
                background: url(img/narrow-ref-horver.png) no-repeat left center;
            }

            .article-reference ul li a {
                color: #2f2f2f;
            }

                .article-reference ul li a img {
                    margin-left: 5px;
                }

                .article-reference ul li a:hover {
                    text-decoration: none;
                }

/*=================*/
/*Article about*/
/*=================*/
.article-about {
    position: relative;
    width: 326px;
    float: left;
    height: 406px;
    overflow: hidden;
}

    .article-about .title-menu {
        position: absolute;
        top: 30px;
        left: 0px;
        line-height: 23px;
        width: 100%;
        height: 23px;
        text-align: center;
    }

    .article-about .caption {
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        font-family: times new roman;
    }
    .article-about .caption:hover {
        text-decoration: none;
    }
    .article-about .image-border {
        position: absolute;
        top: 80px;
        left: 33px;
        background: url(img/border_img_content-top.png) no-repeat 4px bottom transparent;
        height: 163px;
    }

    .article-about .image img {
        display: block;
        height: 148px;
        width: 258px;
    }

    .article-about .image img {
        border: 1px solid #FFFFFF;
    }


    .article-about .desciption {
        position: absolute;
        color: #fff;
        top: 248px;
        left: 33px;
        width: 260px;
        line-height: 18px;
    }

    .article-about .view-more {
        background: #f6f6f6;
        border: 1px solid #fff;
        position: absolute;
        top: 352px;
        left: 33px;
        height: 34px;
        width: 92px;
        text-align: center;
    }

        .article-about .view-more a {
            color: #5F5F5F;
            display: block;
            font-weight: bold;
            padding-top: 10px;
            text-transform: uppercase;
        }

/*=================*/
/*Article Highlighted*/
/*=================*/
.article-highlighted {
    position: relative;
    width: 332px;
    margin-left: 20px;
    margin-top: 45px;
    border-top: 1px solid #efefef;
    float: left;
}

    .article-highlighted .caption {
        position: absolute;
        background: #FFF;
        text-transform: uppercase;
        color: #3899db;
        font: bold 14px Arial;
        top: -13px;
        padding-right: 10px;
    }

        .article-highlighted .caption:hover {
            text-decoration: none;
        }

    .article-highlighted .imgbg {
        margin-top: 20px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .article-highlighted .item {
        background: url(img/bullet.png) left center no-repeat transparent;
        padding-left: 20px;
        margin-top: 5px;
    }

        .article-highlighted .item .title {
            color: #3a3a3a;
            cursor: pointer;
        }

            .article-highlighted .item .title img {
                vertical-align: middle;
                margin-left: 5px;
            }

            .article-highlighted .item .title:hover {
                text-decoration: none;
                color: #3899DB;
            }
/*=================*/
/*Article New*/
/*=================*/
.article-new {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    min-height: 420px;
    margin-left: 20px;
    position: relative;
    width: 325px;
    border-left: 1px solid #ececec;
    padding-left: 20px;
}

    .article-new .title-menu {
        background: url(img/bg_menu_about.png) no-repeat transparent;
        line-height: 30px;
        width: 325px;
        height: 30px;
    }

        .article-new .title-menu .caption {
            text-transform: uppercase;
            color: #015297;
            margin-left: 30px;
            font-weight: bold;
            padding-right: 10px;
        }

    .article-new .new-prev {
        background: url(img/prev.png) left transparent;
        width: 21px;
        height: 22px;
        position: absolute;
        right: 28px;
        top: 4px;
        cursor: pointer;
    }

    .article-new .new-next {
        background: url(img/next.png) left transparent;
        width: 21px;
        height: 22px;
        position: absolute;
        right: 4px;
        top: 4px;
        cursor: pointer;
    }

.article .list {
}

.article-new .item {
    float: left;
    width: 325px;
}

.article-new .itemhide {
    display: none;
}

.article-new .item .item-content {
    margin-top: 15px;
    *margin-top: 5px;
}

.article-new .item .title {
    background: url(img/bullet-title-box.png) no-repeat 0px 8px transparent;
    line-height: 24px;
}

    .article-new .item .title a {
        color: #015198;
        margin-left: 15px;
        font-weight: bold;
    }

    .article-new .item .title:hover {
        text-decoration: none;
        color: #DA251C;
    }

.article-new .item .BriefDescription {
    color: #5c5c5c;
    line-height: 16px;
}


.box_bottom {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

    .box_bottom a {
        font-family: VIE-HandelGothic;
        color: #5c5c5c;
        font-size: 15px;
        margin-left: 40px;
    }

.bottom-download {
    background: url(img/bt_download.png) no-repeat transparent;
    float: left;
    width: 158px;
    height: 41px;
    display: block;
    line-height: 41px;
}


.bottom-login {
    background: url(img/bt_login.png) no-repeat transparent;
    display: block;
    float: left;
    width: 158px;
    height: 41px;
    line-height: 41px;
    margin-left: 9px;
}

.bottom-camera {
    background: url(img/bt_camera.png) no-repeat transparent;
    float: left;
    width: 158px;
    height: 41px;
    display: block;
    line-height: 41px;
    margin-top: 10px;
    cursor: pointer;
}

.bottom-giamsat {
    background: url(img/bt_giamsat.png) no-repeat transparent;
    display: block;
    float: left;
    width: 158px;
    height: 41px;
    line-height: 41px;
    margin-left: 9px;
    margin-top: 10px;
    cursor: pointer;
}
/* Article -video Listing*/
.article-video-listing {
    position: relative;
    float: left;
    padding: 0px 20px;
}

    .article-video-listing .list {
        overflow: hidden;
        padding: 20px 0 0;
        float: left;
        position: relative;
    }

    .article-video-listing .item {
        float: left;
        margin: 0 20px 20px 0px;
        text-align: justify;
    }

        .article-video-listing .item.last {
            margin-right: 0px !important;
        }

        .article-video-listing .item div.imageviewer {
            border: 1px solid #ebebeb;
            background: #f7f7f7;
            position: relative;
            padding: 7px;
        }

            .article-video-listing .item div.imageviewer:hover {
                border: 1px solid #FBB630;
            }

        .article-video-listing .item .imageviewer a {
        }

            .article-video-listing .item .imageviewer a img {
                opacity: 0.8;
                filter: alpha(opacity=80);
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
            }

        .article-video-listing .item div.imageviewer .play {
            background: url(img/ico_video_play.png) center center no-repeat transparent;
            width: 64px;
            height: 64px;
            position: absolute;
            top: 47px;
            left: 73px;
            opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
        }

            .article-video-listing .item div.imageviewer .play:hover {
                opacity: 1;
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                cursor: pointer;
            }

        .article-video-listing .item .title {
            margin-top: 5px;
            width: 211px;
            height: 45px;
        }

            .article-video-listing .item .title a {
                font-weight: bold;
                color: #428ebe;
            }

                .article-video-listing .item .title a:hover {
                    text-decoration: none;
                }

            .article-video-listing .item .title img {
                margin-left: 5px;
                vertical-align: middle;
            }

.lblresult {
    position: relative;
    top: 15px;
}

.article-video-listing .pager {
    width: 325px;
    position: relative;
    overflow: hidden;
    text-align: right;
    float: right;
}

    .article-video-listing .pager label {
        color: #656565;
        line-height: 21px;
        padding-right: 5px;
        display: inline-block;
        font-weight: bold;
    }

    .article-video-listing .pager a.num {
        width: 21px;
        height: 21px;
        line-height: 21px;
        text-align: center;
        padding: 0 2px;
        display: inline-block;
        font-weight: bolder;
        color: #585858;
        margin-right: 5px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .article-video-listing .pager a.select, .article-video-listing .pager a:hover {
        color: #fff;
        background: #f58220;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        font-weight: bold;
    }


.project-listing {
    position: relative;
    float: left;
    width: 661px;
}

    .project-listing .list {
        overflow: hidden;
        padding: 20px 0px 0px 0px;
        float: left;
        position: relative;
    }

    .project-listing .item {
        width: 195px;
        float: left;
        margin-bottom: 20px;
        margin-left: 19px;
        height: auto;
        /*overflow: hidden;*/
        text-align: justify;
    }

        .project-listing .item.right {
            margin-right: 0;
        }

        .project-listing .item .title {
            color: #2F2F2F;
            display: block;
            float: left;
            font-weight: bold;
            line-height: 18px;
            margin-top: 5px;
            text-align: justify;
            width: 100%;
        }

            .project-listing .item .title:hover {
                text-decoration: none;
            }

            .project-listing .item .title img {
                margin-left: 5px;
                vertical-align: middle;
            }

        .project-listing .item .description {
            float: left;
            color: #5E5E5E;
            height: 54px;
            overflow: hidden;
            padding-left: 5px;
        }

        .project-listing .item .imagebox {
            background: #f6f6f6;
            float: left;
            /*overflow: hidden;*/
        }

            .project-listing .item .imagebox a {
                border: 1px solid #FFFFFF;
                border-radius: 3px 3px 3px 3px;
                box-shadow: 0 0 5px #C9C9C9;
            }

            .project-listing .item .imagebox img {
                max-width: 195px;
                max-height: 136px;
            }

        .project-listing .item .summary {
            text-align: justify;
            color: #2b2b2b;
            margin-top: 10px;
            display: block;
        }

        .project-listing .item .detail {
            background: url(img/butlet_detail.png) left center no-repeat transparent;
            float: right;
            color: #0463a0;
            text-decoration: none;
            font-weight: bold;
            padding-left: 10px;
        }

    .project-listing .pager {
        width: 325px;
        position: relative;
        overflow: hidden;
        text-align: left;
        float: left;
        margin-bottom: 15px;
        margin-left: 10px;
    }

        .project-listing .pager label {
            color: #656565;
            line-height: 25px;
            padding-right: 5px;
            display: inline-block;
        }

        .project-listing .pager a.num {
            width: 21px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            padding: 0 2px;
            display: inline-block;
            color: #414042;
            margin-right: 5px;
            font-style: italic;
        }

        .project-listing .pager a.select, .project-listing .pager a:hover {
            color: #049bd1;
            border: 1px solid #049bd1;
            font-style: italic;
        }

/*.project-listing .pager {
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }

        .project-listing .pager label {
            color: #656565;
            line-height: 21px;
            padding-right: 5px;
            display: inline-block;
            font-weight: bold;
        }

        .project-listing .pager a.num {
            width: 21px;
            height: 21px;
            line-height: 21px;
            text-align: center;
            padding: 0 2px;
            display: inline-block;
            font-weight: bolder;
            color: #585858;
            margin-right: 5px;
            background-color: #d8d8d8;
            border-radius: 5px;
        }

        .project-listing .pager a.select, .project-listing .pager a:hover {
            color: #fff;
            background: #0052be;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            font-weight: bold;
        }*/
/*Box Right*/
.ArticleCateBox-Right1 {
    background: url(img/bg_box_right.png) repeat-x transparent;
    width: 288px;
    height: 415px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 5px #C9C9C9;
    float: left;
    margin-top: 10px;
}

    .ArticleCateBox-Right1 .menu-name {
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

        .ArticleCateBox-Right1 .menu-name a {
            color: #231f20;
            font-weight: bold;
            font-size: 12px;
        }


    .ArticleCateBox-Right1 .item-article {
        float: left;
        margin-left: 15px;
    }

        .ArticleCateBox-Right1 .item-article .image-item img {
            max-width: 250px;
            max-height: 187px;
            border: 3px solid #FFFFFF;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 0 5px #C9C9C9;
        }

        .ArticleCateBox-Right1 .item-article .title {
            color: #0688c1;
            height: 30px;
            line-height: 30px;
        }

        .ArticleCateBox-Right1 .item-article .item {
            width: 116px;
            float: left;
            margin-top: 10px;
            text-align: center;
            margin-right: 19px;
        }

    .ArticleCateBox-Right1 .detail {
        color: #717375;
        font-style: italic;
        float: right;
        margin-right: 15px;
    }



.ArticleCateBox-Right2 {
    background: url(img/bg_box_right.png) repeat-x transparent;
    width: 288px;
    height: 316px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 5px #C9C9C9;
    float: left;
    margin-top: 10px;
}

    .ArticleCateBox-Right2 .menu-name {
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

        .ArticleCateBox-Right2 .menu-name a {
            color: #231f20;
            font-weight: bold;
            font-size: 12px;
        }


    .ArticleCateBox-Right2 .item-article {
        float: left;
        margin-left: 15px;
    }

        .ArticleCateBox-Right2 .item-article .image-item img {
            max-width: 250px;
            max-height: 187px;
            border: 3px solid #FFFFFF;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 0 5px #C9C9C9;
        }

        .ArticleCateBox-Right2 .item-article .title {
            color: #0688c1;
            height: 30px;
            line-height: 30px;
        }

        .ArticleCateBox-Right2 .item-article .item {
            width: 116px;
            float: left;
            margin-top: 10px;
            text-align: center;
            margin-right: 20px;
        }

        .ArticleCateBox-Right2 .item-article .right {
            margin-right: 0px;
        }

    .ArticleCateBox-Right2 .detail {
        color: #717375;
        font-style: italic;
        float: right;
        margin-right: 15px;
    }



.ArticleCateBox-Right3 {
    background: url(img/bg_box_right1.png) repeat-x transparent;
    width: 288px;
    height: 212px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 5px #C9C9C9;
    float: left;
    margin-top: 10px;
}

    .ArticleCateBox-Right3 .menu-name {
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

        .ArticleCateBox-Right3 .menu-name a {
            color: #231f20;
            font-weight: bold;
            font-size: 12px;
        }


    .ArticleCateBox-Right3 .item-article {
        float: left;
        margin-left: 15px;
        width: 255px;
    }

        .ArticleCateBox-Right3 .item-article .image-item {
            float: left;
        }

            .ArticleCateBox-Right3 .item-article .image-item img {
                border: 1px solid #FFFFFF;
                border-radius: 3px 3px 3px 3px;
                box-shadow: 0 0 5px #C9C9C9;
            }

        .ArticleCateBox-Right3 .item-article .title {
            color: #414042;
            height: 30px;
            line-height: 30px;
            font-style: italic;
            font-weight: bold;
            font-size: 14px;
            /*float: left;*/
            margin-left: 10px;
        }

        .ArticleCateBox-Right3 .item-article .item {
            width: 116px;
            float: left;
            margin-top: 5px;
            width: 100%;
        }

    .ArticleCateBox-Right3 .detail {
        color: #717375;
        font-style: italic;
        float: right;
        margin-right: 15px;
    }




.ArticleCateBox-Right4 {
    background: url(img/bg_box_right.png) repeat-x transparent;
    width: 288px;
    height: 316px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 5px #C9C9C9;
    float: left;
    margin-top: 10px;
}

    .ArticleCateBox-Right4 .menu-name {
        height: 22px;
        line-height: 22px;
        margin-top: 10px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

        .ArticleCateBox-Right4 .menu-name a {
            color: #231f20;
            font-weight: bold;
            font-size: 12px;
        }


    .ArticleCateBox-Right4 .item-article {
        float: left;
        margin-left: 15px;
        width: 255px;
    }

        .ArticleCateBox-Right4 .item-article .image-item img {
            border: 3px solid #FFFFFF;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 0 5px #C9C9C9;
        }

        .ArticleCateBox-Right4 .item-article .item {
            width: 116px;
            float: left;
            margin-top: 10px;
            text-align: center;
            margin-right: 15px;
        }

        .ArticleCateBox-Right4 .item-article .right {
            margin-right: 0px;
        }

    .ArticleCateBox-Right4 .detail {
        color: #717375;
        font-style: italic;
        float: right;
        margin-right: 0px;
        margin-top: 10px;
    }
/*project Referent*/

.project-reference {
    margin-left: 15px;
    margin-top: 0px;
    float: left;
    position: relative;
    min-height: 225px;
}

    .project-reference .list {
        overflow: hidden;
        padding: 10px 0px 0px 0px;
        float: left;
        position: relative;
    }

    .project-reference .item {
        width: 195px;
        float: left;
        margin-bottom: 20px;
        margin-right: 17px;
        height: auto;
        /*overflow: hidden;*/
        text-align: center;
    }

        .project-reference .item.right {
            margin-right: 0;
        }

        .project-reference .item .title {
            font-weight: normal;
            font-size: 12px;
            display: block;
            width: 100%;
            float: left;
            margin-top: 10px;
            line-height: 18px;
            color: #2f2f2f;
            font-weight: bold;
            text-align: center;
        }

            .project-reference .item .title:hover {
                text-decoration: none;
            }

            .project-reference .item .title img {
                margin-left: 5px;
                vertical-align: middle;
            }

        .project-reference .item .imagebox {
            background: #f6f6f6;
            float: left;
            /*overflow: hidden;*/
        }

            .project-reference .item .imagebox a {
                border: 1px solid #fff;
                border-radius: 3px 3px 3px 3px;
                box-shadow: 0 0 5px #C9C9C9;
            }

            .project-reference .item .imagebox img {
                max-width: 195px;
                max-height: 136px;
            }


    .project-reference .caption {
        /*margin-top: 30px;*/
        position: relative;
        width: 630px;
        height: 32px;
    }

        .project-reference .caption .next-pro {
            background: url("img/arowright.png") no-repeat scroll 0 0 transparent;
            cursor: pointer;
            height: 30px;
            position: absolute;
            right: 188px;
            top: 0;
            width: 47px;
        }

        .project-reference .caption .prev-pro {
            background: url("img/arowleft.png") no-repeat scroll 0 0 transparent;
            cursor: pointer;
            height: 30px;
            left: 190px;
            position: absolute;
            top: 0;
            width: 47px;
        }


    .project-reference .caroufredsel_wrapper {
        width: 630px !important;
        height: 200px !important;
        margin-top: 0px !important;
    }


    .project-reference .caption .text {
        color: #006ebc;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }
    /*.product-ref .caroufredsel_wrapper { width: 100% !important; height: 180px !important; }*/
    .project-reference #project-slide {
        height: 180px !important;
        padding-left: 5px !important;
        /*width: 5000px !important;*/
    }

    .project-reference .list {
        margin-top: 20px;
        position: relative;
        /*width: 765px;*/
    }
