﻿



textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.4;
    /*color: #262626;*/
}

    h1 small,
    h1 .small,
    h2 small,
    h2 .small,
    h3 small,
    h3 .small,
    h4 small,
    h4 .small,
    h5 small,
    h5 .small,
    h6 small,
    h6 .small,
    .h1 small,
    .h1 .small,
    .h2 small,
    .h2 .small,
    .h3 small,
    .h3 .small,
    .h4 small,
    .h4 .small,
    .h5 small,
    .h5 .small,
    .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

    h1 small,
    h1 .small,
    .h1 small,
    .h1 .small,
    h2 small,
    h2 .small,
    .h2 small,
    .h2 .small,
    h3 small,
    h3 .small,
    .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

    h4 small,
    h4 .small,
    .h4 small,
    .h4 .small,
    h5 small,
    h5 .small,
    .h5 small,
    .h5 .small,
    h6 small,
    h6 .small,
    .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 2.5em;
}

h2,
.h2 {
    font-size: 2.25em;
}

@media (max-width: 768px) {
    h2,
    .h2 {
        font-size: 2em;
    }
}

@media (max-width: 479px) {
    h2,
    .h2 {
        font-size: 1.7em;
    }
}

h3,
.h3 {
    font-size: 1.575em;
}

h4,
.h4 {
    font-size: 1.25em;
}

h5,
.h5 {
    font-size: 1em;
}

h6,
.h6 {
    font-size: 0.875em;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 87%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-italic {
    font-style: italic;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #009fe3;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #007bb0;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #f58220;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d8690a;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #009fe3;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #007bb0;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container .container {
        padding: 0;
        margin: 0;
        width: auto;
    }

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 740px;
    }

    .sticky {
        width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px;
    }

    .sticky {
        width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .home_product .container {
        width: 1400px;
    }

    .sticky {
        width: 1180px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        width: 1180px;
    }

    .home_product .container {
        width: 1200px;
    }

    .sticky {
        width: 1160px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1380px;
    }
}


@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0;
        margin-left: 0;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container-fluid:before,
    .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
    width: -webkit-fill-available;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-document > tbody > tr:first-child > td {
    border-top: none;
}

.table-document > tbody > tr > td {
    padding: 14px 8px;
    line-height: 1.375;
    border-top: 1px dashed #d8d9d9;
}

    .table-document > tbody > tr > td.date {
        width: 120px;
        color: #999;
        font-size: 0.875em;
        line-height: 1.57142857;
        font-style: italic;
    }

    .table-document > tbody > tr > td a {
        color: #262626;
    }

    .table-document > tbody > tr > td:first-child {
        color: #f5821f;
        font-weight: 700;
        width: 40px;
    }

    .table-document > tbody > tr > td:last-child {
        text-align: right;
        font-style: italic;
    }

        .table-document > tbody > tr > td:last-child a {
            color: #999;
        }

            .table-document > tbody > tr > td:last-child a:after {
                content: "";
                display: inline-block;
                width: 1.125em;
                height: 1.3125em;
                vertical-align: middle;
                margin-left: 15px;
                background-image: url("/Content/themes/KCN02/assets/images/icons/ic-download-green-active.svg");
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
            }

.table-document > tbody > tr:hover {
    background-color: #fff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.05);
}

    .table-document > tbody > tr:hover > td a {
        color: #4baa42;
    }

        .table-document > tbody > tr:hover > td a:hover {
            color: #f58220;
        }

    .table-document > tbody > tr:hover > td:last-child a {
        color: #4baa42;
    }

        .table-document > tbody > tr:hover > td:last-child a:hover {
            color: #f58220;
        }

        .table-document > tbody > tr:hover > td:last-child a:after {
            background-image: url("/Content/themes/KCN02/assets/images/icons/ic-download-green.svg");
        }

@media (max-width: 767px) {
    .table-document > tbody > tr > td:first-child {
        width: auto;
    }

    .table-document > tbody > tr > td.date {
        display: none;
    }

        .table-document > tbody > tr > td.date + td span {
            display: inline-block;
            white-space: normal;
        }
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.5em;
    padding: 0.5em 1.25em;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
}

    .form-control:focus {
        border-color: #f9ac70;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 13px rgba(249, 172, 112, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 3.57142857em;
    }

    input[type="date"].input-sm,
    .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm input[type="month"] {
        line-height: 33px;
    }

    input[type="date"].input-lg,
    .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg input[type="month"] {
        line-height: 49px;
    }
}

.form-group {
    margin-bottom: 1.42857143em;
}

    .form-group + .goTo {
        margin-top: 20px;
    }

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
}

    .form-control-static.input-lg,
    .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn,
    .form-control-static.input-sm,
    .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 33px;
    line-height: 33px;
}

    textarea.input-sm,
    .input-group-sm > textarea.form-control,
    .input-group-sm > textarea.input-group-addon,
    .input-group-sm > .input-group-btn > textarea.btn,
    select[multiple].input-sm,
    .input-group-sm > select.form-control[multiple],
    .input-group-sm > select.input-group-addon[multiple],
    .input-group-sm > .input-group-btn > select.btn[multiple] {
        height: auto;
    }

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 49px;
    line-height: 49px;
}

    textarea.input-lg,
    .input-group-lg > textarea.form-control,
    .input-group-lg > textarea.input-group-addon,
    .input-group-lg > .input-group-btn > textarea.btn,
    select[multiple].input-lg,
    .input-group-lg > select.form-control[multiple],
    .input-group-lg > select.input-group-addon[multiple],
    .input-group-lg > .input-group-btn > select.btn[multiple] {
        height: auto;
    }

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 4.46428571em;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 3.57142857em;
    height: 3.57142857em;
    line-height: 3.57142857em !important;
    text-align: center;
    pointer-events: none;
    color: #999;
}

    .form-control-feedback:before {
        font-size: 1.42857143em;
    }

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    color: #666666;
    font-size: 0.8em;
    font-style: italic;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 400;
    outline: none !important;
    font-size: 1em;
    padding: 0.375em 15px 0.3125em;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out;
}

    .btn:focus,
    .btn.focus,
    .btn:active:focus,
    .btn:active.focus,
    .btn.active:focus,
    .btn.active.focus {
        outline: none;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        -moz-opacity: 0.65;
        -khtml-opacity: 0.65;
        -webkit-opacity: 0.65;
        opacity: 0.65;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

    .btn-default:hover {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

        .btn-default:active:hover,
        .btn-default:active:focus,
        .btn-default:active.focus,
        .btn-default.active:hover,
        .btn-default.active:focus,
        .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #fff;
            background-color: #333;
            border-color: #333;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #009fe3;
    border-color: #008dca;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #009fe3;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-primary:hover {
        color: #009fe3;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #009fe3;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-primary:active:hover,
        .btn-primary:active:focus,
        .btn-primary:active.focus,
        .btn-primary.active:hover,
        .btn-primary.active:focus,
        .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #009fe3;
            background-color: #fff;
            border-color: #fff;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        color: #009fe3;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-primary .badge {
        color: #009fe3;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #50aa53;
    border-color: #48994b;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #50aa53;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-success:hover {
        color: #50aa53;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #50aa53;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-success:active:hover,
        .btn-success:active:focus,
        .btn-success:active.focus,
        .btn-success.active:hover,
        .btn-success.active:focus,
        .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #50aa53;
            background-color: #fff;
            border-color: #fff;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success.disabled:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled]:hover,
    .btn-success[disabled]:focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        color: #50aa53;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-success .badge {
        color: #50aa53;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #5bc0de;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-info:hover {
        color: #5bc0de;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #5bc0de;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-info:active:hover,
        .btn-info:active:focus,
        .btn-info:active.focus,
        .btn-info.active:hover,
        .btn-info.active:focus,
        .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #5bc0de;
            background-color: #fff;
            border-color: #fff;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info.disabled:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled]:hover,
    .btn-info[disabled]:focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
        color: #5bc0de;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f58220;
    border-color: #f1750b;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #f58220;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-warning:hover {
        color: #f58220;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #f58220;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-warning:active:hover,
        .btn-warning:active:focus,
        .btn-warning:active.focus,
        .btn-warning.active:hover,
        .btn-warning.active:focus,
        .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #f58220;
            background-color: #fff;
            border-color: #fff;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled]:hover,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
        color: #f58220;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-warning .badge {
        color: #f58220;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #d9534f;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-danger:hover {
        color: #d9534f;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #d9534f;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-danger:active:hover,
        .btn-danger:active:focus,
        .btn-danger:active.focus,
        .btn-danger.active:hover,
        .btn-danger.active:focus,
        .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #d9534f;
            background-color: #fff;
            border-color: #fff;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger.disabled:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled]:hover,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
        color: #d9534f;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-lh {
    position: relative;
    background: #ebebeb;
    height: 2.5em;
    line-height: 2.25;
    padding: 0.125em 1.125em 0 1.375em;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    z-index: 0;
    background-image: linear-gradient(to right, #2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
}

    /*.btn-lh:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0.5em;
    top: 50%;
    height: 1.625em;
    width: 1.625em;
    border-radius: 50%;
    background: #00853f;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.2s ease-in-out;
}*/

    .btn-lh i {
        font-size: 1.875em;
        color: #9fcf67;
        position: absolute;
        right: 0.43333333em;
        margin-top: 0.03333333em;
        top: 50%;
        line-height: 1;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        transition: all 0.2s ease-in-out;
    }

    .btn-lh:hover {
        background: #fff;
        color: #00853f;
        border-color: #9fcf67;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    }

.btn-link {
    color: #009fe3;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #006997;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #009fe3;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before,
    .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #009fe3;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 2px solid #e1e1e1;
    overflow: inherit;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

    .nav-tabs > li {
        float: left;
        border: none;
        margin: 0;
        margin-right: 15px;
        padding-right: 15px;
        position: relative;
        z-index: 1;
    }

        .nav-tabs > li:before {
            content: "";
            display: block;
            width: 1px;
            height: 20px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -10px;
            background: #c9dce2;
        }

        .nav-tabs > li > a {
            padding: 14px 28px;
            border: none;
            border-radius: 0;
            color: #696969;
            font-size: 1em;
            background: none;
            margin: 0;
        }

            .nav-tabs > li > a:before,
            .nav-tabs > li > a:after {
                content: "";
                display: block;
                position: absolute;
                top: 100%;
                left: 50%;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                transition: all 0.2s ease-in-out;
            }

            .nav-tabs > li > a:before {
                display: block;
                left: 0;
                right: 0;
                height: 2px;
                background: #00853f;
            }

            .nav-tabs > li > a:after {
                margin-left: -9px;
                border-style: solid;
                border-width: 9px 9px 0;
                border-color: #00853f transparent;
            }

            .nav-tabs > li > a:focus,
            .nav-tabs > li > a:hover {
                color: #00853f;
                background: none;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            color: #00853f;
            font-weight: 700;
            border: none;
        }

            .nav-tabs > li.active > a:before,
            .nav-tabs > li.active > a:after,
            .nav-tabs > li.active > a:focus:before,
            .nav-tabs > li.active > a:focus:after,
            .nav-tabs > li.active > a:hover:before,
            .nav-tabs > li.active > a:hover:after {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
            }

        .nav-tabs > li:last-child {
            margin-right: 0;
            padding-right: 0;
        }

            .nav-tabs > li:last-child:before {
                display: none;
            }

@media(max-width:1200px) {
    .nav-tabs > li {
        padding-right: 0px;
        margin-right: 0px;
    }

        .nav-tabs > li > a {
            padding: 14px 18px;
        }
}

@media (max-width: 991px) {
    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-tabs > li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .nav-tabs > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-tabs > li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 600px) {
    .nav-tabs > li {
        float: none;
        display: block;
    }

        .nav-tabs > li:before {
            display: none;
        }

        .nav-tabs > li > a {
            padding-left: 5px;
            padding-right: 5px;
        }

        .nav-tabs > li:not(:last-child) {
            margin-right: 0;
            padding-right: 0;
        }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #009fe3;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.breadcrumb {
    padding: 10px 0;
    max-width: 1092px;
    margin-bottom: 0;
    list-style: none;
    font-size: 0.875em;
    line-height: 1.42857143;
    margin-left: auto;
    margin-right: auto;
}

    .breadcrumb > li {
        display: block;
        float: left;
    }

        .breadcrumb > li a {
            color: #262626;
        }

            .breadcrumb > li a:hover {
                color: #00853f;
            }

        .breadcrumb > li + li:before {
            float: left;
            font-family: 'ElegantIcons';
            content: "\25BA";
            padding: 0 5px;
            color: #262626;
        }

    .breadcrumb > .active {
        color: #00853f;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #009fe3;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #007bb0;
    }

.label-success {
    background-color: #50aa53;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #408742;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f58220;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #d8690a;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #009fe3;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #b0e7ff;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 22px;
}

.panel-body {
    padding: 1.11111111em 0;
    border: none;
    background: transparent;
}

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading .panel-title {
    font-size: inherit;
}

    .panel-heading .panel-title a {
        display: block;
        background: #fff;
        padding: 0;
        border: 1px solid #ebebeb;
        font-size: 1.125em;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0.44444444em 0.83333333em 0.38888889em 1.16666667em;
        color: #262626;
        position: relative;
    }

        .panel-heading .panel-title a:before {
            content: "";
            display: block;
            position: absolute;
            top: -1px;
            left: -1px;
            bottom: -1px;
            width: 5px;
            background-color: transparent;
            transition: all 0.2s ease-in-out;
        }

        .panel-heading .panel-title a:after {
            content: "\25BC";
            font-family: 'ElegantIcons';
            position: absolute;
            top: 15%;
            right: 20px;
            color: #4baa42;
        }

        .panel-heading .panel-title a i:first-child {
            margin-right: 17px;
            color: #4baa42;
            transition: all 0.2s ease-in-out;
        }

        .panel-heading .panel-title a:not(.collapsed) {
            background: #a0cf68;
            border-color: transparent;
            color: #fff;
        }

            .panel-heading .panel-title a:not(.collapsed):before {
                background-color: #00853e;
            }

            .panel-heading .panel-title a:not(.collapsed):after {
                content: "\25B3";
                font-family: 'ElegantIcons';
                color: #fff;
            }

            .panel-heading .panel-title a:not(.collapsed) i:first-child {
                color: #fff;
            }

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 0.44444444em 0.83333333em 0.38888889em 1.16666667em;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 1.11111111em 0;
        padding-right: 1.11111111em 0;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 22px;
}

    .panel-group .panel {
        margin-bottom: 0;
    }

        .panel-group .panel + .panel {
            margin-top: -1px;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #009fe3;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #009fe3;
        border-color: #009fe3;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #009fe3;
        }

        .panel-primary > .panel-heading .badge {
            color: #009fe3;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #009fe3;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-document .panel-heading .panel-title a i {
    float: left;
    position: relative;
    top: 0.11111111em;
}

.panel-document .panel-heading .panel-title a .badge {
    font-size: 0.66666667em;
    border-radius: 10px;
    background-color: #ebebeb;
    color: #00853f;
    position: relative;
    top: -0.11111111em;
    margin-left: 1.5em;
}

.panel-document .panel-heading .panel-title a:not(.collapsed) i {
    background-image: url("/Content/themes/KCN02/assets/images/icons/ic-folder-active.svg");
}

.panel-document .panel-heading .panel-title a:not(.collapsed) .badge {
    background: #fff;
    color: #262626;
}

.panel-document .panel-heading .panel-title a.collapsed:after {
    color: #4baa42;
}

@media (max-width: 767px) {
    .panel-document .panel-heading .panel-title a {
        padding-left: 50px;
        padding-right: 40px;
    }

        .panel-document .panel-heading .panel-title a i {
            position: absolute;
            top: 0.59259259em;
            left: 16px;
        }

        .panel-document .panel-heading .panel-title a:after {
            position: absolute;
            top: 0.44444444em;
            right: 10px;
        }

        .panel-document .panel-heading .panel-title a .badge {
            margin-left: 2px;
        }
}

@media (max-width: 480px) {
    .panel-document .panel-heading .panel-title a {
        font-size: 1em;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

    .modal-backdrop.in {
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

.modal-header {
    padding: 15px;
    position: relative;
}

    .modal-header:before,
    .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .headings {
        margin-bottom: 0;
        padding: 18px 0;
    }

    .modal-header .close {
        position: absolute;
        font-size: 1.5em;
        font-weight: 400 !important;
        text-align: center;
        top: 50%;
        right: 40px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        border-radius: 50%;
        background: #ebebeb;
        color: #999;
        outline: none !important;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.2s ease-in-out;
    }

        .modal-header .close i {
            position: relative;
            top: 1px;
            left: -1px;
        }

        .modal-header .close:hover {
            background-color: #4baa42;
            color: #fff;
        }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0 15px;
    line-height: 1.875;
}

    .modal-body__inner p {
        margin-bottom: 1.25em;
    }

    .modal-body__inner .lh-style {
        margin-bottom: 1.25em;
    }

        .modal-body__inner .lh-style td {
            padding: 5px 22px;
            border-bottom: 1px solid transparent;
        }

            .modal-body__inner .lh-style td img {
                min-width: 30px;
            }

            .modal-body__inner .lh-style td:first-child {
                padding: 14px 10px;
                border-bottom-color: #ebebeb;
            }

    .modal-body__inner .text-image {
        margin-top: -1.875em;
    }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal__slide {
    display: none;
    margin: -15px -15px 0;
    overflow: hidden;
}

    .modal__slide .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .modal__slide.slick-initialized {
        display: block;
    }

    .modal__slide.slick-slider .arrow--prev {
        left: 10px;
    }

    .modal__slide.slick-slider .arrow--next {
        right: 10px;
    }

.modal__slide__item {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal {
        padding-right: 0 !important;
    }

    .modal-lg {
        width: 1180px;
    }
}

@media (min-height: 800px) {
    .modal-dialog {
        margin: 150px auto;
    }
}

@media (max-width: 991px) {
    .modal-header .headings {
        font-size: 0.85714286em;
    }

    .modal-header .close {
        font-size: 1.4em;
        right: 20px;
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }

    .modal__slide__item img {
        max-height: 200px;
    }
}

@media (max-width: 767px) {
    .modal-header .close {
        top: -10px;
        margin: 0;
        right: -10px;
    }

    .modal-body__inner {
        padding-top: 25px;
    }
}

@media (max-width: 480px) {
    .modal__slide__item img {
        max-height: 140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

    .tooltip.in {
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        -webkit-opacity: 0.9;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        -webkit-opacity: 0.9;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}


.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html > div {
    display: none;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url("../fonts/ElegantIcons.eot");
    src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#glyphicons_halflingsregular") format("svg");
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/

.arrow_up,
.arrow_down,
.arrow_left,
.arrow_right,
.arrow_left-up,
.arrow_right-up,
.arrow_right-down,
.arrow_left-down,
.arrow-up-down,
.arrow_up-down_alt,
.arrow_left-right_alt,
.arrow_left-right,
.arrow_expand_alt2,
.arrow_expand_alt,
.arrow_condense,
.arrow_expand,
.arrow_move,
.arrow_carrot-up,
.arrow_carrot-down,
.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2up,
.arrow_carrot-2down,
.arrow_carrot-2left,
.arrow_carrot-2right,
.arrow_carrot-up_alt2,
.arrow_carrot-down_alt2,
.arrow_carrot-left_alt2,
.arrow_carrot-right_alt2,
.arrow_carrot-2up_alt2,
.arrow_carrot-2down_alt2,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right_alt2,
.arrow_triangle-up,
.arrow_triangle-down,
.arrow_triangle-left,
.arrow_triangle-right,
.arrow_triangle-up_alt2,
.arrow_triangle-down_alt2,
.arrow_triangle-left_alt2,
.arrow_triangle-right_alt2,
.arrow_back,
.icon_minus-06,
.icon_plus,
.icon_close,
.icon_check,
.icon_minus_alt2,
.icon_plus_alt2,
.icon_close_alt2,
.icon_check_alt2,
.icon_zoom-out_alt,
.icon_zoom-in_alt,
.icon_search,
.icon_box-empty,
.icon_box-selected,
.icon_minus-box,
.icon_plus-box,
.icon_box-checked,
.icon_circle-empty,
.icon_circle-slelected,
.icon_stop_alt2,
.icon_stop,
.icon_pause_alt2,
.icon_pause,
.icon_menu,
.icon_menu-square_alt2,
.icon_menu-circle_alt2,
.icon_ul,
.icon_ol,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_document_alt,
.icon_documents_alt,
.icon_pencil,
.icon_pencil-edit_alt,
.icon_pencil-edit,
.icon_folder-alt,
.icon_folder-open_alt,
.icon_folder-add_alt,
.icon_info_alt,
.icon_error-oct_alt,
.icon_error-circle_alt,
.icon_error-triangle_alt,
.icon_question_alt2,
.icon_question,
.icon_comment_alt,
.icon_chat_alt,
.icon_vol-mute_alt,
.icon_volume-low_alt,
.icon_volume-high_alt,
.icon_quotations,
.icon_quotations_alt2,
.icon_clock_alt,
.icon_lock_alt,
.icon_lock-open_alt,
.icon_key_alt,
.icon_cloud_alt,
.icon_cloud-upload_alt,
.icon_cloud-download_alt,
.icon_image,
.icon_images,
.icon_lightbulb_alt,
.icon_gift_alt,
.icon_house_alt,
.icon_genius,
.icon_mobile,
.icon_tablet,
.icon_laptop,
.icon_desktop,
.icon_camera_alt,
.icon_mail_alt,
.icon_cone_alt,
.icon_ribbon_alt,
.icon_bag_alt,
.icon_creditcard,
.icon_cart_alt,
.icon_paperclip,
.icon_tag_alt,
.icon_tags_alt,
.icon_trash_alt,
.icon_cursor_alt,
.icon_mic_alt,
.icon_compass_alt,
.icon_pin_alt,
.icon_pushpin_alt,
.icon_map_alt,
.icon_drawer_alt,
.icon_toolbox_alt,
.icon_book_alt,
.icon_calendar,
.icon_film,
.icon_table,
.icon_contacts_alt,
.icon_headphones,
.icon_lifesaver,
.icon_piechart,
.icon_refresh,
.icon_link_alt,
.icon_link,
.icon_loading,
.icon_blocked,
.icon_archive_alt,
.icon_heart_alt,
.icon_star_alt,
.icon_star-half_alt,
.icon_star,
.icon_star-half,
.icon_tools,
.icon_tool,
.icon_cog,
.icon_cogs,
.arrow_up_alt,
.arrow_down_alt,
.arrow_left_alt,
.arrow_right_alt,
.arrow_left-up_alt,
.arrow_right-up_alt,
.arrow_right-down_alt,
.arrow_left-down_alt,
.arrow_condense_alt,
.arrow_expand_alt3,
.arrow_carrot_up_alt,
.arrow_carrot-down_alt,
.arrow_carrot-left_alt,
.arrow_carrot-right_alt,
.arrow_carrot-2up_alt,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left_alt,
.arrow_carrot-2right_alt,
.arrow_triangle-up_alt,
.arrow_triangle-down_alt,
.arrow_triangle-left_alt,
.arrow_triangle-right_alt,
.icon_minus_alt,
.icon_plus_alt,
.icon_close_alt,
.icon_check_alt,
.icon_zoom-out,
.icon_zoom-in,
.icon_stop_alt,
.icon_menu-square_alt,
.icon_menu-circle_alt,
.icon_document,
.icon_documents,
.icon_pencil_alt,
.icon_folder,
.icon_folder-open,
.icon_folder-add,
.icon_folder_upload,
.icon_folder_download,
.icon_info,
.icon_error-circle,
.icon_error-oct,
.icon_error-triangle,
.icon_question_alt,
.icon_comment,
.icon_chat,
.icon_vol-mute,
.icon_volume-low,
.icon_volume-high,
.icon_quotations_alt,
.icon_clock,
.icon_lock,
.icon_lock-open,
.icon_key,
.icon_cloud,
.icon_cloud-upload,
.icon_cloud-download,
.icon_lightbulb,
.icon_gift,
.icon_house,
.icon_camera,
.icon_mail,
.icon_cone,
.icon_ribbon,
.icon_bag,
.icon_cart,
.icon_tag,
.icon_tags,
.icon_trash,
.icon_cursor,
.icon_mic,
.icon_compass,
.icon_pin,
.icon_pushpin,
.icon_map,
.icon_drawer,
.icon_toolbox,
.icon_book,
.icon_contacts,
.icon_archive,
.icon_heart,
.icon_profile,
.icon_group,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_music,
.icon_pause_alt,
.icon_phone,
.icon_upload,
.icon_download,
.social_facebook,
.social_twitter,
.social_pinterest,
.social_googleplus,
.social_tumblr,
.social_tumbleupon,
.social_wordpress,
.social_instagram,
.social_dribbble,
.social_vimeo,
.social_linkedin,
.social_rss,
.social_deviantart,
.social_share,
.social_myspace,
.social_skype,
.social_youtube,
.social_picassa,
.social_googledrive,
.social_flickr,
.social_blogger,
.social_spotify,
.social_delicious,
.social_facebook_circle,
.social_twitter_circle,
.social_pinterest_circle,
.social_googleplus_circle,
.social_tumblr_circle,
.social_stumbleupon_circle,
.social_wordpress_circle,
.social_instagram_circle,
.social_dribbble_circle,
.social_vimeo_circle,
.social_linkedin_circle,
.social_rss_circle,
.social_deviantart_circle,
.social_share_circle,
.social_myspace_circle,
.social_skype_circle,
.social_youtube_circle,
.social_picassa_circle,
.social_googledrive_alt2,
.social_flickr_circle,
.social_blogger_circle,
.social_spotify_circle,
.social_delicious_circle,
.social_facebook_square,
.social_twitter_square,
.social_pinterest_square,
.social_googleplus_square,
.social_tumblr_square,
.social_stumbleupon_square,
.social_wordpress_square,
.social_instagram_square,
.social_dribbble_square,
.social_vimeo_square,
.social_linkedin_square,
.social_rss_square,
.social_deviantart_square,
.social_share_square,
.social_myspace_square,
.social_skype_square,
.social_youtube_square,
.social_picassa_square,
.social_googledrive_square,
.social_flickr_square,
.social_blogger_square,
.social_spotify_square,
.social_delicious_square,
.icon_printer,
.icon_calulator,
.icon_building,
.icon_floppy,
.icon_drive,
.icon_search-2,
.icon_id,
.icon_id-2,
.icon_puzzle,
.icon_like,
.icon_dislike,
.icon_mug,
.icon_currency,
.icon_wallet,
.icon_pens,
.icon_easel,
.icon_flowchart,
.icon_datareport,
.icon_briefcase,
.icon_shield,
.icon_percent,
.icon_globe,
.icon_globe-2,
.icon_target,
.icon_hourglass,
.icon_balance,
.icon_rook,
.icon_printer-alt,
.icon_calculator_alt,
.icon_building_alt,
.icon_floppy_alt,
.icon_drive_alt,
.icon_search_alt,
.icon_id_alt,
.icon_id-2_alt,
.icon_puzzle_alt,
.icon_like_alt,
.icon_dislike_alt,
.icon_mug_alt,
.icon_currency_alt,
.icon_wallet_alt,
.icon_pens_alt,
.icon_easel_alt,
.icon_flowchart_alt,
.icon_datareport_alt,
.icon_briefcase_alt,
.icon_shield_alt,
.icon_percent_alt,
.icon_globe_alt,
.icon_clipboard {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .arrow_up:before {
        content: "\21";
    }

    .arrow_down:before {
        content: "\22";
    }

    .arrow_left:before {
        content: "\25C0";
    }

    .arrow_right:before {
        content: "\25BA";
    }

    .arrow_left-up:before {
        content: "\25";
    }

    .arrow_right-up:before {
        content: "\26";
    }

    .arrow_right-down:before {
        content: "\27";
    }

    .arrow_left-down:before {
        content: "\28";
    }

    .arrow-up-down:before {
        content: "\29";
    }

    .arrow_up-down_alt:before {
        content: "\2a";
    }

    .arrow_left-right_alt:before {
        content: "\2b";
    }

    .arrow_left-right:before {
        content: "\2c";
    }

    .arrow_expand_alt2:before {
        content: "\2d";
    }

    .arrow_expand_alt:before {
        content: "\2e";
    }

    .arrow_condense:before {
        content: "\2f";
    }

    .arrow_expand:before {
        content: "\30";
    }

    .arrow_move:before {
        content: "\31";
    }

    .arrow_carrot-up:before {
        content: "\25B3";
    }

    .arrow_carrot-down:before {
        content: "\25BC";
    }

    .arrow_carrot-left:before {
        content: "\25C4";
    }

    .arrow_carrot-right:before {
        content: "\25BA";
    }

    .arrow_carrot-2up:before {
        content: "\36";
    }

    .arrow_carrot-2down:before {
        content: "\37";
    }

    .arrow_carrot-2left:before {
        content: "\38";
    }

    .arrow_carrot-2right:before {
        content: "\00BB";
    }

    .arrow_carrot-up_alt2:before {
        content: "\3a";
    }

    .arrow_carrot-down_alt2:before {
        content: "\3b";
    }

    .arrow_carrot-left_alt2:before {
        content: "\3c";
    }

    .arrow_carrot-right_alt2:before {
        content: "\3d";
    }

    .arrow_carrot-2up_alt2:before {
        content: "\3e";
    }

    .arrow_carrot-2down_alt2:before {
        content: "\3f";
    }

    .arrow_carrot-2left_alt2:before {
        content: "\40";
    }

    .arrow_carrot-2right_alt2:before {
        content: "\41";
    }

    .arrow_triangle-up:before {
        content: "\42";
    }

    .arrow_triangle-down:before {
        content: "\43";
    }

    .arrow_triangle-left:before {
        content: "\44";
    }

    .arrow_triangle-right:before {
        content: "\45";
    }

    .arrow_triangle-up_alt2:before {
        content: "\46";
    }

    .arrow_triangle-down_alt2:before {
        content: "\47";
    }

    .arrow_triangle-left_alt2:before {
        content: "\48";
    }

    .arrow_triangle-right_alt2:before {
        content: "\49";
    }

    .arrow_back:before {
        content: "\4a";
    }

    .icon_minus-06:before {
        content: "\4b";
    }

    .icon_plus:before {
        content: "\002B";
    }

    .icon_close:before {
        content: "\f00d";
        font-family: FontAwesome;
    }

    .icon_check:before {
        content: "\4e";
    }

    .icon_minus_alt2:before {
        content: "\4f";
    }

    .icon_plus_alt2:before {
        content: "\50";
    }

    .icon_close_alt2:before {
        content: "\51";
    }

    .icon_check_alt2:before {
        content: "\52";
    }

    .icon_zoom-out_alt:before {
        content: "\53";
    }

    .icon_zoom-in_alt:before {
        content: "\54";
    }

    .icon_search:before {
        content: "\f002";
        font-family: FontAwesome;
    }

    .icon_box-empty:before {
        content: "\56";
    }

    .icon_box-selected:before {
        content: "\57";
    }

    .icon_minus-box:before {
        content: "\58";
    }

    .icon_plus-box:before {
        content: "\59";
    }

    .icon_box-checked:before {
        content: "\5a";
    }

    .icon_circle-empty:before {
        content: "\5b";
    }

    .icon_circle-slelected:before {
        content: "\5c";
    }

    .icon_stop_alt2:before {
        content: "\5d";
    }

    .icon_stop:before {
        content: "\5e";
    }

    .icon_pause_alt2:before {
        content: "\5f";
    }

    .icon_pause:before {
        content: "\60";
    }

    .icon_menu:before {
        content: "\61";
    }

    .icon_menu-square_alt2:before {
        content: "\62";
    }

    .icon_menu-circle_alt2:before {
        content: "\63";
    }

    .icon_ul:before {
        content: "\64";
    }

    .icon_ol:before {
        content: "\65";
    }

    .icon_adjust-horiz:before {
        content: "\66";
    }

    .icon_adjust-vert:before {
        content: "\67";
    }

    .icon_document_alt:before {
        content: "\68";
    }

    .icon_documents_alt:before {
        content: "\69";
    }

    .icon_pencil:before {
        content: "\6a";
    }

    .icon_pencil-edit_alt:before {
        content: "\6b";
    }

    .icon_pencil-edit:before {
        content: "\6c";
    }

    .icon_folder-alt:before {
        content: "\6d";
    }

    .icon_folder-open_alt:before {
        content: "\6e";
    }

    .icon_folder-add_alt:before {
        content: "\6f";
    }

    .icon_info_alt:before {
        content: "\70";
    }

    .icon_error-oct_alt:before {
        content: "\71";
    }

    .icon_error-circle_alt:before {
        content: "\72";
    }

    .icon_error-triangle_alt:before {
        content: "\73";
    }

    .icon_question_alt2:before {
        content: "\74";
    }

    .icon_question:before {
        content: "\75";
    }

    .icon_comment_alt:before {
        content: "\76";
    }

    .icon_chat_alt:before {
        content: "\77";
    }

    .icon_vol-mute_alt:before {
        content: "\78";
    }

    .icon_volume-low_alt:before {
        content: "\79";
    }

    .icon_volume-high_alt:before {
        content: "\7a";
    }

    .icon_quotations:before {
        content: "\7b";
    }

    .icon_quotations_alt2:before {
        content: "\7c";
    }

    .icon_clock_alt:before {
        content: "\7d";
    }

    .icon_lock_alt:before {
        content: "\7e";
    }

    .icon_lock-open_alt:before {
        content: "\e000";
    }

    .icon_key_alt:before {
        content: "\e001";
    }

    .icon_cloud_alt:before {
        content: "\e002";
    }

    .icon_cloud-upload_alt:before {
        content: "\e003";
    }

    .icon_cloud-download_alt:before {
        content: "\e004";
    }

    .icon_image:before {
        content: "\e005";
    }

    .icon_images:before {
        content: "\e006";
    }

    .icon_lightbulb_alt:before {
        content: "\e007";
    }

    .icon_gift_alt:before {
        content: "\e008";
    }

    .icon_house_alt:before {
        content: "\e009";
    }

    .icon_genius:before {
        content: "\e00a";
    }

    .icon_mobile:before {
        content: "\e00b";
    }

    .icon_tablet:before {
        content: "\e00c";
    }

    .icon_laptop:before {
        content: "\e00d";
    }

    .icon_desktop:before {
        content: "\e00e";
    }

    .icon_camera_alt:before {
        content: "\e00f";
    }

    .icon_mail_alt:before {
        content: "\e010";
    }

    .icon_cone_alt:before {
        content: "\e011";
    }

    .icon_ribbon_alt:before {
        content: "\e012";
    }

    .icon_bag_alt:before {
        content: "\e013";
    }

    .icon_creditcard:before {
        content: "\e014";
    }

    .icon_cart_alt:before {
        content: "\e015";
    }

    .icon_paperclip:before {
        content: "\e016";
    }

    .icon_tag_alt:before {
        content: "\e017";
    }

    .icon_tags_alt:before {
        content: "\e018";
    }

    .icon_trash_alt:before {
        content: "\e019";
    }

    .icon_cursor_alt:before {
        content: "\e01a";
    }

    .icon_mic_alt:before {
        content: "\e01b";
    }

    .icon_compass_alt:before {
        content: "\e01c";
    }

    .icon_pin_alt:before {
        content: "\e01d";
    }

    .icon_pushpin_alt:before {
        content: "\e01e";
    }

    .icon_map_alt:before {
        content: "\e01f";
    }

    .icon_drawer_alt:before {
        content: "\e020";
    }

    .icon_toolbox_alt:before {
        content: "\e021";
    }

    .icon_book_alt:before {
        content: "\e022";
    }

    .icon_calendar:before {
        content: "\e023";
    }

    .icon_film:before {
        content: "\e024";
    }

    .icon_table:before {
        content: "\e025";
    }

    .icon_contacts_alt:before {
        content: "\e026";
    }

    .icon_headphones:before {
        content: "\e027";
    }

    .icon_lifesaver:before {
        content: "\e028";
    }

    .icon_piechart:before {
        content: "\e029";
    }

    .icon_refresh:before {
        content: "\e02a";
    }

    .icon_link_alt:before {
        content: "\e02b";
    }

    .icon_link:before {
        content: "\e02c";
    }

    .icon_loading:before {
        content: "\e02d";
    }

    .icon_blocked:before {
        content: "\e02e";
    }

    .icon_archive_alt:before {
        content: "\e02f";
    }

    .icon_heart_alt:before {
        content: "\e030";
    }

    .icon_star_alt:before {
        content: "\e031";
    }

    .icon_star-half_alt:before {
        content: "\e032";
    }

    .icon_star:before {
        content: "\e033";
    }

    .icon_star-half:before {
        content: "\e034";
    }

    .icon_tools:before {
        content: "\e035";
    }

    .icon_tool:before {
        content: "\e036";
    }

    .icon_cog:before {
        content: "\e037";
    }

    .icon_cogs:before {
        content: "\e038";
    }

    .arrow_up_alt:before {
        content: "\e039";
    }

    .arrow_down_alt:before {
        content: "\e03a";
    }

    .arrow_left_alt:before {
        content: "\e03b";
    }

    .arrow_right_alt:before {
        content: "\e03c";
    }

    .arrow_left-up_alt:before {
        content: "\e03d";
    }

    .arrow_right-up_alt:before {
        content: "\e03e";
    }

    .arrow_right-down_alt:before {
        content: "\e03f";
    }

    .arrow_left-down_alt:before {
        content: "\e040";
    }

    .arrow_condense_alt:before {
        content: "\e041";
    }

    .arrow_expand_alt3:before {
        content: "\e042";
    }

    .arrow_carrot_up_alt:before {
        content: "\e043";
    }

    .arrow_carrot-down_alt:before {
        content: "\e044";
    }

    .arrow_carrot-left_alt:before {
        content: "\e045";
    }

    .arrow_carrot-right_alt:before {
        content: "\e046";
    }

    .arrow_carrot-2up_alt:before {
        content: "\e047";
    }

    .arrow_carrot-2dwnn_alt:before {
        content: "\e048";
    }

    .arrow_carrot-2left_alt:before {
        content: "\e049";
    }

    .arrow_carrot-2right_alt:before {
        content: "\e04a";
    }

    .arrow_triangle-up_alt:before {
        content: "\e04b";
    }

    .arrow_triangle-down_alt:before {
        content: "\e04c";
    }

    .arrow_triangle-left_alt:before {
        content: "\e04d";
    }

    .arrow_triangle-right_alt:before {
        content: "\e04e";
    }

    .icon_minus_alt:before {
        content: "\e04f";
    }

    .icon_plus_alt:before {
        content: "\e050";
    }

    .icon_close_alt:before {
        content: "\e051";
    }

    .icon_check_alt:before {
        content: "\e052";
    }

    .icon_zoom-out:before {
        content: "\e053";
    }

    .icon_zoom-in:before {
        content: "\e054";
    }

    .icon_stop_alt:before {
        content: "\e055";
    }

    .icon_menu-square_alt:before {
        content: "\e056";
    }

    .icon_menu-circle_alt:before {
        content: "\e057";
    }

    .icon_document:before {
        content: "\e058";
    }

    .icon_documents:before {
        content: "\e059";
    }

    .icon_pencil_alt:before {
        content: "\e05a";
    }

    .icon_folder:before {
        content: "\e05b";
    }

    .icon_folder-open:before {
        content: "\e05c";
    }

    .icon_folder-add:before {
        content: "\e05d";
    }

    .icon_folder_upload:before {
        content: "\e05e";
    }

    .icon_folder_download:before {
        content: "\e05f";
    }

    .icon_info:before {
        content: "\e060";
    }

    .icon_error-circle:before {
        content: "\e061";
    }

    .icon_error-oct:before {
        content: "\e062";
    }

    .icon_error-triangle:before {
        content: "\e063";
    }

    .icon_question_alt:before {
        content: "\e064";
    }

    .icon_comment:before {
        content: "\e065";
    }

    .icon_chat:before {
        content: "\e066";
    }

    .icon_vol-mute:before {
        content: "\e067";
    }

    .icon_volume-low:before {
        content: "\e068";
    }

    .icon_volume-high:before {
        content: "\e069";
    }

    .icon_quotations_alt:before {
        content: "\e06a";
    }

    .icon_clock:before {
        content: "\e06b";
    }

    .icon_lock:before {
        content: "\e06c";
    }

    .icon_lock-open:before {
        content: "\e06d";
    }

    .icon_key:before {
        content: "\e06e";
    }

    .icon_cloud:before {
        content: "\e06f";
    }

    .icon_cloud-upload:before {
        content: "\e070";
    }

    .icon_cloud-download:before {
        content: "\e071";
    }

    .icon_lightbulb:before {
        content: "\e072";
    }

    .icon_gift:before {
        content: "\e073";
    }

    .icon_house:before {
        content: "\e074";
    }

    .icon_camera:before {
        content: "\e075";
    }

    .icon_mail:before {
        content: "\f003";
        font-family: FontAwesome;
    }

    .icon_cone:before {
        content: "\e077";
    }

    .icon_ribbon:before {
        content: "\e078";
    }

    .icon_bag:before {
        content: "\e079";
    }

    .icon_cart:before {
        content: "\e07a";
    }

    .icon_tag:before {
        content: "\e07b";
    }

    .icon_tags:before {
        content: "\e07c";
    }

    .icon_trash:before {
        content: "\e07d";
    }

    .icon_cursor:before {
        content: "\e07e";
    }

    .icon_mic:before {
        content: "\e07f";
    }

    .icon_compass:before {
        content: "\e080";
    }

    .icon_pin:before {
        content: "\f041";
        font-family: FontAwesome;
    }

    .icon_pushpin:before {
        content: "\e082";
    }

    .icon_map:before {
        content: "\e083";
    }

    .icon_drawer:before {
        content: "\e084";
    }

    .icon_toolbox:before {
        content: "\e085";
    }

    .icon_book:before {
        content: "\e086";
    }

    .icon_contacts:before {
        content: "\e087";
    }

    .icon_archive:before {
        content: "\e088";
    }

    .icon_heart:before {
        content: "\e089";
    }

    .icon_profile:before {
        content: "\e08a";
    }

    .icon_group:before {
        content: "\e08b";
    }

    .icon_grid-2x2:before {
        content: "\e08c";
    }

    .icon_grid-3x3:before {
        content: "\e08d";
    }

    .icon_music:before {
        content: "\e08e";
    }

    .icon_pause_alt:before {
        content: "\e08f";
    }

    .icon_phone:before {
        content: "\f095";
        font-family: FontAwesome;
    }

    .icon_upload:before {
        content: "\e091";
    }

    .icon_download:before {
        content: "\e092";
    }

    .social_facebook:before {
        content: "\f082";
        font-family: FontAwesome;
    }

    .social_twitter:before {
        content: "\f099";
        font-family: FontAwesome;
    }

    .social_pinterest:before {
        content: "\e095";
    }

    .social_googleplus:before {
        content: "\f0d4";
        font-family: FontAwesome;
    }

    .social_tumblr:before {
        content: "\e097";
    }

    .social_tumbleupon:before {
        content: "\e098";
    }

    .social_wordpress:before {
        content: "\e099";
    }

    .social_instagram:before {
        content: "\e09a";
    }

    .social_dribbble:before {
        content: "\e09b";
    }

    .social_vimeo:before {
        content: "\e09c";
    }

    .social_linkedin:before {
        content: "\e09d";
    }

    .social_rss:before {
        content: "\e09e";
    }

    .social_deviantart:before {
        content: "\e09f";
    }

    .social_share:before {
        content: "\e0a0";
    }

    .social_myspace:before {
        content: "\e0a1";
    }

    .social_skype:before {
        content: "\e0a2";
    }

    .social_youtube:before {
        content: "\e0a3";
    }

    .social_picassa:before {
        content: "\e0a4";
    }

    .social_googledrive:before {
        content: "\e0a5";
    }

    .social_flickr:before {
        content: "\e0a6";
    }

    .social_blogger:before {
        content: "\e0a7";
    }

    .social_spotify:before {
        content: "\e0a8";
    }

    .social_delicious:before {
        content: "\e0a9";
    }

    .social_facebook_circle:before {
        content: "\e0aa";
    }

    .social_twitter_circle:before {
        content: "\e0ab";
    }

    .social_pinterest_circle:before {
        content: "\e0ac";
    }

    .social_googleplus_circle:before {
        content: "\e0ad";
    }

    .social_tumblr_circle:before {
        content: "\e0ae";
    }

    .social_stumbleupon_circle:before {
        content: "\e0af";
    }

    .social_wordpress_circle:before {
        content: "\e0b0";
    }

    .social_instagram_circle:before {
        content: "\e0b1";
    }

    .social_dribbble_circle:before {
        content: "\e0b2";
    }

    .social_vimeo_circle:before {
        content: "\e0b3";
    }

    .social_linkedin_circle:before {
        content: "\e0b4";
    }

    .social_rss_circle:before {
        content: "\e0b5";
    }

    .social_deviantart_circle:before {
        content: "\e0b6";
    }

    .social_share_circle:before {
        content: "\e0b7";
    }

    .social_myspace_circle:before {
        content: "\e0b8";
    }

    .social_skype_circle:before {
        content: "\e0b9";
    }

    .social_youtube_circle:before {
        content: "\e0ba";
    }

    .social_picassa_circle:before {
        content: "\e0bb";
    }

    .social_googledrive_alt2:before {
        content: "\e0bc";
    }

    .social_flickr_circle:before {
        content: "\e0bd";
    }

    .social_blogger_circle:before {
        content: "\e0be";
    }

    .social_spotify_circle:before {
        content: "\e0bf";
    }

    .social_delicious_circle:before {
        content: "\e0c0";
    }

    .social_facebook_square:before {
        content: "\e0c1";
    }

    .social_twitter_square:before {
        content: "\e0c2";
    }

    .social_pinterest_square:before {
        content: "\e0c3";
    }

    .social_googleplus_square:before {
        content: "\e0c4";
    }

    .social_tumblr_square:before {
        content: "\e0c5";
    }

    .social_stumbleupon_square:before {
        content: "\e0c6";
    }

    .social_wordpress_square:before {
        content: "\e0c7";
    }

    .social_instagram_square:before {
        content: "\e0c8";
    }

    .social_dribbble_square:before {
        content: "\e0c9";
    }

    .social_vimeo_square:before {
        content: "\e0ca";
    }

    .social_linkedin_square:before {
        content: "\e0cb";
    }

    .social_rss_square:before {
        content: "\e0cc";
    }

    .social_deviantart_square:before {
        content: "\e0cd";
    }

    .social_share_square:before {
        content: "\e0ce";
    }

    .social_myspace_square:before {
        content: "\e0cf";
    }

    .social_skype_square:before {
        content: "\e0d0";
    }

    .social_youtube_square:before {
        content: "\e0d1";
    }

    .social_picassa_square:before {
        content: "\e0d2";
    }

    .social_googledrive_square:before {
        content: "\e0d3";
    }

    .social_flickr_square:before {
        content: "\e0d4";
    }

    .social_blogger_square:before {
        content: "\e0d5";
    }

    .social_spotify_square:before {
        content: "\e0d6";
    }

    .social_delicious_square:before {
        content: "\e0d7";
    }

    .icon_printer:before {
        content: "\e103";
    }

    .icon_calulator:before {
        content: "\e0ee";
    }

    .icon_building:before {
        content: "\e0ef";
    }

    .icon_floppy:before {
        content: "\e0e8";
    }

    .icon_drive:before {
        content: "\e0ea";
    }

    .icon_search-2:before {
        content: "\e101";
    }

    .icon_id:before {
        content: "\e107";
    }

    .icon_id-2:before {
        content: "\e108";
    }

    .icon_puzzle:before {
        content: "\e102";
    }

    .icon_like:before {
        content: "\e106";
    }

    .icon_dislike:before {
        content: "\e0eb";
    }

    .icon_mug:before {
        content: "\e105";
    }

    .icon_currency:before {
        content: "\e0ed";
    }

    .icon_wallet:before {
        content: "\e100";
    }

    .icon_pens:before {
        content: "\e104";
    }

    .icon_easel:before {
        content: "\e0e9";
    }

    .icon_flowchart:before {
        content: "\e109";
    }

    .icon_datareport:before {
        content: "\e0ec";
    }

    .icon_briefcase:before {
        content: "\e0fe";
    }

    .icon_shield:before {
        content: "\e0f6";
    }

    .icon_percent:before {
        content: "\e0fb";
    }

    .icon_globe:before {
        content: "\e0e2";
    }

    .icon_globe-2:before {
        content: "\e0e3";
    }

    .icon_target:before {
        content: "\e0f5";
    }

    .icon_hourglass:before {
        content: "\e0e1";
    }

    .icon_balance:before {
        content: "\e0ff";
    }

    .icon_rook:before {
        content: "\e0f8";
    }

    .icon_printer-alt:before {
        content: "\e0fa";
    }

    .icon_calculator_alt:before {
        content: "\e0e7";
    }

    .icon_building_alt:before {
        content: "\e0fd";
    }

    .icon_floppy_alt:before {
        content: "\e0e4";
    }

    .icon_drive_alt:before {
        content: "\e0e5";
    }

    .icon_search_alt:before {
        content: "\e0f7";
    }

    .icon_id_alt:before {
        content: "\e0e0";
    }

    .icon_id-2_alt:before {
        content: "\e0fc";
    }

    .icon_puzzle_alt:before {
        content: "\e0f9";
    }

    .icon_like_alt:before {
        content: "\e0dd";
    }

    .icon_dislike_alt:before {
        content: "\e0f1";
    }

    .icon_mug_alt:before {
        content: "\e0dc";
    }

    .icon_currency_alt:before {
        content: "\e0f3";
    }

    .icon_wallet_alt:before {
        content: "\e0d8";
    }

    .icon_pens_alt:before {
        content: "\e0db";
    }

    .icon_easel_alt:before {
        content: "\e0f0";
    }

    .icon_flowchart_alt:before {
        content: "\e0df";
    }

    .icon_datareport_alt:before {
        content: "\e0f2";
    }

    .icon_briefcase_alt:before {
        content: "\e0f4";
    }

    .icon_shield_alt:before {
        content: "\e0d9";
    }

    .icon_percent_alt:before {
        content: "\e0da";
    }

    .icon_globe_alt:before {
        content: "\e0de";
    }

    .icon_clipboard:before {
        content: "\e0e6";
    }

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none;
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px;
}

.glyph div {
    padding-bottom: 10px;
}

.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.glyph .fs1 {
    font-size: 2em;
}

.ic-download {
    display: inline-block;
    width: 1.125em;
    height: 1.3125em;
    background-image: url("/Content/themes/KCN02/assets/images/icons/ic-download-green.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ic-folders {
    display: inline-block;
    width: 1.44444444em;
    height: 1.05555556em;
    background-image: url("/Content/themes/KCN02/assets/images/icons/ic-folder.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ic-birthday-cake {
    display: inline-block;
    width: 1.4375em;
    height: 1.125em;
    background-image: url("/Content/themes/KCN02/assets/images/icons/ic-birthday-cake.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ic-graduation-cap {
    display: inline-block;
    width: 1.4375em;
    height: 1.0625em;
    background-image: url("/Content/themes/KCN02/assets/images/icons/ic-graduation-cap.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 2em;
    vertical-align: middle;
    margin-top: 55%;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    /*text-align: center;*/
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2.3em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
    font-family: FontAwesome;
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
    font-family: FontAwesome;
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.navbar-links {
    list-style: none;
}

.navbar-contact,
.navbar-language,
.footer__top ul,
.linksFixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
}

.navbar-static {
    background: #50aa53;
    color: #fff;
    min-height: 28px;
    background-image: linear-gradient(to right, #2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
    /*background-image: linear-gradient(to right, #006bbc 10%, #02aacd 25%, #37b34a 70%, #33af82 85%);*/
}

.navbar-links {
    position: relative;
    float: left;
    margin-left: 3%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .navbar-links::before {
        content: "";
        display: block;
        position: absolute;
        /*background-color: #006bbc;*/
        left: -3000px;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: skewX(-39deg) skewY(0);
        transform: skewX(-39deg) skewY(0);
    }

    .navbar-links li {
        display: block;
        float: left;
        margin-right: 30px;
        position: relative;
        z-index: 1;
    }

        .navbar-links li a {
            font-size: 0.975em;
            color: white;
            line-height: 28px;
            display: block;
        }

            .navbar-links li a:hover {
                color: #fff;
            }

        .navbar-links li.current a,
        .navbar-links li.current a:focus,
        .navbar-links li.current a:hover {
            color: #fff;
        }



.slick-slider {
    z-index: 0;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider .arrow {
        position: absolute;
        top: 50%;
        margin-top: -1.1875em;
        display: block;
        width: 2.375em;
        color: #999999;
        border-radius: 50%;
        background: #ebebeb;
        z-index: 1;
    }

        .slick-slider .arrow:after {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .slick-slider .arrow i {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: 0.08333333em;
            font-size: 1.5em;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .slick-slider .arrow--prev {
        left: -0.75em;
    }

    .slick-slider .arrow--next {
        right: -0.75em;
    }

    .slick-slider .arrow:hover {
        background: #00853f;
        color: #fff;
    }

@media (max-width: 991px) and (min-width: 768px) {
    .slick-slider .arrow i {
        margin-top: 0;
    }

    .navbar-brand {
        margin-left: -25px;
    }
}

@media (max-width: 767px) {
    .slick-slider .arrow {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .slick-slider .arrow i {
        margin-top: 0;
    }
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 3;
}

    .slick-dots li {
        display: inline-block;
        margin: 0 7px;
    }

        .slick-dots li:first-child {
            margin-left: 0;
        }

        .slick-dots li:last-child {
            margin-right: 0;
        }

        .slick-dots li button {
            display: block;
            border: none;
            background: #9fcf67;
            width: 8px;
            height: 8px;
            padding: 0;
            font-size: 0;
            transition: all 0.25s ease-in-out;
            outline: none;
            position: relative;
            border-radius: 50%;
        }

            .slick-dots li button:before {
                content: "";
                position: absolute;
                display: block;
                border: 3px solid transparent;
                top: -5px;
                left: -5px;
                right: -5px;
                bottom: -5px;
                border-radius: 50%;
                transition: all 0.25s ease-in-out;
            }

        .slick-dots li:hover button {
            background-color: #f58220;
        }

        .slick-dots li.slick-active button {
            background-color: #f58220;
        }

            .slick-dots li.slick-active button:before {
                border-color: #9fcf67;
            }


/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    border-radius: 6px;
    direction: ltr;
    border-color: #ebebeb;
    font-size: 1em;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

    .datepicker-rtl.dropdown-menu {
        left: auto;
    }

    .datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 0;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 8px;
        border: none;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }

    .datepicker table tr th {
        background-color: #f5f5f5;
        border-radius: 0;
    }

        .datepicker table tr th.dow {
            letter-spacing: 0.2em;
        }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: rgba(38, 38, 38, 0.3);
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: rgba(38, 38, 38, 0.3);
    cursor: default;
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

    .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2;
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

    .datepicker table tr td.highlighted:active,
    .datepicker table tr td.highlighted.active {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

        .datepicker table tr td.highlighted:active:hover,
        .datepicker table tr td.highlighted.active:hover,
        .datepicker table tr td.highlighted:active:focus,
        .datepicker table tr td.highlighted.active:focus,
        .datepicker table tr td.highlighted:active.focus,
        .datepicker table tr td.highlighted.active.focus {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2;
        }

    .datepicker table tr td.highlighted.disabled:hover,
    .datepicker table tr td.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.highlighted:hover,
    .datepicker table tr td.highlighted.disabled:focus,
    .datepicker table tr td.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.disabled.focus,
    .datepicker table tr td.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.highlighted.focus {
        background-color: #d9edf7;
        border-color: #85c5e5;
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee;
    }

    .datepicker table tr td.highlighted.disabled,
    .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777777;
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:focus,
    .datepicker table tr td.today.focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400;
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

    .datepicker table tr td.today:active,
    .datepicker table tr td.today.active {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active:hover,
        .datepicker table tr td.today.active:hover,
        .datepicker table tr td.today:active:focus,
        .datepicker table tr td.today.active:focus,
        .datepicker table tr td.today:active.focus,
        .datepicker table tr td.today.active.focus {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400;
        }

    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled:focus,
    .datepicker table tr td.today[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.today:focus,
    .datepicker table tr td.today.disabled.focus,
    .datepicker table tr td.today[disabled].focus,
    fieldset[disabled] .datepicker table tr td.today.focus {
        background-color: #ffdb99;
        border-color: #ffb733;
    }

    .datepicker table tr td.today.focused {
        background: #ffc966;
    }

    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777777;
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}

    .datepicker table tr td.range:focus,
    .datepicker table tr td.range.focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c;
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

    .datepicker table tr td.range:active,
    .datepicker table tr td.range.active {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

        .datepicker table tr td.range:active:hover,
        .datepicker table tr td.range.active:hover,
        .datepicker table tr td.range:active:focus,
        .datepicker table tr td.range.active:focus,
        .datepicker table tr td.range:active.focus,
        .datepicker table tr td.range.active.focus {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c;
        }

    .datepicker table tr td.range.disabled:hover,
    .datepicker table tr td.range[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.range:hover,
    .datepicker table tr td.range.disabled:focus,
    .datepicker table tr td.range[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.range:focus,
    .datepicker table tr td.range.disabled.focus,
    .datepicker table tr td.range[disabled].focus,
    fieldset[disabled] .datepicker table tr td.range.focus {
        background-color: #eeeeee;
        border-color: #bbbbbb;
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5;
    }

    .datepicker table tr td.range.disabled,
    .datepicker table tr td.range.disabled:active {
        background: #eeeeee;
        color: #777777;
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3;
    }

        .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6;
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

        .datepicker table tr td.range.highlighted:active,
        .datepicker table tr td.range.highlighted.active {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

            .datepicker table tr td.range.highlighted:active:hover,
            .datepicker table tr td.range.highlighted.active:hover,
            .datepicker table tr td.range.highlighted:active:focus,
            .datepicker table tr td.range.highlighted.active:focus,
            .datepicker table tr td.range.highlighted:active.focus,
            .datepicker table tr td.range.highlighted.active.focus {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6;
            }

        .datepicker table tr td.range.highlighted.disabled:hover,
        .datepicker table tr td.range.highlighted[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
        .datepicker table tr td.range.highlighted.disabled:focus,
        .datepicker table tr td.range.highlighted[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.disabled.focus,
        .datepicker table tr td.range.highlighted[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
            background-color: #e4eef3;
            border-color: #9dc1d3;
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3;
        }

        .datepicker table tr td.range.highlighted.disabled,
        .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777777;
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
    }

        .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608;
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today.active {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active:hover,
            .datepicker table tr td.range.today.active:hover,
            .datepicker table tr td.range.today:active:focus,
            .datepicker table tr td.range.today.active:focus,
            .datepicker table tr td.range.today:active.focus,
            .datepicker table tr td.range.today.active.focus {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608;
            }

        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today.disabled:focus,
        .datepicker table tr td.range.today[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.disabled.focus,
        .datepicker table tr td.range.today[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.today.focus {
            background-color: #f7ca77;
            border-color: #f1a417;
        }

        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777777;
        }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #4baa42;
    border-color: #4baa42;
}

    .datepicker table tr td.selected:focus,
    .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.focus,
    .datepicker table tr td.selected.highlighted.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616;
    }

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.highlighted:hover {
        color: #fff;
        background-color: #3b8534;
        border-color: #3b8534;
    }

    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected.highlighted:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected.highlighted.active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active:hover,
        .datepicker table tr td.selected.highlighted:active:hover,
        .datepicker table tr td.selected.active:hover,
        .datepicker table tr td.selected.highlighted.active:hover,
        .datepicker table tr td.selected:active:focus,
        .datepicker table tr td.selected.highlighted:active:focus,
        .datepicker table tr td.selected.active:focus,
        .datepicker table tr td.selected.highlighted.active:focus,
        .datepicker table tr td.selected:active.focus,
        .datepicker table tr td.selected.highlighted:active.focus,
        .datepicker table tr td.selected.active.focus,
        .datepicker table tr td.selected.highlighted.active.focus {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616;
        }

    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.highlighted.disabled:hover,
    .datepicker table tr td.selected[disabled]:hover,
    .datepicker table tr td.selected.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.selected:hover,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
    .datepicker table tr td.selected.disabled:focus,
    .datepicker table tr td.selected.highlighted.disabled:focus,
    .datepicker table tr td.selected[disabled]:focus,
    .datepicker table tr td.selected.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.selected:focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.disabled.focus,
    .datepicker table tr td.selected.highlighted.disabled.focus,
    .datepicker table tr td.selected[disabled].focus,
    .datepicker table tr td.selected.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.selected.focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
        background-color: #777777;
        border-color: #555555;
    }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:focus,
    .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.focus,
    .datepicker table tr td.active.highlighted.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.highlighted:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .datepicker table tr td.active:active,
    .datepicker table tr td.active.highlighted:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active.highlighted.active {
        color: #fff;
        background-color: #f58220;
        border-color: #f58220;
    }

        .datepicker table tr td.active:active:hover,
        .datepicker table tr td.active.highlighted:active:hover,
        .datepicker table tr td.active.active:hover,
        .datepicker table tr td.active.highlighted.active:hover,
        .datepicker table tr td.active:active:focus,
        .datepicker table tr td.active.highlighted:active:focus,
        .datepicker table tr td.active.active:focus,
        .datepicker table tr td.active.highlighted.active:focus,
        .datepicker table tr td.active:active.focus,
        .datepicker table tr td.active.highlighted:active.focus,
        .datepicker table tr td.active.active.focus,
        .datepicker table tr td.active.highlighted.active.focus {
            color: #fff;
            background-color: #d8690a;
            border-color: #d8690a;
        }

    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.highlighted.disabled:hover,
    .datepicker table tr td.active[disabled]:hover,
    .datepicker table tr td.active.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.active:hover,
    fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.highlighted.disabled:focus,
    .datepicker table tr td.active[disabled]:focus,
    .datepicker table tr td.active.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.active:focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.disabled.focus,
    .datepicker table tr td.active.highlighted.disabled.focus,
    .datepicker table tr td.active[disabled].focus,
    .datepicker table tr td.active.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.active.focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #777777;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:focus,
        .datepicker table tr td span.active:hover:focus,
        .datepicker table tr td span.active.disabled:focus,
        .datepicker table tr td span.active.disabled:hover:focus,
        .datepicker table tr td span.active.focus,
        .datepicker table tr td span.active:hover.focus,
        .datepicker table tr td span.active.disabled.focus,
        .datepicker table tr td span.active.disabled:hover.focus {
            color: #fff;
            background-color: #286090;
            border-color: #122b40;
        }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                color: #fff;
                background-color: #286090;
                border-color: #204d74;
            }

                .datepicker table tr td span.active:active:hover,
                .datepicker table tr td span.active:hover:active:hover,
                .datepicker table tr td span.active.disabled:active:hover,
                .datepicker table tr td span.active.disabled:hover:active:hover,
                .datepicker table tr td span.active.active:hover,
                .datepicker table tr td span.active:hover.active:hover,
                .datepicker table tr td span.active.disabled.active:hover,
                .datepicker table tr td span.active.disabled:hover.active:hover,
                .datepicker table tr td span.active:active:focus,
                .datepicker table tr td span.active:hover:active:focus,
                .datepicker table tr td span.active.disabled:active:focus,
                .datepicker table tr td span.active.disabled:hover:active:focus,
                .datepicker table tr td span.active.active:focus,
                .datepicker table tr td span.active:hover.active:focus,
                .datepicker table tr td span.active.disabled.active:focus,
                .datepicker table tr td span.active.disabled:hover.active:focus,
                .datepicker table tr td span.active:active.focus,
                .datepicker table tr td span.active:hover:active.focus,
                .datepicker table tr td span.active.disabled:active.focus,
                .datepicker table tr td span.active.disabled:hover:active.focus,
                .datepicker table tr td span.active.active.focus,
                .datepicker table tr td span.active:hover.active.focus,
                .datepicker table tr td span.active.disabled.active.focus,
                .datepicker table tr td span.active.disabled:hover.active.focus {
                    color: #fff;
                    background-color: #204d74;
                    border-color: #122b40;
                }

            .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active:hover.disabled:hover,
            .datepicker table tr td span.active.disabled.disabled:hover,
            .datepicker table tr td span.active.disabled:hover.disabled:hover,
            .datepicker table tr td span.active[disabled]:hover,
            .datepicker table tr td span.active:hover[disabled]:hover,
            .datepicker table tr td span.active.disabled[disabled]:hover,
            .datepicker table tr td span.active.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
            .datepicker table tr td span.active.disabled:focus,
            .datepicker table tr td span.active:hover.disabled:focus,
            .datepicker table tr td span.active.disabled.disabled:focus,
            .datepicker table tr td span.active.disabled:hover.disabled:focus,
            .datepicker table tr td span.active[disabled]:focus,
            .datepicker table tr td span.active:hover[disabled]:focus,
            .datepicker table tr td span.active.disabled[disabled]:focus,
            .datepicker table tr td span.active.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td span.active:focus,
            fieldset[disabled] .datepicker table tr td span.active:hover:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
            .datepicker table tr td span.active.disabled.focus,
            .datepicker table tr td span.active:hover.disabled.focus,
            .datepicker table tr td span.active.disabled.disabled.focus,
            .datepicker table tr td span.active.disabled:hover.disabled.focus,
            .datepicker table tr td span.active[disabled].focus,
            .datepicker table tr td span.active:hover[disabled].focus,
            .datepicker table tr td span.active.disabled[disabled].focus,
            .datepicker table tr td span.active.disabled:hover[disabled].focus,
            fieldset[disabled] .datepicker table tr td span.active.focus,
            fieldset[disabled] .datepicker table tr td span.active:hover.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
                background-color: #337ab7;
                border-color: #2e6da4;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #777777;
    }

.datepicker .datepicker-switch {
    width: 145px;
    font-size: 1.125em;
    text-transform: uppercase;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    color: #4baa42;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

    .datepicker .prev.disabled,
    .datepicker .next.disabled {
        visibility: hidden;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

    .input-daterange input {
        text-align: center;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        text-shadow: 0 1px 0 #fff;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }

/*# sourceMappingURL=bootstrap-datepicker3.css.map */

.headings {
    margin-bottom: 1.875em;
}


.homeProducts .headings:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 87px;
    margin: 0 47.3%;
    background: #3639A6;
    border: 2px solid #3639A6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.homeNews .headings .line-1:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 90px;
    margin: 0 22%;
    background: #3639A6;
    border: 2px solid #3639A6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.homeNews .headings .line-2:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 50px;
    margin: 0 5%;
    background: #3639A6;
    border: 2px solid #3639A6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.homePartner .headings:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 50px;
    margin: 0 46.8%;
    background: #3639A6;
    border: 2px solid #3639A6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.namekcn:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100px;
    margin: 0 47.5%;
    background: #3639A6;
    border: 2px solid #3639A6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.img_pl {
    margin-left: 18%;
}

@media (max-width:1400px) and (min-width:1200px) {
    .homeProducts .headings:after {
        margin: 0 47%;
    }

    .homePartner .headings:after {
        margin: 0 46%;
    }

    .homeNews .headings:after {
        margin: 0 7%;
    }

    .namekcn:after {
        margin: 0 46%;
    }
}

@media(max-width:1200px) and (min-width:992px) {
    .homeProducts .headings:after {
        margin: 0 46%;
    }

    .homePartner .headings:after {
        margin: 0 45.5%;
    }

    .homeNews .headings:after {
        margin: 0 6%;
    }

    .namekcn:after {
        margin: 0 44.5%;
    }

    .img_pl {
        margin-left: 13%;
    }
}

@media (max-width:991px) {
    .homeProducts .headings:after {
        margin: 0 44.7%;
    }

    .homePartner .headings:after {
        margin: 0 44.5%;
    }

    .homeNews .headings:after {
        margin: 0 4.5%;
    }

    .namekcn:after {
        margin: 0 42.5%;
    }

    .img_pl {
        margin-left: 12%;
        width: 521px !important;
        height: 250px !important;
    }
}







.linksFixed {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .linksFixed ul li + li {
        margin-top: 2px;
    }

    .linksFixed ul li,
    .linksFixed ul li a {
        display: block;
    }

        .linksFixed ul li a {
            position: relative;
            width: 3.4375em;
            background: rgba(6, 25, 15, 0.5);
        }

            .linksFixed ul li a img {
                position: absolute;
                top: 50%;
                left: 50%;
                max-width: 74.54545455%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

                .linksFixed ul li a img:last-child {
                    display: none;
                }

            .linksFixed ul li a:after {
                content: " ";
                display: block;
                padding-top: 100%;
            }

            .linksFixed ul li a:hover {
                background: #9fcf67;
            }

.chat-btn {
    position: fixed;
    bottom: 80px;
    right: 9px;
    background: #fff;
    width: 3.125em;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 0 6px rgba(6, 25, 15, 0.3);
}

    .chat-btn:after {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .chat-btn img {
        width: 52%;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .chat-btn span {
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 3px;
        white-space: nowrap;
        font-size: 0.875em;
        padding: 3px 12px;
        margin-right: 24px;
        visibility: hidden;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .chat-btn span::after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -6px;
            border-style: solid;
            border-width: 6px 0 6px 7px;
            border-color: transparent rgba(0, 0, 0, 0.5);
        }

    .chat-btn.top {
        bottom: 120px;
    }

    .chat-btn:hover {
        box-shadow: 0 0 0 7px rgba(6, 25, 15, 0.3);
    }

        .chat-btn:hover span {
            margin-right: 14px;
            visibility: visible;
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
            filter: "alpha(opacity=${opperc})";
        }

.reservation {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 20px;
    background: #4baa42;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em;
    padding: 0.55555556em 0.83333333em;
    border-radius: 0;
    border: none;
}

    .reservation:focus,
    .reservation:hover {
        color: #fff;
        background-color: #3b8534;
    }

@media (min-height: 970px) {
    .reservation {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .reservation {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 991px) {
    .chat-btn.top {
        bottom: 160px;
    }
}

@media (max-width: 767px) {
    .linksFixed {
        top: auto;
        bottom: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        .linksFixed ul {
            width: 100%;
        }

            .linksFixed ul > li {
                float: left;
                width: 25%;
            }

                .linksFixed ul > li + li {
                    margin: 0;
                }

                .linksFixed ul > li a {
                    width: 100%;
                    background: none;
                }

                    .linksFixed ul > li a:before {
                        content: "";
                        display: block;
                        width: 1px;
                        height: 30px;
                        margin-top: -15px;
                        position: absolute;
                        top: 50%;
                        right: 0;
                        background: #f2f2f2;
                    }

                    .linksFixed ul > li a:after {
                        content: " ";
                        display: block;
                        padding-top: 50px;
                    }

                    .linksFixed ul > li a img:first-child {
                        display: none;
                    }

                    .linksFixed ul > li a img:last-child {
                        display: block;
                    }

    .chat-btn {
        bottom: 120px !important;
    }
}

.videobox {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .videobox:before {
        content: "";
        display: block;
        transition: all 0.2s ease-in-out;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        background: rgba(0, 133, 62, 0.8);
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .videobox iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        visibility: hidden;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.25s ease-in-out;
    }

    .videobox:after {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .videobox .btn-play {
        position: absolute;
        z-index: 3;
        width: 3.375em;
        height: 3.375em;
        top: 50%;
        left: 50%;
        margin-top: -1.6875em;
        margin-left: -1.6875em;
        cursor: pointer;
        background: url("/Content/themes/KCN02/assets/images/icons/ic-play.svg");
        visibility: visible;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.25s ease-in-out;
    }

    .videobox.showvideo iframe {
        visibility: visible;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

    .videobox.showvideo .btn-play {
        visibility: hidden;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

.news-list__item:hover .videobox:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

.news-list__item:hover .des a {
    color: #4baa42;
}

.subHeader {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #00853f;
}

@media (min-width:991px) {
    .subHeader {
        height: 450px
    }

        .subHeader .container .titleIntro {
            padding: 50px;
        }
}

@media (min-width:1200px) {
    .subHeader .container {
        margin-top: 50px;
    }
}

@media (max-width:1200px) and (min-width:991px) {
    .subHeader .container {
        margin-top: 150px;
    }
}

.subHeader--news-page {
    padding-bottom: 0;
}

    .subHeader--news-page .breadcrumbs {
        margin-top: 100px;
    }

.subHeader--detail-page {
    background-color: transparent;
    padding: 20px 0;
}

    .subHeader--detail-page h1 {
        color: #262626 !important;
    }

    .subHeader--detail-page:before {
        background: none !important;
    }

.subHeader--webinar:before {
    background: none !important;
}

.subHeader:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.subHeader .container {
    position: relative;
    z-index: 1;
}

    .subHeader .container > * {
        display: block;
        max-width: 1092px;
        margin-left: auto;
        margin-right: auto;
    }

    .subHeader .container .sectionTitle {
        color: #fff;
        /*margin: 0;*/
        font-size: 2.25em;
        line-height: 1.4;
        text-transform: uppercase;
        font-weight: 700;
    }

    .subHeader .container .titleIntro {
        text-align: center;
    }

.subHeader h1 {
    color: #fff;
    margin: 0;
    font-size: 2.25em;
    line-height: 1.4;
    text-transform: uppercase;
}

.subHeader__info {
    padding-left: 3.125em;
}

    .subHeader__info p {
        color: #fff;
        font-size: 1.875em;
        margin: 0;
        line-height: 1.5em;
        max-width: 520px;
        padding-right: 20px;
    }

.subHeader--2 {
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .subHeader--2:before {
        display: none;
    }

    .subHeader--2:after {
        content: "";
        padding-top: 20.83333333%;
        display: block;
    }

    .subHeader--2 img {
        display: none;
    }

    .subHeader--2 .table-full {
        display: table !important;
        max-width: inherit;
    }

    .subHeader--2 .container {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

.subHeader--3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .subHeader--3:after {
        content: "";
        padding-top: 22.13541667%;
        display: block;
    }

    .subHeader--3 img {
        display: none;
    }

@media (max-width: 1199px) {
    .subHeader {
        padding: 90px 0;
    }

    .subHeader--news-page {
        padding-bottom: 0;
    }

        .subHeader--news-page .breadcrumbs {
            margin-top: 50px;
        }

    .subHeader .container > * {
        display: block;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .subHeader {
        padding: 60px 0;
    }

    .subHeader--news-page {
        padding-bottom: 0;
    }

        .subHeader--news-page .breadcrumbs {
            margin-top: 0px;
        }
}

@media (max-width: 768px) {
    .subHeader {
        padding: 20px 0 20px;
    }

    .subHeader--detail-page {
        padding: 0;
    }

    .subHeader h1 {
        font-size: 2em;
    }

    .subHeader__info p {
        font-size: 1.5em;
        line-height: 1em;
    }

    .subHeader--2 .subHeader__info {
        padding-left: 0;
    }

    .subHeader--2 .container {
        position: relative;
    }

    .subHeader--2 .table-full {
        display: block !important;
    }

        .subHeader--2 .table-full .table-cell {
            display: block;
            width: auto;
        }

    .subHeader--2:after {
        display: none;
    }
}

.imageZoom {
    display: block;
}

.zoomContainer {
    overflow: hidden;
}

.magnifierRentgen {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .magnifierRentgen .magnifier-loupe {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        border: rgba(161, 207, 103, 0.5) 6px solid;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        cursor: none;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        display: none;
    }

        .magnifierRentgen .magnifier-loupe img {
            max-width: inherit;
        }

@media (max-width: 767px) {
    .magnifierRentgen .magnifier-loupe {
        display: none !important;
    }
}

#qtip-overlay.blurs,
.qtip-close {
    cursor: pointer;
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    padding: 0;
    margin-top: -15px;
    margin-left: -4px;
    -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}

.qtip-content,
.qtip-titlebar {
    position: relative;
    overflow: hidden;
}

.qtip-content {
    padding: 12px;
    text-align: left;
    word-wrap: break-word;
}

    .qtip-content .img {
        /*margin-bottom: 20px;*/
        display: none;
    }

        .qtip-content .img img {
            border-radius: 10px 10px 0 0;
        }

    .qtip-content h3 {
        font-size: 0.875em;
        font-weight: 700;
        color: #f58220;
    }

    .qtip-content p {
        margin-bottom: 0;
        font-size: 0.875em;
        line-height: 1.78571429em;
    }

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important;
    }

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    outline: 0;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal 700 10px/13px Tahoma, sans-serif;
        color: inherit;
        background: -100em -100em no-repeat;
    }

.qtip-default {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 10px;
}

    .qtip-default .qtip-titlebar {
        background-color: #FFEF93;
    }

    .qtip-default .qtip-icon {
        border-color: #CCC;
        background: #F1F1F1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #AAA;
        color: #111;
    }

.qtip-shadow {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.qtip-bootstrap,
.qtip-rounded,
.qtip-tipsy {
    border-radius: 5px;
}

    .qtip-rounded .qtip-titlebar {
        border-radius: 4px 4px 0 0;
    }

.qtip-youtube {
    border-radius: 2px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border: 0 solid transparent;
    background: #4A4A4A;
    background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%);
}

    .qtip-youtube .qtip-titlebar {
        background-color: #4A4A4A;
        background-color: rgba(0, 0, 0, 0);
    }

    .qtip-youtube .qtip-content {
        padding: .75em;
        font: 12px arial, sans-serif;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
    }

    .qtip-youtube .qtip-icon {
        border-color: #222;
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 12px #333;
}

    .qtip-jtools .qtip-titlebar {
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
    }

    .qtip-jtools .qtip-content {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
    }

    .qtip-jtools .qtip-content,
    .qtip-jtools .qtip-titlebar {
        background: 0 0;
        color: #fff;
        border: 0 dashed transparent;
    }

    .qtip-jtools .qtip-icon {
        border-color: #555;
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover {
        border-color: #333;
    }

.qtip-cluetip {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

    .qtip-cluetip .qtip-titlebar {
        background-color: #87876A;
        color: #fff;
        border: 0 dashed transparent;
    }

    .qtip-cluetip .qtip-icon {
        border-color: #808064;
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover {
        border-color: #696952;
        color: #696952;
    }

.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000;
}

    .qtip-tipsy .qtip-titlebar {
        padding: 6px 35px 0 10px;
        background-color: transparent;
    }

    .qtip-tipsy .qtip-content {
        padding: 6px 10px;
    }

    .qtip-tipsy .qtip-icon {
        border-color: #222;
        text-shadow: none;
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-tipped {
    border: 3px solid #959FA9;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: 400;
    font-family: serif;
}

    .qtip-tipped .qtip-titlebar {
        border-bottom-width: 0;
        color: #fff;
        background: #3A79B8;
        background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
    }

    .qtip-tipped .qtip-icon {
        border: 2px solid #285589;
        background: #285589;
    }

        .qtip-tipped .qtip-icon .ui-icon {
            background-color: #FBFBFB;
            color: #555;
        }

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

    .qtip-bootstrap .qtip-titlebar {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0;
    }

        .qtip-bootstrap .qtip-titlebar .qtip-close {
            right: 11px;
            top: 45%;
            border-style: none;
        }

    .qtip-bootstrap .qtip-content {
        padding: 9px 14px;
    }

    .qtip-bootstrap .qtip-icon {
        background: 0 0;
    }

        .qtip-bootstrap .qtip-icon .ui-icon {
            width: auto;
            height: auto;
            float: right;
            font-size: 20px;
            font-weight: 700;
            line-height: 18px;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .2;
            filter: alpha(opacity=20);
        }

#qtip-overlay,
#qtip-overlay div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40);
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    -webkit-filter: none;
    filter: none;
    -ms-filter: none;
}

.qtip .qtip-tip {
    margin: 0 auto;
    z-index: 10;
}

.qtip .qtip-tip,
x:-o-prefocus {
    visibility: hidden;
}

    .qtip .qtip-tip,
    .qtip .qtip-tip .qtip-vml,
    .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: 0 0;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }

#qtip-overlay {
    position: fixed;
}

    #qtip-overlay div {
        position: absolute;
        background-color: #000;
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

.qtipmodal-ie6fix {
    position: absolute !important;
}

.qtip .qtip-tip {
    background: none;
}

    .qtip .qtip-tip canvas {
        display: none;
    }

    .qtip .qtip-tip:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -18px;
        border-style: solid;
        border-width: 18px 18px 0 18px;
        border-color: #fff transparent;
    }

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-wrap .mfp-content .mfp-close {
    color: #fff !important;
    width: auto;
    padding: 0;
    min-width: 40px;
    border: none !important;
    font-size: 39px;
    top: -44px;
    background: none !important;
}



.shareholder {
    margin-bottom: 1.5625em;
}

.shareholder__item + .shareholder__item {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

    .shareholder__item + .shareholder__item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -22px;
        right: -22px;
        border-bottom: 1px dashed #eeeeee;
    }

.shareholder__item:after {
    content: "";
    display: block;
    clear: both;
}

.shareholder__item > * {
    float: left;
}

.shareholder__item__img {
    padding-top: 0.3125em;
    width: 23.35164835%;
}

.shareholder__item__content {
    width: 76.64835165%;
}

    .shareholder__item__content h4 {
        font-size: 1.5em;
        font-weight: 400;
        margin: 0 0 0.20833333em;
    }

@media (max-width: 1199px) {
    .shareholder__item__content {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .shareholder__item__img,
    .shareholder__item__content {
        padding: 0;
        float: none;
        width: 100%;
    }

    .shareholder__item__img {
        text-align: center;
        margin-bottom: 20px;
    }
}

.memberCompanies {
    margin-bottom: 2.66666667em;
}

.memberCompanies__item {
    float: left;
    width: 33.33333333%;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 30px 20px 40px;
}

    .memberCompanies__item img {
        margin-bottom: 0.625em;
        height: 200px;
        width: max-content;
    }

    .memberCompanies__item h4 {
        font-size: 1.125em;
        font-weight: 400;
        line-height: 1.38888889em;
        overflow: hidden;
        height: 2.77777778em;
    }

@media (max-width: 767px) {
    .memberCompanies__item {
        width: 50%;
        padding: 10px 10px 20px;
    }
}

@media (max-width: 480px) {
    .memberCompanies__item {
        width: 100%;
        padding: 10px 10px 20px;
    }
}

.timeline {
    padding-top: 50px;
}

.timeline__nav {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

    .timeline__nav:before {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        bottom: 11px;
        left: -70px;
        right: -70px;
        background: #4baa42;
        background: linear-gradient(to right, rgba(75, 170, 66, 0) 0%, rgba(75, 170, 66, 0.9) 22%, #4baa42 50%, rgba(75, 170, 66, 0.9) 78%, rgba(75, 170, 66, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004baa42', endColorstr='#004baa42', GradientType=1);
    }

.team__expand__inner {
    padding: 25px 44px;
    background: #fff;
    position: relative;
}

    .team__expand__inner p {
        margin-bottom: 0;
    }

        .team__expand__inner p + ul {
            margin-top: 1em;
        }

.team__expand__close {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 1.5em;
    line-height: 1.66666667;
    width: 1.66666667em;
    border-radius: 50%;
    background: #ebebeb;
    text-align: center;
    color: #999;
}

    .team__expand__close i {
        position: relative;
        top: 0.08333333em;
    }

    .team__expand__close:hover {
        color: #fff;
        background: #4baa42;
    }

.team.active .team__content:before,
.team.active .team__content:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

.teams {
    margin-bottom: 30px;
}

    .teams::after {
        content: "";
        display: block;
        clear: both;
    }

@media (min-width: 992px) {
    .team {
        width: 33.33333333%;
        float: left;
    }

    .team--customer {
        width: 25%;
        float: left;
        padding: 10px;
    }

        .team--customer:nth-child(3n+1) {
            clear: none !important;
        }

        .team--customer:nth-child(4n+1) {
            clear: both;
        }

        .team--customer:nth-child(1) .team__expand,
        .team--customer:nth-child(5) .team__expand,
        .team--customer:nth-child(9) .team__expand {
            margin-right: calc(-300% - 60px) !important;
            margin-left: 0% !important;
        }

        .team--customer:nth-child(2) .team__expand,
        .team--customer:nth-child(6) .team__expand,
        .team--customer:nth-child(10) .team__expand {
            margin-right: calc(-200% - 40px) !important;
            margin-left: calc(-100% - 20px) !important;
        }

        .team--customer:nth-child(3) .team__expand,
        .team--customer:nth-child(7) .team__expand,
        .team--customer:nth-child(11) .team__expand {
            margin-right: calc(-100% - 20px) !important;
            margin-left: calc(-200% - 40px) !important;
        }

        .team--customer:nth-child(4) .team__expand,
        .team--customer:nth-child(8) .team__expand,
        .team--customer:nth-child(12) .team__expand {
            margin-right: 0% !important;
            margin-left: calc(-300% - 60px) !important;
        }

    .team:nth-child(1) .team__expand,
    .team:nth-child(4) .team__expand,
    .team:nth-child(7) .team__expand {
        margin-right: -200%;
    }

    .team:nth-child(2) .team__expand,
    .team:nth-child(5) .team__expand,
    .team:nth-child(8) .team__expand {
        margin-right: -100%;
        margin-left: -100%;
    }

    .team:nth-child(3) .team__expand,
    .team:nth-child(6) .team__expand,
    .team:nth-child(9) .team__expand {
        margin-left: -200%;
    }

    .team:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 991px) {
    .team--customer .team__expand__inner p.title {
        margin-top: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .team {
        width: 50%;
        float: left;
    }

        .team:nth-child(2n+1) {
            clear: both;
        }

            .team:nth-child(2n+1) .team__expand {
                margin-right: -100%;
            }

        .team:nth-child(2n) .team__expand {
            margin-left: -100%;
        }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .team {
        width: 50%;
        float: left;
    }

        .team:nth-child(2n+1) {
            clear: both;
        }

            .team:nth-child(2n+1) .team__expand {
                margin-right: -100%;
            }

        .team:nth-child(2n) .team__expand {
            margin-left: -100%;
        }
}

@media (max-width: 480px) {
    .team__expand__inner {
        padding-left: 0;
    }
}

.trophy {
    margin-left: -44px;
    margin-right: -44px;
}

    .trophy.slick-initialized .slick-slide {
        display: table;
    }

.trophy__item {
    text-align: center;
    padding: 10px 10px 15px;
}

.trophy__item__img {
    margin-bottom: 15px;
}

    .trophy__item__img a {
        display: inline-block;
        position: relative;
        pointer-events: none;
        background-color: #000;
    }

        .trophy__item__img a:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, rgba(75, 170, 66, 0) 0%, rgba(75, 170, 66, 0.5) 57%, rgba(75, 170, 66, 0.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004baa42', endColorstr='#804baa42', GradientType=0);
            transition: all 0.2s ease-in-out;
        }

    .trophy__item__img img {
        max-height: 350px;
        box-shadow: 0 9px 38px rgba(0, 0, 0, 0.13);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.2s ease-in-out;
    }



.award {
    padding-top: 24px;
    padding-bottom: 30px;
}

    .award:after {
        content: "";
        display: block;
        clear: both;
    }

    .award > * {
        float: left;
    }

.award__nav {
    width: 22.52747253%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.125em;
    line-height: 1.5;
    padding: 3.05555556em 0 3.88888889em;
    position: relative;
}

    .award__nav:before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(220, 232, 237, 0) 0%, #dce8ed 20%, #dce8ed 80%, rgba(220, 232, 237, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dce8ed', endColorstr='#00dce8ed', GradientType=0);
    }

    .award__nav li {
        padding: 8px 0;
        height: 2.22222222em;
        position: relative;
        z-index: 1;
    }

        .award__nav li a {
            color: #262626;
            white-space: nowrap;
        }

            .award__nav li a span {
                display: inline-block;
                position: relative;
                padding: 0 0.875em;
            }

                .award__nav li a span:before,
                .award__nav li a span:after {
                    content: "";
                    display: block;
                    border-bottom: 1px solid #4baa42;
                    position: absolute;
                    top: 50%;
                    width: 0em;
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    -webkit-opacity: 0;
                    opacity: 0;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                    filter: "alpha(opacity=${opperc})";
                    transition: all 0.2s ease-in-out;
                }

                .award__nav li a span:before {
                    right: 100%;
                }

                .award__nav li a span:after {
                    left: 100%;
                }

            .award__nav li a:hover {
                color: #f58220;
            }

        .award__nav li.active a {
            font-size: 1.22222222em;
            color: #4baa42;
            line-height: 1;
        }

            .award__nav li.active a span:before,
            .award__nav li.active a span:after {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                width: 1.36363636em;
            }

.award__content {
    width: 77.47252747%;
    padding-left: 10px;
    padding-bottom: 40px;
    position: relative;
}

.award__content__item {
    border-bottom: 1px solid #d8e7ec;
}

    .award__content__item + div {
        margin-top: 2px;
    }

    .award__content__item:last-child {
        border-bottom: none;
    }

.award__content__item__img {
    width: 240px;
    text-align: center;
    background: #fff;
    display: block;
    float: left;
    margin-right: 58px;
}

    .award__content__item__img img {
        max-width: 100%;
        max-height: 168px;
    }

.award__content__item__info {
    padding-top: 50px;
}

    .award__content__item__info h4 {
        font-size: 1.125em;
        font-weight: 400;
        margin: 0 0 0.55555556em;
    }

    .award__content__item__info p {
        font-style: italic;
        color: #999;
    }

.award__content > .tab-pane {
    width: 100%;
    height: 676px;
    overflow-y: auto;
    display: block !important;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    .award__content > .tab-pane::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .award__content > .tab-pane .simplebar-content {
        overflow-x: hidden;
    }

    .award__content > .tab-pane.active {
        position: static;
        visibility: visible;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

@media (max-width: 1199px) {
    .award__nav {
        width: 25%;
        font-size: 1em;
    }

        .award__nav li.active a span:before,
        .award__nav li.active a span:after {
            width: 30px;
        }

    .award__content {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .award__nav {
        font-size: 1em;
        width: 30%;
    }

        .award__nav li.active a span:before,
        .award__nav li.active a span:after {
            width: 25px;
        }

    .award__content {
        width: 70%;
    }

    .award__content__item__img {
        width: 200px;
        margin-right: 20px;
    }

        .award__content__item__img img {
            max-height: 130px;
        }

    .award__content__item__info {
        padding-top: 35px;
    }

    .award__content > .tab-pane {
        height: 524px;
    }
}

@media (max-width: 767px) {
    .award__nav {
        padding: 30px 0;
        font-size: 0.9em;
    }

        .award__nav:before {
            left: 0;
            right: 0;
        }

        .award__nav li {
            height: auto;
        }

            .award__nav li.active a span {
                padding: 0 5px;
            }

                .award__nav li.active a span:before,
                .award__nav li.active a span:after {
                    width: 15px;
                }

    .award__content__item__img {
        width: 130px;
        margin-right: 15px;
    }

        .award__content__item__img img {
            max-height: 90px;
        }

    .award__content__item__info {
        padding-top: 10px;
    }

    .award__content > .tab-pane {
        height: 364px;
    }
}

@media (max-width: 480px) {
    .award__nav {
        padding: 30px 0;
    }

        .award__nav:before {
            left: 0;
            right: 0;
        }

        .award__nav li.active a {
            font-size: 1.1em;
        }

            .award__nav li.active a span {
                padding: 0 5px;
            }

                .award__nav li.active a span:before,
                .award__nav li.active a span:after {
                    display: none;
                }

    .award__content__item {
        text-align: center;
        padding-top: 10px;
    }

    .award__content__item__img {
        width: 100%;
        margin-right: 0;
        float: none;
    }

        .award__content__item__img img {
            max-height: 90px;
        }

    .award__content__item__info {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .award__content__item__info h4 {
            margin: 0;
        }

    .award__content > .tab-pane {
        height: 668px;
    }
}

/*!
 * 
 *         SimpleBar.js - v2.5.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */

[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 100%;
    box-sizing: content-box;
}

.simplebar-content {
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
    min-height: 100%;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    border-radius: 7px;
    min-height: 10px;
    width: 4px;
    opacity: 0;
    transition: opacity 0.2s linear;
    background: black;
    background-clip: padding-box;
}

.simplebar-track:hover .simplebar-scrollbar {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.3;
    transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
    opacity: 0.3;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.vertical {
    top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.form label {
    font-weight: normal;
    text-transform: uppercase;
}

.form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    position: relative;
}

    .form .form-control::-moz-placeholder {
        color: #b6b6b6;
        opacity: 1;
    }

    .form .form-control:-ms-input-placeholder {
        color: #b6b6b6;
    }

    .form .form-control::-webkit-input-placeholder {
        color: #b6b6b6;
    }

    .form .form-control:hover,
    .form .form-control:focus {
        border-color: #4baa42;
        color: #4baa42;
        box-shadow: none;
    }

    .form .form-control:active {
        box-shadow: none;
    }

.form .has-error .form-control {
    box-shadow: none;
}

.form .form-group .chosen-container {
    display: block;
}

.form .form-group.submit {
    padding-top: 15px;
}

.form .form-group .captcha {
    float: left;
}

    .form .form-group .captcha > * {
        float: left;
        margin-right: 18px;
    }

    .form .form-group .captcha input[type="text"] {
        border: none;
        height: 40px;
        border-radius: 5px;
        padding: 6px 15px;
        width: 120px;
        outline: none;
    }

.form .form-group .captcha__btn .btn {
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #4baa42;
    padding: 8px 14px 5px;
    font-size: 16px;
}

    .form .form-group .captcha__btn .btn:hover {
        color: #fff;
        background: #4baa42;
    }

.form .form-group .captcha + .btn {
    float: right;
}

@media (max-width: 767px) {
    .form .form-group .captcha + .btn {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
}

.form .form-group:after {
    content: "";
    display: block;
    clear: both;
}

.form .form-group.nation label {
    display: block;
    width: 100%;
}

    .form .form-group.nation label ~ label {
        width: 28%;
        margin-top: 0.3125em;
    }

        .form .form-group.nation label ~ label + label {
            width: 32%;
            margin-right: 20px;
        }

    .form .form-group.nation label ~ * {
        float: left;
    }

.form .form-group.nation > div {
    width: calc(40% - 20px) !important;
}

@media (max-width: 767px) {
    .form .form-group.nation label ~ label {
        width: 100%;
        margin-top: 0.3125em;
    }

        .form .form-group.nation label ~ label + label {
            width: 100%;
        }

    .form .form-group.nation > div,
    .form .form-group.nation > .form-control {
        width: calc(100% - 20px) !important;
        margin-left: 20px;
    }
}

.form .form-group.purpose label {
    display: block;
    width: 100%;
}

    .form .form-group.purpose label ~ * {
        float: left;
    }

    .form .form-group.purpose label ~ div {
        width: calc(50% - 20px) !important;
    }

    .form .form-group.purpose label ~ .form-control {
        width: calc(50% - 70px) !important;
    }

.form .form-group.purpose > span {
    display: inline-block;
    margin: 0 20px;
    line-height: 2.5;
}

@media (max-width: 767px) {
    .form .form-group.purpose label {
        display: block;
        width: 100%;
    }

        .form .form-group.purpose label ~ * {
            float: none;
        }

        .form .form-group.purpose label ~ div,
        .form .form-group.purpose label ~ .form-control {
            width: 100% !important;
        }

    .form .form-group.purpose > span {
        display: block;
        margin: 10px 0 0;
    }
}

.form .form-group.land label {
    display: block;
    width: 100%;
}

.form .form-group.land > div + div {
    margin-top: 5px;
}

.form .form-group.land > div > * {
    float: left;
}

.form .form-group.land > div > label {
    display: block;
    width: 255px;
    margin-top: 5px;
}

.form .form-group.land > div > span {
    line-height: 2.5em;
    margin-right: 20px;
}

.form .form-group.land > div > div {
    max-width: 275px;
}

@media (max-width: 767px) {
    .form .form-group.land > div > label {
        width: 100%;
    }

    .form .form-group.land > div > span,
    .form .form-group.land > div > .form-control {
        width: calc(100% - 25px) !important;
        margin-left: 25px;
    }
}

.form .form-group.sightseeing label {
    width: 100%;
    display: block;
}

    .form .form-group.sightseeing label ~ * {
        float: left;
    }

    .form .form-group.sightseeing label ~ label {
        width: 16.66666667%;
        margin-top: 0.34375em;
    }

    .form .form-group.sightseeing label ~ .form-control {
        width: calc(50% - 20px);
        margin-left: 20px;
    }

    .form .form-group.sightseeing label + label + label + label {
        width: 12%;
        margin-left: 4.66666667%;
    }

@media (max-width: 767px) {
    .form .form-group.sightseeing label ~ * {
        float: left;
    }

    .form .form-group.sightseeing label ~ label {
        width: 100%;
    }

    .form .form-group.sightseeing label ~ .form-control {
        width: calc(100% - 25px);
        margin-left: 25px;
    }

    .form .form-group.sightseeing label + label + label + label {
        width: 100%;
        margin-left: 0;
    }
}

.form .form-group.input-daterange > div + div {
    margin-top: 5px;
}

.form .form-group.input-daterange > div > span {
    display: block;
    float: left;
}

    .form .form-group.input-daterange > div > span:first-child {
        line-height: 2.25em;
        width: 45px;
    }

        .form .form-group.input-daterange > div > span:first-child + span {
            width: calc(100% - 45px);
        }

    .form .form-group.input-daterange > div > span .form-control {
        text-align: left;
        border-radius: 0;
        height: 2.25em;
        position: relative;
        z-index: 1;
    }

    .form .form-group.input-daterange > div > span.date {
        position: relative;
    }

        .form .form-group.input-daterange > div > span.date:after {
            content: "\e023";
            font-family: 'ElegantIcons';
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            line-height: 2.25em;
            min-width: 2.125em;
            text-align: center;
            background-color: #9fcf67;
            color: #fff;
            border-radius: 4px 4px 0 0;
        }

.form .radio {
    padding-left: 20px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

    .form .radio input {
        position: absolute;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

        .form .radio input:checked + span:after {
            background-color: #4baa42;
        }

    .form .radio span {
        text-transform: none;
    }

        .form .radio span:before,
        .form .radio span:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0.375em;
        }

        .form .radio span:before {
            width: 0.875em;
            height: 0.875em;
            border-radius: 50%;
            border: 1px solid #4baa42;
        }

        .form .radio span:after {
            width: 0.5em;
            height: 0.5em;
            background-color: transparent;
            border-radius: 50%;
            top: 0.5625em;
            left: 0.1875em;
            transition: all 0.2s ease-in-out;
        }

@media (max-width: 991px) {
    .form .radio span:before {
        width: 13px;
        height: 13px;
    }

    .form .radio span:after {
        left: 3px;
        top: 8px;
        width: 7px;
        height: 7px;
    }
}

.form .checkbox {
    padding-left: 24px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

    .form .checkbox input {
        position: absolute;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

        .form .checkbox input:checked + span:before {
            background-color: #4baa42;
        }

        .form .checkbox input:checked + span:after {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
            filter: "alpha(opacity=${opperc})";
        }

    .form .checkbox span {
        text-transform: none;
    }

        .form .checkbox span:before,
        .form .checkbox span:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0.375em;
        }

        .form .checkbox span:before {
            width: 0.875em;
            height: 0.875em;
            border-radius: 3px;
            border: 2px solid #4baa42;
            transition: all 0.2s ease-in-out;
        }

        .form .checkbox span:after {
            width: 0.625em;
            height: 0.375em;
            border-style: solid;
            border-width: 0 0 2px 2px;
            border-color: transparent transparent #fff #fff;
            top: 0.5em;
            left: 0.125em;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
            filter: "alpha(opacity=${opperc})";
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all 0.2s ease-in-out;
        }

.pagination {
    margin-left: 40px;
    margin-right: 40px;
    border-top: 1px solid #d6e0e4;
}

.pagination--document {
    margin-left: 0;
    margin-right: 0;
}

.pagination--webinar {
    margin-left: 0;
    margin-right: 0;
    margin-top: 65px;
}

.pagination ul {
    text-align: center;
    list-style: none;
    padding-left: 0;
}

    .pagination ul li {
        display: inline-block;
        margin: 0 auto;
        width: 38px;
        height: 38px;
        font-size: 1.125em;
        padding-top: 10px;
        color: #a3aebf;
        position: relative;
    }

        .pagination ul li::before {
            position: absolute;
            content: '';
            top: 42%;
            left: 0;
            width: 1px;
            height: 18px;
            background-color: #e1e5eb;
        }

        .pagination ul li.active a {
            color: #262626;
        }

        .pagination ul li.active::before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #4baa42;
        }

        .pagination ul li:hover a {
            color: #262626;
        }

        .pagination ul li:hover::before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #4baa42;
        }

        .pagination ul li:first-child,
        .pagination ul li:last-child {
            border: none;
            border-radius: 50%;
            background-color: #e5ebef;
            line-height: 0.9368421;
        }

            .pagination ul li:first-child::before,
            .pagination ul li:last-child::before {
                content: none;
            }

            .pagination ul li:first-child:first-child:hover,
            .pagination ul li:first-child:last-child:hover,
            .pagination ul li:last-child:first-child:hover,
            .pagination ul li:last-child:last-child:hover {
                background: #4baa42;
            }

                .pagination ul li:first-child:first-child:hover > a,
                .pagination ul li:first-child:last-child:hover > a,
                .pagination ul li:last-child:first-child:hover > a,
                .pagination ul li:last-child:last-child:hover > a {
                    color: #fff;
                }

        .pagination ul li a {
            color: #a3aebf;
        }

@media (max-width: 479px) {
    .pagination {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 380px) {
    .pagination ul li {
        width: 30px;
        height: 30px;
    }

        .pagination ul li:first-child,
        .pagination ul li:last-child {
            line-height: 0.6;
            padding-top: 7px;
        }
}

/*
 * @name wowBook
 * @desc style for wowBook plugin for jQuery
 *
 * @author Marcio Aguiar
 * @version 1.0
 *
 * Date: Wed Dec 8 10:05:49 2010 -0200
 */

.wowbook {
    zoom: 1;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 4px 43px 0px rgba(160, 160, 160, 0.33);
    position: relative;
    margin-bottom: 30px;
}


.homeHightline__head,
.homeHightline .slick-dots li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00853e;
    background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-size: 1.325em;
    line-height: 1.53846154;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

    .homeHightline__head span,
    .homeHightline .slick-dots li a span {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        text-align: left;
        left: 10%;
        margin-top: -0.76923077em;
    }

        .homeHightline__head span:after,
        .homeHightline .slick-dots li a span:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -0.19230769em;
            left: 0;
            width: 0;
            height: 1px;
            background: #fff;
            transition: all 0.2s ease-in-out;
        }

@media (max-width: 767px) {
    .homeHightline__head,
    .homeHightline .slick-dots li a {
        padding: 26px;
        border-bottom: 1px solid #4baa42;
    }

        .homeHightline__head span,
        .homeHightline .slick-dots li a span {
            position: relative;
            margin: 0;
            right: 0;
            left: 0;
            top: 0;
        }
}

.home {
    position: relative;
}

.home__nav {
    position: absolute;
    z-index: 1;
    top: 4.0625em;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    .home__nav h2 {
        margin: 0 0 0.625em;
        color: #9fcf67;
        text-transform: uppercase;
        white-space: nowrap;
        font-family: "Roboto Condensed";
        font-size: 1.5em;
        font-weight: 400;
    }

    .home__nav h3 {
        margin: 0 0 0.55555556em;
        color: #fff;
        text-transform: uppercase;
        font-size: 2.25em;
        font-weight: 400;
    }

@media (min-width: 480px) {
    .home__nav h3 {
        white-space: nowrap;
    }
}

.home__nav__link {
    font-size: 0;
}

    .home__nav__link a {
        display: inline-block;
        text-transform: uppercase;
        color: #f78c22;
        font-size: 18px;
        line-height: 1.66666667;
        padding: 0.33333333em 1.22222222em 0.22222222em;
        white-space: nowrap;
        margin-bottom: 0.55555556em;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, white 0%, white 46%, rgba(255, 255, 255, 0.38) 79%, rgba(255, 255, 255, 0) 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

        .home__nav__link a:first-child {
            border-right: 1px solid #f68121;
            /* FF3.6-15 */
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 46%, white 79%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

            .home__nav__link a:first-child:hover {
                /* FF3.6-15 */
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, rgba(245, 130, 32, 0) 0%, rgba(245, 130, 32, 0) 1%, #f58220 46%, #f58220 79%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f58220', endColorstr='#f58220', GradientType=1);
                /* IE6-9 */
            }

        .home__nav__link a:hover {
            /* FF3.6-15 */
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #f58220 0%, #f58220 41%, rgba(245, 130, 32, 0.36) 79%, rgba(245, 130, 32, 0) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            color: #fff;
        }

@media (max-width: 1499px) {
    .home__nav {
        top: 15px;
    }
}

@media screen and (max-width: 1499px) and (max-height: 690px) {
    .home__nav {
        font-size: 11px;
    }

        .home__nav > * {
            margin-bottom: 0.35em !important;
        }
}

@media (max-width: 767px) {
    .home__nav h3 {
        font-size: 20px;
    }

    .home__nav__link a {
        font-size: 10px;
    }

    .home .navProduct {
        top: 60%;
    }

        .home .navProduct ul li {
            font-size: 10px;
        }

        .home .navProduct .close {
            font-size: 10px;
        }
}

@media (max-width: 480px) {
    .home__nav {
        width: 100%;
        font-size: 12px;
        padding: 0 10px;
    }

        .home__nav h3 {
            font-size: 18px;
        }

    .home__nav__link a,
    .home__nav__link a:first-child {
        min-width: 120px;
        border-right: none;
        font-size: 10px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 24%, white 25%, white 72%, white 73%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

        .home__nav__link a:hover,
        .home__nav__link a:first-child:hover {
            /* FF3.6-15 */
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(246, 129, 33, 0.96) 24%, #f68121 25%, #f68121 72%, #f68629 73%, rgba(255, 255, 255, 0) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }
}

.homeHightline {
    margin-top: 20px;
    position: relative;
    z-index: 0;
    width: 85%;
    margin-left: 8%;
}

.homeHightline1 {
    margin-top: 20px;
    position: relative;
    z-index: 0;
    width: 90%;
    margin-left: 6%;
}

.homeHightline__item {
    position: relative;
    overflow: hidden;
}

.homeHightline__item__bg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .homeHightline__item__bg:after {
        content: "";
        padding-top: 47.05882353%;
        display: block;
    }

    .homeHightline__item__bg img {
        display: none;
    }

.homeHightline__item__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3.75em 2.8125em 1.25em;
    background: linear-gradient(to bottom, rgba(0, 104, 49, 0) 0%, rgba(0, 104, 49, 0.93) 54%, rgba(0, 104, 49, 0.95) 66%, rgba(0, 104, 49, 0.96) 79%, rgba(0, 104, 49, 0.98) 88%, #006831 94%, #006831 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00006831', endColorstr='#006831', GradientType=0);
    transition: all 0.25s ease-in-out;
    color: #fff;
}

@media (min-width: 768px) {
    .homeHightline__item__info {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }
}

.homeHightline__item__info h2 {
    font-size: 1.5em;
    margin: 0;
    margin-bottom: 0.41666667em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.homeHightline__item__info p {
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 1.66666667;
}

    .homeHightline__item__info p a {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.88888889em;
        color: #f58220;
        white-space: nowrap;
    }

        .homeHightline__item__info p a:hover {
            color: rgba(255, 255, 255, 0.8);
        }

.homeHightline__item.slick-current .homeHightline__item__info {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

.homeHightline__head:hover {
    color: #fff;
}

.homeHightline__head.active {
    background-color: #469f44;
    color: #fff;
}

    .homeHightline__head.active span:after {
        width: 74.89795918%;
    }

.homeHightline .slick-list {
    margin-right: 29.16666667%;
}

.homeHightline .slick-dots {
    width: 29.16666667%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
}

    .homeHightline .slick-dots li {
        display: block;
        height: 25%;
        width: 100%;
        padding: 0;
        margin: 0;
        cursor: pointer;
        position: relative;
        transition: all 0.2s ease-in-out;
    }

        .homeHightline .slick-dots li:before,
        .homeHightline .slick-dots li:after {
            content: "";
            display: block;
            position: absolute;
        }

        .homeHightline .slick-dots li:after {
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            background: #4baa42;
        }

        .homeHightline .slick-dots li:before {
            border-style: solid;
            border-width: 1em 1em 1em 0;
            border-color: transparent #00853e;
            right: 100%;
            top: 50%;
            margin-top: -1em;
            margin-right: -1em;
            transition: all 0.2s ease-in-out;
        }

        .homeHightline .slick-dots li:last-child:after {
            display: none;
        }

        .homeHightline .slick-dots li.slick-active a {
            background-color: #469f44;
            color: #fff;
        }

            .homeHightline .slick-dots li.slick-active a span:after {
                width: 74.89795918%;
            }

        .homeHightline .slick-dots li.slick-active:before {
            border-color: transparent #469f44;
            margin-right: 0;
        }

@media (max-width: 1459px) {
    .homeHightline .slick-dots {
        font-size: 0.9375em;
    }
}

@media (max-width: 1399px) {
    .homeHightline .slick-dots {
        font-size: 0.75em;
    }

        .homeHightline .slick-dots li.slick-active a span:after {
            width: 91.66666667%;
        }

    .homeHightline1 {
        margin-left: 4%;
    }
}

@media (max-width: 1199px) {
    .homeHightline {
        font-size: 13px;
    }

    .homeHightline__item__bg:after {
        padding-top: 60%;
    }

    .homeHightline1 {
        margin-left: 3%;
    }
}

@media (max-width: 991px) {
    .homeHightline {
        font-size: 11px;
    }

    .homeHightline__item__bg:after {
        padding-top: 65%;
    }

    .homeHightline .slick-dots {
        font-size: 0.75em;
    }

        .homeHightline .slick-dots li span {
            margin-top: 0 !important;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    .homeHightline1 {
        margin-left: 3%;
    }
}

@media (max-width: 767px) {
    .homeHightline {
        margin-top: 0;
    }

    .homeHightline__item {
        display: none;
    }

        .homeHightline__item.active {
            display: block;
        }

    .homeHightline1 {
        margin-left: 2%;
    }
}




.homeProducts .slick-list {
    overflow: inherit;
}

.homeProducts .homeProduct {
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}

    .homeProducts .homeProduct__inner:after {
        content: "";
        padding-top: 81.34490239%;
        display: block;
    }

    .homeProducts .homeProduct__inner img {
        display: none;
    }

.homeProducts .homeProduct__img {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    box-shadow: 0 0 0 20px #fff;
    transition: all 0.2s ease-in-out;
}

    .homeProducts .homeProduct__img:before,
    .homeProducts .homeProduct__img:after {
        content: " ";
        width: 30px;
        position: absolute;
        top: -20px;
        bottom: -20px;
        border: 20px solid #fff;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.2s ease-in-out;
    }

    .homeProducts .homeProduct__img:before {
        right: 100%;
        border-radius: 0 30px 30px 0;
        border-width: 20px 20px 20px 0;
    }

    .homeProducts .homeProduct__img:after {
        left: 100%;
        border-radius: 30px 0 0 30px;
        border-width: 20px 0 20px 20px;
    }

    .homeProducts .homeProduct__img span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30.74141049%;
        background: linear-gradient(to bottom, rgba(70, 159, 68, 0) 0%, rgba(70, 159, 68, 0.93) 54%, rgba(70, 159, 68, 0.95) 66%, rgba(70, 159, 68, 0.96) 79%, rgba(70, 159, 68, 0.98) 88%, #469f44 94%, #469f44 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00006831', endColorstr='#006831', GradientType=0);
        overflow: hidden;
        border-radius: 0 0 10px 10px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.2s ease-in-out;
    }

.homeProducts .homeProduct__title {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.25em;
    font-weight: 400;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__inner > .homeProduct__title {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-right: 84px;
    margin-top: 0.83333333em;
}

.homeProducts .homeProduct__info {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__info__inner {
    position: relative;
    max-width: 510px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 2.5em 0 3.125em;
    background: white;
    background: linear-gradient(to bottom, white 0%, white 56%, whitesmoke 76%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

    .homeProducts .homeProduct__info__inner:after,
    .homeProducts .homeProduct__info__inner:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 8px;
        height: 136px;
        margin-top: -68px;
        background-size: 100%;
    }

    .homeProducts .homeProduct__info__inner:after {
        left: -8px;
        background-image: url("/Content/themes/KCN02/assets/images/shadow-left.png");
    }

    .homeProducts .homeProduct__info__inner:before {
        right: -8px;
        background-image: url("/Content/themes/KCN02/assets/images/shadow-right.png");
    }

.homeProducts .homeProduct__info__readmore {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -1.04166667em;
    margin-bottom: -1.04166667em;
    width: 2.08333333em;
    line-height: 2.08333333em;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    background: #f58220;
    border-radius: 5px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .homeProducts .homeProduct__info__readmore i {
        display: inline-block;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: 0.125em;
        left: -0.04166667em;
    }

    .homeProducts .homeProduct__info__readmore:hover {
        background: #00853f;
    }

.homeProducts .homeProduct__info .homeProduct__title {
    margin: 0;
}

    .homeProducts .homeProduct__info .homeProduct__title a {
        color: #00853f;
    }

        .homeProducts .homeProduct__info .homeProduct__title a:hover {
            color: #f58220;
        }

.homeProducts .homeProduct__info__content {
    max-width: 77.97270955%;
    margin: 0 auto;
    font-size: 1.125em;
    line-height: 1.66666667;
    max-height: 5em;
    overflow: hidden;
    position: relative;
    top: 0.77777778em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
    text-align-last: center;
}

.homeProducts .homeProduct.slick-center .homeProduct__inner {
    z-index: 1;
}

    .homeProducts .homeProduct.slick-center .homeProduct__inner > .homeProduct__title {
        margin-right: 0;
        margin-top: 0.83333333em;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

.homeProducts .homeProduct.slick-center .homeProduct__info {
    margin-top: 35px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

.homeProducts .homeProduct.slick-center .homeProduct__img {
    top: -37px;
    bottom: -37px;
    left: -82px;
    right: -82px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

    .homeProducts .homeProduct.slick-center .homeProduct__img:before,
    .homeProducts .homeProduct.slick-center .homeProduct__img:after {
        top: 17px;
        bottom: 17px;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

    .homeProducts .homeProduct.slick-center .homeProduct__img span {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

.homeProducts .homeProduct.slick-center + .homeProduct .homeProduct__inner > .homeProduct__title {
    margin-right: 0;
    margin-left: 84px;
}

@media (max-width: 1399px) {
    .homeProducts__slide {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .homeProducts__slide {
        font-size: 13px;
    }

    .homeProducts .homeProduct__info__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homeProducts .homeProduct__info__content {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .homeProducts__slide {
        width: 50%;
    }

        .homeProducts__slide .arrow {
            font-size: 14px;
            width: 35px;
        }
}

@media (max-width: 767px) {
    .homeProducts {
        padding: 20px 0 100px;
    }

        .homeProducts .headings {
            margin-bottom: 47px;
        }

        .homeProducts .homeProduct__info {
            margin-left: -50px;
            margin-right: -50px;
        }

        .homeProducts .homeProduct__info__readmore {
            font-size: 16px;
        }

        .homeProducts .homeProduct__title {
            font-size: 1.4em;
        }

        .homeProducts .homeProducts__slide .arrow {
            font-size: 10px;
            width: 30px;
        }
}

@media (max-width: 480px) {
    .homeProducts .headings {
        margin-bottom: 40px;
    }

    .homeProducts .homeProduct {
        padding: 5px;
    }

    .homeProducts .homeProduct__img {
        box-shadow: 0 0 0 10px #fff;
    }

    .homeProducts .homeProduct__info {
        margin-left: -40px;
        margin-right: -40px;
        font-size: 12px;
    }

    .homeProducts .homeProduct.slick-center .homeProduct__img {
        top: -25px;
        bottom: -25px;
        left: -60px;
        right: -60px;
    }

        .homeProducts .homeProduct.slick-center .homeProduct__img:before,
        .homeProducts .homeProduct.slick-center .homeProduct__img:after {
            top: 15px;
            bottom: 15px;
        }

        .homeProducts .homeProduct.slick-center .homeProduct__img:before {
            border-radius: 0 20px 20px 0;
            border-width: 10px 10px 10px 0;
        }

        .homeProducts .homeProduct.slick-center .homeProduct__img:after {
            border-radius: 20px 0 0 20px;
            border-width: 10px 0 10px 10px;
        }

    .homeProducts__slide .arrow--next {
        margin-left: 62px;
    }

    .homeProducts__slide .arrow--prev {
        margin-right: 62px;
    }
}

@media (max-width: 360px) {
    .homeProducts .homeProduct__info {
        margin-left: -35px;
        margin-right: -35px;
        font-size: 11.5px;
    }

    .homeProducts .homeProduct.slick-center .homeProduct__img {
        left: -50px;
        right: -50px;
    }

    .homeProducts__slide .arrow--next {
        margin-left: 52px;
    }

    .homeProducts__slide .arrow--prev {
        margin-right: 52px;
    }
}

.homePartner {
    background: #E2F0D9;
    padding: 35px 28px 20px;
}

.homePartner__item {
    padding: 0 10px;
}

.homePartner__item__inner {
    position: relative;
    margin-left: -30px;
    width: 210px;
}

    .homePartner__item__inner:after {
        content: "";
        display: block;
        padding-top: 51.19453925%;
    }

    .homePartner__item__inner a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
    }

        .homePartner__item__inner a .table {
            display: table;
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .homePartner__item__inner a .tablecell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .homePartner__item__inner a img {
            display: inline-block;
            /*max-width: 81.59722222%;
    max-height: 57.82312925%;*/
            height: 200px;
        }

        .homePartner__item__inner a:hover {
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        }

@media (max-width: 767px) {
    .homePartner {
        padding: 30px 15px 20px;
    }

    .homePartner__item {
        padding: 0 5px;
    }
}

.homeElink {
    background: url("/Content/themes/KCN02/assets/images/elink-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 35px 0 10px;
}

.homeElink__img {
    max-width: 482px;
    position: relative;
}

    .homeElink__img > .btn-wrap {
        position: absolute;
        top: 52.08791209%;
        left: 0;
        right: 0;
        text-align: center;
    }

.homeElink .headings + .homeElink__img {
    margin-top: -29px;
}

@media (max-width: 991px) {
    .homeElink .headings + .homeElink__img {
        margin-top: 0;
    }

    .homeElink__img {
        margin: 0 auto 3em;
    }
}

.homeElink .headings + ul,
.serviceList {
    list-style: none;
    margin: 0 0 2.8125em;
    padding: 0;
    counter-reset: my-badass-counter;
}

    .homeElink .headings + ul li,
    .serviceList li {
        font-size: 1.125em;
        line-height: 1.66666667;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding-left: 2.11111111em;
        position: relative;
    }

@media (min-width: 1400px) {
    .homeElink .headings + ul li,
    .serviceList li {
        white-space: nowrap;
    }
}

.homeElink .headings + ul li::before,
.serviceList li::before {
    content: "0" counter(my-badass-counter);
    counter-increment: my-badass-counter;
    font-size: 1.33333333em;
    line-height: 1.25;
    font-family: "Roboto Condensed", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 0.66666667em;
    position: absolute;
    top: 0;
    left: 0;
}

.homeElink .headings + ul li + li,
.serviceList li + li {
    margin-top: 1.11111111em;
}

.homeElink .headings + ul + .btn,
.serviceList + .btn {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .homeElink .headings + ul,
    .serviceList {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .homeElink .headings + ul,
    .serviceList {
        margin-bottom: 20px;
    }

        .homeElink .headings + ul + .btn,
        .serviceList + .btn {
            display: none;
        }
}

.homeNews {
    padding: 35px 38px 40px;
}

@media (min-width: 1400px) {
    .homeNews .row > div:first-child {
        width: 60%;
    }

    .homeNews .row > div:last-child {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .homeNews {
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.newsSlide {
    margin-left: -22px;
    margin-right: -22px;
}

.newsSlide--news-page {
    overflow: hidden;
    padding-bottom: 40px;
}

    .newsSlide--news-page .newsPageSlide__inner {
        position: relative;
        max-width: 1042px;
        margin: 0 auto;
    }

        .newsSlide--news-page .newsPageSlide__inner .slick-list {
            overflow: unset;
        }

    .newsSlide--news-page .slick-dots {
        bottom: unset;
    }

    .newsSlide--news-page .image > a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .newsSlide--news-page .image > a:after {
            content: "";
            padding-top: 56.22317597%;
            display: block;
        }

        .newsSlide--news-page .image > a img {
            display: none;
        }

.newsSlide__item {
    padding: 0 22px;
}

    .newsSlide__item figure {
        border-radius: 8px 8px 0 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .newsSlide__item figure:after {
            content: "";
            padding-top: 75%;
            display: block;
        }

        .newsSlide__item figure img {
            display: none;
        }

.newsSlide__item__meta {
    margin-top: 1.42857143em;
    font-size: 0.875;
    font-style: italic;
}

    .newsSlide__item__meta,
    .newsSlide__item__meta a {
        color: #999;
    }

        .newsSlide__item__meta a:hover {
            color: #00853f;
        }

        .newsSlide__item__meta span:after {
            content: "»";
            display: inline-block;
            margin: 0 5px;
        }

.newsSlide__item h3 {
    font-size: 1.125em;
    margin: 0.22222222em 0 0;
    line-height: 1.66666667;
    letter-spacing: 0.05em;
    font-weight: 400;
    overflow: hidden;
    max-height: 5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .newsSlide__item h3,
    .newsSlide__item h3 a {
        color: #262626;
    }

        .newsSlide__item h3 a:hover {
            color: #00853f;
            font-weight: 700;
        }

.newsSlide__item--news-page {
    margin: 0 auto;
    padding: 0 11px;
}

    .newsSlide__item--news-page figure {
        background-color: #fff;
        border-radius: 0;
        padding: 20px;
    }

        .newsSlide__item--news-page figure::after {
            padding-top: unset;
        }

        .newsSlide__item--news-page figure img {
            display: inline-block;
        }

        .newsSlide__item--news-page figure .image {
            width: 42%;
            float: left;
        }

        .newsSlide__item--news-page figure .text {
            float: right;
            width: 50%;
            padding-left: 20px;
            padding-right: 20px;
        }

            .newsSlide__item--news-page figure .text span.date {
                font-size: 0.875em;
                font-style: italic;
                line-height: 2.14285714;
                color: #696969;
                position: relative;
                margin-bottom: 20px;
                padding-left: 55px;
            }

                .newsSlide__item--news-page figure .text span.date::before {
                    position: absolute;
                    content: '';
                    top: 50%;
                    left: 0;
                    height: 1px;
                    width: 43px;
                    background-color: #f58220;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .newsSlide__item--news-page figure .text span.date span {
                    font-style: normal;
                }

                .newsSlide__item--news-page figure .text span.date i {
                    margin: 0 12px;
                    padding-left: 0;
                }

            .newsSlide__item--news-page figure .text h3 {
                font-size: 1.125em;
                text-transform: uppercase;
                line-height: 1.66666667;
                font-weight: 700;
                color: #262626;
                margin-top: 0;
                margin-bottom: 20px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                overflow: hidden;
                height: 60px;
                -webkit-box-orient: vertical;
                text-align: justify;
            }

                .newsSlide__item--news-page figure .text h3 > a {
                    color: #262626;
                }

            .newsSlide__item--news-page figure .text p {
                margin: 0;
                font-size: 0.875em;
                font-weight: 400;
                line-height: 1.78571429;
                color: #262626;
                margin-bottom: 15px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                overflow: hidden;
                -webkit-box-orient: vertical;
                text-align: justify;
            }

            .newsSlide__item--news-page figure .text .newsSlideTitle {
                height: 50px;
            }

            .newsSlide__item--news-page figure .text .newsSlideShortDes {
                height: 120px;
            }

            .newsSlide__item--news-page figure .text a {
                color: #f58220;
                text-transform: uppercase;
                font-size: 1em;
                line-height: 1.5625;
                font-weight: 400;
                margin: 0;
            }

                .newsSlide__item--news-page figure .text a i {
                    color: #f58220;
                    margin-left: 12px;
                    line-height: 1.5625;
                }

.newsSlide .slick-slider .arrow {
    margin-top: -5.71875em;
}

    .newsSlide .slick-slider .arrow.news-page {
        margin-top: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .newsSlide .slick-slider .arrow.library {
        margin-top: 0;
        top: 40%;
    }

.newsSlide .slick-slider .arrow--prev {
    left: 1px;
}

    .newsSlide .slick-slider .arrow--prev.news-page {
        left: -0.75em;
    }

.newsSlide .slick-slider .arrow--next {
    right: 1px;
}

    .newsSlide .slick-slider .arrow--next.news-page {
        right: -0.75em;
    }

@media (min-width: 1200px) {
    .newsSlide {
        padding-right: 20px;
    }
}

@media (max-width: 1400px) {
    .newsSlide__item--news-page figure .text {
        padding-bottom: 5px;
    }

        .newsSlide__item--news-page figure .text span.date {
            padding-left: 60px;
        }

            .newsSlide__item--news-page figure .text span.date::before {
                left: 15px;
            }

        .newsSlide__item--news-page figure .text h3 {
            padding-left: 15px;
        }

        .newsSlide__item--news-page figure .text p {
            padding-left: 15px;
        }
}

@media (min-width: 1400px) {
    .newsSlide {
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .newsSlide {
        margin-bottom: 3em;
    }

        .newsSlide .slick-slider .arrow.news-page {
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

        .newsSlide .slick-slider .arrow--prev.news-page {
            left: 0;
        }

        .newsSlide .slick-slider .arrow--next.news-page {
            right: 0;
        }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .newsSlide .slick-slider .arrow.news-page {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .newsSlide .slick-slider .arrow--prev {
        left: 1px;
    }

        .newsSlide .slick-slider .arrow--prev.news-page {
            left: 10px;
        }

    .newsSlide .slick-slider .arrow--next.news-page {
        right: 10px;
    }

    .newsSlide__item--news-page figure .text {
        padding: 0;
    }

        .newsSlide__item--news-page figure .text span.date {
            padding-left: 60px;
        }

            .newsSlide__item--news-page figure .text span.date::before {
                left: 15px;
            }

        .newsSlide__item--news-page figure .text h3 {
            padding-left: 15px;
            height: 50px;
        }

            .newsSlide__item--news-page figure .text h3 a {
                margin-left: 0;
            }

        .newsSlide__item--news-page figure .text p {
            padding-left: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            overflow: hidden;
            -webkit-box-orient: vertical;
        }

        .newsSlide__item--news-page figure .text .newsSlideTitle {
            height: 40px;
        }

        .newsSlide__item--news-page figure .text .newsSlideShortDes {
            height: 80px;
        }
}

@media (max-width: 767px) {
    .newsSlide {
        margin-bottom: 0;
    }

    .newsSlide__item h3 {
        max-height: 3.33333333em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .newsSlide__item--news-page figure .text {
        padding: 0;
    }

        .newsSlide__item--news-page figure .text span.date {
            padding-left: 60px;
        }

            .newsSlide__item--news-page figure .text span.date::before {
                left: 15px;
            }

        .newsSlide__item--news-page figure .text h3 {
            padding-left: 15px;
            height: 50px;
            margin-bottom: 0;
        }

        .newsSlide__item--news-page figure .text p {
            padding-left: 15px;
            padding-left: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            overflow: hidden;
            -webkit-box-orient: vertical;
        }

        .newsSlide__item--news-page figure .text .newsSlideTitle {
            height: 20px;
            font-size: 13px;
        }

        .newsSlide__item--news-page figure .text .newsSlideShortDes {
            height: 80px;
        }

    .newsSlide .slick-slider .arrow--prev {
        left: 5px;
    }

    .newsSlide .slick-slider .arrow--next {
        right: 5px;
    }
}

@media (max-width: 640px) {
    .newsSlide .newsSlide__item--news-page figure .image {
        width: 100%;
        float: none;
    }

    .newsSlide .newsSlide__item--news-page figure .text {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        height: 203px;
    }

        .newsSlide .newsSlide__item--news-page figure .text span.date {
            padding-left: 0;
        }

            .newsSlide .newsSlide__item--news-page figure .text span.date:before {
                display: none !important;
            }

        .newsSlide .newsSlide__item--news-page figure .text > h3 {
            padding-left: 0;
            margin-bottom: 10px;
        }

        .newsSlide .newsSlide__item--news-page figure .text p {
            padding: 0;
        }

        .newsSlide .newsSlide__item--news-page figure .text > a {
            padding-left: 0;
            margin-left: 0;
        }

    .newsSlide--news-page .newsPageSlide__inner .slick-list {
        overflow: hidden !important;
    }
}

@media (max-width: 479px) {
    .newsSlide .slick-slider .arrow.news-page {
        top: 25%;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .newsSlide .slick-slider .arrow--prev.news-page {
        left: 15px;
    }

    .newsSlide .slick-slider .arrow--next.news-page {
        right: 15px;
    }

    .newsSlide__item--news-page figure .text p {
        text-align: justify;
    }

    .newsSlide__item--news-page figure .text h3 {
        font-size: 1em;
    }

    .newsSlide__item--news-page figure .text span.date {
        padding-left: 20px;
        padding-bottom: 5px;
    }

        .newsSlide__item--news-page figure .text span.date::before {
            top: unset;
            bottom: 5px;
            -webkit-transform: translate(0);
            transform: translate(0);
            padding-left: 20px;
            left: unset;
        }
}

body.showFirstLoad {
    overflow: hidden;
}

.firstLoad {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.firstLoad__inner {
    max-width: 55%;
    max-height: 100%;
    position: relative;
}

    .firstLoad__inner img {
        max-width: 100%;
        max-height: 100%;
    }

    .firstLoad__inner a {
        display: block;
    }

.firstLoad__close {
    position: absolute;
    top: -0.3em;
    margin-left: 0.1em;
    left: 100%;
    width: 1.1em;
    height: 1.1em;
    text-align: center;
    line-height: 44px;
    font-size: 40px;
    color: #fff;
}

    .firstLoad__close:hover {
        color: rgba(255, 255, 255, 0.8);
    }

@media screen and (max-width: 1400px) {
    .firstLoad__close {
        font-size: 36px;
    }
}

@media screen and (max-width: 992px) {
    .firstLoad__close {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .firstLoad__close {
        font-size: 30px;
        top: auto;
        bottom: 100%;
        left: auto;
        right: 0;
        margin-left: auto;
        margin-right: -0.2em;
        margin-bottom: 0.2em;
    }
}

@media screen and (max-width: 480px) {
    .firstLoad__close {
        font-size: 26px;
    }
}

.firstLoad__contact {
    width: 19.69230769%;
    height: 5.33188248%;
    top: 23.39499456%;
    left: 78.07692308%;
}

.firstLoad.hiddenDisplay {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 767px) {
    .firstLoad .firstLoad__inner {
        max-width: 95%;
    }
}

body.productDetail {
    margin-top: 0 !important;
    padding-top: 0;
}

.productLanding {
    background-image: url("/Content/themes/KCN02/assets/images/product-langding-bg.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #cfe5f1;
}

    .productLanding .headings {
        margin-bottom: 20px;
    }

.productLanding__second {
    background: #f2f2f2;
    padding-top: 20px;
}

    .productLanding__second .productBox:before {
        display: none;
    }

@media (min-width: 1600px) {
    .productLanding__second .productBox__img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .productLanding__second .productBox__img:after {
            content: "";
            padding-top: 33.68421053%;
            display: block;
        }

        .productLanding__second .productBox__img img {
            display: none;
        }
}

@media (min-width: 1200) and (max-width: 1599px) {
    .productLanding__second .productBox__img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .productLanding__second .productBox__img:after {
            content: "";
            padding-top: 47.36842105%;
            display: block;
        }

        .productLanding__second .productBox__img img {
            display: none;
        }
}

.productLanding__second .productBox__footer {
    padding: 1.875em 0.625em 1.25em;
}

    .productLanding__second .productBox__footer p {
        margin-bottom: 1.125em;
        max-width: 600px;
    }

.productLanding__second .productBox__footer--full {
    padding: 3.125em 1.875em 1.875em;
}

.productLanding__second .productList .row > div:nth-child(2) .productBox__footer img {
    max-width: 46px;
}


    .productLanding__services .productBox:before {
        display: none;
    }

    .productLanding__services .image-show .productBox {
        height: 400px;
    }

    .productLanding__services .image-show-small .productBox {
        height: 300px;
    }

    .productLanding__services .productBox__footer {
        padding: 1.875em 0.625em 1.25em;
    }

        .productLanding__services .productBox__footer h3 {
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }

        .productLanding__services .productBox__footer p {
            margin-bottom: 1.125em;
            max-width: 600px;
        }

    .productLanding__services .productBox__footer--full {
        padding: 3.125em 1.875em 1.875em;
    }

@media (min-width: 1200px) {
    .productLanding__services .col-md-12 .productBox__img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .productLanding__services .col-md-12 .productBox__img:after {
            content: "";
            padding-top: 16.81555439%;
            display: block;
        }

        .productLanding__services .col-md-12 .productBox__img img {
            display: none;
        }
}

/*.productLanding__services .col-lg-4 .productBox:after {
    
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}*/

/*.productLanding__services .col-lg-4 .productBox__footer--full {
    height: 100%;
    padding: 20px;
}

.productLanding__services .col-lg-4 .productBox__footer--full h3 {
    padding-bottom: 0;
}

.productLanding__services .col-lg-4 .productBox__footer--full h3:before {
    display: none;
}*/

.productLanding__services .col-lg-4 .productBox__footer__info {
    max-height: calc(100% - (60/16)*1em);
    overflow-y: auto;
}

@media (max-width: 480px) {
    .productLanding__services .col-lg-4 .productBox__footer__info {
        margin-top: 30px;
    }
}

.productLanding__services .col-lg-4 .productBox:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.productList {
    overflow: hidden;
}

.productBox {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 20px;
    /*transition: all .5s;*/
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

    /*.productBox:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        
        display: block;
    }*/

    .productBox:after,
    .productBox:before {
        content: "";
        display: block;
        position: absolute;
        /*transition: all 0.2s ease-in-out;*/
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

    .productBox:before {
        top: 3.125em;
        left: 3.125em;
        right: 3.125em;
        bottom: 3.125em;
        border: 1px solid #fff;
        z-index: 1;
    }

/*.productBox:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 133, 62, 0.9) 74%, rgba(0, 133, 62, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#e600853e', GradientType=0);
        -webkit-transform: translate(0, 40%);
        transform: translate(0, 40%);
    }*/

.productBox__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    transition: all 1.5s;
    width: 100%;
    height: 100%;
}

    .productBox__img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



        .productBox__img:hover .productBox__footer {
            transition: all 1.5s ease;
            bottom: 3%;
        }

            .productBox__img:hover .productBox__footer span {
                font-size: 19px;
            }

        .productBox__img:hover .productBox__footer_main {
            transition: all 1.5s ease-in-out;
            top: 5%;
            bottom: 0;
            /*background: rgba(23,23,23,0.25);*/
            background: none;
        }

        .productBox__img:hover .productBox__footer_main1 {
            transition: all 1.5s ease-in-out;
            top: 1%;
            bottom: 0;
            /*background: rgba(23,23,23,0.25);*/
            background: none;
        }

        .productBox__img:hover .productBox__footer_main:hover {
            background: rgba(40,40,40,0.50);
        }

        .productBox__img:hover .productBox__footer_main1:hover {
            background: rgba(40,40,40,0.50);
        }

        .productBox__img:hover .productBox__footer_main span {
            color: white;
            font-size: 24px;
            font-weight: 500;
        }

        .productBox__img:hover .productBox__footer_main1 span {
            color: white;
            font-size: 24px;
            font-weight: 500;
        }

    /*.productBox__img:after {
        content: "";
        padding-top: 47.41833509%;
        display: block;
    }*/

    .productBox__img img {
        display: none;
    }

@media (min-width: 1200px) {
    .col-lg-4 .productBox__img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .col-lg-4 .productBox__img:after {
            content: "";
            padding-top: 72.58064516%;
            display: block;
        }

    .image-show .productBox__img:after {
        content: "";
        padding-top: 72.58064516%;
        display: block;
    }

    .col-lg-4 .productBox__img img {
        display: none;
    }

    .col-lg-3 .productBox__img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .col-lg-3 .productBox__img:after {
            content: "";
            padding-top: 72.58064516%;
            display: block;
        }

        .col-lg-3 .productBox__img img {
            display: none;
        }
}

.productBox__footer {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    text-align: center;
    color: blue;
    z-index: 3;
    /*padding: 4.375em 0.625em 1.25em;*/
    /*transition: all 0.2s ease-in-out;*/
    -webkit-transform: translate(0, 0);
    /*transform: translate(0, 0);*/
    /*background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 133, 62, 0.9) 90%, #00853e 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00853e', GradientType=0);
}

.productBox__footer_main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 89%;
    text-align: center;
    color: blue;
    z-index: 3;
    /*transition: all 0.2s ease-in-out;*/
    -webkit-transform: translate(0, 0);
    /*transform: translate(0, 0);*/
    /*background: linear-gradient(to right, #50AAE1 25%, #46AF96 50%,  #64BE46 85%);*/
    background: linear-gradient(to right, #2E3192 12%, #286C83 35%, #019C4F 60%, #3AB54A 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00853e', GradientType=0);
}

.productBox__footer_main1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 75%;
    text-align: center;
    color: blue;
    z-index: 3;
    /*transition: all 0.2s ease-in-out;*/
    -webkit-transform: translate(0, 0);
    /*transform: translate(0, 0);*/
    /*background: linear-gradient(to right, #50AAE1 25%, #46AF96 50%,  #64BE46 85%);*/
    background: linear-gradient(to right, #2E3192 12%, #286C83 35%, #019C4F 60%, #3AB54A 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00853e', GradientType=0);
}

.small_box .productBox__footer_main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 86%;
    text-align: center;
    color: blue;
    z-index: 3;
    /*transition: all 0.2s ease-in-out;*/
    -webkit-transform: translate(0, 0);
    /*transform: translate(0, 0);*/
    /*background: linear-gradient(to right, #50AAE1 25%, #46AF96 50%, #64BE46 85%);*/
    background: linear-gradient(to right, #2E3192 12%, #286C83 35%, #019C4F 60%, #3AB54A 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00853e', GradientType=0);
}

.productBox__footer_main p {
    display: block;
    max-width: 500px;
    line-height: 1.875;
}

.productBox__footer_main1 p {
    display: block;
    max-width: 500px;
    line-height: 1.875;
}

.productBox__footer_main .text-bigger {
    /*margin-left: 14%;*/
    font-size: 24px;
    font-weight: 500;
    color: white;
}

.productBox__footer_main span {
    font-size: 24px;
    font-weight: 500;
    color: white;
}

.productBox__footer_main1 span {
    font-size: 24px;
    font-weight: 500;
    color: white;
}

.productBox__footer > img {
    max-width: 60px;
    margin: 0 auto 12px;
}

.productBox__footer h3 {
    font-size: 1.875em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    color: white;
}

    .productBox__footer h3 a {
        color: #fff;
    }

        .productBox__footer h3 a:hover {
            color: #f58220;
        }

.productBox__footer p {
    display: block;
    max-width: 500px;
    line-height: 1.875;
    margin: 0 auto 2.8125em;
    /*background-image: linear-gradient(to right, #006bbc 10%, #02aacd 25%, #37b34a 70%, #33af82 85%);*/
    background-image: linear-gradient(to right, #2E3192 13%, #286C83 36%, #019C4F 60%, #3AB54A 85%);
}

    .productBox__footer p a {
        font-size: 24px;
        font-weight: 500;
        color: white;
    }

.productBox__footer__links {
    text-transform: uppercase;
    font-size: 1.125em;
}

    .productBox__footer__links a {
        padding-right: 24px;
        margin-right: 24px;
        line-height: 1.33333333;
        border-right: 1px solid #fff;
        color: #fff;
    }

        .productBox__footer__links a:hover {
            color: #f58220;
        }

        .productBox__footer__links a:last-child {
            padding-right: 0;
            margin-right: 0;
            border: none;
        }

.productBox__footer__info {
    max-width: 380px;
    margin: 0 auto;
}

    .productBox__footer__info ul {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1.875;
    }

        .productBox__footer__info ul > li {
            padding: 2px 0;
        }

            .productBox__footer__info ul > li + li {
                border-top: 1px solid rgba(255, 255, 255, 0.2);
            }

.productBox__footer--full {
    /*padding: 4.375em 3.125em 4.375em;*/
    background: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    transition-delay: 0;
}

    .productBox__footer--full h3 {
        position: relative;
        /*padding-bottom: 0.53333333em;*/
        margin-bottom: 0.53333333em;
    }

        .productBox__footer--full h3:before {
            content: "";
            display: block;
            height: 1px;
            width: 8.33333333em;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -4.16666667em;
            background: #fff;
        }

        .productBox__footer--full h3 a {
            color: #fff;
        }

            .productBox__footer--full h3 a:hover {
                color: #fff;
            }

    .product__desc ul {
        list-style: none;
        padding-left: 25px;
        margin: 0 0 1em;
    }

        .product__desc ul li:before {
            content: "»";
            font-size: 1.5em;
            display: inline-block;
            line-height: 1.16666667;
            margin-right: 0.25em;
            color: #4baa42;
        }

    .product__desc p {
        line-height: 1.875em;
        margin-bottom: 1em;
    }

        .product__desc p:last-child {
            margin-bottom: 0;
        }

    .product__desc a {
        color: #262626;
    }

        .product__desc a:hover {
            color: #00853f;
        }

    .product__desc b {
        color: #4baa42;
    }

.product__desc__contact,
.product__desc__name {
    font-size: 1em;
    margin-bottom: 1em;
}

.product__desc__name {
    text-transform: uppercase;
    margin-bottom: 4px;
}

.product__image {
    background: #fff;
    padding: 20px 0 14px;
}

.product__image__item {
    padding: 0 10px;
}

    .product__image__item img {
        height: 512px;
    }

.product__image .slick-dots {
    position: static;
    margin-top: 10px;
}

    .product__image .slick-dots li {
        vertical-align: middle;
    }

.product__image .arrow {
    margin-top: -2.21875em;
}

    .product__image .arrow.arrow--prev {
        left: 20px;
    }

    .product__image .arrow.arrow--next {
        right: 20px;
    }

.product__image ~ .product__placeholder {
    padding-top: 0;
    margin-bottom: 15.625%;
}

.product__tabs {
    padding: 10px 0 65px;
    position: relative;
    z-index: 0;
}

    .product__tabs .tab-content {
        position: relative;
        /*background: #fff;*/
    }

        .product__tabs .tab-content > .tab-pane {
            display: block !important;
            padding: 10px 20px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            visibility: hidden;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
            filter: "alpha(opacity=${opperc})";
            height: 0;
            overflow: hidden;
        }

            .product__tabs .tab-content > .tab-pane.active {
                position: static;
                visibility: visible;
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                height: auto;
                overflow: visible;
            }

            .product__tabs .tab-content > .tab-pane .imageZoom {
                max-width: 1040px;
                margin: 0 auto;
            }

    .product__tabs ~ .product__placeholder {
        padding-top: 0;
        margin-bottom: 15.625%;
    }

.product__serviceSlide {
    margin-top: 10px;
    margin-bottom: 30px;
}

.product__serviceSlide--wrap {
    padding-left: 10px;
    padding-right: 10px;
}

.product__serviceSlide .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.product__serviceSlide__item {
    padding-left: 10px;
    padding-right: 10px;
}

.product__serviceSlide__item__img {
    display: block;
    float: left;
}

    .product__serviceSlide__item__img + div {
        margin-left: 20px;
    }

.product__serviceSlide .arrow--prev {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.product__serviceSlide .arrow--next {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.product__serviceContact {
    color: #fff;
    padding: 60px 40px 45px;
    background-image: url("/Content/themes/KCN02/assets/images/services-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

    .product__serviceContact h3 {
        color: #fff;
        font-size: 1.125em !important;
        font-weight: 700 !important;
        margin: 0 0 0.55555556em !important;
    }

    .product__serviceContact h4 {
        color: #fff;
        margin: 0;
        font-size: 1.125em !important;
        font-weight: 400 !important;
        font-style: italic;
    }

    .product__serviceContact h5 {
        color: #fff;
        margin: 0;
        font-size: 1.5em !important;
        font-weight: 300 !important;
    }

    .product__serviceContact p {
        font-size: 1.125em;
        line-height: 1.66666667;
    }

    .product__serviceContact .btn {
        width: 100%;
        text-align: left;
    }

@media (min-width: 1200px) {
    .product__serviceContact .col-lg-5 {
        width: 37%;
    }

    .product__serviceContact .col-lg-4 {
        width: 38%;
    }
}

.product__placeholder {
    padding-top: 15.625%;
}

@media (max-width: 1199px) {
    .product__image__item img {
        height: 442px;
    }

    .product__serviceContact .row > div + div {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .product__image__item img {
        height: 342px;
    }

    .product__serviceContact {
        background-size: auto 100%;
    }
}

@media (max-width: 767px) {
    .product__desc ul {
        padding: 0;
    }

    .product__image__item img {
        height: 242px;
    }
}

@media (max-width: 480px) {
    .product__image__item img {
        height: 142px;
    }

    .product__serviceContact {
        padding: 30px 20px;
    }
}

.productRelated {
    background: #f2f2f2;
    padding: 20px 0;
    overflow: hidden;
    margin-top: -15.625%;
}

    .productRelated .headings {
        margin-bottom: 20px;
    }

.productRelated__content {
    margin-left: -10px;
    margin-right: -10px;
}

    .productRelated__content.slick-slider .arrow--prev {
        left: 30px;
    }

    .productRelated__content.slick-slider .arrow--next {
        right: 30px;
    }

.productRelated__item {
    padding: 0 10px;
}

    .productRelated__item .productBox {
        margin: 0;
    }

    .productRelated__item .productBox__img:after {
        padding-top: 75.07163324%;
    }

@media (max-width: 767px) {
    .productRelated__content.slick-slider .arrow--prev {
        left: 15px;
    }

    .productRelated__content.slick-slider .arrow--next {
        right: 15px;
    }
}
/*
.maplayer .map {
    max-width: 1100px;
    width: auto !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.maplayer .map img {
    max-width: 100%;
}

.maplayer .map canvas {
    width: 100% !important;
    height: 100% !important;
}

.maplayer img[usemap] {
    position: static !important;
    width: 880px !important;
    height: auto !important;
}

@media (max-width: 1199px) {
    .maplayer img.map {
        max-width: 100% !important;
    }
}*/

@media (max-width: 767px) {
    body.productDetail {
        padding-bottom: 42px;
    }

        body.productDetail .footer__copy .backToTop {
            bottom: 110px !important;
        }

        body.productDetail > .zopim {
            bottom: 100px !important;
        }
}

.contactPage {
    background-color: #291e17;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

    .contactPage .subHeader {
        background: transparent;
    }

        .contactPage .subHeader::before {
            display: none;
        }

.contactPage__content {
    padding-top: 10px;
    max-width: 1615px;
    margin: 0 auto;
}

.contactPage__content__item {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px 50px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .contactPage__content__item {
        min-height: 850px;
    }
}

.contactPage__content__item h2 {
    font-size: 1.875em;
    margin: 0 0 0.6em;
    color: #4baa42;
    text-transform: uppercase;
    font-weight: 400;
}

    .contactPage__content__item h2 + h3 {
        margin-top: -0.58333333em;
    }

.contactPage__content__item h3 {
    font-size: 1.5em;
    margin: 0 0 0.41666667em;
    font-weight: 400;
}

.contactPage__content__item .panel-group {
    margin-bottom: 30px;
}

.contactPage__content__item__info {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .contactPage__content__item__info li {
        padding-left: 1.6875em;
        position: relative;
    }

        .contactPage__content__item__info li i {
            position: absolute;
            top: 0.42857143em;
            left: 0;
            color: #4baa42;
            font-size: 0.875em;
        }

        .contactPage__content__item__info li + li {
            margin-top: 3px;
        }

.contactPage__content__item .form {
    margin-bottom: 36px;
}

    .contactPage__content__item .form .form-group {
        position: relative;
    }

        .contactPage__content__item .form .form-group .help-block {
            position: absolute;
            top: 0;
            right: 0;
        }

.contactPage__content__item hr {
    border-top-color: #4baa42;
    width: 27.696793%;
    margin: 0 0 22px;
}

.contactPage .collapse {
    display: block !important;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}

    .contactPage .collapse:not(.in) {
        height: 0;
    }

.contactPage__map #map {
    height: 500px;
}

@media (max-width: 1650px) and (min-width: 1450px) {
    .contactPage__content {
        max-width: 1400px;
    }

    .contactPage .person__item__name {
        font-size: 0.9em;
    }
}

@media (max-width: 1449px) {
    .contactPage__content {
        max-width: 1150px;
    }

    .contactPage__content__item {
        min-height: 885px;
    }

        .contactPage__content__item .form .form-group .captcha > * {
            margin-right: 5px;
        }
}

@media (max-width: 1449px) and (min-width: 1200px) {
    .contactPage__content__item .form .form-group .help-block {
        padding-top: 0.5em;
        font-size: 0.65em;
    }
}

@media (max-width: 1199px) {
    .contactPage__content {
        max-width: 940px;
    }

    .contactPage__content__item {
        min-height: inherit;
    }
}

@media (max-width: 991px) {
    .contactPage__content {
        max-width: 720px;
    }

    .contactPage__map #map {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .contactPage__content {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contactPage__map #map {
        height: 400px;
    }
}

@media (max-width: 566px) {
    .contactPage__content__item {
        padding-left: 20px;
        padding-right: 20px;
    }

        .contactPage__content__item .form {
            margin-bottom: 35px;
        }

            .contactPage__content__item .form .form-group .captcha {
                margin-bottom: 20px;
                float: none;
            }

                .contactPage__content__item .form .form-group .captcha:after {
                    content: "";
                    display: block;
                    clear: both;
                }

                .contactPage__content__item .form .form-group .captcha + .btn {
                    float: none;
                    clear: both;
                    display: block;
                    width: 100%;
                }

    .contactPage__map #map {
        height: 300px;
    }
}

@media (max-width: 399px) {
    .contactPage__content__item {
        padding-left: 15px;
        padding-right: 15px;
    }

        .contactPage__content__item .form .form-group .captcha {
            margin-bottom: 20px;
            float: none;
        }

            .contactPage__content__item .form .form-group .captcha:after {
                content: "";
                display: block;
                clear: both;
            }

            .contactPage__content__item .form .form-group .captcha + .btn {
                float: none;
                clear: both;
                display: block;
                width: 100%;
            }

            .contactPage__content__item .form .form-group .captcha .captcha__img {
                float: none;
                clear: both;
                margin-bottom: 5px;
            }
}

.person {
    margin-left: -23px;
    margin-right: -22.5px;
}

.person__item {
    padding-left: 23px;
    padding-right: 22.5px;
}

.person__item__img {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
    max-width: 200px;
}

.person__item__name {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
}

.person__item__position {
    font-size: 0.66666667em;
    margin: 0;
    color: #4baa42;
    font-style: italic;
}

.person__item__info {
    font-size: 0.875em;
    margin: 0;
    white-space: nowrap;
}

    .person__item__info i {
        color: #4baa42;
        margin-right: 6px;
    }

.person.slick-slider .arrow {
    margin-top: -4.40625em;
}

.person.slick-slider .arrow--next {
    margin-right: 13.8px;
}

.person.slick-slider .arrow--prev {
    margin-left: 13.8px;
}

.person.slick-slider .slick-track {
    margin: 0;
}

@media (max-width: 566px) {
    .person {
        margin-left: -10px;
        margin-right: -10px;
    }

    .person__item {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .person__item__img {
        margin-left: auto;
        margin-right: auto;
    }

    .person.slick-slider .arrow--next {
        margin-right: 0;
        right: 10px;
    }

    .person.slick-slider .arrow--prev {
        margin-left: 0;
        left: 10px;
    }

    .person.slick-slider .slick-track {
        margin: 0;
    }
}

.timeline__slide .time ul,
.team__expand__inner ul,
.product--services .panel-body ul,
.about__content .company ul {
    list-style: none;
    padding: 0;
}

    .timeline__slide .time ul > li,
    .team__expand__inner ul > li,
    .product--services .panel-body ul > li,
    .about__content .company ul > li {
        padding-left: 20px;
        position: relative;
        line-height: 1.875;
    }

        .timeline__slide .time ul > li:before,
        .team__expand__inner ul > li:before,
        .product--services .panel-body ul > li:before,
        .about__content .company ul > li:before {
            content: "";
            display: block;
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #4baa42;
            top: 0.75em;
            left: 0;
        }

.about {
    overflow: hidden;
    padding-bottom: 50px;
    background-image: url("/Content/themes/KCN02/assets/images/about-bg-top.jpg"), url("/Content/themes/KCN02/assets/images/about-bg-top.jpg");
    background-size: 100% auto;
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-color: #fff;
}


.about--timeline {
    padding-bottom: 0 !important;
    background-image: url("/Content/themes/KCN02/assets/images/about-timeline-bg.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #edf9fc;
}

.about--organize {
    padding-bottom: 0 !important;
    background-image: url("/Content/themes/KCN02/assets/images/about-organize-bg-bottom.png"), url("/Content/themes/KCN02/assets/images/about-bg-top.jpg");
    background-size: 100% auto;
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-color: #fff;
}

    .about--organize:after {
        content: "";
        display: block;
        padding-top: 11.7986366%;
    }

.about--awards {
    padding-bottom: 0 !important;
    background-image: url("/Content/themes/KCN02/assets/images/about-bg-top.jpg"), url("/Content/themes/KCN02/assets/images/about-bg-top.jpg");
    background-size: 100% auto;
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-color: #fff;
}

    .about--awards:after {
        content: "";
        display: block;
        padding-top: 8.65233351%;
    }

.about--webinar {
    background-image: url("/images/bg-webinar.jpg");
    background-position: bottom center;
}

    .about--webinar.webinarLanding {
        background-image: url("/images/bg-webinar-2.jpg");
        background-color: #f3f3f3;
    }

.about .nav-tabs > li {
    margin: 0;
    padding: 0;
}

    .about .nav-tabs > li > a {
        padding-left: 42px;
        padding-right: 42px;
    }

.about__content {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
}

    .about__content .content__heading {
        display: inline-block;
    }

    .about__content .content__share {
        padding-top: 0.9375em;
        float: right;
    }

        .about__content .content__share > span {
            display: inline-block;
            font-size: 0.875em;
            color: #262626;
            line-height: 1.625em;
            margin-right: 15px;
            position: relative;
            top: -1px;
        }

        .about__content .content__share .sharethis-inline-share-buttons {
            display: inline-block !important;
        }

            .about__content .content__share .sharethis-inline-share-buttons .st-btn {
                display: inline-block !important;
                padding: 0 3px !important;
                min-width: 26px;
                background: transparent !important;
                line-height: 26px !important;
                height: 26px !important;
                transition: all 0.2s ease-in, top 0.2s ease-in !important;
            }

                .about__content .content__share .sharethis-inline-share-buttons .st-btn > svg {
                    fill: #333;
                    height: 18px !important;
                    width: 18px !important;
                    top: 4px !important;
                    transition: all 0.2s ease-in-out;
                }

                .about__content .content__share .sharethis-inline-share-buttons .st-btn:hover {
                    background-color: #4baa42 !important;
                }

                    .about__content .content__share .sharethis-inline-share-buttons .st-btn:hover svg {
                        fill: #fff;
                    }

            .about__content .content__share .sharethis-inline-share-buttons i.social_facebook {
                position: static;
                content: '';
                top: 0;
                right: 35px;
                background-color: transparent;
                color: #000000;
                border-radius: 50%;
                font-size: 1em;
                padding: 0.4375em;
                margin-right: 20px;
            }

                .about__content .content__share .sharethis-inline-share-buttons i.social_facebook:hover {
                    background-color: #4baa42;
                    color: #fff;
                    cursor: pointer;
                }

            .about__content .content__share .sharethis-inline-share-buttons i.social_googleplus {
                position: static;
                content: '';
                top: 0;
                right: 0;
                font-size: 1em;
                padding: 0.4375em;
                border-radius: 50%;
                background-color: transparent;
                color: #000000;
            }

                .about__content .content__share .sharethis-inline-share-buttons i.social_googleplus:hover {
                    background-color: #4baa42;
                    color: #fff;
                    cursor: pointer;
                }

.about__content__download {
    display: block;
    float: right;
    line-height: 1.3125em;
    text-transform: uppercase;
    color: #00a651;
    margin-top: 0.9375em;
}

    .about__content__download:hover {
        color: #00853f;
    }

    .about__content__download > * {
        display: inline-block;
        vertical-align: top;
    }

    .about__content__download i {
        margin-right: 10px;
    }

    .about__content__download span {
        padding-top: 0.125em;
    }

.about__content h3 {
    font-size: 1.2em;
    margin: 0 0 0.5em;
    font-weight: 600;
    color: #2E3192;
}

    .about__content h3.headings {
        margin-bottom: 1em;
        margin-top: 20px;
    }

.about__content p {
    line-height: 1.875;
}

    .about__content p:last-child {
        margin-bottom: 0;
    }

.about__content__desc {
    margin-bottom: 1.875em;
}

.about__content .panel .panel-body {
    padding: 30px 25px;
}


    .about__content .panel-document .panel-body {
        padding: 0 28px 20px;
    }

@media (min-width: 768px) {
    .about__content .panel-document .panel-body .table-responsive {
        overflow-x: inherit;
    }
}

.about__content .videobox {
    max-width: 495px;
    margin-left: auto;
}

.about__content .company {
    padding-bottom: 40px;
}

.about__content + .about__content {
    margin-top: 20px;
}

.about__iframe {
    padding: 25px 20px;
    background: #fff;
}

    .about__iframe iframe {
        width: 100%;
        height: 1150px;
    }

.about__quality {
    margin-left: -10px;
    margin-right: -10px;
}

.about__quality__item {
    padding-left: 10px;
    padding-right: 10px;
}

    .about__quality__item .productBox:before {
        display: none;
    }

    .about__quality__item .productBox:after {
        background: rgba(0, 133, 62, 0.6);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .about__quality__item .productBox__img:after {
        padding-top: 71.88498403%;
    }

    .about__quality__item .productBox__footer--full {
        bottom: 50%;
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }

    .about__quality__item .productBox:hover .productBox__footer--full {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

.about__quality.slick-slider .arrow--prev {
    left: 20px;
}

.about__quality.slick-slider .arrow--next {
    right: 20px;
}

.about__timeline {
    margin-top: 20px;
    background-image: url("/Content/themes/KCN02/assets/images/about-timeline-bg-bottom.png"), url("/Content/themes/KCN02/assets/images/about-timeline-bg-top.jpg");
    background-size: 100% auto;
    background-position: bottom center, top center;
    background-repeat: no-repeat, repeat;
    background-color: #fff;
}

    .about__timeline:after {
        content: "";
        display: block;
        padding-bottom: 21.45833333%;
        margin-top: 55px;
    }

@media (max-width: 1399px) {
    .about .nav-tabs > li > a {
        padding-left: 22px;
        padding-right: 22px;
    }

    .about__content {
        padding-left: 22px;
        padding-right: 22px;
    }

        .about__content .breadcrumb {
            max-width: 100%;
        }
}

@media (max-width: 1199px) {
    .about {
        padding-bottom: 120px;
    }

        .about .nav-tabs > li > a {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media (max-width: 991px) {
    .about {
        padding-bottom: 100px;
    }

    .about--timeline .company .text-right {
        padding-top: 20px;
        text-align: center !important;
    }

    .about .nav-tabs > li > a {
        padding-left: 13px;
        padding-right: 13px;
        font-size: 0.8em;
    }

    .about__content .videobox {
        max-width: 100%;
    }
}



.linkTo {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    opacity: 0;
    z-index: 9999;
}

.linkTo--lhc {
    height: 80%;
}

.coming {
    padding: 200px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/Content/themes/KCN02/assets/images/coming-bg.jpg");
}

.coming__inner {
    max-width: 1050px;
    margin: 0 auto;
    padding: 35px 20px 60px;
    background: rgba(255, 255, 255, 0.8);
}

    .coming__inner h1 {
        text-align: center;
        font-size: 2.25em;
        margin: 0 auto 46px;
        padding-bottom: 28px;
        border-bottom: 1px solid #4baa42;
        max-width: 780px;
    }

    .coming__inner h2 {
        max-width: 745px;
        margin: 0 auto 20px;
        font-size: 1.5em;
        font-weight: 400;
        text-transform: uppercase;
        color: #4baa42;
        padding-left: 32px;
    }

    .coming__inner ul {
        max-width: 745px;
        margin: 0 auto;
        list-style: none;
        padding: 0;
    }

        .coming__inner ul li {
            position: relative;
            padding-left: 32px;
        }

            .coming__inner ul li i {
                position: absolute;
                color: #4baa42;
                top: 5px;
                left: 0;
            }

            .coming__inner ul li + li {
                margin-top: 0.5em;
            }

@media (max-width: 1199px) {
    .coming {
        padding: 120px 20px;
    }
}

@media (max-width: 991px) {
    .coming {
        padding: 90px 20px;
    }
}

@media (max-width: 991px) {
    .coming {
        padding: 30px 15px;
    }

    .coming__inner {
        padding-bottom: 20px;
    }

        .coming__inner h1 {
            margin: 0 auto 26px;
            padding-bottom: 18px;
        }
}

.homeNews--1 {
    padding-bottom: 0;
    padding-top: 15px;
}

.news-highlights {
    padding: 35px 40px;
}

.news-highlights--document {
    padding: 0;
    margin-bottom: 50px;
}

    .news-highlights--document .news-highlights__item:first-child ul {
        border-right: 1px solid #d6e0e4;
    }

    .news-highlights--document .news-highlights__item:last-child ul {
        padding-left: 15px;
    }

    .news-highlights--document .news-highlights__item ul {
        list-style: none;
        padding-left: 0px;
    }

        .news-highlights--document .news-highlights__item ul li {
            border-bottom: none;
            border-top: none;
            padding-left: 0;
            margin-top: 30px;
        }

            .news-highlights--document .news-highlights__item ul li.active {
                background-color: transparent;
                border-bottom: none;
                border-top: none;
            }

.news-highlights--faqs {
    padding: 0;
    margin-bottom: 50px;
}

    .news-highlights--faqs .news-highlights__item ul {
        padding-left: 0;
        counter-reset: my-sec-counter;
    }

        .news-highlights--faqs .news-highlights__item ul li {
            position: relative;
            padding: 12px 30px 12px 0;
            border-bottom: none;
            border-top: 1px solid #d6e0e4;
        }

            .news-highlights--faqs .news-highlights__item ul li::before {
                counter-increment: my-sec-counter;
                content: counter(my-sec-counter);
                padding: 0 20px;
                color: #f5821f;
                position: absolute;
            }

            .news-highlights--faqs .news-highlights__item ul li:last-child {
                border-bottom: none;
            }

            .news-highlights--faqs .news-highlights__item ul li a {
                display: inline-block;
                padding-left: 50px;
                line-height: 1.5;
            }

    .news-highlights--faqs .news-highlights__text {
        text-align: justify;
        line-height: 1.875;
        color: #262626;
    }

.news-highlights--faqs-second {
    padding: 0;
    margin-bottom: 35px;
}

    .news-highlights--faqs-second .news-highlights__item ul {
        padding-left: 0;
        counter-reset: my-sec-counter;
    }

        .news-highlights--faqs-second .news-highlights__item ul li {
            padding: 10px 25px 10px 20px;
            border: 1px solid #d6e0e4;
            border-bottom: none;
            text-transform: uppercase;
            font-size: 1.125em;
            font-weight: 400;
            background-color: #fff;
        }

            .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item {
                background-color: transparent;
                font-size: 1em;
                color: #262626;
                font-weight: 700;
                text-transform: none;
                padding: 0;
                border: none;
                border-bottom: 1px solid #d6e0e4;
                padding-top: 10px;
                cursor: pointer;
                transition: 0.5s all;
            }

                .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item.active .content {
                    display: block;
                }

                .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item:last-child {
                    border-bottom: none;
                }

                .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item span.no {
                    padding: 0 20px;
                    color: #f5821f;
                }

                .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item .content {
                    display: none;
                    transition: 0.5s all;
                }

                    .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item .content p {
                        margin-bottom: 0;
                        font-size: 1em;
                        color: #262626;
                        font-weight: 400;
                        margin-left: 60px;
                    }

                .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item.active {
                    color: #4baa42;
                }

                .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item::before {
                    counter-increment: my-sec-counter;
                    content: counter(my-sec-counter);
                    padding: 0 20px;
                    color: #f5821f;
                }

            .news-highlights--faqs-second .news-highlights__item ul li p {
                margin-bottom: 0;
            }

            .news-highlights--faqs-second .news-highlights__item ul li:last-child {
                border-bottom: 1px solid #d6e0e4;
            }

            .news-highlights--faqs-second .news-highlights__item ul li i.icon_question {
                background-color: #4baa42;
                border-radius: 50%;
                color: #fff;
                margin-right: 15px;
            }

            .news-highlights--faqs-second .news-highlights__item ul li i.arrow_carrot-down {
                color: #4baa42;
                float: right;
                margin-top: 5px;
            }

            .news-highlights--faqs-second .news-highlights__item ul li i.arrow_carrot-up {
                display: none;
                color: #4baa42;
                float: right;
                margin-top: 5px;
            }

    .news-highlights--faqs-second .news-highlights__item .panel-heading {
        background-color: #fff;
    }

        .news-highlights--faqs-second .news-highlights__item .panel-heading .panel-title a i:first-child {
            border-radius: 50%;
            color: #fff;
            background-color: #a0cf68;
            line-height: 1.27777778;
        }

            .news-highlights--faqs-second .news-highlights__item .panel-heading .panel-title a i:first-child:before {
                position: absolute;
                left: 24px;
            }

    .news-highlights--faqs-second .news-highlights__text {
        text-align: justify;
        line-height: 1.875;
        color: #262626;
    }

.news-highlights__item {
    position: relative;
}

.news-highlights__item__avatar,
.news-highlights__item__wrapper {
    margin: 0 auto;
}

.news-highlights__item__avatar {
    max-width: 700px;
}

    .news-highlights__item__avatar .content-img {
        padding-bottom: 180px;
    }

    .news-highlights__item__avatar .content-text {
        height: 57px;
        overflow: hidden;
        padding-top: 0;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }

        .news-highlights__item__avatar .content-text p {
            font-size: 0.875em;
            line-height: 2.14285714;
            color: #696969;
        }

            .news-highlights__item__avatar .content-text p.date {
                margin-bottom: 4px;
            }

            .news-highlights__item__avatar .content-text p i {
                margin-right: 18px;
            }

            .news-highlights__item__avatar .content-text p:last-child {
                font-weight: 700;
                font-size: 1em;
                line-height: 1.6875;
                color: #262626;
                height: 30px;
                margin-bottom: 0;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
            }

.news-highlights__item__wrapper {
    position: absolute;
    bottom: 90px;
    left: 115px;
    right: 115px;
}

    .news-highlights__item__wrapper .wrapper__item {
        padding: 3px;
    }

    .news-highlights__item__wrapper img {
        max-width: 100%;
        width: 100%;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        border: 3px solid rgba(159, 207, 103, 0);
    }

    .news-highlights__item__wrapper .slick-current img {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        border: 3px solid #9fcf67;
    }

.news-highlights__item__full {
    background-color: #fff;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 0;
}

    .news-highlights__item__full .content-text {
        margin-top: 15px;
        text-align: center;
        padding-bottom: 30px;
    }

        .news-highlights__item__full .content-text p {
            font-size: 0.875em;
            font-weight: 400;
            line-height: 2.14285714;
            color: #696969;
            margin: 0;
        }

            .news-highlights__item__full .content-text p i {
                margin-right: 18px;
            }

            .news-highlights__item__full .content-text p:last-child {
                font-size: 1.125em;
                font-weight: 700;
                line-height: 1.5;
                color: #262626;
            }

            .news-highlights__item__full .content-text p a {
                color: #262626;
            }

                .news-highlights__item__full .content-text p a:hover {
                    color: #4baa42;
                }

.news-highlights__item .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .news-highlights__item .image:after {
        content: "";
        padding-top: 55.28756957%;
        display: block;
    }

    .news-highlights__item .image img {
        display: none;
    }

.news-highlights__item ul {
    list-style: none;
    padding-left: 15px;
}

    .news-highlights__item ul.slick-dots {
        bottom: 190px;
        padding: 0;
    }

        .news-highlights__item ul.slick-dots li {
            border: none !important;
            padding: 0;
            background: none !important;
        }

    .news-highlights__item ul li {
        padding: 2px 15px;
        font-weight: 500;
        border-bottom: 1px dashed #d6e0e4;
        border-top: 1px dashed #d6e0e4;
    }

        .news-highlights__item ul li:hover a {
            color: #4baa42;
        }

        .news-highlights__item ul li a {
            color: #262626;
        }

        .news-highlights__item ul li.active {
            background-color: #fff;
            border-bottom: 1px solid #d6e0e4;
            border-top: 1px solid #d6e0e4;
        }

            .news-highlights__item ul li.active a {
                color: #4baa42;
            }

            .news-highlights__item ul li.active span.date {
                color: #4baa42;
            }

        .news-highlights__item ul li span.date {
            color: #696969;
            font-weight: 400;
            white-space: nowrap;
        }

            .news-highlights__item ul li span.date i {
                padding: 0 15px;
            }

.news-highlights .slick-slider .arrow {
    margin-top: -5.71875em;
}

    .news-highlights .slick-slider .arrow.library {
        margin-top: 0;
        top: 30%;
    }

    .news-highlights .slick-slider .arrow.library--small {
        margin-top: 0;
        background: none;
        top: 20%;
    }

        .news-highlights .slick-slider .arrow.library--small:hover {
            color: #999;
        }

    .news-highlights .slick-slider .arrow.detail-image {
        margin-top: 0;
    }

        .news-highlights .slick-slider .arrow.detail-image i {
            margin-top: 0;
        }

.news-highlights .slick-slider .arrow--prev {
    left: -50px;
}

.news-highlights .slick-slider .arrow--next {
    right: -50px;
}


.news-list__item1:hover .image span {
    z-index: 1;
}

.news-list__item:hover .image span {
    z-index: 1;
}

.news-list__item1:hover .image span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 30px;
    width: 1px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-list__item:hover .image span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 30px;
    width: 1px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-list__item:hover .image span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 1px;
    width: 30px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-list__item1:hover {
    -webkit-transform: scale(1.07,1.07);
    transform: scale(1.07, 1.07);
}

.news-list__item .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
}

.news-list__item1 .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 200px;
    transition: all 0.2s ease-in-out;
}

    .news-list__item1 .image:hover {
        transform: scale(1.07);
    }

.news-list__item .image:after {
    content: "";
    padding-top: 55.76923077%;
    display: block;
}

.news-list__item1 .image:after {
    content: "";
    padding-top: 55.76923077%;
    display: block;
}

.news-list__item .image img {
    display: none;
}

.news-list__item1 .image img {
    display: none;
}



.news-list__item .des p {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*line-height: 30px;*/
    max-height: 80px;
}

    .news-list__item .des p a {
        color: #262626;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        line-height: 20px;
        height: 38px;
        display: block;
        text-overflow: ellipsis;
        margin-top: 30px;
    }

        .news-list__item .des p a:hover {
            color: #4baa42;
        }

    .news-list__item .des p:last-child {
        max-height: 80px;
    }

    .news-list__item .des p.date {
        font-size: 0.875em;
        color: #696969;
        font-weight: 400;
        /*margin: 15px 0 5px 0;*/
    }

.des {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 25px 19px 20px 19px;
}

.text_news {
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 5px !important;
}

.date_news {
    display: inline-block;
    position: absolute;
    top: 234px;
    left: 35px;
    z-index: 1;
    padding: 5px 10px;
    color: #fff;
    background: rgb(0,74,135);
    background: #62BB46;
    background: -moz-linear-gradient(left,#2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
    background: -webkit-linear-gradient(left,#2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
    background: linear-gradient(to right, #2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a87', endColorstr='#00b2e2',GradientType=1 );
}

.line_news {
    display: block;
    height: 4px;
    background: #62BB46;
    background: -moz-linear-gradient(left, #2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
    background: -webkit-linear-gradient(left, #2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
    background: linear-gradient(to right, #2E3192 20%, #286C83 40%, #019C4F 60%, #3AB54A 85%);
}

.news-list__item .des p.date i {
    padding: 0 20px 0 6px;
}

.news-list-lhc {
    margin-top: 30px;
}

.news-list-lhc__content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.news-list-lhc__content__item {
    width: 16.10169492%;
    float: left;
    margin: 0 20px;
    position: relative;
}

    .news-list-lhc__content__item:hover {
        cursor: pointer;
    }

        .news-list-lhc__content__item:hover .image {
            box-shadow: 7px -7px 0 0 #9fcf67;
        }

    .news-list-lhc__content__item .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .news-list-lhc__content__item .image:after {
            content: "";
            padding-top: 142.10526316%;
            display: block;
        }

        .news-list-lhc__content__item .image img {
            display: none;
        }

    .news-list-lhc__content__item .des {
        padding-top: 15px;
    }

        .news-list-lhc__content__item .des p {
            margin: 0;
            text-align: center;
            font-weight: 700;
            line-height: 1.5;
            color: #262626;
        }

            .news-list-lhc__content__item .des p:last-child {
                margin-bottom: 15px;
            }

            .news-list-lhc__content__item .des p a {
                color: #4aa940;
                line-height: 1.875;
                font-weight: 400;
                padding: 0 10px;
            }

                .news-list-lhc__content__item .des p a:first-child {
                    border-right: 1px solid #c9d9de;
                }

.detail-page {
    background-color: #ecf6f9;
    padding: 0px 30px 70px;
}

.detail-page__content {
    float: none;
    margin: 0 auto;
    text-align: justify;
}

.detail-page__content__image {
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}

.detail-page__content .text .title h3 {
    font-size: 1.5em;
    line-height: 1.04166667;
    color: #262626;
}

.detail-page__content .text .subtitle {
    position: relative;
    margin-bottom: 25px;
}

.detail-page__content .text .subtitle--lhc-detail span:last-child {
    margin-right: 0 !important;
}

    .detail-page__content .text .subtitle--lhc-detail span:last-child img {
        margin-left: 12px;
    }

.detail-page__content .text .subtitle span {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 0.875em;
    line-height: 2.14285714;
    font-weight: 400;
    color: #696969;
}

    .detail-page__content .text .subtitle span i.arrow_carrot-right {
        margin-right: 18px;
    }

    .detail-page__content .text .subtitle span:last-child {
        float: right;
        margin-right: 75px;
    }

.detail-page__content .text .subtitle i.social_facebook {
    position: absolute;
    content: '';
    top: 0;
    right: 35px;
    background-color: transparent;
    color: #000000;
    border-radius: 50%;
    font-size: 1em;
    padding: 0.4375em;
}

    .detail-page__content .text .subtitle i.social_facebook:hover {
        background-color: #4baa42;
        color: #fff;
        cursor: pointer;
    }

.detail-page__content .text .subtitle i.social_googleplus {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    font-size: 1em;
    background-color: transparent;
    color: #000000;
    padding: 0.4375em;
    border-radius: 50%;
}

    .detail-page__content .text .subtitle i.social_googleplus:hover {
        background-color: #4baa42;
        color: #fff;
        cursor: pointer;
    }

.detail-page__content .text .subtitle::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccdce1;
}

.detail-page__content .text p {
    line-height: 1.875em;
    color: #262626;
    margin-bottom: 20px;
}

.detail-page__content__small {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 12px;
}

.detail-page__content__small__item {
    padding: 5px;
}

    .detail-page__content__small__item.slick-current img {
        border: 3px solid #9fcf67;
        opacity: 1;
        height: 102px;
    }

    .detail-page__content__small__item img {
        border: 3px solid transparent;
        opacity: 0.5;
        width: 100%;
    }

.detail-page__content__small .arrow {
    background: transparent;
}

    .detail-page__content__small .arrow:hover {
        background: transparent;
        color: #abb1ba;
    }

.detail-page__content__small .arrow--prev.detail-image-small {
    left: -30px;
}

.detail-page__content__small .arrow--next.detail-image-small {
    right: -30px;
}

.detail-page__content__big.slick-slider .arrow i {
    margin-top: 0 !important;
}

.detail-page__content__big .content-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

    .detail-page__content__big .content-img:after {
        content: "";
        padding-top: 40.86021505%;
        display: block;
    }

    .detail-page__content__big .content-img img {
        display: none;
    }

.detail-page__content__big .slick-dots {
    bottom: 15px;
}

.detail-page .info {
    border: 2px solid #a1ce67;
    background-color: #e0f2c8;
    padding: 50px;
}

    .detail-page .info p {
        margin-bottom: 5px;
    }

        .detail-page .info p.title {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.125em;
        }

    .detail-page .info p__small {
        max-width: 903px;
        margin-top: 12px;
    }

    .detail-page .info p__big .content-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .detail-page .info p__big .content-img:after {
            content: "";
            padding-top: 40.86021505%;
            display: block;
        }

        .detail-page .info p__big .content-img img {
            display: none;
        }

.news-other {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #f6f6f6;
}

.news-other--library .news-list-content.slick-slider .arrow {
    top: 45% !important;
}

.news-other .news-list-content.slick-slider .arrow {
    top: 45%;
}

    .news-other .news-list-content.slick-slider .arrow.arrow--prev {
        left: -70px;
    }

    .news-other .news-list-content.slick-slider .arrow.arrow--next {
        right: -70px;
    }

    .news-other .news-list-content.slick-slider .arrow i {
        margin-top: 0;
    }

.news-other .news-list-lhc__content--detail .news-list-lhc__content__item {
    margin-top: 10px;
}

.news-other .news-list-lhc__content.slick-slider .arrow {
    top: unset;
    bottom: 55%;
}

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--prev {
        left: -55px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--next {
        right: -55px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow i {
        margin-top: 0;
    }

.event-highlights {
    padding: 30px 40px 0;
}

    .event-highlights .slick-dots {
        bottom: 20px;
    }

.banner-event {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
}

@media (max-width: 1400px) {
    .news-highlights--library .news-highlights__item__full {
        padding: 10px 20px;
    }

        .news-highlights--library .news-highlights__item__full .content-text {
            margin-top: 25px;
        }

    .news-highlights--library .news-highlights__item__wrapper {
        position: absolute;
        bottom: 97px;
        left: 115px;
        right: 115px;
    }

    .slick-slider .arrow.library {
        top: 25%;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .slick-slider .arrow--prev.library {
        left: -40px;
    }

    .slick-slider .arrow--next.library {
        right: -40px;
    }

    .news-highlights__item__avatar .content-img {
        padding-bottom: 166px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .news-highlights__item__avatar {
        max-width: 550px;
    }

    .news-highlights__item__wrapper {
        max-width: 475px;
        bottom: 180px;
    }

    .news-highlights__item ul .slick-dots {
        bottom: 200px;
    }

    .news-highlights--library {
        padding: 35px 0;
    }

        .news-highlights--library .news-highlights__item__full {
            padding: 10px 20px;
        }

            .news-highlights--library .news-highlights__item__full .content-text {
                margin-top: 0;
            }

    .slick-slider .arrow.library {
        top: 25%;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .slick-slider .arrow--prev.library {
        left: 0;
    }

    .slick-slider .arrow--next.library {
        right: 0;
    }

    .news-list-lhc__content__item {
        width: 20.21276596%;
    }

    .news-list__item:nth-child(3n+1) {
        clear: both;
    }

    .news-list__item:nth-child(4n+1) {
        clear: none;
    }

    .news-list__item:nth-child(5n+1) {
        clear: none;
    }

    .news-other .news-list-content.slick-slider .arrow.arrow--prev {
        left: -40px;
    }

    .news-other .news-list-content.slick-slider .arrow.arrow--next {
        right: -40px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--prev {
        left: -35px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--next {
        right: -35px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow i {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .wrapper__item {
        width: 115px;
    }

    .event-highlights {
        padding: 30px 0;
    }

        .event-highlights .slick-dots {
            bottom: 35px;
        }

    .news-highlights--document .news-highlights__item:first-child ul {
        border-right: none;
    }

    .news-highlights--document .news-highlights__item:last-child ul {
        padding-left: 0px;
    }

    .news-highlights--library {
        padding: 35px 0;
    }

        .news-highlights--library .news-highlights__item__full {
            padding: 10px 20px;
        }

            .news-highlights--library .news-highlights__item__full .content-text {
                margin-top: 0;
            }

    .news-highlights__item__avatar {
        max-width: 550px;
    }

    .news-highlights__item__wrapper {
        max-width: 475px;
        bottom: 160px;
        left: 10%;
    }

    .news-highlights__item .image {
        text-align: center;
        margin-bottom: 20px;
    }

    .news-highlights__item ul {
        padding-left: 0px;
    }

    .news-highlights__item.text-small {
        padding-top: 20px;
    }

    .news-highlights .slick-slider .arrow.library {
        top: 22%;
        -webkit-transform: translate(0, -22%);
        transform: translate(0, -22%);
    }

    .news-highlights .slick-slider .arrow.library--small {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .news-highlights .slick-slider .arrow--prev.library {
        left: 0;
    }

    .news-highlights .slick-slider .arrow--prev.library--small {
        left: -35px;
    }

    .news-highlights .slick-slider .arrow--next.library {
        right: 0;
    }

    .news-highlights .slick-slider .arrow--next.library--small {
        right: -35px;
    }

    .news-list-lhc__content__item {
        width: 26.38888889%;
    }

    .news-list {
        padding-left: 0;
        padding-right: 0;
    }

    .news-list__item:nth-child(3n+1) {
        clear: both;
    }

    .news-list__item:nth-child(4n+1) {
        clear: none;
    }

    .news-other .news-list-content.slick-slider .arrow.arrow--prev {
        left: -20px;
    }

    .news-other .news-list-content.slick-slider .arrow.arrow--next {
        right: -20px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--prev {
        left: -25px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--next {
        right: -25px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow i {
        margin-top: 0;
    }

    .news-highlights__item__avatar .content-text p:last-child {
        height: 25px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .news-highlights--document .news-highlights__item:first-child ul {
        border-right: none;
    }

    .news-highlights--document .news-highlights__item:last-child ul {
        padding-left: 0px;
    }

    .news-highlights--faqs-second .news-highlights__item .panel-heading .panel-title a i:first-child:before {
        position: absolute;
        left: 20px;
    }

    .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item {
        line-height: 1.8125;
    }

    .news-highlights__item__avatar {
        max-width: 550px;
    }

    .news-highlights__item.text-small {
        padding-top: 20px;
    }

    .news-list-lhc__content__item {
        padding: 0 10px;
        width: 50%;
        margin: 0;
    }

    .news-list__item:nth-child(2n+1) {
        clear: both;
    }

    .news-highlights__item .image {
        text-align: center;
        margin-bottom: 20px;
    }

    .news-highlights__item ul {
        padding-left: 0px;
    }

    .news-highlights--faqs-second .news-highlights__item .panel-heading .panel-title a i:first-child:before {
        position: absolute;
        left: 20px;
    }

    .event-highlights {
        padding: 30px 0;
    }

        .event-highlights .slick-dots {
            bottom: -35px;
        }

    .news-other .news-list-content.slick-slider .arrow.arrow--prev {
        left: -20px;
    }

    .news-other .news-list-content.slick-slider .arrow.arrow--next {
        right: -20px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--prev {
        left: -15px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--next {
        right: -15px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow i {
        margin-top: 0;
    }

    .news-highlights__item__avatar .content-text {
        bottom: 20px;
    }

    .news-highlights--library .news-highlights__item__wrapper {
        left: 50px;
        right: 50px;
    }

    .news-highlights__item__avatar .content-text p:last-child {
        height: 25px;
    }

    .detail-page {
        padding-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    .news-highlights__item__avatar .content-text p:last-child {
        height: 25px;
    }

    .news-highlights--faqs-second .news-highlights__item .panel-heading .panel-title a i:first-child:before {
        position: absolute;
        left: 20px;
    }

    .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item {
        line-height: 1.8125;
        padding: 5px 0;
    }

    .detail-page {
        padding-top: 0;
    }
}

@media (max-width: 479px) {
    .news-highlights__item ul.slick-dots {
        bottom: 190px;
    }

    .news-highlights--library .news-highlights__item__wrapper {
        left: 50px;
        right: 50px;
        bottom: 113px;
    }

    .news-highlights__item__avatar .content-img {
        padding-bottom: 180px;
    }

    .news-highlights__item__avatar .content-text {
        bottom: 44px;
    }

    .news-list-lhc__content {
        padding-left: 0;
        padding-right: 0;
    }

    .news-list-lhc__content__item {
        padding: 0 10px;
        width: 50%;
        margin: 0;
    }

    .news-list {
        padding: 20px 0 0 0;
    }

    .news-list__item:nth-child(2n+1) {
        clear: both;
    }

    .news-highlights {
        padding: 20px 0 0 0;
    }

    .news-highlights--document .news-highlights__item:first-child ul {
        border-right: none;
    }

    .news-highlights--document .news-highlights__item:last-child ul {
        padding-left: 0px;
    }

    .news-highlights--faqs-second .news-highlights__item .panel-heading .panel-title a i:first-child:before {
        position: absolute;
        left: 20px;
    }

    .news-highlights--faqs-second .news-highlights__item ul li.sub-tab__text__item {
        line-height: 1.8125;
    }

    .news-highlights__item ul {
        padding-left: 0px;
    }

    .news-highlights__item.text-small {
        padding-top: 20px;
    }

    .news-highlights .slick-slider .arrow.library {
        top: 22%;
        -webkit-transform: translate(0, -22%);
        transform: translate(0, -22%);
    }

    .news-highlights .slick-slider .arrow.library--small {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .news-highlights .slick-slider .arrow--prev.library {
        left: 0;
    }

    .news-highlights .slick-slider .arrow--prev.library--small {
        left: -35px;
    }

    .news-highlights .slick-slider .arrow--next.library {
        right: 0;
    }

    .news-highlights .slick-slider .arrow--next.library--small {
        right: -35px;
    }

    .faqs__services__scroll .faqs__footer__info--news ul {
        padding-left: 0 !important;
    }

        .faqs__services__scroll .faqs__footer__info--news ul li {
            padding-left: 0 !important;
        }

    .event-highlights {
        padding: 30px 0;
    }

        .event-highlights .slick-dots {
            bottom: -35px;
        }

    .news-other .news-list-content.slick-slider .arrow.arrow--prev {
        left: -10px;
    }

    .news-other .news-list-content.slick-slider .arrow.arrow--next {
        right: -10px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--prev {
        left: -10px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow.arrow--next {
        right: -10px;
    }

    .news-other .news-list-lhc__content.slick-slider .arrow i {
        margin-top: 0;
    }

    .detail-page {
        padding-top: 0;
    }
}

@media (max-width: 320px) {
    .news-highlights--library .news-highlights__item__wrapper {
        bottom: 117px;
    }

    .event-highlights {
        padding: 30px 0;
    }

        .event-highlights .slick-dots {
            bottom: -35px;
        }

    .news-highlights__item ul.slick-dots {
        bottom: 215px;
    }

    .news-highlights .slick-slider .arrow.library {
        top: 20%;
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
}

.endow-page .breadcrumb {
    max-width: inherit;
    padding: 10px 40px;
}

.endow-page__content {
    background-color: rgba(255, 255, 255, 0.5);
}

    

        .endow-page__content .text__content ul li p {
            padding-left: 17px;
            margin-bottom: 0;
        }

    .endow-page__content .text__content__document {
        list-style: none;
    }

    .endow-page__content .text__content__document__item {
        padding: 11px 0px 11px 15px;
        border-top: 1px dashed #dde3e5;
        cursor: pointer;
        display: table;
        width: 100%;
    }

        .endow-page__content .text__content__document__item > span {
            display: table-cell;
            vertical-align: middle;
        }

            .endow-page__content .text__content__document__item > span.no {
                width: 4%;
            }

            .endow-page__content .text__content__document__item > span.date {
                width: 12%;
                padding-right: 10px;
            }

            .endow-page__content .text__content__document__item > span.download {
                width: 15%;
                text-align: right;
                float: none;
            }

        .endow-page__content .text__content__document__item:last-child {
            border-bottom: 1px dashed #dde3e5;
        }

        .endow-page__content .text__content__document__item:hover {
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
            background-color: #fff;
        }

            .endow-page__content .text__content__document__item:hover span.name {
                color: #4baa42;
            }

            .endow-page__content .text__content__document__item:hover span.download {
                color: #4baa42;
            }

                .endow-page__content .text__content__document__item:hover span.download img {
                    margin: 0 15px;
                }

                    .endow-page__content .text__content__document__item:hover span.download img:first-child {
                        display: none;
                    }

                    .endow-page__content .text__content__document__item:hover span.download img:last-child {
                        display: inline-block;
                    }

        .endow-page__content .text__content__document__item span {
            color: #262626;
            line-height: 1.875;
        }

            .endow-page__content .text__content__document__item span.no {
                font-weight: 700;
                margin: 0 17px;
                color: #f5821f;
            }

            .endow-page__content .text__content__document__item span.date {
                margin-right: 25px;
                color: #999;
                font-style: italic;
            }

            .endow-page__content .text__content__document__item span.download {
                font-style: italic;
                color: #999;
            }

                .endow-page__content .text__content__document__item span.download img {
                    margin: 0 15px;
                }

                    .endow-page__content .text__content__document__item span.download img:first-child {
                        display: inline-block;
                    }

                    .endow-page__content .text__content__document__item span.download img:last-child {
                        display: none;
                    }

    .endow-page__content .text h2 {
        color: #4baa42;
        font-size: 2em;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .endow-page__content .text p {
        color: #262626;
        line-height: 2.1875;
        margin: 0;
    }

    .endow-page__content .text .sub {
        padding-left: 20px;
    }

    .endow-page__content .text--develop h3 {
        font-size: 1.5em;
        color: #4baa42;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .endow-page__content .text--develop p {
        line-height: 1.875;
    }

    .endow-page__content .text .service {
        margin-bottom: 30px;
    }

    .endow-page__content .text .service__image {
        text-align: right;
    }

    .endow-page__content .text .service__text {
        text-align: justify;
    }

    .endow-page__content .text .env p {
        text-align: justify;
    }

    .endow-page__content .text .env img {
        margin-bottom: 25px;
    }

    .endow-page__content .text .security .image {
        width: 53%;
        float: left;
        text-align: left;
    }

    .endow-page__content .text .security .text {
        padding: 0;
        text-align: justify;
    }

        .endow-page__content .text .security .text p:first-child {
            margin-top: -10px;
        }

    .endow-page__content .text .image {
        text-align: center;
        margin-bottom: 40px;
    }

.document-page__content__highlight .item.col-md-9 .item__des {
    margin-left: 20px;
    margin-top: 20px;
}

.document-page__content__highlight .item__image {
    margin-left: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .document-page__content__highlight .item__image:after {
        content: "";
        padding-top: 54.33376455%;
        display: block;
    }

    .document-page__content__highlight .item__image img {
        display: none;
    }

.document-page__content__highlight .item__des p {
    margin-bottom: 0;
}

    .document-page__content__highlight .item__des p.date {
        color: #696969;
        font-weight: 400;
        font-size: 0.77777778em;
        line-height: 2.14285714;
    }

    .document-page__content__highlight .item__des p a {
        color: #262626;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.125em;
        line-height: 1.5;
    }

.document-page__content__highlight .item__des .date i {
    padding: 0 20px 0 6px;
}

.consultant {
    background-color: #f6fcff;
}

.consultant__content {
    float: none;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px;
}

    .consultant__content h2 {
        text-align: center;
    }

.faqs__footer__info {
    margin: 0 auto;
}

    .faqs__footer__info ul {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1.875;
    }

        .faqs__footer__info ul > li {
            padding: 4px 0;
            line-height: 1.5625;
        }

            .faqs__footer__info ul > li + li {
                border-top: 1px solid rgba(255, 255, 255, 0.2);
            }

.faqs__services--customers {
    max-height: 1215px;
    margin: 0 -44px;
}

    .faqs__services--customers .simplebar-track.horizontal {
        height: unset;
    }

@media (max-width: 1366px) {
    .faqs__services--customers {
        margin: 0 -22px;
    }
}

.faqs__services__scroll .faqs__footer__info {
    max-height: 400px;
    overflow-y: auto;
}

.faqs__services__scroll .faqs__footer__info--news {
    max-height: 300px;
    margin: 0 15px;
}

    .faqs__services__scroll .faqs__footer__info--news ul {
        padding-left: 10px;
    }

        .faqs__services__scroll .faqs__footer__info--news ul li {
            padding-left: 15px;
            line-height: 20px;
            padding-top: 9px;
            padding-bottom: 9px;
        }

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .faqs__services__scroll .faqs__footer__info--news {
        max-height: 290px;
    }
}

@media (max-width: 640px) {
    .faqs__services__scroll .faqs__footer__info {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .endow-page__content .text .security .image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .endow-page__content .text .security .image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .document-page__content__highlight .item__image {
        margin-left: 0;
    }

    .document-page__content__highlight .item__des {
        margin-left: 0 !important;
        margin-top: 10px !important;
        padding-bottom: 10px;
    }

    .news-list__item {
        margin-bottom: 10px;
    }

    .news-highlights--document {
        margin-bottom: 10px;
    }

        .news-highlights--document .news-highlights__item ul li {
            margin-top: 10px;
        }

            .news-highlights--document .news-highlights__item ul li:first-child {
                margin-top: 0px;
            }

    .news-highlights--faqs {
        padding: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .endow-page__content .text {
        padding-left: 0;
        padding-right: 0;
    }

        .endow-page__content .text .security .image {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

    .endow-page__content .text__content__document__item span.download {
        width: 21%;
    }

    .endow-page__content .breadcrumb {
        padding: 0;
        padding-top: 10px;
    }
}

@media (max-width: 640px) {
    .endow-page__content .text__content__document__item span {
        display: block;
        width: 100% !important;
        text-align: center !important;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0 !important;
    }
}

@media (max-width: 479px) {
    .endow-page__content .text {
        padding-left: 0;
        padding-right: 0;
    }

        .endow-page__content .text .security .image {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

    .endow-page__content .breadcrumb {
        padding: 0;
        padding-top: 10px;
    }
}

@media (max-width: 320px) {
    .endow-page__content .text .security .image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.recruit__item {
    background: #fff;
    border-radius: 10px;
    padding: 15px 35px;
    margin-top: 20px;
}

    .recruit__item .item_height {
        min-height: 60px;
    }

        .recruit__item .item_height > a {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1.125em;
            color: #262626;
            line-height: 1.25;
            /*display: inline-block;*/
            transition: all 0.3s;
        }

            .recruit__item .item_height > a:hover {
                color: #4aa940;
            }

    .recruit__item p {
        margin: 0;
    }

.wrap__date {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
}

.recruit__date {
    color: #696969;
    white-space: nowrap;
}

    .recruit__date:before {
        content: "\25BA";
        font-family: 'ElegantIcons';
        margin-left: -4px;
        display: inline-block;
    }

.recruit__date__2:before {
    content: "\e023";
    font-family: 'ElegantIcons';
    color: #5ab052;
    display: inline-block;
    margin-right: 6px;
}

.recruit__heading {
    font-size: 1.5em;
    color: #262626;
    margin: 0;
}

.recruitment__content {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 40px 50px;
}

    .recruitment__content .recruit__contact {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding: 30px;
    }

        .recruitment__content .recruit__contact a {
            color: #fff;
        }

            .recruitment__content .recruit__contact a:hover {
                text-decoration: underline;
            }

        .recruitment__content .recruit__contact h4 {
            text-transform: uppercase;
            color: #fff;
            font-size: 1.5em;
            margin: 0;
        }

        .recruitment__content .recruit__contact h5 {
            text-transform: uppercase;
            color: #fff;
            font-size: 1em;
            margin: 0.9375em 0 0.9375em;
        }

        .recruitment__content .recruit__contact p {
            color: #fff;
        }

            .recruitment__content .recruit__contact p span:first-child {
                border-left: none;
            }

            .recruitment__content .recruit__contact p span {
                display: inline-block;
                vertical-align: middle;
                padding: 0 18px;
                position: relative;
                border-left: 1px solid #fff;
                line-height: 1.5;
            }

        .recruitment__content .recruit__contact .form-group.table {
            display: table;
            max-width: 700px;
            margin: 20px auto 0 auto;
        }

        .recruitment__content .recruit__contact .form-group .form-input {
            display: table-cell;
            background: #fff;
            border-radius: 30px;
            width: 80%;
            padding: 7px;
        }

        .recruitment__content .recruit__contact .form-group .form-cell:first-child {
            border-right: 2px solid #ebebeb;
        }

        .recruitment__content .recruit__contact .form-group .form-cell {
            display: inline-block;
            vertical-align: middle;
            width: 49%;
            text-align: left;
        }

        .recruitment__content .recruit__contact .form-control {
            border-bottom: none;
            height: 30px;
            padding: 0px 0px 0px 10px;
        }

        .recruitment__content .recruit__contact select.form-control {
            color: #a9a9a9;
        }

        .recruitment__content .recruit__contact.recruit__contact-ndt {
            padding: 50px 44px;
        }

            .recruitment__content .recruit__contact.recruit__contact-ndt h5 {
                margin-bottom: 30px;
            }

    .recruitment__content .recruit__info {
        margin-top: 20px;
    }

        .recruitment__content .recruit__info h3 {
            font-size: 1.25em;
            font-weight: bold;
            margin-bottom: 0.3125em;
        }

        .recruitment__content .recruit__info p {
            line-height: 1.875;
            margin: 0 0 8px;
        }

        .recruitment__content .recruit__info ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .recruitment__content .recruit__info ul li {
                margin-bottom: 5px;
            }

                .recruitment__content .recruit__info ul li:before {
                    content: "+";
                    display: inline-block;
                    padding-right: 7px;
                }

        .recruitment__content .recruit__info a {
            color: #262626;
        }

    .recruitment__content .recruit__detail {
        max-width: 900px;
        margin: 10px auto;
    }

.recruitment__content_envir p {
    line-height: 1.875em;
    text-align: justify;
    margin-top: 1.5625em;
    margin-bottom: 0;
}

.recruitment__content_envir ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .recruitment__content_envir ul li {
        position: relative;
        padding-left: 14px;
        line-height: 1.875em;
    }

        .recruitment__content_envir ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 12px;
            background: #9ece67;
        }

.recruitment__content_envir .headings--3 {
    margin-top: 0.5625em;
    margin-bottom: 0.5625em;
    font-size: 1.5em;
}

.recruit__list {
    margin-bottom: 40px;
}

.recruit__form_result {
    position: relative;
    background: #fff;
    padding: 20px 60px 0px 60px;
    margin-top: 30px;
}

    .recruit__form_result .recruit__heading_form {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        margin-bottom: 1.25em;
    }

    .recruit__form_result textarea.form-control {
        height: 230px;
    }

    .recruit__form_result .btn-lh {
        min-width: 130px;
    }

    .recruit__form_result .apply__expand__close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 1.5em;
        line-height: 1.66666667;
        width: 1.66666667em;
        border-radius: 50%;
        background: #ebebeb;
        text-align: center;
        color: #999;
    }

.bootstrap-filestyle {
    margin-top: 10px;
}

    .bootstrap-filestyle .btn-chosse {
        font-size: 14px;
        background: #a1ce67;
        border-radius: 5px !important;
        padding: 5px 21px;
    }

        .bootstrap-filestyle .btn-chosse .icon_cloud-upload {
            color: #fff;
        }

        .bootstrap-filestyle .btn-chosse .buttonText {
            color: #fff;
            text-transform: capitalize;
        }

    .bootstrap-filestyle .form-control {
        border-bottom: none !important;
        color: #ee1c25;
        padding-left: 10px !important;
    }

.group-span-filestyle {
    outline: none;
}

.btn-search {
    font-size: 0;
    width: 103px;
    height: 40px;
    background-image: url("/Content/themes/KCN02/assets/images/icons/ic-search.svg");
    background-color: #a1ce67;
    background-repeat: no-repeat;
    background-position: center center;
}

    .btn-search:hover {
        background-image: url("/Content/themes/KCN02/assets/images/icons/ic-search.svg");
        background-color: #00853f;
    }

.recruitment__position {
    background: #f5f5f5;
    padding: 35px 28px 20px;
}

    .recruitment__position .headings {
        margin-bottom: 0.625em;
    }

.recruitment__position_slide__item {
    padding: 10px;
}

.recruitment__position .recruit__item {
    margin-top: 0;
}

.career--slide.arrow {
    margin-top: -1.1875em;
}

    .career--slide.arrow.arrow--prev {
        left: -50px;
    }

    .career--slide.arrow.arrow--next {
        right: -50px;
    }

/*Responisve*/

@media (max-width: 992px) {
    .recruit__list .recruit__item {
        padding: 10px;
    }

        .recruit__list .recruit__item .item_height {
            min-height: inherit;
        }

    .career--slide.arrow.arrow--prev {
        left: 0px;
    }

    .career--slide.arrow.arrow--next {
        right: 0px;
    }

    .recruit__form_result {
        padding: 0;
    }
}

@media (max-width: 800px) {
    .recruitment__content {
        padding: 10px;
    }

        .recruitment__content.recruit__contact-ndt {
            padding: 10px;
        }

        .recruitment__content .recruit__contact p span {
            display: block;
            border-left: none;
            padding-bottom: 5px;
        }
}

@media (max-width: 720px) {
    .recruitment__content .recruit__contact .form-group .form-input {
        display: block;
        width: auto;
    }

    .recruitment__content .recruit__contact .btn-search {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .recruitment__content .recruit__contact .form-group .form-cell {
        display: block;
        width: auto;
        border-right: none !important;
    }

        .recruitment__content .recruit__contact .form-group .form-cell:first-child {
            border-bottom: 1px solid #ebebeb;
        }

    .break480 {
        width: auto;
        text-align: left;
    }
}

.investlanding {
    background-image: url("/Content/themes/KCN02/assets/images/product-langding-bg.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #edfdfd;
}

.investlanding__one {
    padding-top: 2px;
}

    .investlanding__one .col-md-6 {
        margin-bottom: 20px;
    }

    .investlanding__one .table-full {
        overflow: hidden;
    }

.investlanding__one__item {
    position: relative;
}

.investlanding__one__item__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .investlanding__one__item__img:after {
        content: "";
        padding-top: 51.20689655%;
        display: block;
    }

    .investlanding__one__item__img img {
        display: none;
    }

.investlanding__one__item__info {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
    background: #008640;
    background: rgba(0, 134, 64, 0.7);
    color: #fff;
    text-align: center;
    padding: 1.25em 1.25em 1.25em;
    line-height: 1.875em;
}

    .investlanding__one__item__info h3 {
        margin: 0;
        font-size: 1.875em;
        display: inline-block;
        border-bottom: 1px solid #fff;
        color: #fff;
        padding: 5px 18px;
        margin-bottom: 0.5em;
        text-transform: uppercase;
        font-weight: normal;
    }

        .investlanding__one__item__info h3 a:hover {
            color: #f5821f;
        }

    .investlanding__one__item__info p {
        margin-bottom: 0;
    }

    .investlanding__one__item__info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .investlanding__one__item__info ul li > a {
            color: #fff;
        }

            .investlanding__one__item__info ul li > a:hover {
                color: #f5821f;
            }

    .investlanding__one__item__info a {
        color: #fff;
    }

.investlanding__one__item__scroll {
    max-height: calc(100% - (54/16)*1em - (20/16)*1em);
    overflow-y: auto;
}

.investlanding__two {
    padding: 10px 80px;
    overflow: hidden;
}

.investlanding__two__info {
    background: url("/Content/themes/KCN02/assets/images/bg-vitri.jpg") no-repeat right bottom #d9f3f8;
    background-size: 40%;
}

.investlanding__two .panel-group {
    padding: 25px 25px 25px 5px;
}

.investlanding__two .item-map {
    background: #fff;
    text-align: center;
}

.investlanding__three {
    overflow: hidden;
    padding-top: 15px;
}

    .investlanding__three .investlanding__one__item__info ul {
        max-width: 380px;
        margin: 0 auto;
    }

        .investlanding__three .investlanding__one__item__info ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding-top: 1px;
            padding-bottom: 1px;
        }

.investlanding__four {
    padding-top: 10px;
}

.investlanding__four__content {
    background: url("/Content/themes/KCN02/assets/images/tu-van-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 9.375em 10px;
    position: relative;
}

    .investlanding__four__content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .investlanding__four__content ul li {
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
            font-size: 1.5em;
        }

            .investlanding__four__content ul li:first-child:before {
                display: none;
            }

            .investlanding__four__content ul li:before {
                content: "|";
                display: inline-block;
                color: #fff;
                margin: 0 1.875em;
            }

            .investlanding__four__content ul li > a {
                color: #fff;
            }

                .investlanding__four__content ul li > a:hover {
                    color: #f5821f;
                }

    .investlanding__four__content:after {
        content: "";
        bottom: 0;
        right: 0;
        left: 0;
        height: 60%;
        position: absolute;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(12, 135, 69, 0) 0%, rgba(12, 135, 69, 0) 16%, #0c8745 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c8745', endColorstr='#0c8745', GradientType=0);
        /* IE6-9 */
    }

.hide__map {
    height: 0;
    overflow: hidden;
}

    .hide__map.show__map {
        height: auto;
    }

.table-full {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*Resposive*/

@media (max-width: 1200px) {
    .investlanding__one h3 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .investlanding__one h3 {
        font-size: 18px;
    }

    .investlanding__one__item__info {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .investlanding__two {
        padding: 10px;
    }

    .investlanding__two__info {
        background: #d7f2f7;
    }

    .investlanding__two .panel-group {
        padding: 1.25em;
    }
}

@media (max-width: 640px) {
    .investlanding__one h3 {
        font-size: 16px;
    }

    .investlanding__four ul li {
        font-size: 14px;
    }

        .investlanding__four ul li:before {
            margin: 0 5px;
        }
}

.client-info {
    max-height: 400px;
}

@media (max-width: 320px) {
    .investlanding__four ul li {
        width: 100%;
    }

        .investlanding__four ul li:before {
            display: none;
        }
}

.brochure__content {
    padding: 5px 40px;
}

    .brochure__content.book {
        padding: 5px 40px 77px;
    }

    .brochure__content .breadcrumb {
        max-width: inherit;
        padding-bottom: 0;
    }

.brochure__content__title {
    max-width: 920px;
    margin: 0 auto;
}

.brochure__content__list {
    font-size: 0;
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 100px;
}

.brochure__content__hover {
    position: relative;
}

    .brochure__content__hover:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 8px;
        right: -8px;
        bottom: 8px;
        background: #9fcf67;
        z-index: 0;
        opacity: 0;
        transition: all 0.2s;
    }

.brochure__content__img {
    border: 1px solid #ebebeb;
    position: relative;
    z-index: 1;
}

    .brochure__content__img > a {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        z-index: 9;
    }

        .brochure__content__img > a:after {
            content: "";
            padding-top: 141.57894737%;
            display: block;
        }

        .brochure__content__img > a img {
            display: none;
        }

.brochure__content__item {
    font-size: 16px;
    width: 20%;
    position: relative;
    padding: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

    .brochure__content__item h4 {
        font-size: 1em;
        margin-bottom: 0.1875em;
        margin-top: 1.0625em;
        height: 45px;
        overflow: hidden
    }

        .brochure__content__item h4 > a {
            color: #262626;
        }

            .brochure__content__item h4 > a:hover {
                color: #4aa940;
            }

    .brochure__content__item:hover .brochure__content__hover:before {
        opacity: 1;
        transition: all 0.2s;
    }

.brochure__link a {
    color: #4aa940;
}

    .brochure__link a:first-child:after {
        content: "|";
        display: inline-block;
        color: #989898;
        margin: 0 5px;
    }

    .brochure__link a:hover {
        color: #262626;
    }

.subheader__news {
    padding-top: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 44px;
}

    .subheader__news h1 {
        margin: 0;
        font-size: 1.875em;
        text-transform: uppercase;
    }

    .subheader__news .breadcrumb {
        max-width: inherit;
    }

.btn-download {
    color: #00a651;
    text-transform: uppercase;
    font-size: 1em;
    position: relative;
    padding-right: 30px;
}

    .btn-download:after {
        background: url("/Content/themes/KCN02/assets/images/icons/ic-file.svg");
        content: '';
        width: 18px;
        height: 24px;
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        right: 0;
    }

#fix-scale {
    box-sizing: border-box;
    height: 100%;
    max-width: 990px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.book-arrow {
    opacity: 0;
    z-index: -111;
}

.news__other {
    background: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 30px;
}

    .news__other .news__slider {
        margin-left: -18px;
        margin-right: -18px;
    }

        .news__other .news__slider .arrow--prev {
            left: -50px;
        }

        .news__other .news__slider .arrow--next {
            right: -50px;
        }

        .news__other .news__slider .brochure__content__item {
            width: auto;
            display: block;
        }

    .news__other .headings {
        margin-bottom: 0.3125em;
    }

    .news__other .news--slide.arrow {
        margin-top: 0;
        top: 76.92307692%;
    }

@media (max-width: 1200px) {
    .news__other .slick-slider .arrow--prev {
        left: 0;
    }

    .news__other .slick-slider .arrow--next {
        right: 0;
    }
}

@media (max-width: 992px) {
    .brochure__content__item {
        width: 33.333%;
    }

    .subheader__news {
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .brochure__content__item {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .df-container {
        min-height: 200px !important;
        min-width: 200px !important;
    }
}

.utility__content .uti__item.active .productBox__footer {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
}

    .utility__content .uti__item.active .productBox__footer:after,
    .utility__content .uti__item.active .productBox:after {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

.utility__content .uti__item.active .productBox__footer--full {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    transition-delay: 0;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 5px !important;
}

.utility__content .productBox {
    overflow: inherit;
    margin: 10px;
    cursor: pointer;
}

.utility__content .productBox__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .utility__content .productBox__img:after {
        content: "";
        padding-top: 56.6572238%;
        display: block;
    }

    .utility__content .productBox__img img {
        display: none;
    }

.utility__content .productBox h3 {
    font-weight: 700;
    margin: 0;
    font-size: 1.45em;
    color: #3639A6;
    text-shadow: 0 -1px 0 #ddd;
    position: relative;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #fff;
}

.utility__content .productBox:before {
    display: none;
}

.utility__content .productBox:after {
    background: rgba(0, 133, 62, 0.8);
    /*-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.utility__content .productBox__footer:after {
    content: "";
    display: block;
    position: absolute;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    transition: all 0.2s ease-in-out;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: rgba(0, 133, 63, 0.8) transparent;
    /*-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
}

.utility__content .productBox:hover .productBox__footer:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";*/
}

.utiList {
    padding: 0;
    margin: 0 -10px;
    margin-bottom: 20px;
}

    .utiList .uti__col {
        float: left;
        width: 25%;
    }

        .utiList .uti__col:nth-child(4n+1) {
            clear: both;
        }



        .utiList .uti__col:nth-child(2) .uti__expand,
        .utiList .uti__col:nth-child(5) .uti__expand,
        .utiList .uti__col:nth-child(8) .uti__expand {
            margin-right: -200%;
            margin-left: -100%;
        }

        .utiList .uti__col:nth-child(1) .uti__expand,
        /*.utiList .uti__col:nth-child(4) .uti__expand,*/
        .utiList .uti__col:nth-child(7) .uti__expand {
            margin-right: -300%;
        }

        .utiList .uti__col:nth-child(4) .uti__expand {
            margin-left: -300%;
            margin-right: auto;
        }

        .utiList .uti__col:nth-child(3) .uti__expand,
        .utiList .uti__col:nth-child(6) .uti__expand,
        .utiList .uti__col:nth-child(9) .uti__expand {
            margin-left: -200%;
            margin-right: -100%;
        }

@media(max-width: 1348px) and (min-width:1200px) {
    .utility__content .productBox h3 {
        font-weight: 700;
        margin: 0;
        font-size: 1.2em;
    }
}

@media(max-width: 1200px) and (min-width:992px) {
    .utility__content .productBox h3 {
        font-weight: 700;
        margin: 0;
        font-size: 1em;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .utility__content .productBox h3 {
        font-weight: 700;
        margin: 0;
        font-size: 0.9em;
        text-shadow: 0 -1px 0 #ddd;
        -webkit-text-stroke-width: 0.7px;
        -webkit-text-stroke-color: #3639A6 !important;
        color: #3639A6;
    }
}

@media (max-width: 767px) {
    .utility__content .productBox h3 {
        font-weight: bold;
        margin: 0;
        font-size: 0.7em;
        text-shadow: none !important;
        -webkit-text-stroke-width: 0px !important;
        -webkit-text-stroke-color: none !important;
        color: #3639A6;
    }

    .highlightback {
        top: 24px !important;
    }

    .utiList .uti__col {
        width: 50%;
        float: left;
        clear: none;
    }

        .utiList .uti__col .uti__expand {
            margin-right: -100%;
        }

        .utiList .uti__col:nth-child(3n+1) {
            clear: inherit;
        }

        .utiList .uti__col:nth-child(1),
        .utiList .uti__col:nth-child(3),
        .utiList .uti__col:nth-child(7),
        .utiList .uti__col:nth-child(5),
        .utiList .uti__col:nth-child(9) {
            clear: both;
        }

            .utiList .uti__col:nth-child(1) .uti__expand,
            .utiList .uti__col:nth-child(3) .uti__expand,
            .utiList .uti__col:nth-child(7) .uti__expand,
            .utiList .uti__col:nth-child(5) .uti__expand,
            .utiList .uti__col:nth-child(9) .uti__expand {
                margin-right: -100%;
                margin-left: 0;
            }

        .utiList .uti__col:nth-child(2) .uti__expand,
        .utiList .uti__col:nth-child(4) .uti__expand,
        .utiList .uti__col:nth-child(6) .uti__expand,
        .utiList .uti__col:nth-child(8) .uti__expand {
            margin-left: -100%;
            margin-right: 0;
        }

    .utility__content .productBox h3 {
        font-weight: bold;
        margin: 0;
        font-size: 1em;
    }
}

.utiList .uti__item .uti__expand {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding-top: 1px;
    /* @media (min-width: 768px) {
                margin-right: -100%;
            }
            @media (min-width: 992px) {
                margin-right: -(200%);
            }*/
}

.utiList .uti__item .uti__expand__inner {
    position: relative;
    background: #fff;
    padding: 1.875em 1.875em 0;
    margin-left: 10px;
    margin-right: 10px;
    /*margin-top: 10px;
    margin-bottom: 20px;*/
}

    .utiList .uti__item .uti__expand__inner p {
        margin-bottom: 0px;
    }


@media (max-width: 767px) {
    .utiList .productBox__footer {
        display: block;
    }

    .utiList .productBox:hover .productBox__footer {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }

    .utiList .productBox__footer--full,
    .utiList .productBox::after {
        display: none;
    }

    .utility__content .uti__item.active .productBox__footer {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
    }
}

@media (max-width: 480px) {
    .utiList .uti__col {
        width: auto;
        float: none;
        clear: both;
    }

        .utiList .uti__col .uti__expand {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
}

.page__404 {
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 260px;
    background-image: url("/Content/themes/KCN02/assets/images/bg-404.jpg");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #d0f0ff;
}

.page__404__content {
    text-align: center;
}

    .page__404__content p {
        margin: 1.25em 0 0px 0.625em;
        padding: 0;
        font-size: 1.5em;
    }

        .page__404__content p ~ p {
            font-size: 1.875em;
        }

            .page__404__content p ~ p > a {
                color: #259728;
                text-decoration: underline;
            }

                .page__404__content p ~ p > a:hover {
                    color: #f5821f;
                }

@media (max-width: 992px) {
    .page__404__content p {
        font-size: 1.25em;
    }

        .page__404__content p ~ p {
            font-size: 1.5em;
        }
}

.page__search {
    background: #f7f7f7;
    padding: 3.125em 0;
}

.page__search__content {
    max-width: 980px;
    margin: 0 auto;
}

    .page__search__content .content__heading {
        text-transform: inherit;
    }

.page__search__content__form {
    margin-top: 15px;
}

    .page__search__content__form .input-group-addon {
        padding: 0 0px 0px 11px;
        border: none;
        border-radius: 0;
        background: none;
    }

    .page__search__content__form .form-control {
        border: none;
        background: none;
        border-bottom: 1px solid #4baa42;
        border-radius: 0;
        font-size: 1.5em;
        padding-left: 0;
        padding-top: 0;
        color: #4baa42;
        height: 40px;
    }

        .page__search__content__form .form-control:focus {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 13px rgba(249, 172, 112, 0);
        }

.page__search__content__list {
    padding: 3.125em 0;
}

.page__search__content__item {
    border-top: 1px solid #d7d7d7;
    padding-top: 25px;
    padding-bottom: 10px;
}

    .page__search__content__item > a {
        color: #262626;
        display: inline-block;
        font-weight: bold;
        margin-bottom: 8px;
    }

        .page__search__content__item > a:hover {
            color: #5ab052;
        }

    .page__search__content__item p {
        line-height: 2.1875em;
    }

.page__search__content .text-result {
    margin-top: 20px;
}

    .page__search__content .text-result strong {
        color: #262626;
    }

    .page__search__content .text-result .text-hightlight {
        color: #f58220;
        font-weight: bold;
    }

.customer-page__content__full .search {
    width: 100%;
}

.customer-page__content__full .search__add {
    width: 91.5238954%;
}

.customer-page__content__full .search__add__item {
    cursor: pointer;
    width: 21.67487685%;
    margin: 0 12.5px;
    float: left;
}

    .customer-page__content__full .search__add__item .form-group {
        position: relative;
    }

        .customer-page__content__full .search__add__item .form-group::before {
            position: absolute;
            content: '';
            top: 50%;
            right: 5px;
            width: 0px;
            height: 0px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #4baa42;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            z-index: 0;
        }

    .customer-page__content__full .search__add__item .form-control {
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 0;
        border-radius: 0;
        position: relative;
        z-index: 999;
    }

        .customer-page__content__full .search__add__item .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #4baa42;
        }

    .customer-page__content__full .search__add__item .input-group ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4baa42;
    }

    .customer-page__content__full .search__add__item .input-group ::-moz-placeholder {
        /* Firefox 19+ */
        color: #4baa42;
    }

    .customer-page__content__full .search__add__item .input-group :-ms-input-placeholder {
        /* IE 10+ */
        color: #4baa42;
    }

    .customer-page__content__full .search__add__item .input-group :-moz-placeholder {
        /* Firefox 18- */
        color: #4baa42;
    }

    .customer-page__content__full .search__add__item .input-group-addon {
        background-color: #a1ce67;
        border: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: #fff;
    }

    .customer-page__content__full .search__add__item select {
        -webkit-appearance: none;
    }

.customer-page__content__full .search__remove {
    width: 8.4761046%;
    float: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding-top: 17px;
    color: #4baa42;
    line-height: 2.0625;
}

    .customer-page__content__full .search__remove a {
        color: #a1ce67;
    }

.customer-page__content__talk__item {
    padding-top: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #e4e5e5;
}

    .customer-page__content__talk__item:last-child {
        border-bottom: none;
    }

    .customer-page__content__talk__item .images {
        position: relative;
    }

    .customer-page__content__talk__item .images__content {
        text-align: center;
    }

    .customer-page__content__talk__item .images__name {
        padding-top: 25px;
        text-align: center;
    }

        .customer-page__content__talk__item .images__name div:nth-child(1) {
            font-size: 1.125em;
            font-weight: 700;
            line-height: 1.66666667;
            color: #4baa42;
            text-transform: uppercase;
        }

        .customer-page__content__talk__item .images__name div:nth-child(2) {
            color: #262626;
            text-transform: uppercase;
            font-weight: 700;
        }

        .customer-page__content__talk__item .images__name div:nth-child(3) {
            font-style: italic;
            font-size: 0.875em;
            line-height: 1.64285714;
            color: #262626;
        }

    .customer-page__content__talk__item .images__note {
        position: absolute;
        top: 40%;
        right: 17%;
        content: '';
    }

    .customer-page__content__talk__item .text {
        padding-left: 30px;
        padding-right: 44px;
        text-align: justify;
    }

        .customer-page__content__talk__item .text p {
            margin-bottom: 0;
            font-style: italic;
            line-height: 1.875;
            color: #262626;
        }

@media (max-width: 1366px) {
    .customer-page__content__full .search__add {
        width: 100%;
    }

    .customer-page__content__full .search__add__item {
        width: 47.5%;
    }

    .customer-page__content__full .search__remove {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .customer-page__content__full .search__add__item {
        width: 47%;
    }

    .customer-page__content__full .search__remove {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .customer-page__content__full .search__add__item {
        width: 46%;
    }
}

@media (max-width: 768px) {
    .customer-page__content__full .search__add__item {
        width: 40%;
    }
}

@media (max-width: 479px) {
    .customer-page__content__full .search__add__item {
        width: 100%;
    }
}

.afterLogin {
    background-color: #ebebeb;
    position: relative;
    z-index: 9;
}

    .afterLogin .container {
        position: relative;
    }

.afterLogin--home {
    background-color: #fff;
}

.afterLogin__content {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

    .afterLogin__content .name {
        padding-top: 8px;
        padding-bottom: 5px;
        cursor: pointer;
        position: relative;
    }

    .afterLogin__content .name__first {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid #fff;
        margin-right: 8px;
        position: absolute;
        top: 50%;
        right: 145px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .afterLogin__content .name__first:after {
            content: "";
            padding-top: 100%;
            display: block;
        }

        .afterLogin__content .name__first img {
            display: none;
        }

    .afterLogin__content .name__full {
        font-size: 1em;
        font-family: "Roboto", sans-serif;
        color: #3aa23b;
        font-weight: 700;
        padding-right: 16px;
        position: relative;
    }

        .afterLogin__content .name__full::before {
            position: absolute;
            content: '';
            top: 50%;
            right: 0;
            width: 0px;
            height: 0px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #3aa23b;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    .afterLogin__content .subInfo {
        z-index: 1;
        display: none;
        position: absolute;
        content: '';
        top: 45px;
        right: 0;
        background-color: #fff;
        padding-top: 8px;
        padding-bottom: 16px;
    }

        .afterLogin__content .subInfo.active {
            display: block;
        }

    .afterLogin__content .subInfo__content {
        list-style: none;
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .afterLogin__content .subInfo__content__item {
        font-size: 0.875em;
        font-family: "Roboto", sans-serif;
        padding: 6px 0;
        padding-right: 60px;
    }

        .afterLogin__content .subInfo__content__item i {
            color: #4eab43;
            margin-right: 25px;
            padding-left: 17px;
        }

        .afterLogin__content .subInfo__content__item span {
            color: #262626;
        }

        .afterLogin__content .subInfo__content__item.active,
        .afterLogin__content .subInfo__content__item:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1cf67+0,a1cf67+50,a1cf67+100&0+1,0.5+50,0+100 */
            /* FF3.6-15 */
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(161, 207, 103, 0) 0%, rgba(161, 207, 103, 0) 1%, rgba(161, 207, 103, 0.5) 50%, rgba(161, 207, 103, 0) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1cf67', endColorstr='#00a1cf67', GradientType=1);
            /* IE6-9 */
        }

            .afterLogin__content .subInfo__content__item.active span,
            .afterLogin__content .subInfo__content__item:hover span {
                color: #4eab43;
            }

    .afterLogin__content .allLogo img {
        max-height: 32px;
    }

    .afterLogin__content .allLogo ul {
        list-style: none;
        padding-top: 7px;
        padding-left: 0;
        padding-bottom: 7px;
        margin: 0;
    }

        .afterLogin__content .allLogo ul li {
            display: inline-block;
            vertical-align: middle;
        }

            .afterLogin__content .allLogo ul li:first-child {
                margin-right: 75px;
            }

.navbar.affix-top .elink {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

    .navbar.affix-top .elink .navbar-brand {
        padding: 10px 0;
    }

@media (max-width: 992px) {
    .navbar.affix-top .elink .navbar-brand {
        padding: 5px 0;
    }
}

.navbar.affix-top .elink .navbar-brand > img {
    height: 60px;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .navbar.affix-top .elink .navbar-brand > img {
        height: 40px;
    }
}

.navbar.affix .elink {
    padding-top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

    .navbar.affix .elink .navbar-brand > img {
        height: 40px;
        transition: all 0.2s ease-in-out;
    }

@media (max-width: 1400px) {
    .navbar-fixed.elink .navbar-collapse {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .navbar-fixed.elink > .container::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-fixed.elink .navbar-toggle {
        right: 8px;
    }
}

@media (max-width: 479px) {
    .afterLogin {
        border-bottom: 1px solid #ebebeb;
    }

        .afterLogin .allLogo ul li:first-child {
            margin-right: 10px;
        }

    .afterLogin__content {
        border-bottom: none;
    }

        .afterLogin__content .name {
            position: relative;
        }

            .afterLogin__content .name::before {
                position: absolute;
                content: '';
                top: 50%;
                right: 0;
                width: 0px;
                height: 0px;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid #3aa23b;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

        .afterLogin__content .name__first {
            margin-right: 16px;
            position: inherit;
            top: unset;
            right: unset;
            -webkit-transform: translate(0);
            transform: translate(0);
        }

        .afterLogin__content .name__full {
            display: none;
        }
}

.elinkHome--intro .elinkHome__content {
    padding-top: 0;
}

.elinkHome--intro .elinkHome__content__item .image {
    margin-top: 30px;
    margin-bottom: 25px;
}

.elinkHome--intro .elinkHome__content__item .text ul {
    padding-left: 15px;
}

    .elinkHome--intro .elinkHome__content__item .text ul li {
        color: #329e41;
    }

        .elinkHome--intro .elinkHome__content__item .text ul li span {
            color: #262626;
            line-height: 1.875;
        }

.elinkHome--contact .elinkHome__content {
    padding-top: 0;
}

.elinkHome--contact .elinkHome__content__item:last-child {
    background-color: transparent;
}

.elinkHome--contact .elinkHome__content__item:first-child {
    padding-right: 80px;
}

.elinkHome--contact .elinkHome__content__item .text h4 {
    color: #41a640;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.66666667;
}

.elinkHome--contact .elinkHome__content__item .text a {
    color: #262626;
}

    .elinkHome--contact .elinkHome__content__item .text a:hover {
        color: #4baa42;
    }

.elinkHome--contact .elinkHome__content__item .text__item {
    margin-bottom: 20px;
}

    .elinkHome--contact .elinkHome__content__item .text__item p {
        font-size: 1.125em;
        line-height: 1.66666667;
        font-weight: 400;
        margin-bottom: 0;
    }

        .elinkHome--contact .elinkHome__content__item .text__item p.head {
            color: #41a640;
            font-weight: 700;
        }

.elinkHome--faqs .elinkHome__content {
    padding-top: 0;
}

.elinkHome--faqs .elinkHome__content__item:first-child {
    padding-right: 50px;
}

.elinkHome--faqs .elinkHome__content__item:last-child {
    margin-bottom: 70px;
}

.elinkHome__banner {
    margin-top: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .elinkHome__banner:after {
        content: "";
        padding-top: 22.1875%;
        display: block;
    }

    .elinkHome__banner img {
        display: none;
    }

.elinkHome__content {
    background-color: #f7f7f7;
    padding-top: 38px;
}

.elinkHome__content__item:first-child {
    padding-right: 30px;
}

.elinkHome__content__item:last-child {
    background-color: #fff;
}

.elinkHome__content__item .title {
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
}

.elinkHome__content__item .image {
    margin-top: 32px;
    margin-bottom: 108px;
    background-color: #fff;
}

.elinkHome__content__item .contentSmall {
    padding: 17px 26px;
}

    .elinkHome__content__item .contentSmall .backElink {
        text-align: center;
        margin-bottom: 20px;
    }

        .elinkHome__content__item .contentSmall .backElink a {
            font-size: 1.125em;
            line-height: 1.66666667;
            color: #329e41;
        }

            .elinkHome__content__item .contentSmall .backElink a i {
                margin-right: 10px;
            }

.elinkHome__content__item .contentSmall__item .image {
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .elinkHome__content__item .contentSmall__item .image:after {
        content: "";
        padding-top: 54.7112462%;
        display: block;
    }

    .elinkHome__content__item .contentSmall__item .image img {
        display: none;
    }

.elinkHome__content__item .contentSmall__item .title {
    margin-top: 22px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

    .elinkHome__content__item .contentSmall__item .title h4 {
        font-size: 1.125em;
    }

.elinkHome__content__item .contentSmall__item .info__content {
    padding-left: 15px;
}

.elinkHome__content__item .contentSmall__item .info__content__item {
    margin-bottom: 5px;
    color: #329e41;
}

    .elinkHome__content__item .contentSmall__item .info__content__item span {
        color: #262626;
    }

        .elinkHome__content__item .contentSmall__item .info__content__item span p {
            color: #329e41;
        }

            .elinkHome__content__item .contentSmall__item .info__content__item span p i {
                margin-right: 10px;
            }

        .elinkHome__content__item .contentSmall__item .info__content__item span a {
            color: #262626;
        }

            .elinkHome__content__item .contentSmall__item .info__content__item span a:hover {
                color: #4baa42 !important;
            }

    .elinkHome__content__item .contentSmall__item .info__content__item:last-child a {
        color: #329e41;
    }

        .elinkHome__content__item .contentSmall__item .info__content__item:last-child a:hover {
            color: #4baa42 !important;
        }

.elinkHome__content__item .contentSmall__item .maps {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.elinkHome__content__item .contentSmall .share {
    border-top: 2px solid #ebebeb;
    margin-top: 20px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 8px;
}

    .elinkHome__content__item .contentSmall .share .sharethis-inline-share-buttons {
        display: inline;
    }

        .elinkHome__content__item .contentSmall .share .sharethis-inline-share-buttons i {
            color: #262626;
            padding: 0.4375em;
            background-color: transparent;
            border-radius: 50%;
            margin-left: 10px;
        }

            .elinkHome__content__item .contentSmall .share .sharethis-inline-share-buttons i:hover {
                color: #fff;
                background-color: #329e41;
            }

.elinkContact {
    background-color: #f7f7f7;
}

.elinkContact__content {
    background-color: #fff;
    margin-bottom: 65px;
}

.elinkContact__content__form {
    float: none;
    margin: 0 auto;
}

    .elinkContact__content__form h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.125em;
        line-height: 1.66666667;
        font-weight: 700;
        color: #329e41;
        margin-top: 45px;
        margin-bottom: 20px;
    }

    .elinkContact__content__form .btn-lh {
        min-width: 130px;
        opacity: 1;
    }

.faqs__content {
    padding-left: 10px;
    padding-top: 26px;
    counter-reset: my-sec-counter;
    list-style: none;
}

.faqs__content__item {
    position: relative;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 10px;
    cursor: pointer;
}

    .faqs__content__item:last-child {
        border-bottom: none;
    }

    .faqs__content__item::before {
        counter-increment: my-sec-counter;
        content: counter(my-sec-counter);
        color: #f5821f;
        position: absolute;
    }

    .faqs__content__item span {
        padding-left: 27px;
    }

    .faqs__content__item .content {
        color: #262626;
        font-weight: 400;
        padding-left: 40px;
        padding-top: 15px;
        line-height: 1.875;
        display: none;
        text-align: justify;
    }

        .faqs__content__item .content p {
            margin-bottom: 0;
        }

    .faqs__content__item.active {
        border-bottom: none;
    }

        .faqs__content__item.active span {
            color: #4baa42;
        }

        .faqs__content__item.active .content {
            display: block;
        }

@media (max-width: 767px) {
    .elinkHome--contact .elinkHome__content__item:first-child {
        padding-right: 5px;
    }

    .elinkHome--faqs .elinkHome__content__item:first-child {
        padding-right: 5px;
    }

    .elinkHome__content {
        padding-top: 16px;
    }

    .elinkHome__content__item:first-child {
        padding-right: 10px;
        text-align: justify;
    }

    .elinkHome__content__item .title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .elinkHome__content__item .image {
        margin-bottom: 50px;
    }

    .elinkHome__content__item .contentSmall {
        padding: 17px 5px;
    }

        .elinkHome__content__item .contentSmall .backElink a {
            font-size: 1.28571429em;
        }

    .elinkHome__content__item .contentSmall__item .title h4 {
        font-size: 0.9em;
    }
}

.formLogin {
    width: 350px;
    background: rgba(255, 255, 255, 0.5);
    float: right;
    padding-bottom: 20px;
    border-radius: 10px;
}

.formLogin__title {
    font-size: 1.125em;
    color: #00853f;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    line-height: 1;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}

    .formLogin__title span {
        display: inline-block;
        text-align: center;
        width: 49%;
        vertical-align: middle;
        position: relative;
        padding: 0.9375em 0px;
    }

        .formLogin__title span:first-child {
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

            .formLogin__title span:first-child:before {
                display: block;
                left: 0;
                right: 0;
                height: 2px;
                background: #00853f;
                content: "";
                position: absolute;
                top: 100%;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
            }

            .formLogin__title span:first-child:after {
                content: "";
                display: block;
                position: absolute;
                top: 100%;
                left: 50%;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                transition: all 0.2s ease-in-out;
                margin-left: -9px;
                border-style: solid;
                border-width: 9px 9px 0;
                border-color: #00853f transparent;
            }

        .formLogin__title span > a {
            color: #696969;
            font-weight: normal;
            cursor: pointer;
        }

.formLogin__item {
    padding: 14px 30px;
    font-size: 0.875em;
}

    .formLogin__item label {
        font-size: 1em;
        font-weight: normal;
        letter-spacing: 0.3px;
        margin: 0;
    }

    .formLogin__item .form-control {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(70, 70, 70, 0.2);
        background: transparent;
        position: relative;
        padding: 10px 0;
    }

        .formLogin__item .form-control:focus {
            border-color: #4baa42;
            color: #4baa42;
            box-shadow: none;
        }

    .formLogin__item a {
        color: #333333;
        font-weight: normal;
        position: relative;
        padding-top: 7px;
        display: inline-block;
    }

        .formLogin__item a:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 5px;
            height: 1px;
            width: 100%;
            background: #333;
        }

        .formLogin__item a:hover {
            color: #f58220;
        }

            .formLogin__item a:hover:before {
                background: #f58220;
            }

    .formLogin__item .link--blue {
        font-weight: bold;
        letter-spacing: 0.3px;
        color: #00853f;
        cursor: pointer;
        display: inline-block;
        margin-left: 4px;
    }

        .formLogin__item .link--blue:before {
            background: #00853f;
        }

.formLogin__item--1 {
    padding-top: 0;
    padding-bottom: 30px;
    margin-left: 10px;
}

.formLogin ::-webkit-input-placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

.formLogin :-moz-placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

.formLogin ::-moz-placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

.formLogin :-ms-input-placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

.formSuccess {
    text-align: center;
    padding-top: 3.75em;
    padding-bottom: 4.375em;
}

    .formSuccess img {
        max-width: 72px;
    }

    .formSuccess h5 {
        color: #4baa42;
        font-size: 1.5em;
        margin: 0;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .formSuccess p {
        font-size: 1.125em;
    }

/*custom popup*/

.modal-backdrop {
    z-index: 9991;
}

.modal {
    z-index: 9992;
}

.modal--form {
    display: block;
    z-index: -1;
}

    .modal--form.in {
        z-index: 9992;
    }

    .modal--form .modal-dialog {
        max-width: 830px;
        width: inherit;
    }

    .modal--form .modal-header {
        padding: 1.625em 5.625em;
        color: #fff;
        background-image: url("/Content/themes/KCN02/assets/images/bg-title-popup.jpg");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .modal--form .modal-header h4 {
            color: #fff;
            font-size: 1.5em;
            margin: 0;
            text-transform: uppercase;
            font-weight: bold;
        }

@media (max-width: 480px) {
    .modal--form .modal-header h4 {
        font-size: 1.25em;
    }
}

.modal--form .modal-header a {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.modal--form .modal-header p {
    margin: 0;
    padding-top: 5px;
}

.modal--form .modal-header .close {
    position: absolute;
    top: 0;
    right: -18px;
}

@media (max-width: 992px) {
    .modal--form .modal-header .close {
        top: -12px;
    }
}

.modal--form--2 .modal-dialog {
    max-width: 490px;
}

.modal--form--2 .modal-header {
    background-image: url("/Content/themes/KCN02/assets/images/bg-title-popup-2.jpg");
}

    .modal--form--2 .modal-header h4 {
        text-transform: inherit;
        font-weight: normal;
        text-align: center;
    }

.modal--form--2 .formRegister__info {
    padding: 0.625em 2.8125em;
}

    .modal--form--2 .formRegister__info .form-group {
        margin: 2.8125em 0em;
    }

        .modal--form--2 .formRegister__info .form-group .submit {
            margin-bottom: 1.25em;
            margin-top: 0;
        }

        .modal--form--2 .formRegister__info .form-group .chosen-container {
            width: 100% !important;
        }

a.over-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.elink--page {
    background-image: url("/Content/themes/KCN02/assets/images/elink-bg-bottom.png"), url("/Content/themes/KCN02/assets/images/elink-bg-top.jpg");
    background-size: 100% auto, 100% 100%;
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.adv-banner {
    margin-bottom: 20px;
    padding-left: 4px;
}

    .adv-banner a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .adv-banner a:after {
            content: "";
            padding-top: 164.31095406%;
            display: block;
        }

        .adv-banner a img {
            display: none;
        }

@media (max-width: 992px) {
    .adv-banner {
        width: 283px;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
    }
}

.formRegister__info {
    padding: 1.625em 4.375em;
}

    .formRegister__info label {
        text-transform: inherit;
        margin-bottom: 0;
    }

.formRegister .row > div {
    padding-left: 1.25em;
    padding-right: 1.25em;
}

.formRegister .btn-lh {
    min-width: 150px;
}

.elinkSlide {
    overflow: hidden;
}

.elinkSlide__inner {
    position: relative;
    max-width: 1042px;
    margin: 0 auto;
    padding-bottom: 25px;
}

    .elinkSlide__inner .slick-list {
        overflow: unset;
    }

        .elinkSlide__inner .slick-list .slick-current .elinkSlide__item__decs {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
            filter: "alpha(opacity=${opperc})";
            transition: all 0.2s ease-in-out;
        }

.elinkSlide__item {
    padding: 10px;
    position: relative;
}

.elinkSlide__item__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

    .elinkSlide__item__img:after {
        content: "";
        padding-top: 28.23529412%;
        display: block;
    }

    .elinkSlide__item__img img {
        display: none;
    }

.elinkSlide__item__info {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
}

.elinkSlide__item__decs {
    background: rgba(255, 255, 255, 0.8);
    width: 340px;
    margin: 0 auto;
    padding: 1.6875em;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    transition: all 0.2s ease-in-out;
}

    .elinkSlide__item__decs h4 {
        font-size: 2.25em;
        font-weight: bold;
        margin: 0;
        padding-top: 10px;
    }

    .elinkSlide__item__decs .img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        background-size: contain;
    }

        .elinkSlide__item__decs .img:after {
            content: "";
            padding-top: 21.89781022%;
            display: block;
        }

        .elinkSlide__item__decs .img img {
            display: none;
        }

.elinkSlide .slick-dots {
    bottom: 2px;
}

.elinkSlide .slick-slider .arrow {
    margin-top: -1.8125em;
}

.newsGird {
    padding-left: 0;
    padding-right: 0;
}

    .newsGird .news-list__item .image {
        position: relative;
    }

        .newsGird .news-list__item .image a {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
        }

            .newsGird .news-list__item .image a:after {
                content: "";
                padding-top: 80%;
                display: block;
            }

            .newsGird .news-list__item .image a img {
                display: none;
            }

            .newsGird .news-list__item .image a:before {
                width: 100%;
                height: 100%;
                position: absolute;
                background: url("/Content/themes/KCN02/assets/images/icons/icon-zoom.svg") center center no-repeat rgba(24, 130, 65, 0.8);
                content: '';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                transition: all 0.2s ease-in-out;
            }

        .newsGird .news-list__item .image:after {
            display: none;
        }

    .newsGird .news-list__item .des p a {
        color: #262626;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        line-height: 20px;
        height: 60px;
        display: block;
        text-overflow: ellipsis;
    }

    .newsGird .news-list__item .des .info {
        font-size: 0.875em;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: justify;
        overflow: hidden;
        height: 63px;
    }

    .newsGird .news-list__item:hover .image > a:before {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.2s ease-in-out;
    }

    .newsGird .news-list__item:hover a {
        color: #4baa42;
    }

.elinkGird {
    background: #fff;
    padding: 1.875em 3.75em;
    margin-top: 20px;
}

    .elinkGird .news-list__item {
        padding-left: 12px;
        padding-right: 12px;
        clear: inherit !important;
    }

    .elinkGird .elinkList {
        max-height: 360px;
        padding-left: 30px;
    }

        .elinkGird .elinkList ul {
            margin-top: 2px;
        }

        .elinkGird .elinkList li {
            padding: 7px 15px;
            border-bottom: 1px dotted #d6e0e4;
            border-top: 1px dotted #d6e0e4;
            margin-top: -1px;
        }

            .elinkGird .elinkList li:hover {
                border-bottom: 1px solid #d6e0e4;
                border-top: 1px solid #d6e0e4;
            }

                .elinkGird .elinkList li:hover .date {
                    color: #4baa42;
                }

        .elinkGird .elinkList a {
            line-height: 1.3;
            display: block;
        }

            .elinkGird .elinkList a .date {
                font-size: 0.875em;
            }

.elinkCompany {
    padding: 2.8125em 3.75em;
}

.elinkCompany--webinar {
    padding: 1.875em 3.75em 0.9375em;
}

.elinkCompany .formCompany {
    padding-top: 8px;
    padding-right: 20px;
}

    .elinkCompany .formCompany .form-control {
        border-bottom: none;
        height: 30px;
        padding: 0px 0px 0px 10px;
        border: none;
        border-radius: 0;
        background: transparent;
    }

    .elinkCompany .formCompany .table-cell:first-child {
        background: #fff;
        border-radius: 30px;
        padding: 7px;
    }

    .elinkCompany .formCompany .table-cell:last-child {
        padding-left: 10px;
        text-align: right;
        width: 130px;
    }

    .elinkCompany .formCompany .form-cell {
        display: inline-block;
        vertical-align: middle;
        width: 37%;
        text-align: left;
    }

        .elinkCompany .formCompany .form-cell:first-child {
            border-right: 2px solid #ebebeb;
            width: 61%;
        }

        .elinkCompany .formCompany .form-cell .dropdown button {
            width: 100%;
            border: none;
            background: transparent;
            color: #a9a9a9 !important;
            font-size: 1em;
            text-transform: unset;
            text-align: left;
        }

            .elinkCompany .formCompany .form-cell .dropdown button i {
                margin-right: 9px;
            }

            .elinkCompany .formCompany .form-cell .dropdown button:hover {
                color: #a9a9a9;
                outline: none;
            }

            .elinkCompany .formCompany .form-cell .dropdown button.active {
                box-shadow: none;
            }

            .elinkCompany .formCompany .form-cell .dropdown button .caret {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

        .elinkCompany .formCompany .form-cell .dropdown .dropdown-menu {
            width: 100%;
            z-index: 99999;
        }

            .elinkCompany .formCompany .form-cell .dropdown .dropdown-menu li a {
                font-size: 1em;
                text-align: left;
                color: #a9a9a9 !important;
            }

                .elinkCompany .formCompany .form-cell .dropdown .dropdown-menu li a:hover {
                    background-color: transparent;
                    color: #fff !important;
                }

            .elinkCompany .formCompany .form-cell .dropdown .dropdown-menu li:hover {
                background-color: #4baa42;
            }

                .elinkCompany .formCompany .form-cell .dropdown .dropdown-menu li:hover input {
                    color: #fff !important;
                }

            .elinkCompany .formCompany .form-cell .dropdown .dropdown-menu li .input-group-addon {
                background-color: transparent;
                border: none;
                padding-left: 20px;
            }

.elinkCompany .des {
    margin-top: 15px;
}

.elinkCompany .newsGird {
    margin-bottom: 30px;
    margin-left: -11px;
    margin-right: -11px;
}

    .elinkCompany .newsGird .news-list__item {
        float: left;
        clear: inherit !important;
        width: 20%;
        padding: 11px;
        padding-bottom: 1.125em;
        margin-bottom: 0;
    }

.elinkSort {
    overflow: hidden;
}

    .elinkSort .sortLink {
        padding-left: 0;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 6px;
        font-size: 0px;
        margin-left: -6px;
        padding-right: 0;
        margin-bottom: 20px;
    }

        .elinkSort .sortLink li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            font-size: 16px;
            margin: 4px 6px;
            font-weight: bold;
            color: #262626;
            padding: 3px 11px;
            border-radius: 40px;
            cursor: pointer;
        }

            .elinkSort .sortLink li:before {
                content: "";
                top: 8px;
                bottom: 0;
                background: rgba(0, 0, 0, 0.1);
                position: absolute;
                height: 20px;
                width: 1px;
                left: -7px;
            }

            .elinkSort .sortLink li:hover {
                background: #a1ce67;
                color: #fff;
            }

            .elinkSort .sortLink li.active {
                background: #a1ce67;
                color: #fff;
            }

.btn-nav {
    display: none;
}

@media (min-width: 991px) {
    .mb-tab {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .elinkCompany .newsGird .news-list__item {
        width: 25%;
    }

    .elinkGird .elinkList {
        padding-left: 0;
    }

    .elinkGird .newsGird {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .mb-tab {
        display: none;
    }

    .btn-nav {
        background: #4baa42;
        display: block;
        font-size: 16px;
        padding: 7px 17px;
        position: relative;
        text-transform: uppercase;
        margin-top: 0;
        text-decoration: none !important;
        z-index: 1;
        color: #fff !important;
        border-radius: 50px;
    }

        .btn-nav:after {
            border-color: #fff transparent transparent;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            content: "";
            margin-top: -3px;
            position: absolute;
            top: 50%;
            right: 20px;
        }

        .btn-nav.open-nav:after {
            border-color: transparent transparent #fff;
            border-width: 0 6px 6px 6px;
        }

    .modal--form .modal-dialog {
        max-width: inherit;
        width: 80%;
        margin: 15px auto;
    }

    .modal--form .modal-header {
        padding: 1.25em;
    }

    .modal--form .formRegister__info {
        padding: 0em;
    }

    .modal--form .formRegister .row > div {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    .elinkGird,
    .elinkCompany {
        padding: 1.25em;
    }

    .elinkSlide .slick-slider .arrow--prev {
        left: 0;
    }

    .elinkSlide .slick-slider .arrow--next {
        right: 0;
    }

    .elinkCompany .formCompany {
        padding-top: 0;
        padding-right: 10px;
    }

    .elinkCompany .newsGird .news-list__item {
        width: 33.33%;
    }

    .elinkSort .sortLink li {
        display: block;
        background: #fff;
        text-align: center;
    }

        .elinkSort .sortLink li:before {
            display: none;
        }
}

@media (max-width: 768px) {
    .formLogin {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .subHeader__info p {
        padding-right: 0;
    }

    .elinkCompany .newsGird .news-list__item {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .elinkSlide__item__decs img {
        max-width: 120px;
    }

    .elinkSlide__item__decs h4 {
        font-size: 0.875em;
    }

    .adv-banner {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .formRegister__title div {
        width: auto;
        float: none;
        text-align: left;
    }

    .elinkCompany .formCompany .table-cell {
        display: block;
        width: auto !important;
        background: none !important;
        border-radius: 0;
        padding: 0 !important;
    }

        .elinkCompany .formCompany .table-cell:last-child {
            padding-left: 0;
            text-align: center;
        }

            .elinkCompany .formCompany .table-cell:last-child .btn-search {
                width: 100%;
            }

    .elinkCompany .formCompany .form-cell {
        display: block;
        width: auto !important;
        border: none !important;
        background: #fff;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .elinkCompany .formCompany .form-control {
        height: 40px;
    }
}

@media (max-width: 360px) {
    .elinkSlide__item__info {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.profilePage {
    background: #f7f7f7;
    padding-bottom: 2.5em;
}

    .profilePage .breadcrumb {
        max-width: inherit;
        padding-bottom: 0;
    }

        .profilePage .breadcrumb > li a {
            color: #999999;
        }

    .profilePage .slick-slider .arrow i {
        margin-top: 0;
    }

    .profilePage .productDetail {
        padding-top: 10px;
    }

.newsMain {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
    margin-bottom: 35px;
    margin-top: 15px;
}

    .newsMain .images {
        float: left;
        width: 47%;
    }

        .newsMain .images a {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
        }

            .newsMain .images a:after {
                content: "";
                padding-top: 55.27272727%;
                display: block;
            }

            .newsMain .images a img {
                display: none;
            }

    .newsMain .des {
        float: right;
        width: 53%;
        padding-left: 50px;
    }

        .newsMain .des .date {
            font-size: 0.875em;
        }

            .newsMain .des .date i {
                padding: 0 20px 0 0px;
            }

        .newsMain .des h4 {
            font-size: 1.5em;
            margin: 0;
            line-height: 1.125em;
            padding-bottom: 15px;
        }

            .newsMain .des h4 a {
                color: #262626;
            }

                .newsMain .des h4 a:hover {
                    color: #4baa42;
                }

        .newsMain .des p {
            text-align: justify;
            line-height: 1.6875em;
        }

        .newsMain .des > a {
            color: #f5821f;
            text-transform: uppercase;
        }

            .newsMain .des > a:hover {
                color: #4baa42;
            }

.newsList {
    padding: 0;
}

    .newsList .image {
        position: relative;
    }

        .newsList .image > a {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
        }

            .newsList .image > a:after {
                content: "";
                padding-top: 55.55555556%;
                display: block;
            }

            .newsList .image > a img {
                display: none;
            }

            .newsList .image > a:before {
                width: 100%;
                height: 100%;
                position: absolute;
                background: url("/Content/themes/KCN02/assets/images/icons/icon-zoom.svg") center center no-repeat rgba(24, 130, 65, 0.8);
                content: '';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                transition: all 0.2s ease-in-out;
            }

        .newsList .image:after {
            display: none;
        }

    .newsList .news-list__item {
        margin-bottom: 25px;
    }

        .newsList .news-list__item .des a {
            line-height: 1.6875em;
            max-height: 80px;
        }

        .newsList .news-list__item:hover .image > a:before {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
            filter: "alpha(opacity=${opperc})";
            transition: all 0.2s ease-in-out;
        }

        .newsList .news-list__item:hover a {
            color: #4baa42;
        }

.newsOtherSlide {
    margin-left: -1em;
    margin-right: -1em;
}

.newsOther__item {
    padding: 0 1em;
}

    .newsOther__item .news-list__item .image {
        position: relative;
    }

        .newsOther__item .news-list__item .image > a {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
        }

            .newsOther__item .news-list__item .image > a:after {
                content: "";
                padding-top: 55.55555556%;
                display: block;
            }

            .newsOther__item .news-list__item .image > a img {
                display: none;
            }

            .newsOther__item .news-list__item .image > a:before {
                width: 100%;
                height: 100%;
                position: absolute;
                background: url("/Content/themes/KCN02/assets/images/icons/icon-zoom.svg") center center no-repeat rgba(24, 130, 65, 0.8);
                content: '';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                transition: all 0.2s ease-in-out;
            }

        .newsOther__item .news-list__item .image:after {
            display: none;
        }

    .newsOther__item .news-list__item:hover .image > a:before {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        transition: all 0.2s ease-in-out;
    }

    .newsOther__item .news-list__item:hover a {
        color: #4baa42;
    }

.newsOther .arrow--prev {
    left: -50px;
}

.newsOther .arrow--next {
    right: -50px;
}

.newsOther .arrow {
    top: calc((100% - 103px)/2);
}

.newsDetail {
    max-width: 780px;
    margin: 0 auto;
}

    .newsDetail p {
        margin-bottom: 1.25em;
    }

    .newsDetail h4 {
        font-weight: normal;
        font-size: 1.5em;
        margin-bottom: 0;
    }

@media (max-width: 992px) {
    .newsOther .arrow--prev {
        left: 0px;
    }

    .newsOther .arrow--next {
        right: 0px;
    }
}

@media (max-width: 768px) {
    .newsMain {
        padding-bottom: 15px;
        margin-bottom: 23px;
    }

        .newsMain .images {
            float: none;
            width: auto;
        }

        .newsMain .des {
            float: none;
            width: auto;
            padding-left: 0;
            padding-top: 10px;
        }
}

.productItem {
    position: relative;
}

    .productItem .image {
        position: relative;
    }

        .productItem .image > a {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            border: 1px solid #ebebeb;
        }

            .productItem .image > a:after {
                content: "";
                padding-top: 64.28571429%;
                display: block;
            }

            .productItem .image > a img {
                display: none;
            }

            .productItem .image > a:before {
                position: absolute;
                background: url("/Content/themes/KCN02/assets/images/icons/icon-zoom.svg") center center no-repeat rgba(24, 130, 65, 0.8);
                content: '';
                top: 1px;
                left: 1px;
                right: 1px;
                bottom: 1px;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                transition: all 0.2s ease-in-out;
            }

    .productItem .des {
        background: #fff;
        padding: 1.875em 2.1875em;
        border: 1px solid #ebebeb;
        border-top: none;
    }

        .productItem .des h4 {
            font-size: 1.125em;
            font-weight: bold;
            margin: 0;
            line-height: 1.22222222em;
            padding-bottom: 6px;
            overflow: hidden;
            height: 2.5em;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
            line-height: 1.2;
        }

            .productItem .des h4 a {
                color: #262626;
                /* overflow: hidden;
                max-height: em(40);
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: justify;
                line-height: 1.2; */
                display: block;
            }

                .productItem .des h4 a:hover {
                    color: #4baa42;
                }

        .productItem .des p {
            margin: 0;
        }

            .productItem .des p em {
                font-size: 0.875em;
                line-height: 1.2;
                display: block;
            }

            .productItem .des p:last-child {
                max-height: 2.5em;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left;
                line-height: 1.2;
                margin-top: 10px;
            }

@media (max-width: 991px) {
    .productItem .des p:last-child {
        max-height: 2.25em;
    }
}

.productItem:hover .image > a:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    transition: all 0.2s ease-in-out;
}

.productItem:hover .des h4 a {
    color: #4baa42;
}

.productSlide {
    background: #ebebeb;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}

    .productSlide:after {
        top: 0;
        background: #ebebeb;
        bottom: 0;
        position: absolute;
        content: '';
        left: -30px;
        right: -30px;
    }

    .productSlide > * {
        position: relative;
        z-index: 3;
    }

    .productSlide .headings {
        padding-top: 1.5625em;
        margin-bottom: 1.25em;
    }

        .productSlide .headings h2 {
            font-size: 1.5em;
            color: #4baa42;
        }

    .productSlide .arrow--prev {
        left: -70px;
    }

    .productSlide .arrow--next {
        right: -70px;
    }

.productSlide--2 {
    background: none;
}

    .productSlide--2:after {
        display: none;
    }

    .productSlide--2 .productItem .des {
        background: none;
        padding: 1.25em;
        border: none;
    }

    .productSlide--2 .arrow {
        top: calc((100% - 152px)/2);
    }

@media (max-width: 991px) {
    .productSlide--2 .arrow {
        top: calc((100% - 128px)/2);
    }
}

.productSlide--2 .arrow--prev {
    left: -50px;
}

.productSlide--2 .arrow--next {
    right: -50px;
}

.productGrid {
    margin-left: -11px;
    margin-right: -11px;
}

.productGrid__item {
    padding: 0.6875em;
}

.productGrid--2 {
    margin-top: 3.125em;
    margin-bottom: 4.375em;
}

    .productGrid--2 .productItem {
        margin-bottom: 10px;
    }

        .productGrid--2 .productItem .des {
            background: none;
            padding: 1.25em;
            border: none;
        }

.productPageDetail {
    padding-top: 1.5625em;
}

    .productPageDetail .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .productPageDetail .image:after {
            content: "";
            padding-top: 100%;
            display: block;
        }

        .productPageDetail .image img {
            display: none;
        }

    .productPageDetail .info {
        padding-left: 20px;
    }

        .productPageDetail .info h2 {
            margin-top: 0;
            padding-top: 0;
        }

        .productPageDetail .info h4 {
            color: #4baa42;
            font-size: 1.125em;
            margin-bottom: 10px;
            margin-top: 28px;
        }

@media (max-width: 1360px) {
    .productSlide {
        margin-left: 30px;
        margin-right: 30px;
    }

        .productSlide .arrow--prev {
            left: -30px;
        }

        .productSlide .arrow--next {
            right: -30px;
        }
}

@media (max-width: 992px) {
    .productGrid--2 {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .productPageDetail .info {
        padding-left: 0;
        padding-top: 10px;
    }
}

.webinar-page {
    padding-bottom: 100px;
}

.webinar-page--list {
    padding-bottom: 30px;
}

.webinar-page__banner {
    margin-bottom: 10px;
}

    .webinar-page__banner .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

        .webinar-page__banner .image:after {
            content: "";
            padding-top: 25.42372881%;
            display: block;
        }

        .webinar-page__banner .image img {
            display: none;
        }

.webinar-page__workshop {
    background-color: #f5f5f5;
    margin-bottom: 42px;
}

.webinar-page__workshop__item {
    padding-top: 35px;
    padding-bottom: 30px;
}

    .webinar-page__workshop__item .info p {
        margin-bottom: 0;
    }

        .webinar-page__workshop__item .info p.head {
            text-transform: uppercase;
            color: #666666;
        }

        .webinar-page__workshop__item .info p.name {
            font-size: 1.875em;
            color: #333;
            line-height: 1.2;
        }

        .webinar-page__workshop__item .info p.time {
            color: #262626;
            font-size: 1.125em;
            font-weight: 700;
            line-height: 1.66666667;
        }

            .webinar-page__workshop__item .info p.time i {
                color: #339933;
                margin-right: 13px;
            }

.webinar-page__content .mainAuthors {
    height: 240px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.webinar-page__content__item .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2;
    color: #4baa42;
    margin-bottom: 20px;
}

.webinar-page__content__item .title--second {
    background-color: #f3f3f3;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 20px;
}

    .webinar-page__content__item .title--second p {
        margin-bottom: 0;
    }

.webinar-page__content__item .document {
    background-color: #f3f3f3;
    padding: 25px 17px;
}

    .webinar-page__content__item .document .desc {
        margin-bottom: 10px;
    }

        .webinar-page__content__item .document .desc p {
            margin-bottom: 0;
        }

        .webinar-page__content__item .document .desc ul {
            padding-left: 17px;
        }

    .webinar-page__content__item .document .down {
        background-color: #fff;
        text-align: center;
    }

        .webinar-page__content__item .document .down a {
            color: #4baa42;
            text-transform: uppercase;
            line-height: 2.25;
        }

            .webinar-page__content__item .document .down a img {
                margin-right: 14px;
            }

.webinar-page__content__item .seeAll {
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5625;
    border: 1px solid #ebebeb;
    padding: 10px 0;
}

    .webinar-page__content__item .seeAll a {
        color: #f58220;
    }

.webinar-page__content__item .authors {
    position: relative;
    background-color: #fbfbfb;
    border-top: 1px solid #ebebeb;
    padding-top: 27px;
    margin-right: 20px;
    padding-right: 60px;
}

    .webinar-page__content__item .authors.active .mainAuthors {
        transition: all 0.5s ease-in-out;
    }

.webinar-page__content__item .authors__list {
    padding-left: 155px;
}

.webinar-page__content__item .authors__list__item {
    margin-bottom: 30px;
}

    .webinar-page__content__item .authors__list__item .descr p {
        margin-bottom: 0;
        line-height: 1.875;
    }

        .webinar-page__content__item .authors__list__item .descr p.name {
            font-size: 1.125em;
            font-weight: 700;
            line-height: 1.66666667;
            color: #333333;
        }

    .webinar-page__content__item .authors__list__item .image {
        border-radius: 50%;
        border: 1px solid #ebebeb;
        overflow: hidden;
        width: 70px;
        height: 70px;
        float: left;
        margin-right: 25px;
    }

.webinar-page__content__item .authors .text {
    position: absolute;
    content: '';
    top: 27px;
    left: 22px;
}

    .webinar-page__content__item .authors .text p {
        text-transform: uppercase;
        color: #339933;
        font-size: 1.125em;
        line-height: 1.66666667;
        font-weight: 700;
    }

.webinar-page__content__item .btn-seeAll {
    text-align: center;
    text-align: center;
    height: 120px;
    line-height: 175px;
    background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 2%, #fbfbfb 56%, #fbfbfb 58%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbfbfb', endColorstr='#fbfbfb', GradientType=0);
    margin-top: -85px;
    position: relative;
    z-index: 8;
    margin-bottom: 33px;
    margin-right: 20px;
}

    .webinar-page__content__item .btn-seeAll i {
        font-size: 1.5em;
        line-height: 1.25;
        color: #262626;
    }

    .webinar-page__content__item .btn-seeAll.active {
        margin-top: 0;
        background: #fbfbfb;
        height: 50px;
        line-height: 3;
    }

        .webinar-page__content__item .btn-seeAll.active i:before {
            content: "\36";
        }

.webinar-page__content__item .contentWorkshop {
    margin-right: 20px;
}

    .webinar-page__content__item .contentWorkshop p {
        margin-left: 20px;
        text-transform: uppercase;
        font-size: 1.125em;
        line-height: 1.66666667;
        font-weight: 700;
    }

    .webinar-page__content__item .contentWorkshop ul {
        padding-left: 0px;
        list-style: none;
    }

        .webinar-page__content__item .contentWorkshop ul li {
            position: relative;
            padding-left: 17px;
            font-size: 1em;
            line-height: 1.875;
            color: #333333;
            margin-bottom: 10px;
            text-align: justify;
        }

            .webinar-page__content__item .contentWorkshop ul li::before {
                position: absolute;
                content: '';
                top: 10px;
                left: 0;
                height: 6px;
                width: 6px;
                background-color: #99cc66;
                border-radius: 50%;
            }

.webinar-page__content__item .btn-reg {
    text-align: center;
    margin-top: 75px;
}

    .webinar-page__content__item .btn-reg a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 14px 81px;
        background-color: #f74334;
    }

.webinar-page__search {
    float: none;
    margin: 0 auto;
}

.calendar {
    width: 11.49032992%;
    float: left;
    margin-left: 20px;
    margin-right: 50px;
    text-align: center;
    position: relative;
    border: 1px solid #ebebeb;
}

.calendar--programs {
    margin: 0;
    width: 19.64285714%;
    float: right;
}

    .calendar--programs .calendar__date {
        font-size: 1.25em;
    }

    .calendar--programs .calendar__yearMonth {
        font-size: 0.5625em;
    }

.calendar--landing {
    margin-right: 10px;
}

.calendar::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #f74334;
}

.calendar__date {
    color: #f74334;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.25;
    background-color: #fff;
    padding-top: 5px;
}

    .calendar__date p {
        margin-bottom: 0;
    }

.calendar__yearMonth {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    background-color: #f74334;
    text-transform: uppercase;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px 0;
}

    .calendar__yearMonth p {
        margin-bottom: 0;
    }

.subscribe {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.subscribe--programs {
    padding: 0;
    width: 71.42857143%;
    float: left;
    margin-right: 15px;
}

    .subscribe--programs .subscribe__regs {
        background-color: #fff;
        font-size: 0.875em;
        border: 1px solid #d7d7d7;
        margin-bottom: 0px;
        padding: 10px 30px;
        color: #f74334;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .subscribe--programs .subscribe__regs:hover {
            color: #4baa42;
        }

    .subscribe--programs .subscribe__share {
        background-color: transparent;
        padding-top: 5px;
        padding-bottom: 0;
        margin-top: 10px;
    }

    .subscribe--programs .subscribe__share__item:last-child a {
        padding-left: 5px;
    }

    .subscribe--programs .subscribe__share__item a i {
        padding-left: 5px;
        padding-right: 5px;
    }

.subscribe--landing {
    width: 51.25%;
    margin-right: 0;
    margin-left: 10px;
}

.subscribe__regs {
    background-color: #f74334;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    /* padding: 10px 86px; */
    padding: 10px 50px;
    display: block;
}

.subscribe__share {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 15px;
}

.subscribe__share__item {
    display: inline-block;
    cursor: pointer;
}

    .subscribe__share__item:hover a {
        color: #4baa42;
    }

    .subscribe__share__item:last-child a {
        border-left: 1px solid #ebebeb;
        padding-left: 20px;
    }

    .subscribe__share__item a {
        color: #262626;
        font-size: 0.875em;
    }

        .subscribe__share__item a i {
            padding-left: 10px;
            padding-right: 10px;
        }

.subscribe__addCal {
    position: absolute;
    right: 20px;
    display: none;
}

    .subscribe__addCal.active {
        display: block;
    }

.subscribe__addCal--small {
    right: 0;
}

.subscribe__addCal__content {
    background-color: #fff;
    list-style: none;
    margin-top: 6px;
    position: relative;
    padding-left: 12px;
    padding-right: 20px;
    z-index: 99;
}

.subscribe__addCal__content__item {
    color: #262626;
    font-size: 0.875em;
    line-height: 2.35714286;
}

    .subscribe__addCal__content__item img {
        margin-right: 11px;
    }

        .subscribe__addCal__content__item img.active {
            display: none;
        }

    .subscribe__addCal__content__item.active,
    .subscribe__addCal__content__item.hover {
        color: #00853e;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1cf67+0,a1cf67+50,a1cf67+100&0+1,0.5+50,0+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(161, 207, 103, 0) 0%, rgba(161, 207, 103, 0) 1%, rgba(161, 207, 103, 0.5) 50%, rgba(161, 207, 103, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1cf67', endColorstr='#00a1cf67', GradientType=1);
        /* IE6-9 */
    }

        .subscribe__addCal__content__item.active img.noActive,
        .subscribe__addCal__content__item.hover img.noActive {
            display: none;
        }

        .subscribe__addCal__content__item.active img.active,
        .subscribe__addCal__content__item.hover img.active {
            display: inline-block;
        }

.subscribe__addCal__content::before {
    position: absolute;
    content: '';
    top: -6px;
    right: 20px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.programs--landing .programs__item {
    background-color: #fff;
}

    .programs--landing .programs__item .head {
        padding-left: 28px;
        padding-right: 30px;
    }

.programs__item {
    background-color: #f3f3f3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.programs__item__banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}

    .programs__item__banner:after {
        content: "";
        padding-top: 25%;
        display: block;
    }

    .programs__item__banner img {
        display: none;
    }

.programs__item .head {
    margin-top: 15px;
    font-weight: 700;
    padding-left: 17px;
    padding-right: 15px;
}

    .programs__item .head a {
        color: #262626;
    }

    .programs__item .head:hover a {
        color: #4baa42;
    }

.programs__item .bottom {
    padding-left: 17px;
    padding-right: 17px;
}

@media (max-width: 1400px) {
    .subscribe--landing {
        width: 70%;
    }

        .subscribe--landing .subscribe__regs {
            padding: 10px 80px;
        }

    .subscribe--programs .subscribe__regs {
        padding: 10px 50px;
    }

    .subscribe__regs {
        padding: 10px 82px;
    }

    .webinar-page__content__item .btn-reg {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .webinar-page__workshop__item:last-child a {
        border-left: none;
    }

    .subscribe--landing {
        width: 70%;
    }

        .subscribe--landing .subscribe__regs {
            padding: 10px 60px !important;
        }

        .subscribe--landing .subscribe__share {
            text-align: left !important;
        }

    .subscribe--programs .subscribe__regs {
        padding: 10px 35px;
    }

    .subscribe__regs {
        padding: 10px 55px;
    }

    .navbar-brand {
        margin-left: 5px;
    }

    .logo_footer {
        height: 160px;
        margin-left: 40px;
    }

    .navbar-collapse.collapse {
        margin-left: -250px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .subscribe--landing {
        width: 70%;
    }

    .webinar-page__workshop__item:last-child {
        padding-top: 0;
    }

    .logo_footer {
        height: 140px;
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    .subscribe--landing {
        width: 70%;
    }

    .subscribe--programs .subscribe__regs {
        padding: 10px 60px;
    }

    .webinar-page__workshop__item:last-child {
        padding-top: 0;
    }

    .webinar-page__content__item .authors {
        margin-right: 0;
        padding-right: 0;
    }

        .webinar-page__content__item .authors .text {
            position: initial;
        }

    .webinar-page__content__item .authors__list {
        padding-left: 0;
    }

    .webinar-page__content__item .btn-reg {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .webinar-page__list__item {
        width: 100%;
    }

    .subscribe--programs {
        margin-top: 7px;
    }

        .subscribe--programs .subscribe__regs {
            padding: 10px 50px;
        }

    .logo_footer {
        height: 140px;
        margin-left: 80px;
    }
}

@media (max-width: 479px) {
    .calendar.detail {
        width: 100%;
        float: none;
        padding: 0 20px;
        margin-left: 0;
        margin-right: 0;
    }

        .calendar.detail::before {
            left: 20px;
            width: 90%;
        }

    .webinar-page__workshop__item .info {
        padding: 0 20px;
        margin-top: 10px;
    }
}

@media (max-width: 320px) {
    .calendar::before {
        width: 85%;
    }
}

.content-img {
    min-height: 53rem
}


@media (max-width: 1400px) {
    .content-img {
        min-height: 51rem;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .content-img {
        min-height: 41.5rem;
    }

    .navbar-fixed > .container {
        width: 1050px;
    }

    .footer_contact {
        left: 0;
        width: 70% !important;
    }

  
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .content-img {
        min-height: 36.5rem;
    }

    .footer_contact {
        left: 0;
        width: 70% !important;
    }

    
}

@media (max-width: 640px) {
    .content-img {
        min-height: 30.7rem;
    }
}

@media (max-width: 479px) {
    .content-img {
        min-height: 17.9rem;
    }
}

@media (max-width: 320px) {
    .content-img {
        min-height: 12.5rem;
    }
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhc3NldHMvY3NzL3N0eWxlcy5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/

/*custom*/

.content-img {
    /*min-height: auto;*/
    max-height: 500px;
}

.newtitle {
    color: #262626;
    font-size: 1.125em;
    margin: 0.22222222em 0 0;
    line-height: 1.66666667;
    letter-spacing: 0.05em;
    font-weight: 400;
    overflow: hidden;
    max-height: 5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.introdetail {
    height: 150px;
    overflow: hidden;
}

.ebrochurefooter {
    width: 17.667% !important;
}

.namekcn > h3 {
    text-align: center;
    font-size: 24px;
    color: #3639A6;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;
}

.runtext-container {
    background-repeat: repeat-x;
    /*border: 4px solid #0d8150;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.9);*/
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
    margin: -65px 10px 50px 10px;
    padding: 0 3px 0 3px;
}

.main-runtext {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    height: 40px;
    top: -43px;
}

.background-opacity {
    background-color: ghostwhite;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    height: 40px;
    opacity: 0.75;
}



    .runtext-container .holder .text-container {
        display: inline;
        margin-left: 40px;
    }

    .runtext-container .holder a {
        text-decoration: none;
        font-weight: 800;
        color: #2F3092;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        line-height: -0.5em;
        font-size: 28px;
        user-select: none; /* supported by Chrome and Opera */
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
    }

        .runtext-container .holder a:hover {
            text-decoration: none;
            color: blue;
        }


.logo_footer {
    height: 150px;
    margin-left: 80px;
}

.footer_contact {
    margin-bottom: 20px;
}

.footer_menu {
    margin-bottom: 5%;
}

    .footer_menu ul {
        margin-left: 20%;
    }

        .footer_menu ul li {
            margin-left: 65px;
            float: left;
            padding: 3px;
            background-color: rgb(55, 179, 74);
            margin-bottom: 3%
        }


.menu-footer-title {
    color: white !important;
    font-weight: 400;
}



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    #loader-wrapper._v2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #loader-wrapper._v2 .img-loading {
            width: 10%;
            position: relative;
            z-index: 1001;
            /*border-radius: 100%;
            background: linear-gradient(165deg, rgba(255,255,255,1) 0%, rgb(220, 220, 220) 40%, rgb(170, 170, 170) 98%, rgb(10, 10, 10) 100%);*/
        }

@media (max-width: 991px) {
    #loader-wrapper._v2 .img-loading {
        width: 100%;
    }

    .footer_menu ul {
        margin-left: 5%
    }

        .footer_menu ul li {
            margin-left: 25px;
            float: left;
            padding: 3px;
            margin-bottom: 10px
        }
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

    #loader::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #000;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

#loader_logo {
    position: absolute;
    z-index: 1001;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: url(../img/logo-white.svg) no-repeat scroll 0 0;
}



.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.loaded #loader,
.loaded #loader_logo,
.loaded .img-loading {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded.loading #loader-wrapper {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.4);
}

.loaded.loading #loader,
.loaded.loading #loader_logo,
.loaded.loading .img-loading {
    opacity: 1;
    transition: all 0.3s ease-out;
}

/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

.menu_home menu_btn:active a::after {
    background: #9fcf67;
}

.textcenter {
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(100%);
}

.area {
    margin-bottom: 30px;
}

.company-culture {
    background-color: #2E3192;
    margin-top: 10px;
    height: 235px;
}

.titleculture {
    text-align: center;
}

    .titleculture h3 {
        color: white;
        font-weight: 500;
        margin-top: 30px;
        font-size: 30px;
        margin-bottom: 0px;
    }

.textculture {
    width: 30%;
    float: left;
    margin-left: 3%;
    margin-top: 1%;
}


    .textculture h3 {
        color: white;
        font-weight: 500;
        margin-left: 11%;
        font-size: 22px;
        padding-left: 2%;
    }

.iconnum {
    margin-left: 5px;
    float: left;
}

.fa-stack-2x {
    color: white;
    text-align: start !important;
    margin-left: 5%;
}

.fa-stack-1x {
    color: #0177B9;
    margin-left: 28%;
    margin-top: 4%;
    font-size: 20px;
    font-weight: 700;
}

.textcenter p {
    font-size: 20px;
    font-weight: 500;
}

.photogioithieu {
    margin-left: 10%;
}

.photoarea {
    inline-size: -webkit-fill-available;
    margin-left: 7%;
    margin-top: 40px;
    width: 930px;
    height: 412px;
}

.name_product {
    color: #3639A6;
}

@media (max-width:1400px) and (min-width:1200px) {
    .photoarea {
        inline-size: -webkit-fill-available;
        margin-left: 9%;
        margin-top: 40px;
        width: 930px;
        height: 412px;
    }
}

@media (max-width:1200px) {
    .photogioithieu {
        margin-left: 0;
    }

    .footer_menu ul {
        margin-left: 5%;
    }

    .textculture h3 {
        padding-left: 10%;
    }

    .photoarea {
        inline-size: -webkit-fill-available;
        margin-left: 10%;
        margin-top: 30px;
        width: 750px;
        height: 312px;
    }
}

@media (max-width:992px) {
    .photoarea {
        width: fit-content;
        height: 250px;
    }

    .textcenter {
        text-align: center;
        top: 0;
        transform: none;
        -ms-transform: none;
    }

    hr {
        width: 50%;
        margin-bottom: 5px;
        margin-top: 5px;
        height: 3px;
        background: #4baa42;
    }

    .textculture h3 {
        font-size: 22px;
    }

    .fa-stack-1x {
        font-size: 16px;
    }
}

.imageHol {
    height: 300px;
    width: 500px;
    border-radius: 50px;
    margin-left: 70px;
}

.imageHolright {
    height: 300px;
    width: 500px;
    border-radius: 50px;
    margin-left: 7%;
}

.texthuman {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15%;
}

.right-menu .title-right {
    margin: 0;
    padding: 10px 14px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #05733e;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 500;
}

.right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-right-main li a {
    font-weight: 500;
    font-size: 14px;
    padding: 15px 0px;
    border-bottom: 1px solid #d7d7d7;
    text-transform: uppercase;
    color: black
}

    .menu-right-main li a:before {
        font-family: "FontAwesome";
        content: "\f0a9";
        float: left;
        margin-right: 12px;
        color: #0e7438 !important;
    }

.menu-right-main a {
    display: block;
    text-decoration: none;
}



.content_midle {
    margin-top: 17%;
    margin-right: 5%;
}

.content_midle_left {
    margin-top: 17%;
    margin-left: 5%;
}

.contact_box {
    margin-left: 10%;
    border: 1px solid transparent;
    border-radius: 50px;
    margin-top: 20px;
    background-color: #F3F3F3;
    width: 400px;
}

.title-contact {
    margin-left: 10%;
    margin-top: 30px;
}

.text-contact {
    margin-left: 10%;
    margin-top: 10px;
}

.title-contact p {
    font-size: 23px;
    font-weight: 500;
}

.text-contact p {
    font-size: 20px;
    font-weight: 500;
}

.icon-contact {
    float: left;
    margin-right: 6%;
    margin-top: 20px !important;
    height: 50px !important;
}

.product-text {
    text-indent: 30px;
}

.service-box {
    margin-left: 5%;
}

    .service-box h3 span {
        border: 3px solid darkblue;
        border-radius: 5px;
        font-size: 22px;
        padding: 10px;
        color: darkblue;
    }

.service-content {
    margin-left: 12%;
    margin-top: 3%;
    margin-bottom: 3%;
    border: 2px solid gray;
    border-radius: 10px;
    padding: 5px;
    width: 70%;
}

    .service-content p {
        font-size: 17px;
        font-weight: 400;
        color: darkblue;
    }

.customer_slide .draggable {
    height: 200px;
}

.footer__contact {
    clear: both;
}

.footer_contact_sub {
    margin-left: 4%;
}

    .footer_contact_sub ul li {
        color: white;
    }

.headings p {
    font-size: 24px;
    font-weight: 500;
}

.navbar-collapse .navbar-nav > li > ul.sub--mega > li {
    float: none !important;
}

.content_midle h3 {
    font-size: 1.4em;
    margin: 0 0 0.5em;
    font-weight: 500;
    color: #2E3192;
}

.content_midle_left h3 {
    font-size: 1.4em;
    margin: 0 0 0.5em;
    font-weight: 500;
    color: #2E3192;
}



.highlightback {
    background-color: ghostwhite;
    overflow: visible;
    position: relative;
    height: 40px;
    opacity: 0.65;
    margin: 0 auto;
    top: 34px;
}



.uti__col .highlightback_hover {
    background-color: ghostwhite;
    overflow: visible;
    position: relative;
    height: 40px;
    opacity: 0.75;
    margin: 0 auto;
    top: 35px;
}

.uti__col:nth-child(2n) .highlightback_hover {
    background-color: ghostwhite;
    overflow: visible;
    position: relative;
    height: 80px;
    opacity: 0.75;
    margin: 0 auto;
    top: 70px;
}

.muchtext {
    margin-top: 0 !important;
}

.muchtext1 {
    margin-top: 10% !important;
}

.imgmuchtext {
    margin-top: 20%;
}

.imgmuchtext1 {
    margin-top: 10%;
}

.imgKL1 {
    margin-bottom: 2%;
    height: 455px;
}

.imgKL {
    height: 365px;
    padding-right: 20px;
}

.textorigin {
    top: 75%;
}



    .partnerbox:after {
        content: "";
        display: table;
        clear: both;
    }


.imgpartnerbox {
    width: 20%;
    top: 50%;
    float: left;
    margin-left: 30px;
}

.textpartnerbox {
    width: 70%;
    float: left;
    top: 20%;
    transform: translateY(50%);
    margin-left: 2%;
}

    .textpartnerbox h3 {
        color: white;
    }



.productBox__footer_custom {
    bottom: 1%;
    left: 0;
    right: 0;
    text-align: center;
    color: blue;
    z-index: 3;
    height: 80px;
    /* padding: 4.375em 0.625em 1.25em; */
    /* transition: all 0.2s ease-in-out; */
    -webkit-transform: translate(0, 0);
    /* transform: translate(0, 0); */
    /* background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 133, 62, 0.9) 90%, #00853e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00853e', GradientType=0);
}

    .productBox__footer_custom p {
        display: block;
        /*max-width: 500px;*/
        line-height: 1.875;
        height: 50px;
        /*margin: 0 auto 2.8125em;*/
        /* background-image: linear-gradient(to right, #006bbc 10%, #02aacd 25%, #37b34a 70%, #33af82 85%); */
        background-image: linear-gradient(to right, #2E3192 13%, #286C83 36%, #019C4F 60%, #3AB54A 85%);
    }

        .productBox__footer_custom p a {
            font-size: 14px;
            font-weight: 500;
            color: white;
            line-height: 50px;
        }

.project-div {
    margin-bottom: 40px;
}

.tab-pane h3 {
    font-size: 1.3em;
    margin: 0 0 0.5em;
    font-weight: 600;
    color: #2E3192;
}

/*------------------1300 - 1200-----------------------*/
@media (max-width:1399px) and (min-width:1200px) {
    .footer_menu ul {
        margin-left: 13%;
    }

    .imgKL1 {
        height: 447px;
    }

    .imgKL {
        height: 360px;
        padding-right: 15px;
    }

   
    .homePartner__item__inner {
        width: 180px;
    }

    .productBox__footer_main1 span {
        font-size: 18px;
    }

    .productBox__img:hover .productBox__footer_main1 span {
        font-size: 18px;
    }
}

.contact__info {
    margin-bottom: 3%;
}

    .contact__info h3 {
        text-align: center;
        font-size: 25px;
    }

    .contact__info p {
        text-align: center;
        font-size: 16px;
    }

.maplocation {
    height: 550px;
    width: 550px;
}

.tsc_f_contact {
    background-color: #e5edf1;
    padding: 20px;
    width: 550px;
    margin-bottom: 1%;
}

@media (min-width:1200px) {
    .footer_logo {
        margin-left: 2%;
        padding-left: 2%;
    }

    .csbh-row {
        margin-left: 10%;
    }
}

@media (max-width:1200px) {
    .maplocation {
        height: 400px;
        width: 450px;
        margin-top: 3%;
    }

    .csbh-row {
        margin-left: 7%;
    }

    .tsc_f_contact {
        padding: 10px;
        width: 450px;
    }

    .imgKL1 {
        height: 365px;
    }

    .imgKL {
        height: 290px;
        padding-right: 10px;
        margin-left: 1%;
    }

    .uti__col .highlightback_hover {
        height: 70px;
        top: 65px;
    }

    .productBox__footer_main1 span {
        font-size: 18px;
    }

    .productBox__img:hover .productBox__footer_main1 span {
        font-size: 17px;
    }
}

/*------------------1100px---------------------*/
@media(max-width:1100px) {
    .textpartnerbox {
        transform: translateY(19%);
    }
}

@media(max-width:991px) and (min-width:650px) {
    .content_midle_left {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
    .content_midle {
        margin-top: 20px !important;
        margin-right: 0px !important;
    }
    .imageHol {
        margin-left: 14%;
    }

    .imageHolright {
        margin-left: 16%;
    }

    .csbh-row {
        margin-left: 5%;
    }

    .tsc_f_contact {
        padding: 20px;
        width: 650px;
    }

    .maplocation {
        height: 550px;
        width: 650px;
        margin-top: 3%;
    }


    .muchtext {
        margin-top: 3% !important;
    }

    .muchtext1 {
        margin-top: 3% !important;
    }

    .imgmuchtext {
        margin-top: 3% !important;
    }

    .imgmuchtext1 {
        margin-top: 3% !important;
    }

    .imgKL1 {
        height: 267px;
    }

    .imgKL {
        height: 210px;
        padding-right: 15px;
    }

    .productBox__footer_main1 span {
        font-size: 13px;
    }

    .productBox__img:hover .productBox__footer_main1 span {
        font-size: 13px;
    }

    .productBox__footer_custom p {
        max-width: none;
    }
}

@media(min-width:767px){
    .size-slide-gt {
        aspect-ratio: 1900 / 795;
    }
}
@media(max-width:800px) {
    .textpartnerbox {
        transform: translateY(3%);
    }

        .textpartnerbox h3 {
            font-size: 17px;
        }

    .productBox__img:hover .productBox__footer_main1 span {
        font-size: 13px;
    }
}

@media (max-width:767px) {
    .imageHol {
        margin-left: 6%;
    }

    .imageHolright {
        margin-left: 6%;
    }

    .textculture h3 {
        font-size: 18px;
    }

    .imgKL1 {
        height: auto;
    }

    .imgKL {
        height: auto;
    }

    .homePartner__item__inner {
        width: 140px;
    }

    .productBox__footer_main1 span {
        font-size: 19px;
    }

    .productBox__img:hover .productBox__footer_main1 span {
        font-size: 17px;
    }
}

@media(max-width:640px) {
    .textpartnerbox h3 {
        font-size: 13px;
    }

    .productBox__footer_main1 span {
        font-size: 16px;
    }

    .productBox__img:hover .productBox__footer_main1 span {
        font-size: 14px;
    }
}

@media (max-width:540px) {

    .footer_menu ul {
        margin-left: 15%;
    }

        .footer_menu ul li {
            margin-left: 35px;
            margin-bottom: 2%
        }

    .imageHol {
        margin-left: 1%;
    }

    .imageHolright {
        margin-left: 1%;
    }

    .tsc_f_contact {
        padding: 20px;
        width: 400px;
    }

    .maplocation {
        height: 350px;
        width: 400px;
        margin-top: 3%;
    }

    .textpartnerbox h3 {
        font-size: 11px;
    }

    .productBox__img:hover .productBox__footer_main1 span {
        font-size: 14px;
    }

    .sticky {
        top: 130px !important;
        left: 85px;
    }
}

.img-gioithieu-cuoi {
    position: relative;
    height: 400px;
    width: 100%;
    inset: 0px;
    object-position: 0% 50%;
    color: transparent;
}
@media (max-width:1300px) and (min-width:1000px){
    .img-gioithieu-cuoi {
        height: 500px;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .img-gioithieu-cuoi {
        height: 550px;
    }
}
@media (min-width:1400px) {
    .list-gioithieu {
        min-width: 20rem;
        margin-left: 10em;
    }
}


@media (max-width:1400px) and (min-width:1200px) {
    .list-gioithieu {
        min-width: 15rem;
        margin-left: 5em;
    }
}

@media (max-width:1200px) and (min-width:1000px) {
    .list-gioithieu {
        min-width: initial;
        margin-left: 5em;
    }
}

@media (max-width:650px){
    .content_midle_left {
        margin-top: 15px !important;
        margin-left: 0px !important;
    }
    .content_midle {
        margin-top: 15px !important;
        margin-right: 0px !important;
    }
    .area{
        margin-bottom: 0;
    }
}

@media (max-width:500px){
    .cdv-table td{
        padding:0 !important;
    }
}