body {
    font-size: 16px;
    font-family: 'Open Sans',Arial,sans-serif;
    color: #333;
    line-height: 26px;
    overflow-x: hidden; /*background:url(../images/waterDrop-blue.png) no-repeat fixed center center*/
    background: #f6f6ef;
}

h1, h2, h3 {
    font-weight: inherit;
    font-size: inherit;
    display: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

.rel {
    position: relative;
}

#header {
    background: #fff;
    padding: 0 0 10px;
    height: 155px;
    position: fixed;
    z-index: 8;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

    #header * {
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

    #header .pad {
        padding-top: 20px;
    }

    a, a *, #header a {
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

a {
    color: #333;
}

    a:hover {
        color: #dd9716;
        text-decoration: none;
    }

.h1Index {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    top: 0;
}

.clear {
    clear: both;
}

.clearR {
    clear: right;
}

.clearL {
    clear: left;
}

#topLine {
    background: #262625;
    height: 35px;
    position: relative;
    z-index: 9;
}

.hotline {
    line-height: 35px;
    padding-left: 0;
    color: #fff;
    float: left;
}

.hotline a {
    color: #fff;
}
.hotline a:hover,.hotline a:focus {
    color: #dd9716;
}

    .hotline span.fa {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px;
    }

.language {
    float: right;
    line-height: 35px;
    position: relative;
}

    .language > a {
        color: #fff;
        padding-left: 0;
        font-size: 13px;
    }

        .language > a span.fa {
            font-size: 20px;
            vertical-align: middle;
            margin-right: 5px;
        }

        .language > a:after {
            content: ""; /*background:url(../images/arrow1.png) no-repeat right center;*/
            width: 20px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
        }

#padLanguage {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #f6f6ef;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-top: 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

    #padLanguage ul {
        margin: auto;
        padding: 0;
    }

    #padLanguage li {
        list-style: none;
        display: inline-block;
        margin: 0 13px;
    }

.language.open > a, .language > a:hover { /* color:#fff */
}

.open #padLanguage {
    display: block;
}

.lineHeader {
    height: 7px;
    width: 100%;
    background: url(../images/lineHeader.png) repeat-x top;
    position: absolute;
    bottom: -7px;
}

#logo {
    display: inline-block;
    float: left;
}

    #logo img { /* height:90px;width:93px */
    }

#header.headerFix {
    padding-top: 0;
    height: 120px;
    top: -35px;
}

    #header.headerFix .pad {
        padding-top: 10px;
    }

    #header.headerFix #logo img {
        transform: scale(.88); /* -webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;-ms-transform:scale(.77);-webkit-transform:scale(.77);-moz-transform:scale(.77);-o-transform:scale(.77);transform:scale(.77);margin-top:-10px;margin-left:-20px;height:90px;width:93px */
    }

    #header.headerFix #mainMenu {
        font-size: 16px;
    }

    #header.headerFix .navbar-nav > li > a {
        font-size: 16px;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

#mainMenu {
    float: right;
    font-size: 18px;
    margin-top: 10px;
}

.dropdown-menu li a {
    line-height: inherit;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none; /* background-color:#ddd */
}

.navbar-toggle {
    border-color: #ddd;
}

    .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: #ddd;
    }

.navbar-collapse, .navbar-form {
    border-color: #e7e7e7;
}

.fullBlock {
    text-align: center;
    padding: 65px 0 75px;
}

.titleBlock {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sumaryBlock {
    margin-bottom: 30px;
}

#slider {
    height: 500px !important;
    overflow-y: hidden;
    position: relative;
    z-index: 4;
    background-size: 1px 1px;
    margin-top: 155px;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

    #slider ul {
        padding: 0;
        margin: 0;
    }

    #slider li {
        list-style: none;
    }

    #slider.sliderFix {
        margin-top: 85px;
    }

#services {
    position: relative;
}

    #services .item {
        width: 160px;
        display: inline-block;
        margin-right: 75px;
        margin-top: 15px;
        vertical-align: top;
    }

        #services .item .icon {
            height: 160px; /* width:160px; */
            line-height: 160px;
            text-align: center;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            position: relative;
            margin-bottom: 20px;
            margin-top: 10px;
        }

            #services .item .icon .shadow {
                width: 50%;
                height: 100%;
                -moz-border-radius: 160px 0 0 160px;
                -webkit-border-radius: 160px 0 0 160px;
                border-radius: 160px 0 0 160px;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
            }

            #services .item .icon img {
                position: relative;
                z-index: 2;
            }

        #services .item .title {
            display: block;
        }

        #services .item:last-child {
            margin-right: 0;
        }

        #services .item:hover .icon {
            margin-bottom: 30px;
            margin-top: 0;
        }

        #services .item:hover .title {
            color: #dd9716;
        }

    #services .content.img img {
        width: 50px;
        height: auto;
    }

.elementOff {
    opacity: 0;
}

.elementOn {
    opacity: 1;
}

.icon.red {
    background: #fc5857;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .icon.red:hover {
        background: #fb0d0c;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.icon.turq {
    background: #40baa1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .icon.turq:hover {
        background: #2c8170;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.icon.blue {
    background: #3095c1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .icon.blue:hover {
        background: #216684;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.icon.violet {
    background: #9a59b5;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .icon.violet:hover {
        background: #703c86;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.icon.green {
    background: #2ecd71;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .icon.green:hover {
        background: #208f4f;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

#introduction {
    background: #3e3e3e;
}

    #introduction .titleBlock h2 {
        color: #fff;
    }

    #introduction .btnMore {
        background: #dd9716;
    }

        #introduction .btnMore:hover {
            background: #262625;
            color: #ffffff;
            border-color: #dd9716;
        }

    #introduction .item {
        color: #fff;
        text-align: left;
    }

        #introduction .item .title {
            color: #fff;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 600;
        }

        #introduction .item .sumary {
            text-align: justify;
            color: #fff;
        }

    #introduction ul {
        padding-left: 20px;
        margin: 0;
    }

    #introduction li {
        list-style: square;
    }

        #introduction li:first-child {
            margin-top: 0;
        }

.lineBlock {
    background: #fff;
    height: 1px;
    position: relative;
    margin: 35px 0 40px;
}

    .lineBlock span {
        background: #fff;
        height: 3px;
        width: 80px;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.btnMore {
    width: 230px;
    height: 45px;
    background: #dd9716;
    color: #fff !important;
    text-align: center;
    line-height: 45px;
    padding: 0;
    margin-top: 60px;
    border: 2px solid transparent;
}

    .btnMore:hover {
        background: #262625;
        color: #fff;
        border-color: #dd9716;
    }

#project { /*background:url(../images/waterDrop-blue.png) no-repeat center center;*/ /* background-size:100% */
}

    #project .waterDrop { /*background:url(../images/waterDrop-blue.png) no-repeat 0 0; background-size:100% */
    }

    #project .item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        #project .item .title {
            border: 1px solid #e5e5e5;
            border-top: 0;
            display: block;
            padding: 6px 15px;
            text-align: left;
            line-height: 1.5;
            background: #fff;
        }

    #project .thumb {
        display: block;
        width: 100%;
        position: relative;
        height: 0;
        padding: 56.25% 0 0 0;
        overflow: hidden;
    }

        #project .thumb img {
            position: absolute;
            display: block;
            max-width: 100%;
            max-height: 100%;
            height: 100%;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    #project .btnMore {
        margin-top: 45px;
    }

.testimonials { /*background:url(../photos/bgTestimonials.png) center -100px no-repeat fixed;*/
    color: white;
    height: 100%;
    padding-top: 50px; /*background-color:#333*/
}

    .testimonials .avatar {
        position: relative;
        display: table;
        margin: auto;
        text-align: center;
        width: 105px;
        height: 105px;
    }

        .testimonials .avatar .pad {
            width: 105px;
            height: 105px;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            line-height: 105px;
            font-size: 0;
        }

        .testimonials .avatar img {
            width: 90px;
            height: 90px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

    .testimonials .human {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .testimonials .line {
        background: url(../images/lineDash.png) repeat-x;
        height: 1px;
        width: 80px;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .testimonials .item {
        width: 570px;
        margin: auto;
    }

.owl-theme .owl-controls .owl-buttons div {
    width: 46px;
    height: 46px;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-image: url(../images/arrowSlideLeft.png);
    left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    background-image: url(../images/arrowSlideRight.png);
    right: 0;
}

#news .frame {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 20px 30px 25px;
    background: rgba(255,255,255,0.84);
}

#news .item .title {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
}

#news .item .category {
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    margin: 12px 0;
    padding: 7px 0;
}

    #news .item .category a {
        color: #dd9716;
    }

        #news .item .category a:hover {
            color: #262625;
        }

#news .thumb {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}

    #news .thumb img {
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

#footer {
    background: #3e3e3e;
    color: #fff;
    font-size: 16spx;
    margin-top: 30px;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #dd9716; /*opacity:.5*/
        }

    #footer .pad { /*padding:50px 0 55px*/
    }

    #footer .menu {
        float: right;
        margin-top: 42px; /*margin-right:70px*/
    }

        #footer .menu li {
            list-style: none;
            line-height: inherit;
        }

        #footer .menu ul {
            display: inline-block;
            padding: 0;
            margin: 0;
            margin-right: 60px;
        }

    #footer .lineBlack {
        background: #262625;
        line-height: 45px;
    }

    #footer .facebookBox {
        float: left;
    }

    #footer .info {
        float: left;
    }

    #footer .logoFooter {
        display: block;
        margin-bottom: 10px;
    }

        #footer .logoFooter img {
        }

            #footer .logoFooter img + span {
                font-size: 15px;
                display: inline-block;
                position: relative;
                bottom: -30px;
                left: 6px;
            }

    #footer .copyRight {
        float: left;
    }

    #footer .designBy {
        float: right;
    }

    #footer .info, #footer .menu {
        float: right;
        padding-top: 18px;
    }

.nav > li {
    margin-left: 30px;
}

    .nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    .nav > li:first-child {
        margin-left: 0;
    }

#breadcrumbBig {
    height: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    margin-top: 155px;
    color: #fff;
    position: relative;
    padding-top: 50px;
}

    #breadcrumbBig .title {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 10px;
    }

    #breadcrumbBig ul {
        padding: 0;
        margin: 0;
    }

        #breadcrumbBig ul li {
            list-style: none;
            display: inline;
            text-transform: uppercase;
        }

            #breadcrumbBig ul li:after {
                padding: 0 5px;
                color: #ccc;
                content: "/\00a0";
                margin-left: 5px;
                padding-right: 2px;
            }

            #breadcrumbBig ul li:last-child:after {
                padding: 0;
                margin-left: 0;
                color: #ccc;
                content: "";
            }

            #breadcrumbBig ul li.home:after {
                padding: 0 5px;
                color: #ccc;
                content: "/\00a0";
                margin-left: 5px;
                padding-right: 2px;
            }

    #breadcrumbBig a {
        color: #fff;
    }

    #breadcrumbBig li:first-child a {
        color: #dd9716;
    }

    #breadcrumbBig a:hover {
        color: #dd9716 !important;
    }

    #breadcrumbBig.breadcrumbBigFix {
        margin-top: 85px;
    }

#bodyContent {
    margin-top: 87px;
    padding-bottom: 75px;
}

.titleArticle {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
}

.colLeft .pad {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.shareButton {
    margin-bottom: 20px;
}

.article .content {
    text-align: justify;
}

.imgArticle {
    background: #e8e8e8;
    text-align: center;
    margin-bottom: 40px;
}

    .imgArticle .content {
        width: 533px;
        margin: auto;
    }

    .imgArticle .pad {
        display: block;
        width: 100%;
        position: relative;
        height: 0;
        padding: 56.25% 0 0 0;
        overflow: hidden;
    }

        .imgArticle .pad img {
            position: absolute;
            display: block;
            max-width: 100%;
            max-height: 100%;
            height: 100%;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.moreArticle {
    margin-top: 60px;
}

    .moreArticle .title {
        font-size: 18px;
        color: #3e3e3e;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .moreArticle ul {
        margin: 0;
        padding: 0;
    }

    .moreArticle li {
        list-style: none;
        padding-left: 20px;
        background: url(../images/arrow2.png) no-repeat left center;
    }

.search {
    position: relative;
    line-height: 40px;
}

    .search input {
        border: 1px solid #e5e5e5;
        height: 40px;
        line-height: 40px;
        padding-right: 50px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .search .icon {
        font-family: 'Glyphicons Halflings';
        display: block;
        width: 60px;
        height: 40px;
        color: #326ba5;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 18px;
    }

        .search .icon:hover {
            color: #09650e;
        }

.colRight .titleBlock2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.colRight > .pad > div {
    margin-top: 40px;
}

    .colRight > .pad > div:first-child {
        margin-top: 0;
    }

.colRight .banner .item {
    margin-top: 30px;
    display: block;
}

    .colRight .banner .item:first-child {
        margin-top: 0;
    }

.categoryBlock ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #e5e5e5;
}

.categoryBlock li {
    list-style: none;
    padding-top: 8px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    background: url(../images/arrow2.png) no-repeat 2px center;
    padding-left: 22px;
}

.hotNews .item {
    margin-top: 25px;
}

    .hotNews .item .thumb {
        display: block;
        width: 90px;
        float: left;
    }

    .hotNews .item .info {
        padding-left: 110px;
    }

    .hotNews .item:first-child {
        margin-top: 0;
    }

.hotNews .title {
    color: #dd9716;
}

    .hotNews .title:hover {
        color: #262625;
    }

.hotNews .item .thumb .pad, .categoryNews .item .thumb .pad {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}

    .hotNews .item .thumb .pad img, .categoryNews .item .thumb .pad img {
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.categoryNews .info {
    border: 1px solid #ddd;
    padding: 15px;
}

.categoryNews .item {
    margin-bottom: 30px;
}

    .categoryNews .item .title {
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .categoryNews .item .thumb {
        display: block;
        position: relative;
    }

.categoryNews .viewMore {
    color: #dd9716;
    display: table;
    margin-top: 10px;
}

    .categoryNews .viewMore:hover {
        color: #262625;
    }

.loadMore {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: block;
}

.loadMoreLoading {
    width: 50px;
    height: 50px;
    background: #fff url(../images/loaderB32.gif) no-repeat center center;
    margin: 50px auto;
    display: block;
    display: none;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#map_canvas {
    height: 400px;
}

.captcha .input-group .form-control {
    width: 230px;
    margin-right: 5px;
}

.captchaImg {
    float: left;
    vetical-align: middle;
    padding: 0;
    margin: 0;
    margin-left: 7px;
}

    .captchaImg img {
        vetical-align: middle;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .captchaImg a {
        margin-left: 10px;
    }

        .captchaImg a span.fa {
            vertical-align: middle;
        }

.btnSubmit {
    margin-top: 0;
}

.form-group {
    margin-bottom: 25px;
}

label {
    font-weight: 600;
}

.contact .title {
    font-weight: 600;
}

.contact .titleArticle {
    padding-bottom: 5px;
}

.contact .full .input-group {
    display: block;
}

.contact textarea {
    height: 123px;
}

.infoContact .row {
    margin-bottom: 40px;
}

.infoContact .titleHead {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #10ab18;
}

.linePage {
    background: #e5e5e5;
    height: 1px;
    margin: 40px 0;
}

.select2-container .select2-choice {
    height: 45px;
    line-height: 45px;
}

.genderBox {
    height: 45px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    line-height: 45px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .genderBox label {
        padding-left: 5px;
        cursor: pointer;
    }

    .genderBox .item {
        margin-left: 30px;
        display: inline-block;
    }

        .genderBox .item:first-child {
            margin-left: 0;
        }

.infoProject .item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.infoProject .title {
    font-weight: 600;
    text-transform: uppercase;
}

.infoProject .btnMore {
    margin-top: 20px;
}

.titleProject {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.btnSearch {
    margin-top: 20px;
}

.result {
    margin-top: 20px;
}

    .result .item .thumb {
        width: 260px;
        display: block;
        position: relative;
    }

    .result .item:nth-child(1n) .thumb {
        float: left;
    }

    .result .item:nth-child(1n) .info {
        padding-left: 280px;
        padding-right: 0;
    }

.hightlight {
    background: #dd9716;
    padding: 0 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.titleSearch h1 {
    display: inline-block;
    vertical-align: middle;
}

.showOn {
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    width: 60px;
    height: 30px;
    color: inherit;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}

.fieldSearch {
    display: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.padTitleContact {
    margin-bottom: 20px;
}

.avatarMember {
    width: 190px;
    height: 190px;
    background: #643ca2 url(../images/bgMember.jpg) no-repeat center center;
    border: 5px solid #d2d2d2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .avatarMember img {
        width: 180px;
        height: 180px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: auto;
    }

.members .item {
    width: 190px;
    text-align: center;
    float: left;
    margin-right: 110px;
    margin-top: 30px;
    margin-bottom: 50px;
}

    .members .item:nth-child(3n) {
        margin-right: 0;
    }

    .members .item:nth-child(3n + 1) {
        clear: both;
    }

.members .name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

.memberPosition {
    color: #999;
    margin-bottom: 5px;
    font-size: 13px;
}

.leaf1 {
    background: url(../images/leaf1-blue.png) no-repeat center center;
    width: 300px;
    height: 246px;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 70px;
}

@media (max-width:767px) {
    .leaf1 {
        display: none;
    }
}

.water2 {
    background: url(../images/water2-blue.png) no-repeat center center;
    width: 251px;
    height: 279px;
    position: absolute;
    z-index: 0;
    right: -20px;
    top: 168px;
}

@media (max-width:767px) {
    .water2 {
        display: none;
    }
}

.form-search {
    height: 45px;
}

/* google search */
.search * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .search *:before,
    .search *:after {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    border: 0 !important;
}

    .gsc-control-cse .gsc-table-result {
        font-family: Arial, sans-serif;
    }

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #D9D9D9;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #666666 !important;
    background-color: #CECECE !important;
    background-image: none !important;
    filter: none !important;
}

.gsc-tabHeader.gsc-tabhInactive {
    border-color: #FF9900;
    background-color: #FFFFFF;
}

.gsc-tabHeader.gsc-tabhActive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
    border-bottom-color: #FF9900;
}

.gsc-tabsArea {
    border-color: #FF9900;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

    .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #0000CC;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #0000CC;
}

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: #0000CC;
}

.gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
    color: #0000CC;
}

.gsc-cursor-page {
    color: #0000CC;
}

a.gsc-trailing-more-results:link {
    color: #0000CC;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #000000;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #008000;
}

.gs-webResult div.gs-visibleUrl-short {
    color: #008000;
}

.gs-webResult div.gs-visibleUrl-short {
    display: none;
}

.gs-webResult div.gs-visibleUrl-long {
    display: block;
}

.gs-promotion div.gs-visibleUrl-short {
    display: none;
}

.gs-promotion div.gs-visibleUrl-long {
    display: block;
}

.gsc-cursor-box {
    border-color: #FFFFFF;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #0000CC;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
    color: #0000CC;
}

.gsc-webResult.gsc-result.gsc-promotion {
    border-color: #336699 !important;
    background-color: #FFFFFF !important;
}

.gsc-completion-title {
    color: #0000CC;
}

.gsc-completion-snippet {
    color: #000000;
}

.gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link *, .gs-promotion .gs-snippet a:link {
    color: #0000CC;
}

.gs-promotion a.gs-title:visited, .gs-promotion a.gs-title:visited *, .gs-promotion .gs-snippet a:visited {
    color: #0000CC;
}

.gs-promotion a.gs-title:hover, .gs-promotion a.gs-title:hover *, .gs-promotion .gs-snippet a:hover {
    color: #0000CC;
}

.gs-promotion a.gs-title:active, .gs-promotion a.gs-title:active *, .gs-promotion .gs-snippet a:active {
    color: #0000CC;
}

.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000;
}

.gs-promotion .gs-visibleUrl, .gs-promotion .gs-visibleUrl-short {
    color: #008000;
}

.gsc-search-box-tools .gsc-search-box .gsc-input, .gsc-input-box {
    height: 38px !important;
}

.gsib_a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding-top: 13px !important;
    padding-bottom: 12px !important;
    position: relative;
    top: 3px;
    margin-top: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 10px !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.gsc-search-box {
    margin: 0 !important;
}

/* END google search */

.AjaxUpdateProgress {
    filter: alpha(opacity=80);
    zoom: 1;
    opacity: 0.8;
    /*background-color: #fff;*/
    color: #0159b2;
    width: 120px;
    height: 75px;
    text-align: center;
    top: 40%;
    left: 42%;
    position: fixed;
    /*border: 2px solid #b5b5b5;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    z-index: 9999;
}
