@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.load-bar,
.middle,
.nv-captcha,
.nv-info:before {
    vertical-align: middle;
}
.grecaptcha-badge,
.mobile-menu-wrap {
    visibility: hidden;
}
:root {
    --nv-border-color: #dddddd;
    --nv-image-style-spacing: 20px;
    --nv-inline-image-style-spacing: calc(var(--nv-image-style-spacing) / 2);
    --nv-highlight-marker-blue: hsl(201, 97%, 72%);
    --nv-highlight-marker-green: hsl(120, 93%, 68%);
    --nv-highlight-marker-pink: hsl(345, 96%, 73%);
    --nv-highlight-marker-yellow: hsl(60, 97%, 73%);
    --nv-highlight-pen-green: hsl(112, 100%, 27%);
    --nv-highlight-pen-red: hsl(0, 85%, 49%);
    --nv-font-size-xs: 10px;
    --nv-font-size-sm: 12px;
    --nv-font-size-md: 14px;
    --nv-font-size-lg: 16px;
    --nv-font-size-xxl: 22px;
}
.text-black {
    color: #000 !important;
}
.text-white {
    color: #fff !important;
}
.text-normal {
    font-weight: 400;
}
.text-bold {
    font-weight: 800;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
#form-catalog,
#header .logo .site_name,
#header .logo h1,
#timeoutsess,
.breadcrumbs li:first-child a:before,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none;
}
.hidden-ss-block {
    display: block !important;
}
.hidden-ss-inline {
    display: inline !important;
}
.hidden-ss-inline-block {
    display: inline-block !important;
}
.margin {
    margin: 10px;
}
.mr-1,
.nv-info:before {
    margin-right: 5px;
}
.margin-right,
.mr-2 {
    margin-right: 10px;
}
.contact-item-content,
.margin-left {
    margin-left: 10px;
}
.margin-top {
    margin-top: 10px;
}
.margin-bottom,
.mb-2,
div.image-center,
p.image-center,
ul.list-items > li {
    margin-bottom: 10px;
}
.margin-sm {
    margin: 4px;
}
#menusite .navbar-default .navbar-nav > li:last-child,
.margin-right-sm {
    margin-right: 4px;
}
#menusite .navbar-default .navbar-nav > li:first-child,
.margin-left-sm {
    margin-left: 4px;
}
.margin-top-sm {
    margin-top: 4px;
}
.margin-bottom-sm {
    margin-bottom: 4px;
}
.margin-lg {
    margin: 15px;
}
.margin-right-lg {
    margin-right: 15px;
}
.margin-left-lg {
    margin-left: 15px;
}
.margin-top-lg {
    margin-top: 15px;
}
.margin-bottom-lg {
    margin-bottom: 15px;
}
.padding-top {
    padding-top: 10px;
}
.about-content,
.padding-left {
    padding-left: 10px;
}
.padding-right {
    padding-right: 10px;
}
.padding-bottom {
    padding-bottom: 10px;
}
.boder-top {
    border-top: 1px solid #ccc;
}
.boder-bottom {
    border-bottom: 1px solid #ccc;
}
.border-left {
    border-left: 1px solid #ccc;
}
.border-right {
    border-right: 1px solid #ccc;
}
.column-margin-left {
    margin-left: 10px !important;
}
.bg-gainsboro {
    background-color: #dcdcdc;
}
.bg-lavender,
.subs-breadcrumbs li {
    background-color: #eee;
}
.breadcrumbs li:first-child a,
ul.list-items {
    padding-left: 0;
}
.gallery-item:last-child,
div.check-box label,
div.radio-box label,
ul.list-items > li:last-child {
    margin-bottom: 0;
}
.load-bar {
    display: inline-block;
    width: 33px;
    height: 8px;
    background: url(../../../assets/images/load_bar.gif);
    margin: auto 10px;
}
.centered {
    display: flex;
    justify-content: center;
}
.breadcrumbs,
.display-inline-block,
.nv-info:before {
    display: inline-block;
}
.nv-info {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}
.nv-info.error {
    background-color: #efd7d7 !important;
    border-color: #dca8a6 !important;
}
.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}
.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.nv-info:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
}
.nv-info.error:before {
    content: " \f057 ";
    color: #de495b;
}
.nv-info.success:before {
    content: " \f13a ";
    color: #68d044;
}
.nv-info.info:before {
    content: "\f05a";
    color: #31708f;
}
.clear {
    clear: both;
}
.breadcrumbs li,
.fl {
    float: left;
}
.fr {
    float: right;
}
.fa-pointer,
.pointer {
    cursor: pointer;
}
.align-bottom {
    vertical-align: bottom;
}
.align-top {
    vertical-align: top;
}
ol,
ul {
    list-style: none;
}
.input-group-btn {
    font-size: 14px !important;
}
.radius-top-left {
    border-top-left-radius: 5px;
}
.radius-top-right {
    border-top-right-radius: 5px;
}
.radius-bottom-left {
    border-bottom-left-radius: 5px;
}
.radius-bottom-right {
    border-bottom-right-radius: 5px;
}
.radius {
    border-radius: 5px;
}
.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.3) 100%);
}
.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}
.well {
    padding: 8px;
    line-height: 18px;
}
.well p {
    margin: 0;
}
input[type="email"].required,
input[type="number"].required,
input[type="password"].required,
input[type="search"].required,
input[type="tel"].required,
input[type="text"].required,
input[type="time"].required,
input[type="url"].required,
label.required,
select.required,
textarea.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}
textarea.required {
    background-position: right 10px;
}
select.required {
    background-position: calc(100% - 15px) 10px;
}
label.required {
    padding-right: 20px;
}
label.check-box,
label.radio-box {
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
}
div.check-box,
div.radio-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}
.has-error div.check-box,
.has-error div.radio-box {
    border-color: #de495b;
}
.modal-header .close,
div.check-box label [type="radio"],
div.radio-box label [type="radio"] {
    margin-top: -2px;
}
.display-table,
figure.table {
    display: table;
}
.display-table > * {
    display: table-row;
}
.display-table > * > * {
    display: table-cell;
    padding: 5px;
}
.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    border-radius: 4px;
    height: auto;
    overflow: auto;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}
.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}
.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}
.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}
.title,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.ui-datepicker {
    width: 18em !important;
}
.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: 400 !important;
}
.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: 400 !important;
}
figure {
    position: relative;
    margin: 5px 0 10px;
    text-align: center;
}
figure.image.image-left,
img.image-left {
    margin-right: 15px;
    float: left !important;
}
figure.image.image-right,
img.image-right {
    margin-left: 15px;
    float: right !important;
}
.image-center,
.image-center figure.image {
    text-align: center;
    float: none !important;
    margin: 0 auto;
}
figure.article {
    background-color: #939393;
}
figure.left {
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right {
    float: right;
    margin: 5px 0 10px 10px;
}
figure.center {
    float: none;
    background: 0 0;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}
figure.noncaption {
    background: 0 0;
    padding: 0;
}
figcaption {
    text-align: center;
    margin-top: 5px;
}
figure figcaption {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}
#footer,
#footer a,
.contact-item-content a,
.gallery-item h3 a,
.navbar-inverse .navbar-nav > li > a,
.panel-primary > .panel-heading > a,
a.btn,
figure.article figcaption {
    color: #fff;
}
figure.article.center figcaption {
    color: inherit;
}
figure.avatar {
    margin-top: 0 !important;
}
figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px;
}
#header,
.breadcrumbs-wrap,
.cart-inner .cart-icon,
.container,
.header-search,
.header-search .icon-search,
.rel,
.section-header,
.section-nav,
.wraper {
    position: relative;
}
.nv-docviewer {
    margin-bottom: 8px;
}
figure.table .ck-table-resized {
    table-layout: fixed;
}
figure.table table {
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double var(--nv-border-color);
}
figure.table td,
figure.table th {
    overflow-wrap: break-word;
    position: relative;
}
figure.table {
    margin: 5px auto 10px;
}
figure.table table td,
figure.table table th {
    min-width: 5px;
    padding: 7px;
    border: 1px solid var(--nv-border-color);
}
figure.table table th {
    font-weight: 700;
    border-bottom-width: 2px;
}
figure.table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    outline-offset: -1px;
    margin-top: 0;
}
figure.image img,
figure.nv-media audio,
figure.nv-media video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
figure.media,
figure.nv-media {
    clear: both;
    margin: 5px 0 10px;
    display: block;
    min-width: 10px;
}
img.image_resized {
    height: auto;
}
figure.image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
.catalog-box img,
.loadContactForm .button,
.notify-product .notify-product-thumbnail img,
figure.image.image_resized img {
    width: 100%;
}

#menusite .dropdown-submenu:hover > .dropdown-menu,
#menusite .open .dropdown-submenu,
.subs-breadcrumbs.open,
figure.image.image_resized > figcaption {
    display: block;
}
figure.image {
    display: table !important;
    clear: both;
    text-align: center;
    min-width: 10px;
}
figure.image img {
    min-width: 100%;
    height: auto;
}
figure.image-inline {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}
.d-flex,
.page .nv-list-item li,
figure.image-inline picture {
    display: flex;
}
figure.image-inline img,
figure.image-inline picture {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
figure.image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    padding: 7px 7px 0;
    font-size: 13px;
    outline-offset: -1px;
    margin-top: 0;
}
.image-style-block-align-left,
.image-style-block-align-right {
    max-width: calc(100% - var(--nv-image-style-spacing));
}
.image-style-align-left,
.image-style-align-right {
    clear: none;
}
.image-style-side {
    float: right;
    margin-left: var(--nv-image-style-spacing);
    max-width: 50%;
}
.image-style-align-left {
    float: left;
    margin-right: var(--nv-image-style-spacing);
}
.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
.image-style-align-right {
    float: right;
    margin-left: var(--nv-image-style-spacing);
}
.image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}
.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
p + .image-style-align-left,
p + .image-style-align-right,
p + .image-style-side {
    margin-top: 0;
}
.image-inline.image-style-align-left,
.image-inline.image-style-align-right {
    margin-top: var(--nv-inline-image-style-spacing);
    margin-bottom: var(--nv-inline-image-style-spacing);
}
.image-inline.image-style-align-left {
    margin-right: var(--nv-inline-image-style-spacing);
}
.image-inline.image-style-align-right {
    margin-left: var(--nv-inline-image-style-spacing);
}
.marker-yellow {
    background-color: var(--nv-highlight-marker-yellow);
}
.marker-green {
    background-color: var(--nv-highlight-marker-green);
}
.marker-pink {
    background-color: var(--nv-highlight-marker-pink);
}
.marker-blue {
    background-color: var(--nv-highlight-marker-blue);
}
#menusite .navbar-default,
.pen-green,
.pen-red {
    background-color: transparent;
}
.pen-red {
    color: var(--nv-highlight-pen-red);
}
.pen-green {
    color: var(--nv-highlight-pen-green);
}
.text-tiny {
    font-size: var(--nv-font-size-xs);
}
.text-small {
    font-size: var(--nv-font-size-sm);
}
.text-big {
    font-size: var(--nv-font-size-lg);
}
.text-huge {
    font-size: var(--nv-font-size-xxl);
}
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-family: "Mulish", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
}
a,
a:active,
a:link,
a:visited {
    color: #1a3f5e;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}
a.dimgray {
    color: #707070;
}
.section-header-content a:hover,
a.dimgray:hover {
    color: #000;
}
a.black {
    color: #333;
}
a.black:hover{
    color: #03934e;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.title {
    color: #111;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
}
.alibaba h3,
.catalog-box .radio label,
.hometext {
    font-weight: 600;
}
.bodytext {
    word-break: keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
    font-size: 16px;
}
.bodytext p {
    margin-bottom: 15px !important;
}
.bodytext ul,
.m-bottom {
    margin-bottom: 10px !important;
}
.bodytext ol {
    list-style-type: decimal !important;
}
.bodytext ul {
    list-style-type: disc !important;
    padding-left: 30px !important;
}
.bodytext li {
    margin-bottom: 5px !important;
}
.bodytext h2,
.bodytext h3 {
    line-height: 28px;
    margin-bottom: 10px;
}
.bodytext div.alert {
    margin-bottom: 7px;
    margin-top: 4px;
}
.bodytext h2 {
    font-size: 20px;
}
.bodytext h3 {
    font-size: 18px;
    font-weight: 600;
}
.bodytext img{
    max-width: 100%;
    height: auto;
}
iframe {
    border: 0;
}
.wraper {
    width: 1080px;
    margin: 0 auto;
}
.fa-fix {
    margin-right: -5px;
}
.fa-horizon {
    width: 14px;
}
.fa-lg.fa-horizon {
    width: 22px;
}
.about-content h4,
h3.sm {
    font-size: 16px;
}
span.keyword {
    background-color: #ff0;
}
.nv-fullbg {
    min-height: 100%;
    background-color: #fff;
}
.align-items-center {
    align-items: center;
}
.f-wrap {
    flex-wrap: wrap;
}
.catalog-box .radio,
.gap-20 {
    gap: 20px;
}
.justify-space-between {
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
#header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
#header .logo {
    padding: 10px 0;
}
#header .logo img {
    height: 90px;
    width: auto;
    aspect-ratio: auto 171 / 90;
}
.header-search {
    margin: 0 auto;
}
.header-search .search-bar {
    background-color: transparent;
    border: 1px solid #e2eae9;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 380px;
    overflow: hidden;
}
.header-search input.search-field {
    width: 100%;
    border: none;
    padding: 10px 15px;
    color: #333;
}
.header-search .icon-search {
    width: 70px;
    background-color: transparent;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    border: none;
    box-shadow: none;
}
.header-search .icon-search svg {
    margin-top: 8px;
}
.header-search .dropdown-menu {
    width: 100%;
    color: #333;
    padding: 0;
    z-index: 9999;
}
.header-search .dropdown-menu > li > a {
    display: flex;
    align-items: center;
    white-space: normal;
}
.header-search .dropdown-menu .empty {
    display: block;
    padding: 4px 12px;
}
.header-search .dropdown-menu img {
    margin-right: 8px;
    height: 50px;
    width: 50px;
}
.header-info-item{
    position: relative;
    font-size: 14px;
    padding-left: 45px;
}

.header-info-item:before{
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 30px;
    left: 25px;
}

.header-info-item:first-child{
    padding: 0;
}

.header-info-item:first-child:before{
    display: none;
}

.header-info-item i{
    color: #10a95d;
    font-size: 34px;
    margin-right: 15px;
}

.info-item-text span{
    display: block;
}
.info-item-text span:last-child{
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.section-nav {
	background-color: #01a959;
    border-bottom: 4px solid #eb3234;
}
.third-nav {
    padding: 10px 0 0;
}
.breadcrumbs-wrap .display {
    height: 35px;
    overflow: hidden;
}
.breadcrumbs a,
.show-subs-breadcrumbs {
    padding: 8px 14px;
    text-decoration: none;
    color: #333;
    position: relative;
    transition: none;
}
.breadcrumbs a:before {
    content: "/";
    position: absolute;
    top: 25%;
    left: -2px;
    font-size: 14px;
}
.subs-breadcrumbs {
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}
.subs-breadcrumbs,
.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.subs-breadcrumbs a,
.subs-breadcrumbs li {
    display: block;
    float: none;
}
.subs-breadcrumbs a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a em {
    display: inline-block;
    margin-right: 5px;
    color: #707070;
}
.show-subs-breadcrumbs {
    padding-right: 5px;
    margin-right: 7px;
    text-align: center;
}
#menusite .navbar-default {
    border-radius: 0;
    border: none;
    z-index: 99;
}
#menusite .navbar-default .navbar-nav > li {
    margin-left: 1px;
}

#menusite .navbar-default .navbar-nav > li .bi{
	position: absolute;
    font-size: 25px;
    left: 0;
    top: 18px;
}
#menusite .navbar-default .navbar-nav > li > a {
	position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 35px;
    font-weight: 700;
    font-size: 16px;
}
#menusite .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #fffafa1a;
    right: 0;
    top: 25px;
}
#menusite .navbar-default .navbar-nav > li:last-child > a:before{
	display: none;
}
#menusite .navbar-nav > li > a {
    white-space: nowrap;
}
#menusite .dropdown-menu {
	position: absolute;
	left: -9999px;
	display: block;
    background-color: #eb3234;
    border: none;
    font-size: 14px;
    min-width: 200px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
	visibility: hidden;
    transform: translateY(80px);
}
#menusite .open .dropdown-menu {
    left: auto;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.25s ease;
}
#menusite .dropdown-menu > li {
    border-bottom: 1px solid #f34547;
}
#menusite .dropdown-menu > li:last-child {
    border-bottom: none;
}
#menusite .dropdown-menu > li > a {
    color: #fff;
    line-height: 25px;
    padding: 8px 15px;
    font-size: 15px;
}
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:focus,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #eb3234;
}
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:focus,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.contact-item-icon:hover,
.header-contact ul.socialList li a:hover {
    background-color: #01a959;
    color: #fff;
}
#menusite .dropdown-submenu {
    position: relative;
    display: none;
}
#menusite .dropdown-submenu li a {
    color: #fff;
    display: block;
}
#menusite .dropdown-submenu > .dropdown-menu {
	display: none;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px;
}
#menusite .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 10px;
    margin-right: -5px;
}
#menusite .dropdown-submenu.pull-left {
    float: none;
}
#menusite .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}
.section-body {
    position: relative;
    padding-bottom: 20px;
}
.contact-item,
ul.socialList li {
    margin: 0 5px;
}
.contact-item-icon,
.header-contact ul.socialList li a {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #657f7f;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    transition: 0.2s;
}
.about-content .button-primary,
.counter-year {
    background-color: #416968;
}
.contact-item-content span {
    display: block;
    font-size: 13px;
}
.contact-item-content span a {
    color: #333 !important;
}
.contact-item-content span:first-child {
    font-family: Montserrat, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
#slider-banner .owl-item img {
    aspect-ratio: auto 2044 / 687;
}
#slider-banner .owl-next,
#slider-banner .owl-prev {
    position: absolute;
    top: 50%;
    color: #fff;
}
#slider-banner .owl-prev {
    transform: translate(23px, -20px);
    left: 0;
}
#slider-banner .owl-next {
    transform: translate(-48px, -20px);
    left: 100%;
}
#slider-banner .owl-next svg {
    transform: translateX(0) scaleX(-1);
}
#slider-banner .owl-next svg .popout,
#slider-banner .owl-prev svg .popout {
    stroke-dashoffset: 43;
    stroke-dasharray: 43;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-linecap: butt;
    transform: rotateX(180deg);
    transform-origin: center center;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.48, 0.57, 0.33, 0.89);
}
#slider-banner .owl-next:hover svg .popout,
#slider-banner .owl-prev:hover svg .popout {
    transform: translateX(0) rotateX(180deg);
    stroke-dashoffset: 0;
    stroke-dasharray: 43;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.48, 0.57, 0.33, 0.89);
}
#slider-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#slider-banner .owl-dot {
    background-color: #0000005c;
    height: 5px;
    width: 40px;
    margin: 0 4px;
    border-radius: 4px;
}
#slider-banner .owl-dot.active {
    background-color: #edededc2;
}
.section-statistics{
    position: relative;
    padding: 50px 0;
    background-color: #01a959;
    color: #fff;
}

.statistics{
    gap: 30px;
    justify-content: center;
}

.statistics-item{
    justify-content: center;
    width: calc(25% - 24px);
    text-align: center;
    gap: 15px;
    background-color: #05914e;
    border-radius: 10px;
    padding: 20px;
}

.statistics-item:hover{
    background-color: #eb3234;
}

.statistics-item .bi{
    font-size: 40px;
}

.statistics-content span{
    display: flex;
    font-size: 16px;
    line-height: 25px;
}

.statistics-content span:first-child{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.gallery-home img{
    border-radius: 8px;
}

.about-gallery{
    padding-bottom: 50px;
}

.section-advantage {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
}

.featured-box-item{
    position: relative;
    margin-bottom: 20px;
}

.featured-box-item .bi{
    font-size: 50px;
    color: #02a959;
}

.featured-box-item h3{
    font-size: 24px;
    font-weight: 400;
    margin: 5px 0 3px;
}


.section-about .bi,
.section-about strong{
	color: #03934e;
	font-weight: 500;
}

.section-about p{
	font-size: 17px;
}

.about-video {
    position: relative;
    padding-left: 50px;
}

.about-video img{
	width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 10px;
}

.popup-video{
	text-align: center;
    display: inline-flex;
    position: absolute;
    padding-left: 60px;
    height: 60px;
	top: 50%;
    left: 55%;
    transform: translate(-55%, -50%);
}

.popup-video .video-player{
	position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 30px;
    color: #02934e;
    background-color: #fff;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 2px rgba(101, 181, 48, 0.5);
    transition: all .3s linear;
}

@-webkit-keyframes ripple{
	70%{
		box-shadow:0 0 0 70px rgba(255,255,255,0)
	}
	100%{
		box-shadow:0 0 0 0 rgba(255,255,255,0)
	}
}
@keyframes ripple{
	70%{
		box-shadow:0 0 0 70px rgba(255,255,255,0)
	}
	100%{
		box-shadow:0 0 0 0 rgba(255,255,255,0)
	}
}

.popup-video .video-player:before{
	content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #02934e;
}

.about-content h1,
.section-about .about-content h2 {
    margin-bottom: 20px;
    color: #416968;
    text-transform: uppercase;
}

.section-category{
    position: relative;
    background-color: #f8f8f8;
    padding: 80px 0 100px;
}

.section-category h2{
    text-transform: uppercase;
    text-align: center;
}

.section-header-content{
    position: relative;
    margin: 0 auto 30px;
    max-width: 70%;
}

.section-header-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #4e4e4e;
}

.section-header-content span{
	display: block;
    text-transform: none;
    color: #eb3234;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-header-content p {
    font-size: 18px;
    font-weight: 300;
}

.section-header-content a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 300;
    margin-top: 50px;
    transition: 0.2s;
}

.section-story {
    position: relative;
    background-color: #f8f8f8;
    padding: 100px 0;
}

.story-box h2{
    font-size: 32px;
    margin-bottom: 4px;
    line-height: 42px;
}

.story-box .description{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.story-box-item{
    margin-bottom: 25px;
}

.story-box-icon{
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    border-radius: 50%;
    background: #02a959;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.story-box-icon i{
    font-size: 32px;
    color: #fff;
}

.story-box-content{
    width: calc(100% - 75px);
}

.story-box-content h3{
    font-size: 22px;
    font-weight: 600;
}

.story-box-content p{
    margin: 0;
    font-size: 16px;
}

.tablet {
    background: #fff;
    width: 942px;
    height: 600px;
    border-radius: 38px;
    padding: 50px;
    margin-left: 60px;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
}

.tablet .tablet-screen {
    border: 2px solid #ddd;
    border-radius: .15rem;
    overflow: hidden;
    width: 866px;
    height: 500px;
}

.tablet .tablet-screen img {
    width: 100%;
}

.section-partner {
    position: relative;
    padding: 60px 0;
    background-color: #f8f9fa;
}

.section-partner .des{
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #01a959;
    max-width: 75%;
    margin: 0 auto 20px;
}

.marquee-items-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.marquee-items-wrapper > div {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    overflow: hidden;
    animation-name: marquee-to-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee-items-wrapper .items{
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
}

.marquee-items-wrapper .items img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@keyframes marquee-to-left {
    from {transform: translate(0,0)}
    to {transform: translate(-50%,0)}
}

#services .services-item{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

#services .services-item img{
    height: 380px;
    object-fit: cover;
    transition: .3s;
}

#services .services-item:hover img{
    transform: scale(1.05);
    -webkit-filter: grayscale(0);
}

#services .services-item h3{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 10px;
    background-color: #01a959;
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    width: calc(100% - 20px);
    transition: 0.3s all;
    z-index: 999;
}

#services .services-item a{
    color: #fff;
}

#services .owl-dots{
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
}

#services .owl-dot{
    height: 6px;
    width: 50px;
    border-radius: 8px;
    background-color: #e1e1e1;
    margin: 0 4px;
}

#services .owl-dot.active{
    background-color: #03934e;
}

/*section-project*/
.section-project{
    position: relative;
    padding: 80px 0;
    background-color: #f8f9fa;
}

/*section-news*/
.section-news{
    position: relative;
    padding: 80px 0 50px;
}

.section-news .section-header-content h2{
    margin-bottom: 10px;
}

#newspost .newspost-item img{
    height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

#newspost .newspost-item h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 10px 0 6px;
}

#newspost .newspost-item .publtime{
    margin-bottom: 4px;
    font-size: 15px;
}

#newspost .newspost-item p{
    margin: 0;
}

.project-item{
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.project-item .project-image{
    position: relative;
}

.project-item .project-image img{
    width: 100%;
    height: 354px;
    object-fit: cover;
    transition: all 0.5s ease-out;
}

.project-item:hover .project-image img{
    transform: scale(1.1) rotate(0);
}

.project-item .project-content{
    position: absolute;
    bottom: 15px;
    left: 10px;
    background-color: #01a959;
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    width: calc(100% - 20px);
    transition: 0.3s all;
    z-index: 999;
}

.project-item:hover .project-content{
    bottom: 20px;
}

.project-item .project-content h2{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 5px;
}

.project-item .project-content a{
    color: #fff;
}

.project-item .project-content a:hover{
    color: #eb3234;
}

.project-item .project-content span{
    display: flex;
    align-items: center;
    font-size: 15px;
}

.project-item .project-content .bi{
    color: #fff;
    margin-right: 5px;
}

#footer {
    position: relative;
    background-color: #01a959;
    line-height: 1.4;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#footer p,
#footer ul,
.contact-box-form ul.socialList {
    margin: 0;
    padding: 0;
}
#footer ul li {
    padding: 5px 0;
}
#footer h3 {
    font-family: "Philosopher", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#footer .fa{
	width: 20px;
}
.section-footer-top {
    padding: 50px 0 35px;
}

.company_name{
	font-family: "Philosopher", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-footer-bottom {
    background-color: #eb3234;
    padding: 8px 0;
    font-size: 14px;
    color: #f3f3f3;
}
ul.socialList {
    margin-left: auto !important;
}
ul.socialList li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 31px;
    text-align: center;
    transition: 0.2s;
}
ul.socialList li:hover a {
    background-color: #1a1a1a;
}
.contact-box-form {
    position: relative;
    background-color: #f1f1f163;
    padding: 20px;
    border-radius: 10px;
}
.contact-box-form h2 {
    font-size: 25px;
}
.contact-box-form h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contact-box-form ul.socialList li a {
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 42px;
}
.sidebar-right {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.block-news li {
    margin-bottom: 20px !important;
}
.block-news img {
    margin-right: 8px;
    height: 75px;
    object-fit: cover;
}
.notifiy-successful {
    position: fixed;
    top: 50px;
    right: -300px;
    width: 300px;
    transition: 0.2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 18px;
    touch-action: pan-y;
}
.notifiy-successful.is-active {
    right: 20px;
}
.notifiy-successful .notify-head {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 0;
}
.notifiy-successful .notify-product {
    display: flex;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    padding-bottom: 5px;
}
.notify-product .notify-product-thumbnail {
    width: 30%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.notify-product .notify-product-content {
    display: flex;
    flex-flow: column;
    width: 70%;
    padding-left: 10px;
}
.notify-product .notify-product-content .notify-product-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.notify-product .notify-product-content .notify-product-meta {
    font-size: 16px;
    font-weight: 500;
    color: #1fa06a;
}
.notify-content .button {
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.block-default {
    position: relative;
    border: 1px solid #eee;
}
.block-default .heading {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
#footer ul.socialList {
    justify-content: center;
}
#footer ul.socialList li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #d62628;
    border-radius: 8px;
}
#footer ul.socialList li a:hover {
    background-color: #01a959;
}

ul.treeview li{
	position: relative;
	padding-left: 20px !important;
}

ul.treeview li:before{
	position: absolute;
    content: "\f231";
    font-family: bootstrap-icons !important;
    left: 0;
    top: 7px;
    font-size: 12px;
}

.cart-inner {
    padding: 36px 0 36px 60px;
}
.cart-inner .cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 15px;
    font-weight: 500;
    color: #5e7877;
    line-height: 20px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #eee;
    border: 2px solid #fff;
    border-radius: 50%;
}
.cart-inner .cart-icon svg {
    fill: #5e7877;
    height: 45px;
    width: 45px;
}
.cart-inner .cart-dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #ebebeb;
    padding: 26px 24px;
    min-width: 300px;
    max-width: 380px;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 99999;
}
.cart-inner:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
}
.product-item {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.product-item .product-item-thumb {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 2px;
    margin-right: 18px;
}
.product-item .product-item-thumb img {
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-item .product-item-title a {
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 4px;
}
.product-item .product-item-quantity {
    font-weight: 500;
    color: #627c7c;
}
.product-item .product-item-title:hover a,
.product-item .remove_cart:hover:before {
    color: #627c7c;
}
.product-item .remove_cart {
    margin-left: 20px;
}
.remove_cart:before {
    position: relative;
    display: inline-block;
    content: "\f149";
    font-family: Kiko;
    font-weight: 300;
    font-size: 15px;
}
.cart-dropdown .product-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.cat-icon:before,
.sub-list-icon > li + li > :before,
.sub-list-icon > li:first-child > :before {
    font-family: FontAwesome;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.cart-dropdown .product-total span:last-child {
    font-size: 18px;
}
.cart-dropdown .button {
    width: 100%;
    justify-content: center;
}

.page-detail .hometext{
	font-weight: 400;
}

label {
    font-weight: 500;
}
.pagination > li > a,
.pagination > li > span {
    width: 40px;
    border: 1px solid #e6e8ec;
    border-radius: 6px !important;
    color: #141414;
    font-size: 15px;
    margin: 0 3px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #01a959;
    border-color: #01a959;
}
.nv-block-rss li,
.nv-hr {
    border-bottom: 1px solid #dcdcdc;
}
.ajax-load-qa {
    background: url("../images/loading.gif") center center no-repeat rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.nv-hr {
    clear: both;
    height: 1px;
    margin: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.nv-hr.nv-hr-lg {
    margin: 20px 0;
}
.nv-hr.nv-hr-sm {
    margin: 5px 0;
}
.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 !important;
}
.nv-social-share li {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 20px;
}
.nv-social-share li.facebook {
    position: relative;
    top: -4px;
    padding-right: 40px;
}
.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}
.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}
.list-none,
.nv-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nv-list-item li {
    padding: 4px;
    margin: 0 !important;
}
.nv-list-item.sm li {
    padding: 2px;
}
.nv-list-item.xsm li {
    padding: 1px;
}
.nv-list-item.lg li {
    padding: 10px;
}
.page .nv-list-item li em {
    position: relative;
    top: 2px;
}
.cat-icon:before,
.sub-list-icon > li:first-child > :before {
    content: " \f114 ";
    font-size: inherit;
    margin-right: 4px;
    margin-top: -3px;
}
.sub-list-icon > li + li > :before {
    content: " \f10c ";
    font-size: 8px;
    margin-right: 10px;
}
.sub-list-icon > li:first-child + li > :before {
    content: " \f101 ";
    font-size: 12px;
    margin-top: -2px;
}
.nv-block-banners {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.nv-block-rss li:last-child {
    border: none;
    padding-bottom: 0;
}
.nv-block-rss li:first-child {
    padding-top: 0;
}
.nv-block-rss img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.enable-animate .nv-block-rss img {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: 1px solid #dcdcdc;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}
.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}
.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}
.button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 12px 15px;
    min-width: 200px;
    text-align: center;
    color: #fff !important;
    border-radius: 0 !important;
    background-color: #01a959;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: 0.2s;
}
.chromeframe,
.nv-alert {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 99999999999999 !important;
    text-align: center !important;
}
.button:hover {
    background-color: #eb3234;
}
.btn,
.btn.active:focus,
.btn:active,
.btn:focus,
.btn:focus:active,
.form-control,
.form-control.active:focus,
.form-control:active,
.form-control:focus,
.form-control:focus:active,
button,
button.active:focus,
button:active,
button:focus,
button:focus:active,
input,
input.active:focus,
input:active,
input:focus,
input:focus:active,
input[type="checkbox"],
input[type="checkbox"].active:focus,
input[type="checkbox"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:focus:active,
input[type="file"],
input[type="file"].active:focus,
input[type="file"]:active,
input[type="file"]:focus,
input[type="file"]:focus:active,
input[type="radio"],
input[type="radio"].active:focus,
input[type="radio"]:active,
input[type="radio"]:focus,
input[type="radio"]:focus:active,
textarea,
textarea.active:focus,
textarea:active,
textarea:focus,
textarea:focus:active {
    outline-width: 0;
    outline-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #aaa;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type="radio"] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}
input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled:checked:before,
input[type="radio"]:disabled,
input[type="radio"]:disabled:checked:before {
    opacity: 0.7;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: 14px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked:before {
    content: "\f00c";
    margin: 0;
    color: #333;
}
input[type="radio"]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #333;
}
.form-control {
    box-shadow: none;
    border-color: #d3d3d3ee;
    height: 44px;
    border-radius: 8px;
}
.img-thumbnail {
    background-color: #ccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}
.fb-like {
    margin-right: 50px;
}
.navbar-inverse {
    background-color: #d9e8f4;
    border-color: #2a6496;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #2a6496;
}
.panel-heading {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0) 100%) !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}
.panel-primary > .panel-heading > a:hover {
    color: #dcdcdc;
}
table caption {
    color: #357ebd;
    text-align: left;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.modal-body {
    padding: 15px;
}
#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 600px;
    text-align: center;
    font-size: 0;
}
#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}
#sitemodal .close,
#sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border: 2px solid #ccc;
    border-radius: 12px;
}
#sitemodal .close:hover {
    opacity: 1;
}
@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }
    #sitemodal .modal-content {
        display: block;
    }
}
#sb-container {
    z-index: 99999999 !important;
}
.chromeframe {
    top: 0 !important;
    width: 100% !important;
    background-color: #ff0 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
}
#timeoutsess a {
    color: #2f70a7 !important;
}
.nv-alert {
    top: 25% !important;
    width: 350px !important;
    margin: auto;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.select2-container--bootstrap .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 32px !important;
    padding-top: 2px;
}
.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0 10px;
}
.padding-voting ul li {
    margin: 0 10px;
    padding: 10px 0;
    list-style: disc;
    text-align: justify;
}
.sum-voting {
    margin-top: 5px;
}
.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    z-index: 99999999999999;
    background-color: #eee;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.mobile-menu-bg,
.mobile-menu-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}
.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}
.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}
.cookie-notice button {
    float: right;
    margin: -20px -20px 10px 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}
.open-menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}
.mobile-menu-bg {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.mobile-menu-wrap {
    background-color: #03934e;
    transform: translateX(100%);
}
.mobile-menu-wrap.animate {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
}
.mobile-menu-wrap .menu {
    height: calc(100vh);
    overflow: auto;
    padding-top: 95px;
    background-color: #03934e;
}
.mobile-menu-toggle-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    right: 30px;
    height: 50px;
    width: 60px;
    background-color: #00954e;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.mobile-menu-toggle-btn .nav-line {
    position: relative;
    background-color: #fff;
    height: 2px;
    width: 34px;
    border-radius: 3px;
    transition: transform 0.3s 0.6s;
}
.mobile-menu-toggle-btn .nav-line:after,
.mobile-menu-toggle-btn .nav-line:before {
    background-color: #fff;
    content: "";
    height: 2px;
    width: 34px;
    border-radius: 3px;
    left: 0;
    position: absolute;
    transition: top 0.3s, bottom 0.3s;
}
.mobile-menu-toggle-btn .nav-line:before {
    bottom: -10px;
    transition: bottom 0.3s, transform 0.3s 0.3s;
}
.mobile-menu-toggle-btn .nav-line:after {
    top: -10px;
}
.open-menu .mobile-menu-wrap {
    visibility: visible;
    transform: translateX(0);
}
.open-menu .mobile-menu-toggle-btn {
    position: absolute;
    right: 30px;
    left: auto;
}
.open-menu .mobile-menu-toggle-btn .nav-line {
    transform: rotate(45deg);
    background-color: #fff;
}
.open-menu .mobile-menu-toggle-btn .nav-line:before {
    bottom: 0;
    transform: rotate(90deg);
    background-color: #fff;
}
.open-menu .mobile-menu-toggle-btn .nav-line:after {
    top: 0;
    background-color: #fff;
}


#call-bubble-root {
    right: 20px;
    bottom: 30px;
    position: fixed;
    z-index: 9999;
}

#call-bubble-root .call-list{
    display: none;
    height: 0;
    transition: 0.3s all;
}

#call-bubble-root.opened .call-list{
    display: block;
    height: auto;
}

#call-bubble-root .call-item,
#call-bubble-root .call-list-item{
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 75px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#call-bubble-root .call-list-item:nth-child(1) .call-img-circle{
    background-color: #0068ff;
}

#call-bubble-root .call-list-item:nth-child(1) .call-circle-fill{
    box-shadow: 0 0 0 0 #0068ffc7;
    background-color: #0068ffc7;
}

#call-bubble-root .call-list-item:nth-child(3) .call-img-circle {
    background-color: #4285f4;
}

#call-bubble-root .call-list-item:nth-child(3) .call-circle-fill{
    box-shadow: 0 0 0 0 #4285f4bf;
    background-color: #4285f4bf;
}

#call-bubble-root .call-circle-fill{
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #ff000073;
    background-color: #ff000073;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#call-bubble-root .call-img-circle{
    background-color: #ff1100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#call-bubble-root .call-img-circle .icon-close,
#call-bubble-root.opened .call-img-circle .icon-chat{
    display: none;
}

#call-bubble-root .call-item.opened-icon .call-img-circle .icon-close{
    display: block;
}

#call-bubble-root .call-img-circle img{
    max-height: 25px;
    max-width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#call-bubble-root .call-list-item .call-img-circle a{
    display: flex;
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
