:root {
    font-size: 10px
}
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.42857;
    color: #222;
    font-size: 1.4rem
}
a {
    color: #222;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}
.card-news__content-title, .title {
    font-weight: 700
}
.card-news__content-title a, .title a {
    text-decoration: none;
    color: #222
}
.card-news__content-title a:hover, .title a:hover {
    color: #3bb64a
}
.align-items, [class*=align-items] {
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.align-items:after, .align-items:before, [class*=align-items]:after, [class*=align-items]:before {
    content: initial !important
}
.align-items--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.align-items--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.page-title {
    font-weight: 700;
    color: #3bb64a
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
span.fa {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
    padding-left: 1.43em;
    display: inline-block
}
span.fa:before {
    font-family: FontAwesome;
    font-size: inherit;
    position: absolute;
    line-height: 0;
    left: 0;
    top: 50%;
    color: #999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    text-align: center
}
span.fa.fa-abs-top:before {
    top: 0;
    line-height: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.format-detail a, .news-page__detail a, .product-page__detail a {
    color: #00f;
    background: 0 0
}
.format-detail a:hover, .news-page__detail a:hover, .product-page__detail a:hover {
    color: #3bb64a
}
.format-detail ol, .format-detail ul, .news-page__detail ol, .news-page__detail ul, .product-page__detail ol, .product-page__detail ul {
    list-style: initial;
    padding-left: 15px
}
.format-detail img, .news-page__detail img, .product-page__detail img {
    height: auto !important
}
.container, .ht-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.5%;
    padding-right: 2.5%
}
.container:after, .container:before, .ht-container:after, .ht-container:before {
    content: " ";
    display: table
}
.container:after, .ht-container:after {
    clear: both
}
@media (min-width:576px) {
    .container, .ht-container {
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 540px
    }
}
@media (min-width:768px) {
    .container, .ht-container {
        width: 720px
    }
}
@media (min-width:992px) {
    .container, .ht-container {
        width: 960px
    }
}
@media (min-width:1200px) {
    .container, .ht-container {
        width: 1140px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.5%;
    padding-right: 2.5%
}
.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -1.25%;
    margin-right: -1.25%
}
.row:after, .row:before {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-2-4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-2-4, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 1.25%;
    padding-right: 1.25%
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left
}
.col-1 {
    width: 8.33333%
}
.row-flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.col-2-4 {
    width: 20%
}
.col-2 {
    width: 16.66667%
}
.col-3 {
    width: 25%
}
.col-4 {
    width: 33.33333%
}
.col-5 {
    width: 41.66667%
}
.col-6 {
    width: 50%
}
.col-7 {
    width: 58.33333%
}
.col-8 {
    width: 66.66667%
}
.col-9 {
    width: 75%
}
.col-10 {
    width: 83.33333%
}
.col-11 {
    width: 91.66667%
}
.col-12 {
    width: 100%
}
@media (min-width:576px) {
    .container-fluid {
        padding-left: 1.25%;
        padding-right: 1.25%
    }
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-2-4, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        float: left
    }
    .col-xs-1 {
        width: 8.33333%
    }
    .row-flex-xs {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-xs-2-4 {
        width: 20%
    }
    .col-xs-2 {
        width: 16.66667%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-4 {
        width: 33.33333%
    }
    .col-xs-5 {
        width: 41.66667%
    }
    .col-xs-6 {
        width: 50%
    }
    .col-xs-7 {
        width: 58.33333%
    }
    .col-xs-8 {
        width: 66.66667%
    }
    .col-xs-9 {
        width: 75%
    }
    .col-xs-10 {
        width: 83.33333%
    }
    .col-xs-11 {
        width: 91.66667%
    }
    .col-xs-12 {
        width: 100%
    }
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-2-4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .row-flex-sm {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-sm-2-4 {
        width: 20%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
}
@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .row-flex-md {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-md-2-4 {
        width: 20%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
}
@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .row-flex-lg {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-lg-2-4 {
        width: 20%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    padding: 0
}
.small, small {
    font-size: 80%
}
.h1, h1 {
    font-size: 2.2rem
}
.h2, h2 {
    font-size: 1.8rem
}
.h3, h3 {
    font-size: 1.6rem
}
.h4, h4 {
    font-size: 1.4rem
}
.h5, h5 {
    font-size: 1.3rem
}
.h6, h6 {
    font-size: 1.2rem
}
.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: 400;
    line-height: 1;
    color: #777
}
.btn, [class^=btn], button {
    display: inline-block;
    font-size: 1.4rem;
    padding: .72em 1.43em;
    cursor: pointer;
    border: none;
    border-radius: .3em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    background-color: #999;
    -webkit-box-shadow: 0 2px 2px 0 rgba(34, 34, 34, .14), 0 3px 1px -2px rgba(34, 34, 34, .2), 0 1px 5px 0 rgba(34, 34, 34, .12);
    box-shadow: 0 2px 2px 0 rgba(34, 34, 34, .14), 0 3px 1px -2px rgba(34, 34, 34, .2), 0 1px 5px 0 rgba(34, 34, 34, .12);
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s
}
.btn:active, .btn:focus, .btn:hover, [class^=btn]:active, [class^=btn]:focus, [class^=btn]:hover, button:active, button:focus, button:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(34, 34, 34, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(34, 34, 34, .2);
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(34, 34, 34, .2);
    outline: 0
}
.btn--primary {
    -webkit-box-shadow: 0 2px 2px 0 rgba(25, 118, 210, .14), 0 3px 1px -2px rgba(25, 118, 210, .2), 0 1px 5px 0 rgba(25, 118, 210, .12);
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, .14), 0 3px 1px -2px rgba(25, 118, 210, .2), 0 1px 5px 0 rgba(25, 118, 210, .12)
}
.btn--primary, .btn--primary.active, .btn--primary.active:focus, .btn--primary.active:hover, .btn--primary:active, .btn--primary:active:focus, .btn--primary:active:hover, .btn--primary:focus, .btn--primary:hover {
    background-color: #3bb64a
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(25, 118, 210, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(25, 118, 210, .2);
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(25, 118, 210, .2)
}
.btn--secondary {
    -webkit-box-shadow: 0 2px 2px 0 rgba(255, 102, 0, .14), 0 3px 1px -2px rgba(255, 102, 0, .2), 0 1px 5px 0 rgba(255, 102, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(255, 102, 0, .14), 0 3px 1px -2px rgba(255, 102, 0, .2), 0 1px 5px 0 rgba(255, 102, 0, .12)
}
.btn--secondary, .btn--secondary.active, .btn--secondary.active:focus, .btn--secondary.active:hover, .btn--secondary:active, .btn--secondary:active:focus, .btn--secondary:active:hover, .btn--secondary:focus, .btn--secondary:hover {
    background-color: #3bb64a
}
.btn--secondary:active, .btn--secondary:focus, .btn--secondary:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 102, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 102, 0, .2);
    box-shadow: 0 14px 26px -12px rgba(255, 102, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 102, 0, .2)
}
.btn--info {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 202, 227, .14), 0 3px 1px -2px rgba(0, 202, 227, .2), 0 1px 5px 0 rgba(0, 202, 227, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 202, 227, .14), 0 3px 1px -2px rgba(0, 202, 227, .2), 0 1px 5px 0 rgba(0, 202, 227, .12)
}
.btn--info, .btn--info.active, .btn--info.active:focus, .btn--info.active:hover, .btn--info:active, .btn--info:active:focus, .btn--info:active:hover, .btn--info:focus, .btn--info:hover {
    background-color: #00cae3
}
.btn--info:active, .btn--info:focus, .btn--info:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 202, 227, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 202, 227, .2);
    box-shadow: 0 14px 26px -12px rgba(0, 202, 227, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 202, 227, .2)
}
.btn--success {
    -webkit-box-shadow: 0 2px 2px 0 rgba(85, 181, 89, .14), 0 3px 1px -2px rgba(85, 181, 89, .2), 0 1px 5px 0 rgba(85, 181, 89, .12);
    box-shadow: 0 2px 2px 0 rgba(85, 181, 89, .14), 0 3px 1px -2px rgba(85, 181, 89, .2), 0 1px 5px 0 rgba(85, 181, 89, .12)
}
.btn--success, .btn--success.active, .btn--success.active:focus, .btn--success.active:hover, .btn--success:active, .btn--success:active:focus, .btn--success:active:hover, .btn--success:focus, .btn--success:hover {
    background-color: #55b559
}
.btn--success:active, .btn--success:focus, .btn--success:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(85, 181, 89, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(85, 181, 89, .2);
    box-shadow: 0 14px 26px -12px rgba(85, 181, 89, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(85, 181, 89, .2)
}
.btn--warning {
    -webkit-box-shadow: 0 2px 2px 0 rgba(255, 158, 15, .14), 0 3px 1px -2px rgba(255, 158, 15, .2), 0 1px 5px 0 rgba(255, 158, 15, .12);
    box-shadow: 0 2px 2px 0 rgba(255, 158, 15, .14), 0 3px 1px -2px rgba(255, 158, 15, .2), 0 1px 5px 0 rgba(255, 158, 15, .12)
}
.btn--warning, .btn--warning.active, .btn--warning.active:focus, .btn--warning.active:hover, .btn--warning:active, .btn--warning:active:focus, .btn--warning:active:hover, .btn--warning:focus, .btn--warning:hover {
    background-color: #ff9e0f
}
.btn--warning:active, .btn--warning:focus, .btn--warning:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 158, 15, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 158, 15, .2);
    box-shadow: 0 14px 26px -12px rgba(255, 158, 15, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 158, 15, .2)
}
.btn--error {
    -webkit-box-shadow: 0 2px 2px 0 rgba(245, 81, 69, .14), 0 3px 1px -2px rgba(245, 81, 69, .2), 0 1px 5px 0 rgba(245, 81, 69, .12);
    box-shadow: 0 2px 2px 0 rgba(245, 81, 69, .14), 0 3px 1px -2px rgba(245, 81, 69, .2), 0 1px 5px 0 rgba(245, 81, 69, .12)
}
.btn--error, .btn--error.active, .btn--error.active:focus, .btn--error.active:hover, .btn--error:active, .btn--error:active:focus, .btn--error:active:hover, .btn--error:focus, .btn--error:hover {
    background-color: #f55145
}
.btn--error:active, .btn--error:focus, .btn--error:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(245, 81, 69, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(245, 81, 69, .2);
    box-shadow: 0 14px 26px -12px rgba(245, 81, 69, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(245, 81, 69, .2)
}
.btn--white {
    -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .14), 0 3px 1px -2px rgba(255, 255, 255, .2), 0 1px 5px 0 rgba(255, 255, 255, .12);
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .14), 0 3px 1px -2px rgba(255, 255, 255, .2), 0 1px 5px 0 rgba(255, 255, 255, .12);
    color: #222
}
.btn--white, .btn--white.active, .btn--white.active:focus, .btn--white.active:hover, .btn--white:active, .btn--white:active:focus, .btn--white:active:hover, .btn--white:focus, .btn--white:hover {
    background-color: #fff
}
.btn--white:active, .btn--white:focus, .btn--white:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 255, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 255, 255, .2);
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 255, 255, .2)
}
.btn--border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent
}
.btn--simple {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    color: #333
}
.btn--xs {
    font-size: .9rem
}
.btn--sm {
    font-size: 1.2rem
}
.btn--lg {
    font-size: 1.8rem
}
.btn--round {
    border-radius: 3em
}
.btn--circle {
    border-radius: 50%;
    padding: 0;
    width: 2.43em;
    height: 2.43em;
    text-align: center;
    line-height: 2.43em
}
.btn__icon--facebook {
    -webkit-box-shadow: 0 2px 2px 0 rgba(54, 88, 153, .14), 0 3px 1px -2px rgba(54, 88, 153, .2), 0 1px 5px 0 rgba(54, 88, 153, .12);
    box-shadow: 0 2px 2px 0 rgba(54, 88, 153, .14), 0 3px 1px -2px rgba(54, 88, 153, .2), 0 1px 5px 0 rgba(54, 88, 153, .12)
}
.btn__icon--facebook, .btn__icon--facebook.active, .btn__icon--facebook.active:focus, .btn__icon--facebook.active:hover, .btn__icon--facebook:active, .btn__icon--facebook:active:focus, .btn__icon--facebook:active:hover, .btn__icon--facebook:focus, .btn__icon--facebook:hover {
    background-color: #365899
}
.btn__icon--facebook:active, .btn__icon--facebook:focus, .btn__icon--facebook:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(54, 88, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(54, 88, 153, .2);
    box-shadow: 0 14px 26px -12px rgba(54, 88, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(54, 88, 153, .2)
}
.btn__icon--facebook.btn--simple {
    color: #365899
}
.btn__icon--twitter {
    background-color: #55acee
}
.btn__icon--twitter.btn--simple {
    color: #55acee
}
.btn__icon--googleplus {
    background-color: #dd4b39
}
.btn__icon--googleplus.btn--simple {
    color: #dd4b39
}
.btn__icon--instagram {
    background-color: #cc2127
}
.btn__icon--instagram.btn--simple {
    color: #cc2127
}
.btn__icon--youtube {
    background-color: #e52d27
}
.btn__icon--youtube.btn--simple {
    color: #e52d27
}
.btn__icon--linkedin {
    background-color: #0976b4
}
.btn__icon--linkedin.btn--simple {
    color: #0976b4
}
[class^=btn__icon].btn--circle, [class^=btn__icon].btn--rounded {
    padding: 0;
    width: 2.43em;
    height: 2.43em;
    text-align: center;
    line-height: 2.43em
}
[class^=btn__icon].btn--simple {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}
[class^=btn__icon].btn--simple:hover {
    background-color: transparent;
    opacity: .7
}
.form__input {
    position: relative;
    font-size: 1.4rem;
    height: 2.58em;
    width: 100%;
    padding: .5em 0;
    line-height: 1.42857;
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0f4ba3), to(#0f4ba3)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    background-image: linear-gradient(#0f4ba3, #0f4ba3), linear-gradient(#ccc, #ccc);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    z-index: 1
}
.form__input::-webkit-input-placeholder {
    color: inherit;
    font-style: inherit
}
.form__input::-moz-placeholder {
    color: inherit;
    font-style: inherit
}
.form__input:-moz-placeholder {
    color: inherit;
    font-style: inherit
}
.form__input:-ms-input-placeholder {
    color: inherit;
    font-style: inherit
}
.form__input:focus {
    outline: 0;
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.form-group {
    position: relative;
    margin-bottom: 1.08em
}
.form-label .form__label {
    font-size: 1.4rem;
    color: #333;
    font-style: italic;
    pointer-events: none;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}
.form-label.is-focused .form__label, .form-label:not(.is-empty) .form__label {
    font-size: 1.1rem;
    position: absolute;
    top: -6px;
    left: 0;
    color: #0f4ba3
}
.form-icon .form__icon {
    font-size: 14px;
    display: inline-block;
    width: 1.25em;
    height: 1.82em;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    top: 10px;
    line-height: 0
}
.form-icon>.dropdownjs, .form-icon>.form__input, .form-icon>.uploader-file {
    width: calc(100% - 25px) !important;
    display: inline-block;
    position: relative
}
.form-icon.form-checkbox {
    margin-left: 1.72em;
    margin-bottom: 2.15em
}
.form__error {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 2px;
    color: #f55145;
    cursor: pointer;
    display: none;
    line-height: 1;
    width: 100%;
    text-align: right
}
textarea+.form__error {
    top: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.is-error .form__input:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f55145), to(#f55145)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    background-image: linear-gradient(#f55145, #f55145), linear-gradient(#ccc, #ccc)
}
.is-error .form__label {
    color: #f55145 !important
}
.is-error .form__error {
    display: block
}
.is-error .error-text {
    color: #f55145;
    display: block;
    font-size: .6em;
    font-style: italic;
    position: absolute;
    top: 2.67em;
    right: 0;
    padding-right: 2px;
    cursor: none
}
textarea.form__input {
    height: auto
}
input[type=file] {
    display: block
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: .72em;
    margin-bottom: .72em;
    line-height: 1;
    z-index: 2
}
.checkbox label {
    cursor: pointer;
    padding-left: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none
}
.checkbox__tick {
    padding-right: .5em
}
.checkbox__tick::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .84);
    width: 1.08em;
    height: 1.08em;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(3, 3, 1);
    transform: scale3d(3, 3, 1)
}
.checkbox__tick.disable-bg::before {
    display: none
}
.checkbox__tick .check {
    position: relative;
    display: inline-block;
    width: 1.08em;
    height: 1.08em;
    border: 1px solid #666;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px
}
.checkbox__tick .check::before {
    position: absolute;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: -.35em;
    margin-left: .36em;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    -webkit-animation: .3s forwards checkbox-off;
    animation: .3s forwards checkbox-off
}
.checkbox input[type=checkbox]:focus+.checkbox__tick .check::after {
    opacity: .2
}
.checkbox input[type=checkbox]:checked+.checkbox__tick .check {
    background: #3bb64a
}
.checkbox input[type=checkbox]:checked+.checkbox__tick .check::before {
    color: #fff;
    -webkit-box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em;
    box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em;
    -webkit-animation: .3s forwards checkbox-on;
    animation: .3s forwards checkbox-on
}
.checkbox input[type=checkbox]:checked+.checkbox__tick:before {
    -webkit-animation: .5s rippleOn;
    animation: .5s rippleOn
}
.checkbox input[type=checkbox]:checked+.checkbox__tick .check:after {
    -webkit-animation: .5s forwards rippleOn;
    animation: .5s forwards rippleOn
}
.checkbox input[type=checkbox]:not(:checked)+.checkbox__tick .check:after, .checkbox input[type=checkbox]:not(:checked)+.checkbox__tick:before {
    -webkit-animation: .5s rippleOff;
    animation: .5s rippleOff
}
.checkbox input[type=checkbox][disabled]+.circle, .checkbox input[type=checkbox][disabled]~.checkbox__tick .check, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox input[type=checkbox] {
    opacity: .5
}
.checkbox input[type=checkbox][disabled]~.checkbox__tick .check {
    border-color: #000;
    opacity: .26
}
.checkbox input[type=checkbox][disabled]+.checkbox__tick .check:after {
    background-color: #3bb64a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@-webkit-keyframes checkbox-on {
    0% {
        -webkit-box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.08em .15em 0 .79em;
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.08em .15em 0 .79em
    }
    50% {
        -webkit-box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em .15em 0 .79em;
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em .15em 0 .79em
    }
    100% {
        -webkit-box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em;
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em
    }
}
@keyframes checkbox-on {
    0% {
        -webkit-box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.08em .15em 0 .79em;
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.08em .15em 0 .79em
    }
    50% {
        -webkit-box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em .15em 0 .79em;
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em .15em 0 .79em
    }
    100% {
        -webkit-box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em;
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em
    }
}
@-webkit-keyframes rippleOff {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: .2
    }
}
@keyframes rippleOff {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: .2
    }
}
.radio {
    cursor: pointer
}
.radio label {
    cursor: pointer;
    position: relative;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.radio [class^=radio__] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}
.radio__circle {
    border: 1px solid #666;
    width: 1.08em;
    height: 1.08em;
    border-radius: 100%;
    margin-right: .36em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.radio__check {
    width: 1.08em;
    height: 1.08em;
    border-radius: 100%;
    background-color: #3bb64a;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}
.radio__check:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .84);
    width: 1.08em;
    height: 1.08em;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1)
}
.radio input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}
.radio input[type=radio]:checked~.radio__check, .radio input[type=radio]:checked~.radio__circle {
    opacity: 1
}
.radio input[type=radio]:checked~.radio__check {
    background-color: #3bb64a
}
.radio input[type=radio]:checked~.radio__circle {
    border-color: #3bb64a
}
.radio input[type=radio]:checked+.radio__check::after {
    -webkit-animation: .5s rippleOn;
    animation: .5s rippleOn
}
.radio input[type=radio]:checked+.radio__circle .radio__check {
    -webkit-transform: scale3d(.65, .65, 1);
    transform: scale3d(.65, .65, 1)
}
.radio input[type=radio]:checked+.radio__circle .radio__check::after {
    -webkit-animation: .5s rippleOn;
    animation: .5s rippleOn
}
.radio input[type=radio][disabled]~.radio__check, .radio input[type=radio][disabled]~.radio__circle {
    opacity: .26
}
.radio input[type=radio][disabled]~.radio__check {
    background-color: #000
}
.radio input[type=radio][disabled]~.radio__circle {
    border-color: #000
}
@-webkit-keyframes rippleOn {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: .2
    }
}
@keyframes rippleOn {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: .2
    }
}
[class^=icons] {
    border: 1px solid #ccc;
    width: 2.29em;
    height: 2.29em;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    line-height: 2.29em
}
.icons {
    border: 1px solid transparent
}
.icons--circle {
    border-radius: 100%
}
.icons--rounded {
    border-radius: 3px
}
.icons--large {
    font-size: 2rem
}
.icons--huge {
    font-size: 3rem
}
.icons--fb {
    color: #fff;
    border: 1px solid #365899;
    background-color: #365899
}
.icons--fb:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(54, 88, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(54, 88, 153, .2);
    box-shadow: 0 14px 26px -12px rgba(54, 88, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(54, 88, 153, .2)
}
.icons:hover {
    opacity: .5
}

.dropdownjs {
    position: relative;
    line-height: 0
}
.dropdownjs>.form__select, .dropdownjs>ul {
    background: #fff;
    border-radius: .29em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    padding: .36em;
    overflow: auto;
    width: 100%;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    visibility: hidden;
    z-index: 10000;
    line-height: 1.43em
}
.dropdownjs>.form__select .radio, .dropdownjs>.form__select li, .dropdownjs>ul .radio, .dropdownjs>ul li {
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border-radius: 3px;
    padding: .72em
}
.dropdownjs>.form__select .radio.is-selected, .dropdownjs>.form__select .radio:hover, .dropdownjs>.form__select li.is-selected, .dropdownjs>.form__select li:hover, .dropdownjs>ul .radio.is-selected, .dropdownjs>ul .radio:hover, .dropdownjs>ul li.is-selected, .dropdownjs>ul li:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 102, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 102, 0, .2);
    box-shadow: 0 14px 26px -12px rgba(255, 102, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 102, 0, .2);
    background-color: #3bb64a;
    color: #fff
}
.dropdownjs>.form__select .radio a, .dropdownjs>.form__select li a, .dropdownjs>ul .radio a, .dropdownjs>ul li a {
    color: inherit;
    display: block;
    position: relative
}
.dropdownjs>.form__select .radio a .badge, .dropdownjs>.form__select li a .badge, .dropdownjs>ul .radio a .badge, .dropdownjs>ul li a .badge {
    font-size: 78%;
    top: auto;
    right: 0
}
.dropdownjs>ul {
    width: 200px
}
.dropdownjs>.icons {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    z-index: -1
}
.dropdownjs>.icons>i {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}
.dropdownjs--up ul {
    bottom: 2.5em
}
.dropdownjs-border {
    border-top: 1px solid #ccc;
    margin: .36em 0 !important;
    padding: 0 !important
}
.dropdownjs>.form__input {
    height: auto;
    min-height: 36px;
    cursor: pointer
}
.dropdownjs .form__select {
    max-height: 217px;
    overflow: auto
}
.dropdownjs .form__select .radio {
    margin-top: 0;
    margin-bottom: 5px
}
.dropdownjs .form__select .radio label {
    padding-left: 0;
    display: block;
    color: inherit
}
.dropdownjs .form__select .radio [class^=radio__] {
    display: none
}
.dropdownjs .form__select .checkbox {
    margin: .72em
}
.dropdownjs.is-focused .form__select, .dropdownjs.is-focused ul {
    opacity: 1;
    visibility: visible;
    margin-top: .36em
}
.dropdownjs.is-focused>.form__input {
    outline: 0;
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.dropdownjs.is-focused>.icons i {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.modal-backdrop.show {
    opacity: .5
}
.modal-open {
    overflow: auto
}
.modal {
    font-size: 1.4rem;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.modal-box {
    max-width: 350px;
    padding: 4.29em .72em .72em;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    position: relative;
    z-index: 1050
}
.modal.show {
    opacity: 1
}
.modal.show .modal-box {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal .close {
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 1.79em;
    height: 2.15em;
    text-align: center;
    border-radius: 0 .43em;
    line-height: 2.15em
}
.modal .close:hover {
    background-color: #3bb64a;
    color: #fff
}
.modal-group {
    position: relative;
    background-color: #fff;
    border-radius: .43em;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
.modal__body, .modal__header {
    padding: 1.08em
}
.modal__footer {
    padding: 1.08em;
    text-align: center
}
.tooltips {
    font-size: 1.3rem;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    color: #222;
    z-index: 99999999;
    padding: 10px;
    max-width: 200px;
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}
.tooltips::after {
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.tooltips.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.tooltips.top::after {
    content: '';
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 50%
}
.tooltips.bottom::after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -4px;
    left: 50%
}
.tooltips.left::after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px
}
.tooltips.right::after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    position: absolute;
    top: 50%;
    left: -4px
}
.datepicker {
    position: relative;
    font-family: Arial, Helvetica, sans-serif
}
.datepicker .c-icons {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    z-index: 1
}
.picker {
    font-size: 1.4rem;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: .22em
}
.form-icon .picker {
    left: 20px
}
.picker__holder {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .22em;
    max-width: 20.36em;
    min-width: 20.36em;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s;
    -webkit-transition: opacity .15s ease-out, max-height 0s .15s, -webkit-transform .15s ease-out;
    transition: opacity .15s ease-out, max-height 0s .15s, -webkit-transform .15s ease-out;
    transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s;
    transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, -webkit-transform .15s ease-out;
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
.picker--opened .picker__holder {
    max-height: 23.22em;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}
.picker__box {
    padding: 1.08em
}
.picker__header {
    text-align: center;
    position: relative
}
.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}
.picker__year {
    color: #999;
    font-style: italic
}
.picker__select--month, .picker__select--year {
    border: 1px solid #0f4ba3;
    margin-left: .22em
}
.picker__select--month:focus, .picker__select--year:focus {
    border-color: #0f4ba3
}
.picker__nav--next, .picker__nav--prev {
    position: absolute;
    top: -5px;
    padding: .5em 1.15em
}
.picker__nav--prev {
    left: -1.07em
}
.picker__nav--next {
    right: -1.07em
}
.picker__nav--next:before, .picker__nav--prev:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: .575em solid transparent;
    border-right: .575em solid #0f4ba3;
    border-top: .575em solid transparent;
    display: block
}
.picker__nav--next:before {
    border-right: 0;
    height: 0;
    width: 0;
    border-bottom: .575em solid transparent;
    border-left: .575em solid #0f4ba3;
    border-top: .575em solid transparent
}
.picker__nav--next:hover, .picker__nav--prev:hover {
    cursor: pointer;
    color: #fff;
    background: #8cbbe9
}
.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .72em;
    margin-bottom: .36em
}
.picker__table td {
    margin: 0;
    padding: 0
}
.picker__weekday {
    font-size: 1.3rem;
    width: 2.58em;
    height: 20px;
    color: #999;
    font-weight: 600
}
.picker__day {
    padding: .36em 0;
    font-weight: 200;
    border: 1px solid transparent;
    border-radius: .22em;
    line-height: 20px
}
.picker__day--today {
    position: relative;
    border: 1px solid #0f4ba3
}
.picker__day--today:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    height: 0;
    width: 0;
    border-top: .5em solid #0f4ba3;
    border-left: .5em solid transparent
}
.picker__day--disabled:before {
    border-top-color: #aaa
}
.picker__day--outfocus {
    color: #ddd
}
.picker__day--infocus:hover, .picker__day--outfocus:hover {
    cursor: pointer;
    color: #222;
    background: #8cbbe9
}
.picker__day--highlighted {
    border-color: #0f4ba3
}
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
    cursor: pointer;
    color: #fff;
    background: #8cbbe9
}
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    background: #0f4ba3;
    color: #fff
}
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}
.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}
.picker__footer {
    text-align: center
}
.picker__button--clear, .picker__button--close, .picker__button--today {
    width: 5em;
    padding: .58em 0;
    margin: 0 .15em;
    background-color: #0f4ba3
}
.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}
.picker__button--clear:before, .picker__button--today:before {
    content: " ";
    margin-right: .45em
}
.picker__button--today:before {
    position: relative;
    top: -2px;
    height: 0;
    width: 0;
    border-top: .36em solid #fff;
    border-left: .36em solid transparent
}
.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #fff
}
.picker__button--today[disabled], .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}
.picker__button--today[disabled]:before {
    border-top-color: #aaa
}
.thumbnail {
    line-height: 0;
    margin-bottom: .72em;
    overflow: hidden;
    display: inline-block
}

.badge {
    font-size: 1.1rem;
    display: inline-block;
    width: 1.82em;
    height: 1.82em;
    font-weight: 700;
    line-height: 1.82em;
    border-radius: 50%;
    background-color: #999;
    text-align: center;
    color: #fff
}
.badge--rounded {
    border-radius: 3px
}
.card-product__image {
    line-height: 0;
    position: relative;
    overflow: hidden
}
.card-product__image:before {
    content: '';
    display: block;
    padding-bottom: 100%
}
.card-product__image>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end
}
.card-product__content {
    padding: 0 .72em
}
.card-product__content-title {
    margin: .72em 0;
    font-size: 1.4rem
}
.card-product__content-title>a {
    color: #222;
    display: block;
    position: relative;
    height: 2.82em;
    line-height: 1.42857;
    overflow: hidden
}
.card-product__content-title>a:hover {
    color: #3bb64a
}
.card-product__content-price .price-discount {
    font-weight: 700;
    color: #3bb64a
}
.card-product__content-price .price-market {
    color: #999;
    text-decoration: line-through;
    font-weight: 400
}
@media (max-width:480px) {
    .card-product__content-price .price-discount {
        margin-bottom: 5px
    }
    .card-product__content-price {
        display: block
    }
}
.card-product-05 {
    padding: .5em;
    margin-bottom: 20px;
    -webkit-transition: border .2s linear;
    transition: border .2s linear;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent
}
.card-product-05:hover {
    border: 1px solid #eee;
    border-bottom: 2px solid #3bb64a
}
@media (max-width:768px) {
    .card-product-05 {
        border: 1px solid #eee;
        border-bottom: 2px solid #3bb64a
    }
}
.card-product-05 .card-product__content {
    position: relative;
    margin: 10px 0 5px
}
.card-product-05 .card-product__content-title {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: .25em;
    text-transform: uppercase;
    letter-spacing: 1px
}
@media (max-width:420px) {
    .card-product-05 .card-product__content-title {
        font-size: 1.2rem
    }
}
.card-product-05 .card-product__content-title>a {
    color: #222;
    height: auto
}
.card-product-05 .card-product__content-title>a:hover {
    color: #3bb64a
}
.card-product-05 .card-product__content-cate {
    font-size: 1.2rem;
    font-weight: 700;
    color: #6c6c6c;
    letter-spacing: 1px;
    margin-top: 10px;
    width: calc(100% - 35px)
}
.card-product-05 .card-product__content-cate>a {
    color: #222
}
.card-product-05 .card-product__content-cate>a:hover {
    color: #3bb64a
}
.card-product-05 .card-product__content-divider {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: relative
}
.card-product-05 .card-product__content-percent {
    background-color: #3bb64a;
    position: relative;
    float: right;
    width: 30px;
    padding-top: 3px;
    right: 0;
    color: #fff;
    font-size: 9.5px;
    text-align: center;
    font-weight: 700
}
.card-product-05 .card-product__content-percent:after {
    border-color: #3bb64a transparent;
    border-style: solid;
    border-width: 10px 15px 0;
    content: '';
    left: 0;
    bottom: -10px;
    position: absolute
}
.card-product-05 .card-product__content-05-price {
    text-align: right;
    margin-top: 5px
}
.card-product-05 .card-product__content-05-price .price-market {
    text-decoration: line-through;
    margin-top: 15px;
    color: #999;
    font-size: 12px
}
.card-product-05 .card-product__content-05-price .price-discount {
    color: red
}
.card-product-05 .card-product__content-05-price .price-discount span {
    color: #222
}
[class*=card-news-] {
    font-size: 1.4rem;
    background-color: #fff;
    margin-bottom: 1.43em;
    overflow: hidden
}
@media (max-width:360px) {
    .image-overlay {
        display: none
    }
    .card-news__image {
        margin-right: 0 !important;
        text-align: center;
        width: 100%
    }
}
.card-news__image {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden
}
.card-news__image:before {
    content: '';
    display: block;
    padding-bottom: 66%
}
.card-news__image>a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.card-news__image img {
    width: 100%
}
.card-news__image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 2;
    background-color: rgba(0, 0, 0, .68);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0
}
.card-news__image .image-overlay .btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5
}
.card-news__image .image-overlay .btn:hover {
    opacity: 1
}
.card-news__content-title>a {
    display: block;
    position: relative;
    line-height: 1.42857;
    overflow: hidden;
    height: auto;
    margin-top: 10px
}
.card-news__content-title>a:hover {
    color: #3bb64a
}
@media (max-width:420px) {
    .card-news__content-title>a {
        font-size: 15px;
        margin-top: 0
    }
    .card-news-04 .card-news__content-title a {
        margin-top: 10px
    }
}
@media (max-width:360px) {
    .card-news__content-title>a {
        font-size: 16px;
        margin-top: 10px
    }
}
.card-news__content-source {
    margin: .36em 0
}
.card-news__content-source li {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2.5em;
    margin-right: .42em
}
.card-news__content-source li a span {
    text-transform: uppercase
}
.card-news__content-source li a:hover {
    color: #3bb64a
}
.card-news--rounded {
    border-radius: 6px
}
.card-news--raised {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .23);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .23)
}
.card-news--border {
    border: 1px solid #eee
}
.card-news-02 {
    border-radius: 6px
}
.card-news-02 .card-news__content {
    padding: 1.08em 1.08em .72em
}
.card-news-02 .card-news__content-description {
    padding-left: 1.08em;
    margin-right: 1.08em;
    border-left: 1px dotted #ccc;
    display: block;
    font-size: 1.4rem;
    line-height: 1.43em
}
@media (max-width:480px) {
    .card-news-02 .card-news__content {
        padding: 0;
        margin-top: 10px
    }
}

.pagination {
    font-size: 1.2rem
}
.pagination>li {
    display: inline;
    margin: 0 2px
}
.pagination>li>a {
    font-size: inherit;
    display: inline-block;
    font-weight: 400;
    border: 0;
    border-radius: 30px;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    line-height: 2.34em;
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s
}
.pagination>li>a:hover {
    background-color: #eee;
    color: #999
}
.pagination>li.active>a {
    background-color: #3bb64a;
    color: #fff
}
.pagination--circle>li>a {
    border: 1px solid #ddd
}
.pagination--circle>.active>a {
    border: 1px solid #3bb64a
}
.pagination--rounded>li>a {
    border-radius: 3px;
    border: 1px solid #ddd
}
.pagination--rounded>.active>a {
    border: 1px solid #3bb64a
}
.pagination--square>li>a {
    border-radius: 0;
    border: 1px solid #ddd
}
.pagination--square>.active>a {
    border: 1px solid #3bb64a
}
.pagination--right {
    text-align: right
}
.pagination--center {
    text-align: center
}
.pagination--large {
    font-size: 1.4rem
}
.pagination--huge {
    font-size: 1.6rem
}
.pagination-limit {
    margin: 5px 0;
    position: relative;
    font-size: 12px;
    line-height: 2.34em;
}
.pagination-limit::before {
    content: "\f13a";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    text-align: center;
    line-height: inherit;
    background-color: #3bb64a;
    pointer-events: none;
}
.pagination-limit select {
    color: #999;
    line-height: inherit;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}
.slick-slider.slide {
    max-height: 400px;
    overflow: hidden
}
.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev {
    color: #fff
}
.slick-next, .slick-prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    font: 14px/1 FontAwesome;
    color: #ccc;
    height: 45px;
    width: 45px;
    max-width: 45px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}
.slick-next:hover, .slick-prev:hover {
    background-color: rgba(0, 0, 0, .7)
}
.slick-prev {
    left: 0
}
.slick-prev::before {
    content: "\f053"
}
.slick-next {
    right: 0
}
.slick-next::before {
    content: '\f054'
}
.slider-nav .item {
    position: relative;
    cursor: pointer
}
.slider-nav .slick-slide .overlay {
    opacity: 1
}
.slider-nav .slick-current .overlay, .slider-nav .slick-slide:hover .overlay {
    opacity: 0
}
.slick-vertical .slick-next, .slick-vertical .slick-prev {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.slick-vertical .slick-prev {
    top: 0
}
.slick-vertical .slick-prev::before {
    content: "\f077"
}
.slick-vertical .slick-next {
    bottom: 0
}
.slick-vertical .slick-next::before {
    content: "\f078"
}
.slick-vertical.slider-nav {
    padding: 1.08em 0;
    width: 100%
}
.slick-vertical.slider-nav .slick-track {
    margin: 0 auto
}
.slick-vertical.slider-nav .item {
    margin: .22em 0
}
.slick-vertical.slider-nav .slick-next, .slick-vertical.slider-nav .slick-prev {
    height: 1.08em;
    width: 100%
}
.slick-vertical.slider-nav .item img {
    padding: .36em;
    border: 1px solid transparent
}
.slick-vertical.slider-nav .item.active img, .slick-vertical.slider-nav .item:hover img {
    border: 1px solid #eee
}
.slick-vertical.slider-nav:hover .slick-next, .slick-vertical.slider-nav:hover .slick-prev {
    background-color: rgba(0, 0, 0, .7)
}

table {
    border-spacing: 0;
    border-collapse: collapse
}
.table {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem
}
.table td, .table th {
    padding: .5em;
    border-bottom: 1px solid #ccc
}
.table tr:last-child td {
    border: none
}
.table td:first-child, .table th:first-child {
    padding-left: 0
}
.table td:last-child, .table th:last-child {
    padding-right: 0
}
.table .td-image {
    width: 6%;
    line-height: 0
}
.table .td-image img {
    width: 3.58em
}
.table .td-desc, .table .td-name {
    width: 20%
}
.table .td-number {
    width: 10%
}
.table .td-quantity {
    font-size: 81%
}
.table .td-quantity input {
    font-weight: 700;
    margin: 0 auto;
    width: 2.29em;
    height: 2.29em;
    display: block;
    text-align: center;
    border: 1px solid #3bb64a;
    font-size: inherit
}
.table .td-remove {
    width: 1%
}
@media (max-width:768px) {
    .td-desc, .th-desc {
        display: none
    }
}
@media (max-width:480px) {
    .table {
        font-size: 78%
    }
    .td-image, .th-image {
        display: none
    }
}
.footer__top-title {
    height: 30px;
    margin: 10px 0;
    font-size: 15px
}
.footer__top-title i {
    color: #fff
}
.footer__top-title span:after {
    display: block;
    content: '';
    width: 40%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin-top: 5px
}
.footer__top-menu li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px
}
.footer__top-menu li a {
    color: #fff;
    font-size: 15px;
    display: inline-block
}
.footer__top-menu li a>span:before {
    content: "\f105";
    font: 10px/1 FontAwesome;
    margin-right: 5px;
    color: rgba(255, 255, 255, .8)
}
.footer__top-menu li a:hover, .footer__top-menu li.is-active a {
    color: #3bb64a
}
.footer__top-menu li>span {
    font-size: 1.3rem;
    line-height: 20px;
    margin-right: 30px
}
.footer__top-menu li>span.fa:before {
    text-align: center;
    width: 15px;
    color: rgba(255, 255, 255, .8)
}
.footer__bot-copyright, .footer__bot-developed {
    font-size: 12px;
    line-height: 40px;
    float: left
}
.footer__bot-developed {
    float: right
}
.footer__bot-developed a {
    display: inline-block;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-left: 3px
}
.footer-02 .footer__top {
    background-color: #3bb64a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3bb64a), to(rgba(86, 40, 40, .35)));
    background-image: linear-gradient(to top, #3bb64a, rgba(86, 40, 40, .35));
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
    border-top: 10px solid #3bb64a
}
.footer-02 .footer__top .separator-line {
    position: relative
}
.footer-02 .footer__top .separator-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(50%, #ccc), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0))
}
@media (max-width:640px) {
    .footer-02 .footer__top__menu {
        width: 100%
    }
    .footer-02 .footer__top__menu li {
        display: inline-block;
        width: 49%
    }
    .footer-02 .footer__top .separator-line {
        width: 100%
    }
    .footer-02 .footer__top .separator-line:after {
        display: none
    }
}
.footer-02 .footer__top-map {
    line-height: 0;
    padding: 3px;
    border: 1px solid #fff;
    display: table
}
.footer-02 .footer__bot {
    background-color: #3bb64a;
    background-image: linear-gradient(to bottom, #3bb64a, rgba(7, 35, 13, 0.35));
    border-top: 1px solid #ccc
}
.slide-items {
    max-height: none;
    padding: 0 20px
}
.slide-items .item {
    margin: 0 2px
}
.slide-items .slick-next, .slide-items .slick-prev {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: auto
}
.slide-items .slick-next:hover, .slide-items .slick-prev:hover {
    background-color: transparent
}
.slide-items:hover .slick-next, .slide-items:hover .slick-prev {
    color: #3bb64a
}
.slide-items [class*=card-product-] {
    padding: 5px !important
}
.product-page__social {
    margin: 20px 0 30px 5px;
    text-align: right
}
.product-page__image {
    line-height: 0;
    margin: 0 auto;
    text-align: center
}
.product-page__content-title {
    line-height: 24px;
    margin-bottom: 15px;
    color: #3bb64a;
    font-weight: 700
}
@media (max-width:991px) {
    .product-page__content {
        margin-top: 20px
    }
    .product-page-01 .breadcrumb {
        margin-left: 15px
    }
}
.product-page-01 .product-page__social:before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    background: #ddd;
    margin-right: 20px
}
.product-page-01 .product-page__content-info {
    position: relative
}
.product-page-01 .product-page__content-info ul:first-child li {
    line-height: 26px;
    margin-bottom: 5px
}
.product-page-01 .product-page__content-info ul:first-child li>span:first-child {
    width: 95px;
    display: inline-block;
    color: #333;
    opacity: .8;
    margin-right: 20px
}
.product-page-01 .product-page__content-info ul:first-child li>span:last-child {
    color: #222
}
.product-page-01 .product-page__content-info ul:first-child li>span:last-child a {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-transform: uppercase
}
.product-page-01 .product-page__content-info ul:first-child li>span:last-child a:hover {
    background-color: #3bb64a;
    color: #fff
}
.product-page-01 .product-page__content-info ul:first-child li>span:last-child a:hover span.fa::before {
    color: #fff;
}
.product-page-01 .product-page__content-description {
    color: #444;
    line-height: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0
}
.product-page-01 .product-page__content-contact {
    display: block;
    width: 150px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}
.product-page-01 .product-page__content-contact>span:first-child {
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    text-align: center
}
.product-page-01 .product-page__content-contact a {
    background: rgba(0, 172, 235, .15);
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color: #36f;
    border: none;
    display: block;
    text-transform: uppercase
}
.product-page-01 .product-page__content-contact a:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 40px;
    background-color: #3bb64a;
    top: 0;
    left: -110px;
    z-index: -1;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}
.product-page-01 .product-page__content-contact:hover>span:first-child {
    color: #3bb64a
}
.product-page-01 .product-page__content-contact:hover a {
    color: #fff
}
.product-page-01 .product-page__content-contact:hover a:after {
    left: 40px
}
.product-page-01 .product-page__detail>div:first-child {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    display: table;
    color: #000;
    margin: 40px auto 0;
    border-bottom: 1px solid #ccc
}
@media (min-width:768px) {
    .product-page-01 .product-page__detail .format-detail, .product-page-01 .product-page__detail .news-page__detail, .product-page-01 .product-page__detail .product-page__detail {
        padding: 20px 50px
    }
}
.wrap-all {
    overflow: hidden
}
.container {
    position: relative
}
.hd-menu h3 {
    font-size: 1.4rem
}
.hd-menu.is-active>ul {
    right: 0 !important
}
@media (max-width:1199px) {
    .button-click-mobile {
        width: 28px;
        height: 18px;
        float: right;
        position: relative;
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: right;
        margin-left: 20px;
        cursor: pointer
    }
    .button-click-mobile span {
        width: 100%;
        height: 2px;
        background: #234671;
        display: block;
        margin-top: 8px
    }
    .button-click-mobile.show span {
        display: none
    }
    .button-click-mobile:after, .button-click-mobile:before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #234671;
        position: absolute;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }
    .button-click-mobile:after {
        bottom: 0
    }
    .button-click-mobile.show:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }
    .button-click-mobile:before {
        top: 0
    }
    .button-click-mobile.show:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}
.header-08 .hd-contact {
    margin-right: auto
}
.header-08 .hd-contact>li {
    display: inline-block;
}
.header-08 .hd-contact>li:first-child {
    margin-right: 15px;
}
.header-08 .hd-contact>li>i.fa {
    color: #3bb64a
}
.header-08 .hd-contact>li>span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}
.header-08 .hd-contact>li>span>a {
    color: #3bb64a;
}
.header-08 .hd-contact>li>span>span {
    font-size: 14px;
}
.header-08 .hd-cart {
    line-height: 0;
    margin-left: 20px;
    margin-right: 10px
}
.header-08 .hd-cart>a {
    font-size: 18px;
    color: #3bb64a;
    background-color: #fff;
    border-radius: 50%;
    height: 23px;
    width: 1.3em
}
.header-08 .hd-cart .badge {
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -8px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    background-color: #3bb64a
}
.header-08 .hd-menu>ul>li {
    display: inline-block;
    position: relative
}
.header-08 .s_top {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%
}
.header-08 .s_top .hd-search {
    width: 340px;
    border: 1px solid #ddd;
    margin-right: 30px
}
.header-08 .s_top .hd-search form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.header-08 .s_top .hd-search form>input {
    background: 0 0;
    border: none;
    display: inline;
    height: 30px;
    font-size: 12px;
    line-height: 1.42857;
    color: #666;
    vertical-align: middle;
    border-radius: 3px;
    width: calc(100% - 130px)
}
.header-08 .s_top .hd-search form>input:focus {
    outline: 0
}
.header-08 .s_top .hd-search form button {
    border: none;
    color: #fff;
    display: block;
    height: 24px;
    margin: 3px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 12px
}
.header-08 .s_top .hd-search .form-group {
    float: left;
    height: 30px;
    margin-bottom: 0;
    color: #555
}
.header-08 .s_top .hd-search .form-group>span.text {
    font-size: 12px;
    line-height: 30px;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 30px 0 15px;
    white-space: nowrap;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis
}
.header-08 .s_top .hd-search .form-group>span.text::before {
    position: absolute;
    right: 8px;
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #ccc;
    top: 5px
}
.header-08 .s_top .hd-search .form-group>span.text::after {
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}
.header-08 .s_top .hd-search .form-group ul {
    position: absolute;
    background: #fff;
    z-index: 1111;
    border-top: 1px solid #ddd;
    visibility: hidden;
    max-height: 205px;
    overflow: auto !important
}
.header-08 .s_top .hd-search .form-group ul li {
    padding: 5px 15px;
    display: block;
    font-size: 13px;
    cursor: pointer
}
.header-08 .s_top .hd-search .form-group ul li:hover {
    color: #3bb64a
}
.header-08 .s_top .hd-search form label {
    position: relative;
    display: block
}
.header-08 .s_top .hd-search form label input {
    position: absolute;
    opacity: 0
}
.header-08 .s_top .hd-search .form-group.show ul {
    visibility: visible
}
@media screen and (max-width:991px) {
    .header-08 .s_top .hd-search {
        transform: translateY(15px)
    }
}
@media screen and (max-width:767px) {
    .header-08 .s_top .hd-search {
        width: calc(100% - 150px)
    }
}
@media screen and (max-width:575px) {
    .header-08 .s_top .hd-search .form-group {
        display: none
    }
    .header-08 .s_top .hd-search form>input {
        width: calc(100% - 50px);
        padding-left: 10px
    }
}
.header-08 .s_top .hd-user {
    margin-top: 0
}
.header-08 .s_mid {
    padding: 5px 0;
    background: rgba(245, 246, 248, .3);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(245, 246, 248, .3)));
    background: linear-gradient(#fff, rgba(245, 246, 248, .3))
}
.header-08 .s_mid .hd-logo {
    line-height: 0;
    font-size: 10px;
    height: 10em;
    text-align: center;
    width: 300px;
}
.header-08 .s_mid .hd-logo img {
    max-width: 100%
}
.header-08 .s_mid .hd-services li {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 13px
}
.header-08 .s_mid .hd-services li:nth-child(2) {
    padding: 0 30px
}
.header-08 .s_mid .hd-services li i:before {
    background-color: #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    text-align: center;
    text-indent: 0;
    width: 45px;
    color: #888
}
.header-08 .s_mid .hd-services li p {
    font-size: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #888
}
.header-08 .s_mid .hd-services li p span {
    color: #f9b002
}
.header-08 .s_mid .ht-contact {
    text-transform: uppercase;
    position: relative;
    color: #f9b002
}
.header-08 .s_mid .ht-contact b a {
    color: #3bb64a;
    font-weight: 700
}
.header-08 .s_mid .hd-search form .form-group.show ul {
    visibility: visible
}
.header-08 .s_mid .hd-menu>ul>li>a {
    display: block;
    padding: 8px 35px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}
.header-08 .s_bot {
    position: relative;
    border-bottom: 1px solid rgba(235, 238, 241, .5);
    background: rgba(235, 238, 241, .5)
}
.header-08 .s_bot.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px
}
.header-08 .s_bot, .header-08 .s_bot .hd-sidebar .sidebar-02__title {
    height: 38px
}
.header-08 .s_bot .hd-category {
    width: 250px;
    float: left
}
.header-08 .s_bot .hd-category .sidebar-02__title {
    height: 40px;
    padding: 0 15px;
    background-color: #3bb64a
}
.header-08 .s_bot .hd-category .sidebar-02__title span.fa {
    font-weight: 700;
    padding-left: 0
}
.header-08 .s_bot .hd-category .sidebar-02__title span.fa:before {
    color: #fff;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 20px;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.header-08 .s_bot .hd-category .sidebar-02__category .ui-menu-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header-08 .s_bot .hd-category .sidebar-02__category .ui-menu-item>a img {
    height: 16px;
    margin-right: 13px;
    position: static
}
.header-08 .s_bot .hd-search {
    float: left;
    height: 30px;
    background-color: #fff;
    margin: 5px 15px;
    border-radius: 3px;
    width: calc(100% - 280px - 152px - 30px)
}
@media (max-width:768px) {
    .header-08 .s_mid .hd-services li {
        width: 49%;
        margin-bottom: 5px
    }
    .header-08 .s_mid .hd-services li:nth-child(2) {
        padding: 0
    }
    .header-08 .s_bot .hd-search {
        width: calc(100% - 375px)
    }
}
@media (max-width:640px) {
    .product-page-02 .product-page__detail .format-detail, .product-page-02 .product-page__detail .news-page__detail, .product-page-02 .product-page__detail .product-page__detail {
        padding: 20px 30px
    }
    .header-08 .s_mid .hd-services li {
        display: none
    }
    .header-08 .s_bot .hd-search {
        position: absolute;
        top: -65px;
        width: calc(100% - 250px);
        right: 0;
        border: 1px solid #eee
    }
}
.header-08 .s_bot .hd-search form {
    position: relative
}
.header-08 .s_bot .hd-search form select {
    opacity: 0;
    background-color: #fff;
    border: none;
    color: #888;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    float: left;
    font-size: 12px;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 1px 14px 0 10px;
    position: absolute;
    text-align: left;
    -webkit-appearance: none;
    width: 165px
}
.header-08 .s_bot .hd-search form select>option {
    padding: 3px 0 3px 10px;
    text-align: left
}
.header-08 .s_bot .hd-search form select:focus {
    outline: 0
}
.header-08 .s_bot .hd-search form .form-group {
    position: relative;
    float: left;
    width: 200px;
    height: 30px;
    margin-bottom: 0;
    color: #555
}
@media (max-width:1024px) {
    .header-08 .s_mid .hd-services li {
        font-size: 10px
    }
    .header-08 .s_mid .hd-services li i:before {
        height: 2em;
        line-height: 2em;
        width: 2em;
        font-size: 1.5em
    }
    .header-08 .s_bot .hd-search form .form-group, .header-08 .s_bot .hd-search form select {
        width: 90px
    }
}
.header-08 .s_bot .hd-search form .form-group.show span::after {
    content: '\f106'
}
.header-08 .s_bot .hd-search form .form-group span {
    line-height: 30px;
    display: block;
    padding-left: 15px;
    cursor: pointer;
    position: relative
}
.header-08 .s_bot .hd-search form .form-group span::after {
    position: absolute;
    right: 15px;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}
.header-08 .s_bot .hd-search form .form-group span::before {
    position: absolute;
    right: 8px;
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #ccc;
    top: 5px
}
.header-08 .s_bot .hd-search form .form-group ul {
    position: absolute;
    background: #fff;
    z-index: 111;
    width: 193px;
    border-top: 5px solid #3bb64a;
    display: none;
    height: 205px;
    overflow: auto !important
}
.header-08 .s_bot .hd-search form .form-group ul::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}
.header-08 .s_bot .hd-search form .form-group ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc
}
.header-08 .s_bot .hd-search form .form-group ul li {
    padding: 5px 15px;
    display: block;
    font-size: 13px;
    cursor: pointer
}
.header-08 .s_bot .hd-search form .form-group ul li:hover {
    color: #3bb64a
}
.header-08 .s_bot .hd-search form input {
    background: 0 0;
    border: none;
    display: inline;
    height: 30px;
    font-size: 12px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    border-radius: 3px;
    width: calc(100% - 200px)
}
@media (max-width:1024px) {
    .header-08 .s_bot .hd-search form input {
        width: calc(100% - 90px)
    }
}
.header-08 .s_bot .hd-search form input:focus {
    outline: 0
}
.header-08 .s_bot .hd-search form button {
    border: none;
    color: #fff;
    display: block;
    height: 24px;
    margin: 3px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 12px;
    background-color: #3bb64a
}
.header-08 .s_bot .hd-search form button:hover {
    opacity: .5
}
@media (max-width:768px) {
    .header-08 .s_bot .hd-search form button {
        color: #3bb64a;
        background: 0 0
    }
}
.header-08 .s_bot .hd-cart {
    float: right
}
.header-08 .s_bot .hd-cart a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    padding-left: 3.24em;
    position: relative;
    text-transform: uppercase
}
.header-08 .s_bot .hd-cart a:before {
    content: "\f07a";
    font: 20px FontAwesome;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}
.header-08 .s_bot .hd-cart a sup {
    text-transform: capitalize
}
.header-08 .s_bot .hd-cart a span {
    font-size: 10px
}
.header-08 .s_bot .hd-cart a span:first-child {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    display: inline-block
}
@media (max-width:480px) {
    .header-08 .s_bot .hd-search {
        top: -126px;
        width: calc(100% - 85px);
        left: 0
    }
    .header-08 .s_bot .hd-cart a span:first-child {
        display: none
    }
}
.header-08 .s_bot .hd-cart a .ajax_cart_quantity {
    background-color: #3bb64a;
    border-radius: 50%;
    font-size: 1.1rem;
    width: 1.82em;
    line-height: 1.82em;
    position: absolute;
    text-align: center;
    top: 3px;
    left: 15px
}
.header-08 .s_bot.fixed .hd-menu>ul>li>a {
    padding: 8px 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}
@media (max-width:360px) {
    .header-08 .s_bot .hd-cart {
        position: relative;
        margin-top: 2px;
        margin-right: -15px
    }
}
.header-08 .s_mid .hd-search form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.header-08 .s_mid .hd-search form .form-group {
    float: left;
    height: 30px;
    margin-bottom: 0;
    color: #555
}
.header-08 .s_mid .hd-search form .form-group>span.text {
    line-height: 30px;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 40px 0 15px;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
}
.header-08 .s_mid .hd-search form .form-group>span.text::before {
    position: absolute;
    right: 8px;
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #ccc;
    top: 5px
}
.header-08 .s_mid .hd-search form .form-group>span.text::after {
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}
.header-08 .s_mid .hd-search form .form-group ul {
    position: absolute;
    background: #fff;
    z-index: 1111;
    border-top: 1px solid #ddd;
    visibility: hidden;
    max-height: 205px;
    overflow: auto !important
}
.header-08 .s_mid .hd-search form .form-group.onload ul {
    position: fixed
}
.header-08 .s_mid .hd-search {
    width: 350px;
    border: 1px solid #ddd;
    margin-top: 3px
}
.header-08 .s_mid .hd-search form .form-group ul li {
    padding: 5px 15px;
    display: block;
    font-size: 13px;
    cursor: pointer
}
.header-08 .s_mid .hd-search form .form-group ul li:hover {
    color: #3bb64a
}
.header-08 .s_mid .hd-search form button {
    border: none;
    color: #fff;
    display: block;
    height: 24px;
    margin: 3px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 12px
}
.header-08 .s_mid .hd-search form>input {
    background: 0 0;
    border: none;
    display: inline;
    height: 30px;
    font-size: 12px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    border-radius: 3px;
    width: calc(100% - 130px)
}
.header-08 .s_mid .hd-search form label {
    position: relative;
    display: block
}
.header-08 .s_mid .hd-search form label input {
    position: absolute;
    opacity: 0
}
.hd-user {
    margin-top: 5px
}
.hd-user a:hover {
    color: #3bb64a
}
.header-08 .s_mid .hd-cart a {
    display: block;
    font-size: 1.3rem;
    position: relative;
    text-transform: uppercase;
    padding-left: 0
}
.header-08 .s_mid .hd-cart a:before {
    color: #3bb64a;
    left: 0;
    font-size: 20px
}
.header-08 .s_mid .hd-cart a span:first-child {
    display: inline-block
}
.header-08 .s_mid .hd-cart a span {
    font-size: 10px;
    color: #555
}
.header-08 .s_mid .hd-cart a .ajax_cart_quantity {
    background-color: #3bb64a;
    border-radius: 50%;
    font-size: 1.1rem;
    width: 1.82em;
    line-height: 1.82em;
    position: absolute;
    text-align: center;
    top: -8px;
    left: 15px;
    color: #fff
}
.header-08 .s_mid .ht-contact {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    font-size: 13px;
    line-height: 25px;
    padding-left: 15px
}
.header-08 .s_mid .ht-contact b span, .header-08 .s_mid .ht-contact span {
    color: #3bb64a
}
.header-08 .s_mid .hd-cart a i {
    margin-right: 5px;
    font-size: 14px;
    color: #3bb64a
}
.header-08 .s_bot .hd-sidebar {
    width: 300px;
    float: left
}
.header-08 .s_bot .hd-menu {
    width: calc(100% - 315px);
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.header-08 .s_bot .hd-sidebar .sidebar-02__title {
    padding: 0
}
.header-08 .s_bot .hd-sidebar .sidebar-02__title span {
    padding-left: 15px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}
.header-08 .s_bot .hd-sidebar .sidebar-02__title i {
    margin-right: 10px;
    margin-bottom: 7px;
}
.header-08 .s_bot .hd-sidebar .sidebar-02__title span.fa:before {
    color: #fff;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 20px;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}
.header-08 .s_bot .hd-menu>ul>li {
    display: inline-block
}
.header-08 .s_bot .hd-menu>ul>li>a {
    padding: 8px;
    text-transform: uppercase;
    display: block;
    height: 38px;
    color: #000;
    line-height: 25px
}
.header-08 .s_bot .hd-menu>ul>li.is-active>a, .header-08 .s_bot .hd-menu>ul>li>a:hover {
    color: #3bb64a
}
.header-08 .hd-menu>ul>li.is-active>a, .header-08 .hd-menu>ul>li:hover>a {
    color: #3bb64a
}
.header-08 .hd-menu>ul>li>a span {
    display: block;
    color: #888;
    font-size: 1.286em;
    margin-bottom: .389em;
    text-align: center
}
.header-08 .hd-menu>ul>li>a span>i.fa {
    color: #3bb64a
}
.header-08 .s_mid .hd-menu>ul>li:not(:first-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 0, 0, 0), #eee 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #eee 50%, rgba(255, 0, 0, 0))
}
@media (min-width:1200px) {
    .header-08 {
        border-bottom: 1px solid #eee;
        margin-top: 40px
    }
    .header-08 .s_bot {
        position: absolute;
        left: 1.25%
    }
    .header-08 .s_bot .hd-sidebar {
        position: absolute;
        top: 1px;
        z-index: 111
    }
    .header-08 .s_bot.fixed .hd-sidebar {
        top: 0;
    }
    .header-08 .s_bot.fixed {
        left: 0;
        top: 39px;
    }
    .header-08 .s_bot .hd-menu {
        display: none !important
    }
    .header-08 .s_bot.fixed .hd-menu {
        display: block !important
    }
    .header-08 .s_bot.fixed .sidebar-content {
        background-color: #fff;
        box-shadow: 0 3px 5px #ccc
    }
}
.header-08 .s_bot .hd-menu .cart, .header-08 .s_bot .hd-menu ul {
    display: inline-block
}
.header-08 .s_mid .hd-menu {
    margin: 0 auto;
}
.sidebar-content .sidebar-category>li>ul {
    background-color: #fff
}
.sidebar-content .sidebar-category>li>ul>li>ul {
    background-color: #fff
}
.header-08 .s_bot .sidebar-category>li>ul>li>ul>li>a::before {
    content: '\f101';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}
.header-08 .s_bot .sidebar-category>li>ul>li>ul>li>a:hover {
    background-color: rgba(59, 182, 74, 0.05);
}
@media (max-width:1199px) {
    .header-08 .s_mid .hd-logo {
        width: 165px;
        margin-left: 0;
        height: 8em;
    }
    .header-08 .s_bot .hd-menu .cart {
        margin-top: 5px
    }
    ul.sidebar-category li .sub-menu_c {
        visibility: hidden;
        opacity: 0;
        position: absolute;
    }
    ul.sidebar-category>li>ul>li.is-active .sub-menu_c {
        visibility: visible;
        opacity: 1;
        position: relative
    }
}
.hd-menu .cart a span {
    font-size: 15px;
    font-weight: 600
}
.news-page__title {
    font-size: 2rem;
    line-height: 1.3em;
    margin: 1em 0 .9em;
    color: #3bb64a
}
.news-page__social {
    margin-bottom: 1em
}
.news-page__description {
    font-weight: 700;
    text-align: justify;
    margin-bottom: 1.43em;
    line-height: 1.43em;
    position: relative
}
.news-page__description:after, .news-page__description:before {
    font: 14px/1 FontAwesome;
    color: #999
}
.news-page__description:before {
    content: "\f10d";
    margin-right: 7px
}
.news-page__description:after {
    content: "\f10e";
    margin-left: 7px;
    position: absolute;
    bottom: 2px
}
.news-page__detail {
    line-height: 1.43em;
    margin-bottom: 2.15em
}
.news-page-02 .news-page__title {
    margin: .5em 0
}
.news-page-02 .news-page__social {
    margin: 0 20px 10px
}
.news-page-02 .news-page__social .card-news__content-source {
    margin-right: 20px
}
.news-page-02 .news-page__content {
    border-radius: 5px;
    background: #e5eef8
}
.news-page-02 .news-page__content:after, .news-page-02 .news-page__content:before {
    content: " ";
    display: table
}
.news-page-02 .news-page__content:after {
    clear: both
}
.news-page-02 .news-page__content__desc-short {
    width: calc(50% - 40px);
    margin: 20px;
    padding: 20px;
    float: left;
    background: #fff;
    border-radius: 5px
}
.news-page-02 .news-page__content__desc-short span {
    position: relative;
    padding: 20px;
    display: block;
    font-weight: 700;
    color: #666
}
.news-page-02 .news-page__content__desc-short span:after, .news-page-02 .news-page__content__desc-short span:before {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 50px;
    z-index: 10;
}
.news-page-02 .news-page__content__desc-short span:before {
    border-radius: 5px 0 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    top: 0;
    left: 0
}
.news-page-02 .news-page__content__desc-short span:after {
    right: 0;
    bottom: 0;
    border-radius: 0 0 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}
.news-page-02 .news-page__content__other-news {
    padding: 20px;
    width: 50%;
    float: left;
    border-radius: 5px 0 0 5px
}
.news-page-02 .news-page__content__other-news li {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.4rem
}
.news-page-02 .news-page__content__other-news li:before {
    content: "\f10c";
    font: .72em/1 FontAwesome;
    position: absolute;
    left: -20px;
    top: .4em;
    color: #3bb64a
}
.news-page-02 .news-page__content__other-news li:last-child {
    margin-bottom: 0
}
.news-page-02 .news-page__content__other-news li a {
    font-size: inherit;
    color: #555;
    display: block;
    position: relative;
    max-height: 2.72em;
    line-height: 1.42857;
    overflow: hidden
}
.news-page-02 .news-page__content__other-news li a:hover {
    color: #3bb64a
}
.news-page-02 .news-page__detail {
    padding: 30px 40px 0
}
@media (max-width:640px) {
    .news-page-02 .news-page__content__desc-short, .news-page-02 .news-page__content__other-news {
        float: none;
        width: calc(100% - 40px);
        margin: 20px auto 0
    }
    .news-page-02 .news-page__detail {
        padding: 30px 20px 0
    }
}
@media (max-width:1199px) {
    .has-child>a {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-right: 15px !important;
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .has-child>a:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
        float: right;
    }
    .has-child>a h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .has-child.is-active>a:after {
        content: "\f106"
    }
}
.sidebar-02__title {
    font-size: 14px;
    height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #3bb64a;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}
.sidebar-02__category {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none
}
.sidebar-02__category h3 {
    font-size: inherit
}
.sidebar-02__category>.ui-menu-item {
    position: relative
}
.sidebar-02__category>.ui-menu-item>a {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .72em 0 .72em 3.58em;
    border: 0;
    line-height: 1.72em;
    text-align: left;
    border-top: 1px solid #f0f0f0;
    width: 100%;
    color: #666;
    margin: 0;
    position: relative
}
.sidebar-02__category>.ui-menu-item>a img {
    left: 20px;
    position: absolute;
    top: .93em
}
@media (min-width:1200px) {
    .sidebar-02__category>.ui-menu-item>.level0-submenu {
        position: fixed;
        border: 1px solid #e5e5e5;
        z-index: 1;
        background: #fff;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        min-width: 200px
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu li a {
        color: #666;
        padding: 3px 0;
        display: block;
        line-height: 24px
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu li a span.fa {
        font-size: 1.3rem;
        line-height: 1.85em;
        padding: 0 1.16em
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu li a span.fa::before {
        font-size: 10px;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu li a:hover {
        color: #3bb64a
    }
    .sidebar-02__category>.ui-menu-item.other-link {
        display: none
    }
    .sidebar-02__category>.ui-menu-item.classic>.level0-submenu {
        width: 250px;
        padding: 0
    }
    .sidebar-02__category>.ui-menu-item.classic>.level0-submenu .subchildmenu .ui-menu-item.level2 {
        border-bottom: 1px solid #eee
    }
    .sidebar-02__category>.ui-menu-item.classic>.level0-submenu .subchildmenu .ui-menu-item.level2 a {
        padding: 10px 20px
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu:after, .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu:before {
        content: " ";
        display: table
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu:after {
        clear: both
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu>.subchildmenu {
        float: left;
        padding-right: 10px
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu>.subchildmenu .level1>a {
        font-size: 1.4rem;
        display: block;
        color: #444;
        font-weight: 700;
        padding: 7px 10px;
        margin: 15px 0 10px;
        border-left: 3px solid #fe9c00;
        text-transform: uppercase;
        line-height: 1
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu>.subchildmenu .level1>a h3 {
        display: inline-block
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu>.subchildmenu .level1>a::after {
        content: '';
        display: block;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        width: calc(100% - 40px);
        height: 1px;
        background: #e5e5e5
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu>.subchildmenu .level2>a {
        padding: .36em 0
    }
    .sidebar-02__category>.ui-menu-item.staticwidth>.level0-submenu>.subchildmenu .level2>a>span {
        padding: 0 1em
    }
    .sidebar-02__category>.ui-menu-item:hover>a {
        color: #3bb64a
    }
    .sidebar-02__category>.ui-menu-item:hover>.level0-submenu {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        left: 100%;
        position: absolute;
        top: 0
    }
}
@media (max-width:1200px) {
    .sidebar-02__category>.ui-menu-item.level0.is-active>.level0-submenu {
        display: block
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu {
        padding-left: 20px;
        display: none
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu>.subchildmenu>li>a {
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu>.subchildmenu>li h3 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu>.subchildmenu>li.is-active>.subchildmenu {
        display: block
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu>.subchildmenu>li>.subchildmenu {
        display: none
    }
    .sidebar-02__category>.ui-menu-item>.level0-submenu>.subchildmenu>li>.subchildmenu>li>a {
        padding: 10px 15px;
        display: block
    }
}
.sidebar-02__category>.expand-category-link {
    background: #f9bc02;
    color: #fff;
    display: block;
    font-family: fontawesome;
    font-weight: 400;
    height: 11px;
    line-height: 2px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    z-index: 9;
    cursor: pointer
}
.sidebar-02__category>.expand-category-link:before {
    content: "\f0d7";
    color: #fff
}
.sidebar-02__category>.expand-category-link.expanding:before {
    content: "\f0d8";
    color: #fff
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.center-block, .modal-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.hidden {
    display: none !important;
    visibility: hidden !important
}
.visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important
}
@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}
.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none !important
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}
.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}
.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none !important
}
@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important
    }
}
@media (max-width:767px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important
    }
}
.text--default {
    color: #222
}
.text--white {
    color: #fff
}
.text--primary {
    color: #3bb64a
}
.text--secondary {
    color: #3bb64a
}
.text--success {
    color: #55b559
}
.text--error {
    color: #f55145
}
.text--warning {
    color: #ff9e0f
}
.text--info {
    color: #00cae3
}
.text--icon {
    color: #999
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.text-left {
    text-align: left
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.text-uppercase {
    text-transform: uppercase
}
.text-uppercase-none {
    text-transform: none
}
.text--muted {
    color: #919191
}
.text--hypertext {
    color: #00f
}
.text--hypertext:hover {
    color: #3bb64a
}
.bg--default {
    background-color: #222
}
.bg--white {
    background-color: #fff
}
.bg--primary, .bg--secondary {
    background-color: #3bb64a
}
.bg--success {
    background-color: #55b559
}
.bg--error {
    background-color: #f55145
}
.bg--warning {
    background-color: #ff9e0f
}
.bg--info {
    background-color: #00cae3
}
.bg--icons {
    background-color: #999
}
.bg--muted {
    background-color: #909090
}
.border--default {
    border-color: #222
}
.border--white {
    border-color: #fff
}
.border--primary {
    border-color: #3bb64a
}
.border--secondary {
    border-color: #3bb64a
}
.border--success {
    border-color: #55b559
}
.border--error {
    border-color: #f55145
}
.border--warning {
    border-color: #ff9e0f
}
.border--info {
    border-color: #00cae3
}
.border--icons {
    border-color: #999
}
.border--muted {
    border-color: #909090
}
[class^=section] {
    background-position: center center;
    background-size: cover
}

.card-news__content-title, .overlay, .title, img {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear
}
a+i, i+a, i+span, span+i {
    margin-left: .3em
}
span+span.icons {
    height: auto;
    width: auto;
    line-height: normal
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .68);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0
}
.overlay .btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5
}
.overlay .btn:hover {
    opacity: 1
}
.hover a:hover {
    color: #3bb64a
}
.overlay-transparent {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}
[class*=c-icon] {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    width: 1.5em;
    height: 1.5em;
    color: #999;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}
[class*=c-icon] i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
[class*=c-icon]:hover {
    opacity: .7
}
[class*=c-icon-bg] {
    background-color: #999;
    color: #fff
}
[class*=c-icon-border] {
    border: 1px solid #ccc
}
[class*=c-icon-img] {
    background-size: .75em;
    background-repeat: no-repeat;
    background-position: center
}
.c-icon--fb {
    color: #365899
}
.c-icon--gl {
    color: #dd4b39
}
.c-icon--tw {
    color: #55acee
}
.c-icon--pr {
    color: #d63633
}
.c-icon--ins {
    color: #cc2127
}
.c-icon--yt {
    color: #e52d27
}
.c-icon--in {
    color: #0976b4
}
.c-icon--zalo {
    color: #0180c6
}
.c-icon--white {
    color: #fff
}
.c-icon--primary {
    color: #3bb64a
}
.c-icon--secondary {
    color: #3bb64a
}
.c-icon-circle {
    border-radius: 100%
}
.c-icon-border--fb {
    border-color: #365899;
    color: #365899
}
.c-icon-border--gl {
    border-color: #dd4b39;
    color: #dd4b39
}
.c-icon-border--tw {
    border-color: #55acee;
    color: #55acee
}
.c-icon-border--pr {
    border-color: #d63633;
    color: #d63633
}
.c-icon-border--ins {
    border-color: #cc2127;
    color: #cc2127
}
.c-icon-border--yt {
    border-color: #e52d27;
    color: #e52d27
}
.c-icon-border--in {
    border-color: #0976b4;
    color: #0976b4
}
.c-icon-border--zalo {
    border-color: #0180c6;
    color: #0180c6
}
.c-icon-border--white {
    border-color: #fff;
    color: #fff
}
.c-icon-border--primary {
    border-color: #3bb64a;
    color: #3bb64a
}
.c-icon-border--secondary {
    border-color: #3bb64a;
    color: #3bb64a
}
.c-icon-bg--fb {
    background-color: #365899
}
.c-icon-bg--gl {
    background-color: #dd4b39
}
.c-icon-bg--tw {
    background-color: #55acee
}
.c-icon-bg--pr {
    background-color: #d63633
}
.c-icon-bg--ins {
    background-color: #cc2127
}
.c-icon-bg--yt {
    background-color: #e52d27
}
.c-icon-bg--in {
    background-color: #0976b4
}
.c-icon-bg--zalo {
    background-color: #0180c6
}
.c-icon-bg--white {
    background-color: #fff
}
.c-icon-bg--primary {
    background-color: #3bb64a
}
.c-icon-bg--secondary {
    background-color: #3bb64a
}
.c-icon-img--fb {
    background-color: #365899;
    border-color: #365899
}
.c-icon-img--gl {
    background-color: #dd4b39;
    border-color: #dd4b39
}
.c-icon-img--tw {
    background-color: #55acee;
    border-color: #55acee
}
.c-icon-img--pr {
    background-color: #d63633;
    border-color: #d63633
}
.c-icon-img--ins {
    background-color: #cc2127;
    border-color: #cc2127
}
.c-icon-img--yt {
    background-color: #e52d27;
    border-color: #e52d27
}
.c-icon-img--in {
    background-color: #0976b4;
    border-color: #0976b4
}
.c-icon-img--zalo {
    background-color: #0180c6;
    border-color: #0180c6
}
.c-icon-img--white {
    background-color: #fff;
    border-color: #fff
}
.c-icon-img--primary {
    background-color: #3bb64a;
    border-color: #3bb64a
}
.c-icon-img--secondary {
    background-color: #3bb64a;
    border-color: #3bb64a
}
.c-icon--sm {
    font-size: 1rem
}
.c-icon--lg {
    font-size: 1.5rem
}
.b-icon-1 {
    line-height: 0;
    display: inline-block;
    margin-left: 5px
}
.b-icon-1 [class*=c-icon-bg]:not(:last-child), .b-icon-1 [class*=c-icon-border]:not(:last-child) {
    margin-right: 5px
}
.ht-loading-gif {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .31);
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.ht-loading-gif:after, .ht-loading-gif:before {
    content: initial !important
}
[class*=b-news-] {
    background-color: #fff;
    overflow: hidden;
    margin: 0 5px 20px
}
.b-news__img {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}
.b-news__img::before {
    content: '';
    display: block;
    padding-bottom: 75%
}
.b-news__img>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.b-news__img>a img {
    width: 100%
}
.b-news__content-title {
    font-size: 1.6rem;
    line-height: 1.13em;
    margin-bottom: 10px;
    font-weight: 600
}
.b-news__content-title>a:hover {
    color: #3bb64a
}
.b-news__content-desc {
    text-align: justify
}
@media screen and (max-width:479px) {
    .b-news__content-title {
        font-size: 1.5rem
    }
}
[class*=b-news-1]:after, [class*=b-news-1]:before {
    content: " ";
    display: table
}
[class*=b-news-1]:after {
    clear: both
}
[class*=b-news-1] .b-news__img {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    width: 150px
}
@media screen and (min-width:480px) {
    [class*=b-news-1] .b-news__img {
        width: 220px
    }
    [class*=b-news-1] .b-news__img.w200 {
        width: 200px
    }
}
[class*=b-news-1] .b-news__img.w70 {
    width: 70px
}
[class*=b-news-1] .b-news__content-title {
    margin-top: 10px
}
[class*=b-news-1].b-news--center .b-news__content, [class*=b-news-1].b-news--center .b-news__img {
    width: calc((100% - 15px)/ 2);
    float: left
}
.b-news-1a .b-news__content-source {
    margin-bottom: 10px
}
.b-news-1a .b-news__content-source li {
    display: inline-block;
    font-size: 12px
}
.b-news-1a .b-news__content-source li:first-child {
    margin-right: 20px
}
.b-news-1a .b-news__content-source li a span {
    text-transform: uppercase;
    line-height: 1.2
}
.b-news-1a .b-news__content-source li a:hover {
    color: #3bb64a
}
@media screen and (max-width:767px) {
    .b-news-1a .b-news__content-source {
        display: none
    }
}
[class*=s-dnews-] {
    margin-bottom: 15px
}
.s-dnews__title {
    color: #3bb64a;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.19em;
    margin-bottom: 15px
}
.s-dnews__source {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}
.s-dnews__source:after, .s-dnews__source:before {
    content: initial !important
}
.s-dnews__source li {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    line-height: 0
}
.s-dnews__source li span.fa {
    text-transform: uppercase;
    line-height: 1.2
}
.s-dnews__source li a:hover, .s-dnews__source li span.fa:before {
    color: #3bb64a
}
.s-dnews__desc {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.34em;
    margin-bottom: 20px;
    position: relative;
    text-align: justify
}
.s-dnews__detail {
    margin-bottom: 30px
}
.s-dnews__detail a {
    color: #00f;
    background: 0 0
}
.s-dnews__detail a:hover {
    color: #3bb64a
}
.s-dnews__detail ol, .s-dnews__detail ul {
    list-style: initial;
    padding-left: 15px
}
.s-dnews__detail img {
    height: auto !important
}
.s-dnews__other {
    margin: 30px 0 0 40px
}
@media screen and (max-width:479px) {
    .s-dnews__other {
        margin-left: 0
    }
}
[class*=row-flex]:after, [class*=row-flex]:before {
    content: initial !important
}
[class*=ht-ratio--] {
    position: relative;
    overflow: hidden
}
[class*=ht-ratio--]::before {
    content: '';
    display: block
}
.ht-ratio--35::before {
    padding-bottom: 35%
}
.ht-ratio--50::before {
    padding-bottom: 50%
}
.ht-ratio--75::before {
    padding-bottom: 75%
}
.ht-ratio--100::before {
    padding-bottom: 100%
}
.ht-ratio--135::before {
    padding-bottom: 135%
}
.ht-ratio--150::before {
    padding-bottom: 150%
}
.ht-ratio__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.ht-ratio__img:not(img) {
    height: 100%
}
.ht-ratio__img::after, .ht-ratio__img::before {
    content: initial !important
}
.ht-ratio__img>img {
    width: 100%
}