﻿.item h3 a:visited{color:#848484 !important;}

.header {
    display:block;
    max-width: 1160px;
    min-width: 1000px;
    padding: 0 0px;
    margin: 0 auto;
    margin-top:8px;
    height:90px;
}

.head-logo {
    float: left;
    margin:0px;
    margin-left: 10px;
    position:relative;
}

.head-logo .slogan{
    bottom:-24px;
    position:absolute;
    white-space:nowrap;
    font-size:14px;
    font-weight: normal;
    color: #055699  !important;
    left:0px;
}


.btn-login, .btn-regis, .user-name {
    float: left;
    font-weight: bold;
    color: #055699  !important;
    margin-left:15px;
}
.user-status
{
    float:right;
    margin-top:4px;
    margin-right:10px;
}
.user-name {
    position:relative;
    cursor:pointer;
}

    .btn-login > i, .btn-regis > i, .user-name > i {
        font-size: 16px;
    }

.head-user .notify {
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    margin: 7px 0;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    color: #fff;
    background: #ff6008;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}

    .head-user .notify:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 14px;
        left: -10px;
        top: 4px;
        background: #fff;
    }

#wrapper {
    padding-bottom: 30px;
}


.group-form-login {
    width: 720px;
    margin: 40px auto;
}

    .group-form-login.form-forgot {
        margin: 80px auto;
    }

.form-login .gr-action {
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: right;
    width: 180px;
}

.form-login .gr-content {
    position: relative;
    padding-bottom: 20px;
    padding-right: 180px;
}

    .form-login .gr-content .form-control {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .form-login .gr-content .form-control.bg-gray-100 {
            border: 1px solid #eee;
        }

.gr-content .error {
    position: absolute;
    top: 6px;
    left: 100%;
    margin-left: 20px;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    background: #f9f9f9;
    white-space: nowrap;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.group-form-login .gr-content .error {
    margin-left: -165px;
}

.group-account-control .avatar {
    margin: 0 auto 10px;
    display: block;
}

.acount-control-nav {
    border-bottom: 1px solid #e7e7e7;
}

    .acount-control-nav li a {
        display: block;
        border: 1px solid #e7e7e7;
        border-bottom: 0px;
        background: #F0F4F8;
        padding: 10px;
        color: #515356;
        font-size: 14px;
    }

        .acount-control-nav li a:hover,
        .acount-control-nav li a.active {
            background: #fff;
            color: #010101;
        }

.form-change-password .gr-action {
    padding: 0 30px 20px 0;
}

.form-change-password .gr-content {
    padding-bottom: 20px;
    position: relative;
}

.form-change-password {
    width: 60%;
}

.ss-slab {
    font-weight: bold;
}

.select {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 350px;
    margin-bottom: .5em;
}

.cads-form .select select,
.cads-form input.input {
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    font-size: 13px;
    padding: 10px;
    line-height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    color: #010101;
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    .cads-form .select select:active,
    .cads-form .select select:hover,
    .cads-form input.input:hover,
    .cads-form input.input:active {
        border-color: #5897fb;
        -ms-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -webkit-transition: border-color 0.3s;
    }

    .cads-form input.input:focus,
    .cads-form .select select:focus {
        box-shadow: 0 0 2px #5897fb;
    }

    .cads-form .select select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #5897fb;
    }

.cads-form .select i {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 35px;
    background: #fff;
    pointer-events: none;
}

    .cads-form .select i:before,
    .cads-form .select i:after {
        content: '';
        position: absolute;
        right: 10px;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .cads-form .select i:before {
        top: 12px;
        border-bottom: 4px solid #404040;
    }

    .cads-form .select i:after {
        bottom: 12px;
        border-top: 4px solid #404040;
    }

.cads-form .text-selected {
    display: block;
    height: 39px;
    padding: 6px 10px;
    outline: none;
    font: 16px/26px Arial,sans-serif;
    color: #404040;
    padding-right: 40px;
    position: relative;
    padding-left: 0px;
}

.cancel-select {
    right: 5px;
    top: 8px;
    position: absolute;
    color: #999;
}

    .cancel-select:after {
        left: 0px;
        position: absolute;
        top: -1px;
    }

.popup-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.6;
    z-index: 2000;
}

.popup-ct {
    position: fixed;
    z-index: 2001;
    width: 342px;
    top: 10px;
    left: 50%;
    margin-left: -171px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    color: #333;
}

    .popup-ct .action {
        display: block;
        text-align: center;
    }

    .popup-ct .content {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

.confirms-ac-ok {
    background-color: #055699;
    display: inline-block;
    padding: 5px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.confirms-ac-cancel {
    background-color: #D1D1D1;
    display: inline-block;
    padding: 5px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    color: #404040;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.helpMessage {
    padding-left: 116px;
    color: #666;
    display: none;
    line-height: 24px;
}

    .helpMessage .icon-right-dir {
        color: red;
        font-size: 15px;
        margin-left: -7px;
    }

.errorMessage {
    color: red;
    display: block !important;
}

.Title_count {
    position: absolute;
    left: 100%;
    top: 10px;
}

.desc-note-bottom .icon-right-dir {
    color: red;
    font-size: 15px;
    margin-left: -7px;
}

    .desc-note-bottom .icon-right-dir:before {
        margin-top: -2px;
    }

.Description_count {
    position: absolute;
    left: 100%;
    top: -25px;
}

.note-upload {
    float: left;
}

    .note-upload .note1 {
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 5px;
        padding-top: 5px;
        color: #888;
        border-top: dotted 1px #dcdcdc;
    }

    .note-upload .note1-f {
        padding-top: 0px;
        border-top: 0px;
    }

.upload_img_item {
    float: left;
    height: 180px;
    width: 232px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.upload_img_item_f {
    margin-left: 0px;
}

.upload_img_item .src_img {
    float: left;
    height: 150px;
    width: 232px;
    position: relative;
    overflow: hidden;
}

    .upload_img_item .src_img img {
        float: left;
        position: relative;
    }

.upload_img_item .upload_img_control {
    background-color: #dbdbdb;
    float: left;
    height: 30px;
    padding-top: 5px;
    width: 232px;
}

    .upload_img_item .upload_img_control .upload_img_priority {
        float: left;
        margin-left: 6px;
        margin-right: 5px;
        color: #010101;
    }

    .upload_img_item .upload_img_control select {
        color: #010101;
        float: left;
        font-family: tahoma;
        width: 40px;
    }

    .upload_img_item .upload_img_control .upload_img_delete {
        color: red;
        cursor: pointer;
        float: left;
        margin-left: 20px;
        font-size: 20px;
    }

    .upload_img_item .upload_img_control .upload_img_rotate {
        cursor: pointer;
        float: left;
        margin-left: 20px;
        background-position: 0px -187px;
        background-repeat: no-repeat;
        font-size: 18px;
        color: #055699 !important;
    }

#map_canvas {
    width: 100%;
    height: 300px;
}

.col-300 {
    width: 300px;
}

.col-auto {
    width: calc(100% - 320px);
}

#slide-projecthome .pagi-pjthome {
    position: absolute;
    width: 298px;
    left: 1px;
    bottom: 0px;
    height: 22px;
    background-color: #fff;
    text-align: center;
}

#slide-projecthome .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background-color: #bebebe;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    cursor: pointer;
    opacity:1;
}

#slide-projecthome .swiper-pagination-bullet-active {
    background-color: #055699;
}

#slide-projecthome .swiper-button-next,
#slide-projecthome .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 62px;
    margin-top: -46px;
    z-index: 10;
    cursor: pointer;
    background:none !important;
}

#slide-projecthome .swiper-button-prev {
    left: 10px;
    right: auto;
}

#slide-projecthome .swiper-button-next {
    right: 10px;
    left: auto;
}

#slide-projecthome:hover .swiper-button-prev,
#slide-projecthome:hover .swiper-button-next {
    opacity: 1.0 !important;
}

.group-image-detail .main-img {
    width: 100%;
    height: 445px;
    overflow: hidden;
    float: left;
    position: relative;
}

    .group-image-detail .main-img a img {
        max-width: inherit !important;
        height: 100% !important;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    
        /*top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    */
    }

.group-image-detail .main-img .num-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 1;
}

/*.thums-img-table > span {
    height: 100%;
}

.thums-img-table > span img {
    height: 100%;
}*/

.slide-thumb {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 0px;
}

.slide-thumb .list-thumb {
    overflow: hidden;
    position: relative;
    height: 59px;
}

.content-listthumb {
    width: 1000px;
    max-height: 100%;
    left: 0;
    position: absolute;
    margin-left: -5px;
}
.slide-thumb .slide-next,
.slide-thumb .slide-prev {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #b1b1b1;
    font-size: 16px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    background-color:#ccc;
    color:#fff;
    border-radius:50%;
}
.slide-thumb .slide-prev {
    left: 0px;
    padding-right:1px;
}
.slide-thumb .slide-next {
    right: 0px;
    padding-left:2px;
}
.slide-thumb .list-thumb {
    margin-top: 10px;
    margin-left:40px;
    margin-right:40px;
}
.slide-thumb .list-thumb .item_thumb {
    width: 83.5px;
    float: left;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}
.slide-thumb .list-thumb .item_thumb img {
    border: 1px solid #fff;
    overflow: hidden;
    max-height: 57px;
}
.slide-thumb .list-thumb .item_thumb.osgslide-active img {
    border-color: red;
}
.group-image-detail img {
    max-width: 100%;
    max-height:100%;
}

.group-image-detail .main-img .no-img {
    background: #f4f4f4;
    position: relative;
}
.group-image-detail .main-img .no-img:before {
    display: block;
    content: "";
    padding-top: 74.5%;
}

.group-image-detail .main-img .no-img .img-default {
    height: 70px;
    width: 80px;
    color: #ddd;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -40px;
}
.p-desc *
{
   max-width : 100% !important;
}
.w-per25
{
    width:25%;
}
.w-per30
{
    width:30%;
}
.w-per40
{
    width:40%;
}
.w-per60
{
    width:60%;
}
.w-per70
{
    width:70%;
}
.w-per75
{
    width:75%;
}
.w-per100
{
    width:100%;
}
.bgr-bcd7ec
{
    background-color:#bcd7ec;
}
.lbl-1
{
    color:#055699;
    display:block;
    padding:5px;
}
.desc-1
{
    display:block;
    padding:5px;
    color:#555;
}
.prd-view
{
    color:#055699;
    cursor:pointer;
    background-color:#fff;
}
.prd-view-ac
{
    color:#fff;
    cursor:default;
    background-color:#055699;
    border-radius: 7px 7px 0px 0px;
}
.h-count
{
    width:300px;
    float:left;
    min-height:30px;
    text-align:left;
    color:#fff;
    background-color:#055699 !important;
    border-radius:7px 0px 0px 0px;
    margin-top:20px;
    padding:5px;
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    font-family:Tahoma;
    margin-bottom: 0px;
}
.cp-linkcount
{
    float:left;
    width:300px;
    border:solid 1px #999;
    border-top:0px;
    box-sizing:border-box;
    padding:10px;
    padding-top:15px;
}
.cp-linkcount li
{
    position:relative;
    padding-left:10px;
}
.cp-linkcount li:before
{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #055699;
    left: 0px;
    top: 37%;
}
.cp-linkcount li h3
{
    font-size:13px;
    font-weight:normal;
    margin-bottom:8px;
}
.cp-linkcount li h3 a
{
    color:#055699 ;
}

.h-menu
{
    display:block;
    width:300px;
    min-height:30px;
    text-align:left;
    color:#fff;
    background-color:#055699 !important;
    border-radius:7px 0px 0px 0px;
    margin-top:5px;
    padding:5px;
    padding-left:10px;
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    font-family:Tahoma;
}
.cp-menu
{
    display:block;
    width:300px;
    border:solid 1px #999;
    border-top:0px;
    box-sizing:border-box;
    padding:0px;
}
.cp-menu li
{
    padding:0px;
    margin:0px;
    border-top:solid 1px #e7e7e7;
}
.cp-menu li:first-child
{
    border-top:0px;
}
.cp-menu li h3
{
    font-size:13px;
    font-weight:normal;
    margin:0px;
}
.cp-menu li h3 a
{
    color: #055699;
    display: block;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
    background-color:#F0F4F8;
}

.cp-menu li h3 a.active,
.cp-menu li h3 a:hover
{
    background-color:#fff;
    text-decoration:none;
}
.cp-menu li h3 a:before
{
    top: 29%;
    font-family: "fontello";
    content: '\e809';
    position: absolute;
    left: 9px;
    color:#333;
}
.tag-product
{
    font-weight:bold;
    color:#010101;
    margin-top:5px;
}
.tag-product a{
    color: #055699;
}
.dl-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.ul-column-cate .ul-submenu1 {
    display: none;
    position: absolute;
    left: 100%;
    top: -9px;
    background-color: #2070D2;
    position: absolute;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 25px;
}
.ul-column-cate .li-cate {
    position: relative;
}
.ul-column-cate .li-cate:hover .ul-submenu1 {
    display: block;
}
.ul-submenu1 li:before {
    border-radius:50%;
}
.breadcrumb-cate .icon-right-open {
    font-size: 14px !important;
}
    .breadcrumb-cate .icon-right-open::before {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 15px;
    }
.ul-leftmenu li a {
    display: block;
    position: relative;
    color: #055699;
    text-decoration: none !important;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 9px;
}

    .ul-leftmenu li a::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        left: 0px;
        top: 15px;
        background-color: #055699;
    }

    .ul-leftmenu li a:hover {
        color: #39b54a;
        text-decoration: none;
    }
    .ul-leftmenu li a:hover::before {
        background-color: #39b54a;
    }
.ul-leftmenu .mn-active > a {
    color: #39b54a;
    font-weight: bold;
    text-decoration: none !important;
}
.ul-leftmenu li.mn-active a::before{
    background-color: #39b54a;
}
.news-item .a-img img {
    max-width: 180px;
    border: 1px solid #f6f6f6;
}
.ul-mostview li a img {
    max-width: 73px;
    border: 1px solid #f6f6f6;
}
.filter-image {
    position: absolute;
    right: 170px;
    top: 10px;
    cursor:pointer;
}
.breadcrumb {
    white-space: nowrap;
    margin-bottom: 5px;
    overflow:hidden;
}
    .breadcrumb > li {
        white-space: nowrap;
        padding-right: 7px;
        line-height: 30px;
        display: inline-block;
        color: #5a646e;
    }
        .breadcrumb > li > a {
            color: #5a646e;
        }
    .breadcrumb li + li:before {
        display: inline-block;
        padding: 0 7px 0 0;
        font-size: 11px;
        color: #5a646e;
        content: '\e807';
        line-height: 30px;
        float: left;
        font-family: "fontello";
    }
    .breadcrumb > li.active {
        max-width: 450px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
        font-weight: 700;
    }
.add-agency {
    position: relative;
    padding-left: 25px;
}
    .add-agency:before {
        position: absolute;
        width: 22px;
        height: 22px;
        content: '\e823';
        font-family: "fontello";
        color: #fff;
        background-color: #2070D2;
        border-radius: 50%;
        left: 0px;
        top: -2px;
        padding-top:2px;
        font-size: 13px;
        text-align:center;
    }
.item-agency {
    margin-bottom: 10px;
}
.item-agency .i-remove {
    position: absolute;
    color: red;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
}
.btn-add-agency {
    position: absolute;
    width: 28px;
    height: 22px;
    color: #fff;
    background-color: #2070D2;
    border-radius: 3px;
    padding-top: 2px;
    font-size: 13px;
    text-align: center;
    right: 39px;
    bottom: 0px;
    cursor: pointer;
}
.pn-agency{
    position: relative;
    padding-bottom: 30px;
}
.desc-agency textarea {
    display: block;
    width: 812px;
    margin: 0px 34px 0px 0px;
    height: 105px;
    max-width: 812px;
    padding: 5px;
    font-size: 14px !important;
    line-height: 20px;
}
.note-agency {
    font-weight: normal !important;
    font-size: 13px;
    margin-left: 3px;
    line-height: 24px;
}
.ag-item
{
    float:left;
    width:100%;
}
.ag-item .ag-avatar {
    float: left;
    width: 120px;
    margin-left:5px;
    margin-right: 5px;
}
.ag-item .ag-avatar img {
    width: 100%;
}
.ag-item .ag-info {
    float: left;
    width: 330px;
    margin-left: 10px;
}
    .ag-item .ag-link {
        float: right;
        width: calc(100% - 520px);
        margin-left: 30px;
    }
    .ag-item .ag-link {
        float: right;
        width: calc(100% - 520px);
        margin-left: 30px;
    }
.ag-link .hlink {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 7px;
}

.ag-link li span {
    position: relative;
    padding-left: 12px;
    display: block;
    margin-bottom: 2px;
}
    .ag-link li span::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        left: 0px;
        top: 7px;
        background-color: #39b54a;
    }
.ag-info .ag-fn {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}
.ag-info li .ag-ad {
    position: relative;
    padding-left: 17px;
    display: block;
    margin-bottom: 5px;
    max-width: 490px;
}

    .ag-info li .ag-ad::before {
        position: absolute;
        content: '\e866';
        left: 0px;
        top: -2px;
        font-family: "fontello";
        color: #B8B7B7;
        font-size: 16px;
    }
.ag-info li .ag-tel {
    position: relative;
    padding-left: 17px;
    display: block;
    margin-bottom: 10px;
}

    .ag-info li .ag-tel::before {
        position: absolute;
        content: '\e812';
        left: 0px;
        top: -1px;
        font-family: "fontello";
        color: #B8B7B7;
        font-size: 15px;
    }
.ag-info .ag-sendemail {
    width: 136px;
    height: 28px;
    line-height: 28px;
    color: #055699;
    text-align: center;
    border: 1px solid #055699;
    border-radius: 4px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}
.ag-info .ag-listing {
    width: 136px;
    height: 28px;
    line-height: 28px;
    color: #055699;
    text-align: center;
    border: 1px solid #055699;
    border-radius: 4px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}
.text-dec-none:hover {
    text-decoration: none !important;
}
.up-comming
{
    color: #888;
}
.pn-avatar {
    width: 120px;
    margin-right: 5px;
    display:inline-block;
    text-align: center;
}
.pn-avatar img{
    max-width: 120px;
    max-height: 180px; 
}
#uploadimage {
    width: 136px;
    height: 28px;
    line-height: 28px;
    color: #055699;
    text-align: center;
    border: 1px solid #055699;
    border-radius: 4px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: 20px;
    text-align: center;
}
    #uploadimage .btn1 {
        position: absolute;
        width: 134px;
        height: 26px;
        background-color: #fff;
        pointer-events: none;
        cursor: pointer;
        text-align:center;
    }
    #uploadimage input {
        cursor: pointer;
    }
.ag-detail
{
    border:0px !important;
}
    .ag-detail .ag-fn {
        font-size: 18px;
        color: #055699 !important;
    }
.pn-avatar-dt {
    width: 120px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    float:left;
}

    .pn-avatar-dt img {
        max-width: 120px;
        max-height: 180px;
    }
.ag-link li span.up-comming {
    padding-left: 0px;
}
.ag-link li span.up-comming:before {
    display: none;
}
.ag-dt-desc-h {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
    .ag-dt-desc-h span {
        border-bottom: 2px solid #055699;
        color: #055699;
        font-size: 18px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        text-transform: uppercase;
        padding-right: 10px;
    }
.ag-dt-desc {
    border: 1px solid #dedede;
    padding: 15px;
}
    .ag-dt-desc .ag-link {
         float: none !important; 
        width: inherit !important;
        margin-left: 0px !important;
    }
    .ag-dt-desc .hlink h2 {
        font-size: 15px;
        text-transform: none;
    }
    .ag-dt-desc .hlink-fname {
        margin-bottom: 5px;
    }
        .ag-dt-desc .hlink-fname span {
            font-weight: bold;
            padding-left: 0px !important;
            display:inline-block !important;
            margin-bottom: 0px !important;
        }
        .ag-dt-desc .hlink-fname span:before {
            display:none !important;
        }
.ag-dt-desc-info p{
    margin-bottom: 5px !important;
}

.h-other-agency,
.h-posting-of-user {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
    .h-other-agency span,
    .h-posting-of-user span {
        border-bottom: 2px solid #055699;
        color: #055699;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 5px;
        padding-bottom: 5px;
        text-transform: uppercase;
        padding-right: 10px;
    }
.ag-detail .ag-info {
    width: 672px;
}
.ag-detail .ag-sendemail {
    position:absolute;
    right: 10px;
    bottom:13px;
}
.more-lnk {
    float: right;
    color: #2070D2;
    position: relative;
    padding-right: 10px;
    margin-top: 5px;
    margin-right: 3px;
    font-style: italic;
}
.more-lnk:after {
    right: 0px;
    font-family: "fontello";
    position: absolute;
    content: '\f101';
}
.container-agencycontact {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    outline: 0;
    padding: 30px;
    padding-top:0px;
    width: 650px;
    margin: auto;
    margin-top: 20px;
}
    .container-agencycontact .ag-head {
        padding: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
        background-color: #2070D2;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        margin-left: -30px;
        margin-right: -30px;
        border-radius: 6px 6px 0px 0px;
        position:relative;
    }
    .container-agencycontact .ag-note {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .container-agencycontact .field-validation-error {
        display: block !important;
        padding-top:3px;
    }
    .container-agencycontact .field-validation-error span {
         position: initial !important; 
         white-space: nowrap;
         padding-left: 0px !important; 
         margin-left: 123px;
    }

    .container-agencycontact .ag-lbl {
        display: inline-block;
        width: 120px;
        font-size: 14px;
        text-align:left;
        padding-top: 10px;
    }
    .container-agencycontact .form-control {
        display: inline-block;
        width: 464px;
    }
    .container-agencycontact li {
        padding-top: 15px;
    }
    .container-agencycontact .req {
        color: red;
        padding-left:2px;
    }
    .container-agencycontact .ag-content .ag-lbl{
        display: block !important;
        padding-top: 0px !important;
        padding-bottom: 5px !important;
    }
    .container-agencycontact .ag-content .form-control {
        width: 588px !important;
        max-width: 588px;
        height: 80px;
    }
    .container-agencycontact .ag-content .field-validation-error {
        padding-top: 0px !important;
    }
    .container-agencycontact .ag-content .field-validation-error span {
        margin-left: 0px;
    }
    .container-agencycontact .ag-captcha #Captcha {
        width: 120px;
    }
    .container-agencycontact .btn-recaptcha {
        font-size: 26px;
        display: inline-block;
        margin-top: 7px;
        color: #444;
        cursor:pointer;
    }
    .container-agencycontact #btnSend {
        display: inline-block;
        height: 40px;
        padding: 0 25px;
        line-height: 40px;
        text-decoration: none !important;
        cursor: pointer;
        font-family: arial;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        color: #fff;
        border: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #39b54a !important;
    }
    .container-agencycontact .icon-cancel-5 {
        position: absolute;
        right: 4px;
        cursor: pointer;
        font-size: 24px;
        color: red;
        padding-top: 3px;
        padding-bottom: 3px;
        top: 3px;
    }
    .container-agencycontact .ag-head .toFullName {
        text-transform: none;
        display: inline-block;
        padding-left: 5px;
    }
#loadding .bg-popup {
    z-index: 1001;
}
.related-agency {
    margin-bottom: 0px;
    padding: 5px;
    padding-bottom: 0px;
    padding-top: 8px;
}

.related-agency li {
    margin-bottom: 15px;
    margin-top: 5px;
    display: table;
}

.related-agency li a {
    color: #2070D2;
    text-decoration: none !important;
    font-weight: normal;
    display:table-cell;
    vertical-align:middle;
}

.related-agency li a img {
    opacity: 0;
    position: absolute;
    max-width: inherit !important;
}

.related-agency li a:hover {
    color: #39b54a;
    text-decoration: none;
}
.related-agency li a.a-img {
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    float:left;
    margin-right:10px;
}
    .related-agency li .mg-fn {
        display: block;
        padding-top: 2px;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bold;
        color: #2c2f36;
    }
    .related-agency li .mg-dt {
        display: block;
        color: #747c87;
        font-weight: bold;
        margin-top: 5px;
    }
.main-detail .fb-share-button
{
    top: 0px !important; 
}

.box-text-seo {
    margin-top: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #747c87 !important;
}
.ag-menuitem a {
    padding-left: 17px !important;
}

.ag-menuitem .n-new {
    position: absolute;
    left: 1px;
    font-size: 12px;
    font-weight: normal;
    top: -3px;
    color: #39b54a;
    opacity: 1;
    animation: opacity 1s infinite;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cp-linkcount-ext
{
    float: none;
    border: 0px;
    margin-top: 10px;
}
.cp-linkcount-ext li h3 a {
    color: #333;
}
.cp-linkcount-ext li {
    padding-left: 0px;
}
.cp-linkcount-ext .li-head {
    font-weight: bold;
    margin-bottom: 10px;
}
    .cp-linkcount-ext li:before {
        display:none;
    }