﻿/* Fonts */
@font-face {
    font-family: FaFont;
    src: url('/fonts/Vazir-Light-FD.eot');
    src: url('/fonts/Vazir-Light-FD.eot?#iefix') format('FontName-opentype'), url('/fonts/Vazir-Light-FD.woff') format('woff'), url('/fonts/Vazir-Light-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Reset Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

body {
    FONT-SIZE: 12pt;
    line-height: 29px;
    color: #333;
    font-family: FaFont,tahoma;
    direction: rtl;
    background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

img {
    border: 0;
    border-width: 0px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

TD {
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
    text-align: right;
    /* line-height: 20px; */;
}

TR {
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
}

TEXTAREA {
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
    padding: 1pt 4px;
}

input {
    outline: none;
}

SELECT, OPTION {
    PADDING-LEFT: 2pt;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

header, section, footer,
aside, nav, article, figure {
    display: block;
}

INPUT {
    padding: 1pt 5pt;
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
}

SELECT, OPTION {
    padding: 1pt 5pt;
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
}

hr {
    border: 1px solid #d8d8d8;
}

a {
    text-decoration: none;
}

.hide {
    display: none;
}

.clear, .clr {
    clear: both;
    padding: 0;
    margin: 0;
    line-height: 0;
}

html, body {
    height: 100%;
    width: 100%;
}


/*Tables*/
.tbl {
    direction: rtl;
    width: 100%;
    border-collapse: collapse;
}

    .tbl tr td {
        padding: 2px 2px 2px 2px;
        border: medium none;
        vertical-align: middle;
    }

    .tbl td.header {
        font-size: 20px;
        color: #3d6e8f;
        padding: 10px 0;
    }

    .tbl .tdTop {
        vertical-align: top;
    }

    .tbl .thead {
        background-color: #1a87b4;
        color: #FFF;
        font-weight: bold;
    }

    .tbl .selectedrow {
        background-color: #ffbe41;
    }

    .tbl .alt {
        background-color: #ebebeb;
    }

    .tbl .thr {
        border-bottom: 2px dashed #46a5c0;
    }

.tblSearch tr {
    border-bottom: 1px solid #d8dbe8;
}

    .tblSearch tr:last-child {
        border-bottom: medium none;
    }

    .tblSearch tr:hover {
        background-color: #e1eff1;
    }

table td.header {
    color: #d06321;
    padding: 5px 0;
}


/*Inputs*/
.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

input[type=text], input[type=password], select, textarea {
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 3pt 5pt;
    border-right-width: 4px;
    min-width: 200px;
}

    input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
        border-color: #397b82;
        outline: none;
    }

input.txtB {
    min-width: 600px;
}

textarea {
    height: 150px;
    min-width: 300px;
}

select {
    padding: 3pt 5pt 2px 5pt;
    min-width: 220px;
}

input[type=file] {
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 3pt 5pt;
    border-right-width: 4px;
    width: 190px;
}

.DrpF, .TxtF {
    min-width: initial;
}

input[type=submit], input[type=reset], input[type=button] {
    background: #475377;
    color: #FFF;
    border: 1px solid #475377;
    ;
    border-radius: 6px;
    margin-bottom: 7px;
    padding: 5pt 25pt;
    min-width: 125px;
    box-shadow: 0 3px 6px #d1d6e4;
    margin-left: 7px;
}

input.light {
    border-color: #3a7c84;
    color: #3a7c84;
    background-color: #fff;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background-color: #3a7c84;
    border-color: #3a7c84;
    color: #fff;
    cursor: pointer;
}

input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled] {
    background-color: #8e8e8e;
    color: #c5c5c5;
}

.arrA {
    width: 20px;
    height: 25px;
    background: url(images/arr.png) no-repeat 50% 20%/60% auto;
    display: inline-block;
    vertical-align: middle;
}
/*Site Style*/
body {
    background: #fff;
}

.body {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

    .body .txt h2 {
        color: #d63636;
        font-size: 20px;
        padding-bottom: 10px;
    }

    .body .txt ul {
        list-style: circle;
        padding-right: 30px;
    }

    .body .txt ol {
        list-style-type: decimal;
        padding-right: 30px;
    }

    .body:after {
        display: block;
        clear: both;
        content: '';
    }

    .body > div > h1, .h1 {
        color: #475377;
        padding: 15px 0;
        display: inline-block;
        font-size: 25px;
        border-bottom: 2px dashed #dadbe0;
        margin-bottom: 10px;
    }

.bottom {
    background: #475377;
    width: 100%;
    color: #fff;
}

    .bottom h3 {
        padding: 10px 5px;
        font-size: 22px;
        color: #ffffff;
    }

    .bottom .R {
        float: right;
        width: 476px;
        margin-bottom: 10px;
    }

    .bottom .Address {
        margin: 8px 0;
    }

        .bottom .Address li {
            padding-right: 46px;
            position: relative;
            min-height: 38px;
            vertical-align: bottom;
            margin-bottom: 5px;
        }

            .bottom .Address li:before {
                position: absolute;
                top: 0;
                right: 0;
                background: url(/images/contactIco.png) no-repeat 100% 0/100% auto;
                content: '';
                display: inline-block;
                width: 38px;
                height: 38px;
            }

            .bottom .Address li:nth-child(1), .bottom .Address li:nth-child(2) {
                line-height: 35px;
            }

                .bottom .Address li:nth-child(1):before {
                    background-position: 0 -2px;
                }

                .bottom .Address li:nth-child(2):before {
                    background-position: 0 -50px;
                }

            .bottom .Address li:nth-child(3):before {
                background-position: 0 -98px;
            }

            .bottom .Address li:nth-child(4):before {
                background-position: 0 -148px;
            }

    .bottom .Social {
        padding-top: 0;
        /* height: 67px; */;
    }

        .bottom .Social a {
            width: 48px;
            height: 48px;
            display: block;
            float: right;
            border-radius: 100px;
            background: url(images/socialIco.png) no-repeat 0 0/auto 70%;
            margin-left: 10px;
            border: 2px solid #fff;
        }

            .bottom .Social a.telegram {
                background-position: -37px 50%;
            }

            .bottom .Social a.whatsup {
                background-position: -129px 50%;
            }

            .bottom .Social a.instagram {
                background-position: -82px 50%;
            }

            .bottom .Social a.facebook {
                background-position: 8px 50%;
            }

            .bottom .Social a.twitter {
                background-position: -255px 50%;
            }

            .bottom .Social a.soroush {
                background-position: 8px 50%;
            }

            .bottom .Social a:hover {
                background-color: #38415e;
                border-color: #38415e;
            }

    .bottom .L {
        float: left;
        width: 48%;
    }

.bottomBar {
    background: #38415e;
    color: #ffffff;
    font-size: 14px;
}

    .bottomBar:after {
        content: '';
        display: block;
        clear: both;
    }

    .bottomBar .copyRight {
        float: right;
        padding: 9px 0px 9px 0;
    }

        .bottomBar .copyRight:before {
            content: '';
            background: url(/images/navIco.png) no-repeat 100% -107px/ 40px;
            width: 40px;
            height: 35px;
            display: inline-block;
            vertical-align: middle;
        }

    .bottomBar .designer {
        float: left;
        padding: 14px 48px 5px 5px;
        color: #9daad4;
    }

.bottom .txtBody #goTop {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 37px;
    background: #488e9b url(/images/topIco.png) no-repeat 50% 50%;
}

    .bottom .txtBody #goTop:hover {
        background-color: #6fac17;
    }

.logo {
    width: 100%;
    background: #3a7c84 url(/images/logoBk.png) no-repeat 50% 0/auto 100%;
    height: 226px;
}

    .logo .body {
        background: url(/images/leftLogoIco.png) no-repeat 0 60px/auto 100px;
    }

    .logo .T {
        color: #f9f9f9;
        position: absolute;
        top: 6px;
        padding: 6px 39px;
        background: url(/images/topIco.png) no-repeat 100% -156px/29px auto;
    }

    .logo .R {
        display: block;
        float: right;
        width: 265px;
        height: 124px;
        background: url(/images/logo.png?v1) no-repeat 100% 0/100% auto;
        margin-top: 53px;
    }

    .logo .flag {
        float: left;
        padding: 5px 4px 9px 42px;
        margin: 6px 9px 0 0;
        color: rgba(255, 255, 255, 0.48);
        background: url(/images/topIco.png) no-repeat 50% 0/34px auto;
    }

        .logo .flag:hover, .logo .flag.selected {
            color: #ffffff;
        }

    .logo .enFlag {
        background-position: 0px -93px;
    }

    .logo .irFlag {
        background-position: 0% 0;
    }

a {
    color: #1377d0;
}

    a:hover {
        color: #39c1c5;
    }

.moreBtn {
    margin-top: 7px;
    min-width: 70px;
    text-align: center;
    border-radius: 7px;
    padding: 3px 8px;
    border: 1px solid #fff;
    color: #fff;
}

    .moreBtn.red {
        border-color: #d95927;
        color: #d95927;
    }

    .moreBtn:hover {
        background-color: #3a7c84;
        border-color: #3a7c84;
        color: #fff;
    }

    .moreBtn.red:hover {
        background-color: #d95927;
        border-color: #d95927;
    }

.btnDownload {
    font-size: 20px;
    min-width: 70px;
    text-align: center;
    border-radius: 60px;
    padding: 7px 20px;
    border: 2px solid #457b9d;
    color: #457b9d;
    display: inline-block;
}

    .btnDownload:hover {
        background-color: #3a7c84;
        border-color: #3a7c84;
        color: #fff;
    }

input.btnBigCen, .btnBig {
    font-size: 20px;
    margin: 10px auto;
    display: block;
    width: 220px;
    border-radius: 200px;
    border: 2px solid #3a7c84;
    background-color: #fff;
    color: #3a7c84;
    text-align: center;
}

.btnBig {
    padding: 7px;
}

    input.btnBigCen:hover, .btnBig:hover {
        background-color: #3a7c84;
        color: #fff;
    }

/*PageBottom*/
.pageBottom {
    margin: 20px 0;
    border-top: 1px solid #747c97;
    height: 48px;
    color: #ffffff;
}

    .pageBottom .text {
        float: right;
        padding: 9px 0;
        color: #747c97;
    }

        .pageBottom .text.mid {
            padding-top: 14px;
        }

    .pageBottom a, .pageBottom .share {
        float: left;
    }

    .pageBottom > a, .pageBottom .share, .pageBottom .ico {
        width: 46px;
        margin: 4px;
        height: 35px;
        background: url(/images/pageBotIco.png) no-repeat 0 50%;
        background-size: auto 100%;
        opacity: .8;
        z-index: 222222222;
    }

    .pageBottom .ico {
        background-position: -186px 1px;
        float: right;
        width: 47px;
    }

    .pageBottom .print {
        background-position: -96px 0px;
    }

    .pageBottom .movie {
        background-position: 0px 0px;
    }

    .pageBottom .attach {
        background-position: -48px 0px;
    }

    .pageBottom .share {
        background-position: -145px 0px;
        position: relative;
    }

        .pageBottom .share > div {
            visibility: hidden;
            opacity: 0;
            top: 37px;
            left: -5px;
            transition: all ease-in-out .4s;
            background-color: #3a7c83;
            padding: 7px 2px;
            border-radius: 70px;
            box-shadow: 0 3px 5px #3a7c83;
            position: absolute;
        }

            .pageBottom .share > div a {
                background: url(images/socialIco.png) no-repeat 0 0/auto 68%;
                border-radius: 100px;
                background-color: #2c5e64;
                height: 37px;
                width: 37px;
                margin: 3px 7px;
                display: block;
            }

                .pageBottom .share > div a:hover {
                    background-color: #104046;
                }

        .pageBottom .share:hover > div {
            visibility: visible;
            opacity: 1;
        }

    .pageBottom div a.fbook {
        background-position: -158px 6px;
    }

    .pageBottom div a.twiter {
        background-position: -190px 6px;
    }

    .pageBottom div a.telegram {
        background-position: -27px 6px;
    }

    .pageBottom a:hover {
        opacity: 1;
    }


/*Dynamic Form*/
.AForm {
    /* padding: 10px; */;
}

    .AForm .fhead {
        color: #3a7c84;
        padding: 10px 0;
        font-size: 19px;
        display: block;
        clear: right;
        padding-top: 10px;
    }

    .AForm:after {
        display: block;
        content: '';
        clear: both;
    }

    .AForm .item {
        box-shadow: 0 0 2px #c1c1c1;
        margin: .5%;
        width: 48%;
        float: right;
        border-radius: 4px;
        padding: 9px .5%;
    }

    .AForm > table td {
        padding: 3px 5px;
    }

    .AForm .item.P100 {
        width: 98%;
    }

    .AForm .item b {
        display: inline-block;
        width: 222px;
        vertical-align: top;
        padding-top: 5px;
        float: right;
    }

    .AForm .item span {
        display: block;
        overflow: hidden;
    }

        .AForm .item span .chkTable {
            width: 100%;
        }

            .AForm .item span .chkInline td, .AForm .item span .chkTable td {
                padding: 3px 5px;
            }

    .AForm .item input[type=text], .AForm .item select {
        margin-bottom: 0px;
    }

.sumErr {
    color: #444;
    border: 1px solid #f5cb87;
    background-color: #fff1b5;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px;
    display: inline-block;
}

    .sumErr.wide {
        display: block;
        text-align: center;
    }

    .sumErr:empty {
        display: none;
    }

    .sumErr ul {
        list-style-type: square;
    }

        .sumErr ul li {
            margin-right: 35px;
            color: #d44e0f;
        }

.tblContactus {
    background: url(/images/qr.png) no-repeat left 50%/auto 100%;
    height: 150px;
    margin: 10px 0;
}

.viewType {
    float: left;
    margin-top: 7px;
}

.tblMemInfo {
    width: 59%;
    float: right;
}

    .tblMemInfo td {
        padding: 4px;
    }


/*JUI*/
.ui-autocomplete {
    font: 13px tahoma;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background-color: #646464;
    color: #fff;
    border-radius: 7px;
    overflow: hidden;
    z-index: 999999000999;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color: #6A8C24;
    color: #fff;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 7px 3px;
    cursor: pointer;
    min-height: 0;
    /* support: IE7 */
    /* support: IE10, see #8844 */;
}

.ui-menu-item a {
    color: #fff;
}



/*Top Menu*/
.menu {
    z-index: 20000000000;
    height: 49px;
    background: hsla(0, 0%, 0%, 0.18);
    width: 1200px;
    margin: 0 auto;
}

    .menu .search {
        float: left;
    }

        .menu .search input {
            border-radius: 4px;
            background: #bddadc url(/images/navIco.png) no-repeat 5px -35px/28px auto;
            color: #2e6369;
            border: medium none;
            margin: 7px 0 0 10px;
            transition: all ease-in-out .3s;
            padding: 5px 10px 6px 30px;
            min-width: 100px;
            width: 100px;
        }

            .menu .search input:focus {
                min-width: 180px;
                width: 180px;
            }

    .menu .body > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-position: outside;
    }

    .menu ul li {
        float: right;
        position: relative;
        z-index: 110;
        zoom: 1;
    }

    .menu .body > ul > li:nth-child(1) {
        padding-right: 28px;
        background: url(images/navIco.png) no-repeat 91% 8px/30px;
    }

    .menu .menitem {
        line-height: 49px;
        font-family: inherit;
        text-decoration: none;
        color: #ffffff;
        padding: 0px 15px 0px 15px;
        display: inline-block;
    }

    .menu .submenu {
        position: absolute;
        right: 0px;
        top: 60px;
        background: #ebf2f7;
        padding: 10px 0px 10px 0px;
        z-index: 300;
        min-width: 190px;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 0 10px #656565;
        transition: all ease-in-out .3s;
        transition-delay: .2s;
        border-radius: 0 0 7px 7px;
    }

        .menu .submenu li {
            float: none;
            min-width: 190px;
            color: #606060;
        }

            .menu .submenu li a {
                display: block;
                font-family: inherit,arial;
                color: inherit;
                cursor: pointer;
                min-width: 190px;
            }

        .menu .submenu span {
            display: block;
            padding: 3px 6px;
        }

    .menu li:hover {
        background-color: #dae8cc !important;
        text-decoration: none;
    }

        .menu li:hover a {
            color: #2d6066;
        }

        .menu li:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 49px;
        }

    .menu li > .submenu ul {
        top: 0;
        padding: 0;
        right: 95%;
        z-index: 2000;
    }

    .menu li:hover > .submenu > ul {
        visibility: visible;
        opacity: 1;
    }

.grid {
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto;
}

    .grid td {
        padding: 3px;
        border: 1px solid #1d3557;
        vertical-align: middle;
    }

    .grid tr:nth-child(odd) {
        background-color: #f1f4f7;
    }

    .grid tr:nth-child(1) {
        background-color: #1d3557;
        color: #fff;
    }

    .grid tr:hover {
        transition: all ease-in-out .5s;
        background-color: #ffdede;
    }

    .grid.persons img {
        margin-top: 8px;
        border-radius: 7px;
        box-shadow: 0 0 4px #333;
        width: 90px !important;
        height: 95px !important;
        display: inline-block;
    }

.dataTable {
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto;
    width: 100%;
}

    .dataTable td {
        padding: 3px;
        border: 1px solid #475377;
        vertical-align: middle;
    }

        .dataTable td.cen {
            text-align: center;
        }

        .dataTable td.ltr {
            text-align: left;
            direction: ltr;
        }

    .dataTable tbody tr:nth-child(odd) {
        background-color: #f5f7fb;
    }

    .dataTable thead tr {
        background-color: #475377;
        color: #fff;
    }

    .dataTable tbody tr:hover {
        transition: all ease-in-out .5s;
        background-color: #d2d8ea;
    }

input.txtFastSearch {
    border-radius: 8px;
    background: #e3edef url(/images/navIco.png) no-repeat 5px -37px/30px auto;
    color: #333;
    border: medium none;
    padding: 6px 10px 7px 30px;
    width: 210px;
}

.btnListView {
    color: #888888;
    margin: 2px;
    background-color: #e4e4e4;
    border-radius: 4px;
    padding: 4px 20px;
}

    .btnListView:hover {
        background-color: #b3b3b3;
        color: inherit;
    }

    .btnListView.selected {
        background-color: #7cbbbd;
        color: #fff;
    }

.memberProfileBtns {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin: 11px 0;
}

    .memberProfileBtns a {
        display: inline-block;
        width: 110px;
        text-align: center;
        margin: 8px;
        background-size: 90px;
        background-position: 50% 5px;
        background-repeat: no-repeat;
        padding-top: 100px;
        color: #173256;
        border-radius: 10px;
        box-shadow: 0 0 4px #bbc5d2;
    }

        .memberProfileBtns a.home {
            background-image: url(/images/homeIco.png);
        }

        .memberProfileBtns a.cms {
            background-image: url(/images/cmsIco.png);
        }

        .memberProfileBtns a.notify {
            background-image: url(/images/notifyIco.png);
        }

        .memberProfileBtns a.editpage {
            background-image: url(/images/editpageIco.png);
        }

        .memberProfileBtns a.signout {
            background-image: url(/images/signoutico.png);
        }

        .memberProfileBtns a:hover, .memberProfileBtns a.selected {
            background-color: #edfcfd;
            box-shadow: 0 0 5px #a8dadc;
        }

/*Directorate*/
.Directorate {
    text-align: center;
}

    .Directorate .break {
        display: block;
        height: 5px;
    }

    .Directorate .item {
        width: 190px;
        display: inline-block;
        text-align: center;
        color: #333;
        transition: all ease .4s;
        margin: 7px auto;
        position: relative;
        overflow: hidden;
        padding: 10px 0;
        border-radius: 6px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12),0 1px 4px rgba(0, 0, 0, 0.24);
    }

        .Directorate .item:hover {
            background: #b5d5ef;
            color: #002A50;
            transition: all 0.15s;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            transform: scale(1.2);
            z-index: 55;
        }

        .Directorate .item img {
            width: 100px;
            height: 100px;
            border: 4px solid #dedede;
            border-radius: 70px;
        }

        .Directorate .item span {
            display: block;
        }

            .Directorate .item span:nth-child(3) {
                color: #e63946;
            }

            .Directorate .item span:nth-child(4) {
                opacity: 0;
                left: 0px;
                top: -46px;
                width: 234px;
                height: 225px;
                z-index: 10;
                display: block;
                position: absolute;
                background: linear-gradient(to right, rgba(255, 255, 255, 0.14) 0%, rgb(255, 255, 255) 100%);
                transition: all ease-in-out .5s;
                transform: :rotate(0deg);
            }

        .Directorate .item:hover span:nth-child(4) {
            opacity: 1;
            left: 81px;
            transform: rotate(44deg);
        }

        .Directorate .item:hover img {
            border: 4px solid #4c99d8;
        }

        .Directorate .item:hover {
            color: inherit;
        }

/*Org Chart*/
.org-chart {
    display: flex;
    justify-content: center;
}

    .org-chart ul {
        padding-top: 11px;
        position: relative;
        transition: all 0.5s;
    }

        .org-chart ul ul::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            border-left: 1px solid #ccc;
            width: 0;
        }

    .org-chart li {
        float: left;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 20px 4px;
        transition: all 0.5s;
    }

        .org-chart li::before, .org-chart li::after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            border-top: 1px solid #ccc;
            width: 50%;
            height: 20px;
        }

        .org-chart li::after {
            right: auto;
            left: 50%;
            border-left: 1px solid #ccc;
        }

        .org-chart li:only-child::after, .org-chart li:only-child::before {
            display: none;
        }

        .org-chart li:only-child {
            padding-top: 0;
        }

        .org-chart li:first-child::before, .org-chart li:last-child::after {
            border: 0 none;
        }

        .org-chart li:last-child::before {
            border-right: 1px solid #ccc;
            border-radius: 0 5px 0 0;
        }

        .org-chart li:first-child::after {
            border-radius: 5px 0 0 0;
        }

        .org-chart li .user {
            text-decoration: none;
            cursor: auto;
            color: #666;
            display: inline-block;
            padding: 7px 2px 20px 2px;
            transition: all 0.5s;
            background: #fff;
            position: relative;
            min-width: 100px;
            max-width: 100px;
            /* min-height: 173px; */
            height: 140px;
            border-radius: 6px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        }

            .org-chart li .user:hover, .org-chart li .user:hover + ul li .user {
                background: #b5d5ef;
                color: #002A50;
                transition: all 0.15s;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
                box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            }

            .org-chart li .user:hover {
                transform: scale(1.3);
                z-index: 55;
            }

                .org-chart li .user:hover img, .org-chart li .user:hover + ul li .user img {
                    box-shadow: 0 0 0 2px #4c99d8;
                }

                .org-chart li .user:hover + ul li::after,
                .org-chart li .user:hover + ul li::before,
                .org-chart li .user:hover + ul::before,
                .org-chart li .user:hover + ul ul::before {
                    border-color: #94a0b4;
                }

            .org-chart li .user > div, .org-chart li .user > a {
                font-size: 12px;
            }

            .org-chart li .user img {
                margin: 0 auto;
                width: 55px;
                height: 55px;
                border-radius: 50%;
                box-shadow: 0 0 0 2px #c5c5c5;
            }

            .org-chart li .user .name {
                font-size: 13px;
                /* font-weight: 100; */
                height: 57px;
                overflow: hidden;
            }

            .org-chart li .user .role {
                font-weight: 600;
                margin-bottom: 10px;
                margin-top: 5px;
            }

            .org-chart li .user a {
                font-size: 14px;
                color: #b21e04;
                position: absolute;
                bottom: 5px;
                left: 4px;
                right: 4px;
                /* background-color: rgba(255, 255, 255, 0.65); */;
            }

/*Slider*/
#sslider div .text {
    position: absolute;
    width: 1200px;
    left: 50%;
    /* background-color: #fff; */
    bottom: 37px;
    margin-left: -600px;
    text-align: center;
}

    #sslider div .text a {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: #fff;
        background-color: #3a7c84;
        border-radius: 20px;
        padding: 10px 50px;
    }

        #sslider div .text a:hover {
            background-color: #52b5c1;
        }

#sslider div h4 {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.40);
    margin: 10px auto;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 35px;
    line-height: 40px;
}

#sslider div h5 {
    display: inline-block;
    background-color: rgba(243, 0, 0, 0.4);
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 40px;
}

    #sslider div h4:empty, #sslider div h5:empty {
        display: none;
    }

#sslider div.active h4 {
    animation-delay: .5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#sslider div.active h5 {
    animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#sslider .owl-nav {
    /* position:absolute; */
    /* top: 50%; */;
}

#sslider .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

#sslider .owl-nav button.owl-prev, #sslider .owl-nav button.owl-next {
    margin-top: -50px;
    top: 50%;
    position: absolute;
    width: 80px;
    height: 100px;
    background: url(images/slideIco.png) no-repeat 0 0/auto 100%;
    opacity: .5;
    outline: none;
}

    #sslider .owl-nav button.owl-prev:hover, #sslider .owl-nav button.owl-next:hover {
        opacity: 1;
    }

#sslider .owl-nav span {
    display: none;
}

#sslider .owl-nav button.owl-prev {
    background-position: -69px 0px;
    right: 20px;
}

#sslider .owl-nav button.owl-next {
    left: 20px;
}

.innerSlide .owl-nav button.owl-prev, .innerSlide .owl-nav button.owl-next {
    margin-top: -61px;
    top: 50%;
    position: absolute;
    width: 80px;
    height: 100px;
    background: url(images/slideSIco.png) no-repeat 0 0/auto 100% !important;
    opacity: .5;
    outline: none;
}

    .innerSlide .owl-nav button.owl-prev:hover, .innerSlide .owl-nav button.owl-next:hover {
        opacity: 1;
    }

.innerSlide .owl-nav span {
    display: none;
}

.innerSlide .owl-nav button.owl-prev {
    background-position: -69px 0px !important;
    right: -110px;
}

.innerSlide .owl-nav button.owl-next {
    left: -110px;
}

.CmsItemHome {
    color: #d95927;
    background-color: #fff;
    display: block;
    box-shadow: 0 0 4px #888;
    border-radius: 4px;
    overflow: hidden;
    height: 340px;
    margin: 5px;
    position: relative;
    transition: all ease-in-out .3s;
    text-align: justify;
}

    .CmsItemHome.Inner {
        width: 31.9%;
        float: right;
        margin: 10px 0.7%;
    }

    .CmsItemHome .img {
        height: 160px;
        border-bottom: 1px solid #d2d2d2;
    }

    .CmsItemHome.Alt .img {
        border-top: 1px solid #d2d2d2;
        border-bottom: initial;
    }

    .CmsItemHome .img img {
        width: 100%;
        height: 100%;
    }

    .CmsItemHome h2 {
        padding: 5px 0;
        /* height: 30px; */
        /* overflow: hidden; */
    }

    .CmsItemHome p {
        color: #afafaf;
        padding: 3px 0;
        font-size: 14px;
        height: 59px;
        overflow: hidden;
    }

    .CmsItemHome .text {
        padding: 5px 10px;
        height: 169px;
    }

    .CmsItemHome .date {
        position: absolute;
        left: 10px;
        bottom: 5px;
        color: #83b551;
        /* background: #fff; */
    }

    .CmsItemHome.Alt .date {
        bottom: 163px;
    }

    .CmsItemHome:hover {
        background-color: #f0f7ef;
    }

        .CmsItemHome:hover .img {
            opacity: .7;
        }

.CmsItemRel {
    color: #475377;
    background-color: #fff;
    display: block;
    box-shadow: 0 0 4px #d6d6d6;
    border-radius: 4px;
    overflow: hidden;
    height: 100px;
    margin: .6%;
    position: relative;
    transition: all ease-in-out .3s;
    text-align: justify;
    width: 32.1%;
    float: right;
}

    .CmsItemRel .img {
        height: 100px;
        width: 130px;
        float: right;
        margin-left: 10px;
        border-left: 1px solid #ececec;
    }

        .CmsItemRel .img img {
            width: 100%;
            height: 100%;
        }

    .CmsItemRel h2 {
        padding: 7px;
    }

    .CmsItemRel .date {
        position: absolute;
        left: 9px;
        bottom: 2px;
        color: #adadad;
        font-size: 14px;
    }

    .CmsItemRel:hover {
        background-color: #f3f3f3;
    }

        .CmsItemRel:hover .img {
            opacity: .7;
        }

.LastCms {
    margin-top: 10px;
    text-align: center;
}

    .LastCms.Bottom {
        background-color: #ececec;
    }

    .LastCms > h1 {
        background-color: #a74141;
        font-size: 20px;
        color: #fff;
        padding: 6px 10px;
        ;
        display: inline-block;
    }

    .LastCms .body {
        margin-top: 10px;
    }

.CmsRelated {
    margin-top: 10px;
    text-align: center;
    border-top: 2px solid #475377;
}

    .CmsRelated > h1 {
        background-color: #475377;
        font-size: 20px;
        color: #fff;
        padding: 6px 10px;
        ;
        display: inline-block;
    }

    .CmsRelated .body {
        margin-top: 10px;
    }

.Services {
    background-color: #eeeeee;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

    .Services > h1 {
        background-color: #475378;
        font-size: 20px;
        color: #fff;
        padding: 6px 10px;
        ;
        display: inline-block;
    }

    .Services .body {
        margin-top: 10px;
    }

.ServiceItem {
    background-color: #1b2b2c;
    width: 100px;
    margin: 8px;
    display: inline-block;
    width: 280px;
    height: 380px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 115px;
    background-position: 50% 20px;
    color: #8cacae;
    border-radius: 5px;
    box-shadow: 0 2px 4px #abb8b9;
    transition: all ease-in-out .4s;
    text-align: center;
    position: relative;
}

    .ServiceItem > h2 {
        color: #fff;
        padding: 147px 5px 0 5px;
        font-size: 21px;
        height: 60px;
    }

    .ServiceItem > p {
        padding: 10px 22px;
        height: 112px;
        overflow: hidden;
        text-align: justify;
    }

    .ServiceItem > a {
        color: #dae8cc;
        font-size: 18px;
        position: absolute;
        bottom: 13px;
        display: block;
        left: 0;
        right: 0;
    }

        .ServiceItem > a:hover {
            color: #caf1a3;
        }

    .ServiceItem:hover {
        background-color: #2f6569;
    }

.CustomerItem {
    background-color: #fff;
    width: 100px;
    margin: 8px;
    display: inline-block;
    width: 280px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 115px;
    background-position: 50% 20px;
    color: #444444;
    border-radius: 5px;
    box-shadow: 0 5px 10px #abb8b9;
    transition: all ease-in-out .4s;
    text-align: center;
}

    .CustomerItem > h2 {
        padding: 147px 5px 0 5px;
        font-size: 20px;
    }

    .CustomerItem > a {
        color: #3a7c84;
        font-size: 18px;
        padding: 9px;
        display: inline-block;
    }

        .CustomerItem > a:hover {
            color: #334fa5;
        }

    .CustomerItem:hover {
        box-shadow: 0 10px 10px #abb8b9, inset 0 0 100px #50a9b3;
    }

.Stat {
    background: url(images/statBk.png) no-repeat 50% 0/auto 100%;
    background-color: #3a7c84;
    height: 235px;
    text-align: center;
}

    .Stat .Item {
        margin: 0 10px;
        display: inline-block;
        width: 276px;
        color: #fff;
        font-size: 26px;
        text-shadow: 0 4px 6px #0b434a;
    }

        .Stat .Item:before {
            content: '';
            display: inline-block;
            width: 150px;
            height: 120px;
            background: url(images/statIco.png) 0 0/auto 100%;
            margin: 9px;
        }

        .Stat .Item.A:before {
            background-position: -474px 0;
        }

        .Stat .Item.B:before {
            background-position: -330px 0;
        }

        .Stat .Item.C:before {
            background-position: 12px 0;
        }

        .Stat .Item.D:before {
            background-position: -162px 0;
        }

        .Stat .Item i {
            font-size: 50px;
            display: block;
        }

        .Stat .Item b {
            padding-top: 15px;
            display: block;
        }

.CustomersSlide {
    margin: 20px 0;
}

    .CustomersSlide .citem {
        display: block;
        height: 160px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 80% auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 3px 4px #2a3965;
        margin: 5px;
    }

        .CustomersSlide .citem:hover {
            box-shadow: inset 0 0 100px #4ac9d8;
            background-size: 85% auto;
        }

    .CustomersSlide .owl-dots .owl-dot span {
        background-color: #848fad !important;
    }

    .CustomersSlide .owl-dot.active span, .CustomersSlide .owl-dot:hover span {
        background-color: #38415e !important;
    }

.PageMsg {
    padding: 20px;
    text-align: center;
}

    .PageMsg .msg {
        display: block;
        padding: 20px 0;
    }

    .PageMsg .refCode {
        color: #475377;
        font-weight: bold;
    }

    .PageMsg .ico {
        width: 185px;
        height: 150px;
        background: url(images/msgIco.png) no-repeat 16px 0/auto 100%;
        display: inline-block;
    }

    .PageMsg.sent .ico {
        background-position: -407px 29px;
    }

    .PageMsg.err .msg {
        color: #a74141;
    }

    .PageMsg.err .ico {
        background-position: -201px 0;
    }

    .PageMsg.login .ico {
        background-position: -625px 0;
    }

.mapMember {
    height: 450px;
    width: 40%;
    direction: ltr !important;
    box-shadow: 0 0 5px #475377;
    margin: 15px 0;
    float: left;
}

.CmsPhoto {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    text-align: left;
}

#btnCloseMenu, #btnMenu {
    display: none;
}

.propertyItem {
    padding: 4px 10px;
    border-radius: 100px;
    background-color: #38787f;
    color: #fff;
    margin: 3px;
    display: inline-block;
}

.PhotoItem {
    background-color: #fff;
    height: 200px;
    margin: 8px;
    display: inline-block;
    width: 280px;
    overflow: hidden;
    color: #444444;
    border-radius: 5px;
    box-shadow: 0 5px 10px #abb8b9;
    transition: all ease-in-out .4s;
    text-align: center;
}

    .PhotoItem .img {
        transition: all ease .5s;
        width: 100%;
        height: 150px;
        background: #fff repeat 50% 50%;
        background-size: 100% auto;
        margin: 0;
        display: inline-block;
    }

    .PhotoItem h2 {
        padding: 0 0 5px 0 !important;
        font-size: 16px !important;
        color: #1b6aa5 !important;
    }

    .PhotoItem > a:hover {
        color: #334fa5;
    }

    .PhotoItem:hover {
        box-shadow: 0 10px 10px #abb8b9, inset 0 0 100px #50a9b3;
    }

        .PhotoItem:hover .img {
            background-size: 140% auto;
        }
