.product-caption {
    position: relative;
    margin: auto;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    background: #d0eaef;
    overflow: hidden
}

.product-caption img {
    display: block;
    margin: 0 auto;
    width: 80%
}

.product-nav {
    position: relative;
    margin: auto;
    height: 60px;
    border-top-color: #c8c8c8;
    border-top-style: solid;
    border-top-width: thin
}

.product-nav.gis {
    background-color: #8c727b
}

.product-nav.hs {
    background-color: #ef9a35
}

.product-nav.res {
    background-color: #286597
}

.product-nav-left {
    display: block;
    position: relative;
    width: 30%;
    float: left
}

.product-nav-left a {
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 60px
}

.product-nav-left.gis a {
    background-color: #8c727b;
    color: #fff
}

.product-nav-left.hs a {
    background-color: #ef9a35;
    color: #fff
}

.product-nav-left.res a {
    color: #fff;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: thin
}

.product-nav-left a:hover {
    width: 100%;
    font-size: 20px;
    color: #fff
}

.product-nav-center {
    display: block;
    position: relative;
    width: 40%;
    float: left;
    height: 60px;
    line-height: 50px
}

.product-nav-center a {
    display: block;
    background: none;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold
}

.product-nav-center.gis a {
    background-color: #8c727b;
    color: #e3e3ff
}

.product-nav-center.hs a {
    background-color: #ef9a35;
    color: #fff
}

.product-nav-center.res a {
    color: #fff;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: thin
}

.product-nav-right {
    display: block;
    position: relative;
    width: 30%;
    float: left
}

.product-nav-right a {
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 60px
}

.product-nav-right.gis a {
    background-color: #8c727b;
    color: #fff
}

.product-nav-right.hs a {
    background-color: #ef9a35;
    color: #fff
}

.product-nav-right.res a {
    color: #fff;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: thin
}

.product-nav-right a:hover {
    width: 100%;
    font-size: 20px;
    color: #fff
}

#product-header {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    background-color: #5f5f5f;
    text-align: center;
    overflow: hidden
}

.product-header-container {
    position: relative;
    width: 100%
}

.product-header-desc {
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding: 0 10% 0 10%
}

.product-header-desc p {
    color: #eaeaea;
    font-size: 16px;
    line-height: 24px
}

.product-header-products {
    display: block;
    position: relative;
    margin-top: 30px;
    padding: 0;
    height: 100%
}

.product-header-products li {
    display: inline-block;
    padding-right: 40px
}

.product-header-products li.last {
    display: inline-block;
    padding-right: 0
}

.product-header-products li img {
    max-width: 75px;
    max-height: 75px
}

.product {
    position: relative;
    background: none;
    padding: 50px 200px 50px 200px
}

.product.people {
    background-color: #fff
}

.product.kit {
    background-color: #fff
}

.product.gis {
    background-color: #fff
}

.product.agrio {
    background-color: #fff
}

.product.money {
    background-color: #fff
}

.product.hs {
    background-color: #fff
}

.product-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.product-title {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    align-items: center
}

.product-title-image {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.product-title-image img {
    max-height: 75px;
    max-width: 75px
}

.product-title-desc {
    display: flex;
    flex: 1;
    position: relative;
    height: 100%;
    padding-left: 20px;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    text-align: left
}

.product-title-desc h4 {
    font-family: Raleway, sans-serif;
    color: #666;
    margin: 0;
    padding: 0;
    font-size: 28px
}

.product-title-desc h4 .two {
    font-size: 40px
}

.product-info {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100%;
    align-items: center;
    margin-bottom: 20px
}

.product-image-container.lft {
    display: flex;
    flex: 1;
    background: none;
    padding-right: 25px;
    overflow: hidden;
    justify-content: center;
    flex-direction: column
}

.product-image-content.lft {
    display: flex;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    flex-direction: column
}

.product-desc-container.lft {
    display: flex;
    flex: 1;
    position: relative;
    padding-left: 25px;
    overflow: hidden;
    justify-content: center;
    flex-direction: column
}

.product-desc-content.lft {
    display: flex;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    text-justify: inter-word
}

.product-image-container.rgt {
    display: flex;
    flex: 1;
    background: none;
    padding-left: 25px;
    overflow: hidden
}

.product-image-content.rgt {
    display: flex;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.product-desc-container.rgt {
    display: flex;
    flex: 1;
    padding-right: 25px;
    overflow: hidden;
    justify-content: center;
    flex-direction: column
}

.product-desc-content.rgt {
    display: flex;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    text-justify: inter-word
}

.product-desc-content p {
    margin-top: 0
}

.product-desc-content p.highlight {
    color: #428a00
}

.cap-gis {
    color: #8c727b;
    font-weight: bold;
    text-transform: uppercase
}

.cap-people {
    color: #b0c0c9;
    font-weight: bold;
    text-transform: uppercase
}

.cap-kit {
    color: #67923d;
    font-weight: bold;
    text-transform: uppercase
}

.cap-agrio {
    color: #834638;
    font-weight: bold;
    text-transform: uppercase
}

.cap-money {
    color: #73cbe5;
    font-weight: bold;
    text-transform: uppercase
}

.cap-hs {
    color: #ef9a35;
    font-weight: bold;
    text-transform: uppercase
}

@media(max-width:1280px) {
    .product {
        padding: 50px 125px 50px 125px
    }
}

@media(max-width:1200px) {
    .product {
        padding: 30px 100px 30px 100px
    }
}

.case-slider {
    position: relative;
    width: 100%;
    height: 100%
}

.case-container {
    border-top-color: #c0c0c0;
    border-top-style: solid;
    border-top-width: thin
}

.case-content {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
    margin-top: 10px
}

.case-image-content {
    position: relative;
    margin: 0;
    padding: 0;
    width: 150px
}

.case-image-content img {
    max-width: 115px
}

.case-desc-content {
    flex: 1;
    position: relative;
    height: 100%;
    padding: 0 0 0 50px;
    overflow: hidden;
    text-align: left
}

.case-desc-content p.one {
    margin-top: 0;
    color: #005e00
}

.case-desc-content p.two {
    margin-top: 0;
    color: #36528b
}

.case-desc-content h6 {
    margin: 20px 0 0 0;
    color: #414141;
    line-height: 20px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%
}

.case-desc-content p.highlight {
    color: #5f5f5f
}

.product-features {
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: none
}

.product-features-container {
    background: none;
    padding: 40px
}

.product-features-container.gis {
    background-color: #8c727b
}

.product-features-container.people {
    background-color: #b0c0c9
}

.product-features-container.kit {
    background-color: #67923d
}

.product-features-container.agrio {
    background-color: #834638
}

.product-features-container.money {
    background-color: #73cbe5
}

.product-features-container.hs {
    background-color: #ef9a35
}

.product-features-container .title {
    text-align: left;
    margin-left: 100px;
    margin-bottom: 40px;
    font-size: 24px
}

.product-features-container .title .mod {
    font-family: Raleway, sans-serif;
    font-weight: bold;
    text-transform: uppercase
}

.product-features-slider {
    margin: auto;
    height: 450px
}

.product-features-slider li img {
    max-width: 300px;
    text-align: center
}

.product-features-slider li:hover img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    display: block;
    z-index: 999
}

.product-features-container h6 {
    margin: -5px 0 20px 0;
    font-weight: 600
}

.product-features-container.hs h6 {
    color: #000
}

.product-features-container.people h6 {
    color: #333
}

.product-features-container p {
    color: #f8f8f8;
    font-size: 11px;
    line-height: 22px
}

.product-features-container a {
    margin-top: 20px;
    margin-bottom: 20px
}

.product-news {
    position: relative;
    background: #3a3a3a;
    padding: 50px 200px 50px 200px
}

.product-news-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.product-news-content img {
    max-width: 80%
}