img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.logo {
    padding: 5px 0;
}

@media screen and (min-width: 64em) {
    .bnt-container {
        max-width: 1080px;
        max-width: 108rem;
    }
}

@media screen and (min-width: 74.25em) {
    .bnt-container {
        padding: 0;
    }
}

@media screen and (min-width: 120em) {
    .bnt-container {
        max-width: 1440px;
        max-width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .site-wrapper {
        max-width: 1160px;
        max-width: 116rem;
    }

    .boxed-layout .fixed-header {
        max-width: 1160px;
        max-width: 116rem;
    }
}

@media screen and (min-width: 120em) {
    .site-wrapper {
        max-width: 1560px;
        max-width: 156rem;
    }

    .boxed-layout .fixed-header {
        max-width: 1560px;
        max-width: 156rem;
    }
}

body {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4em;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6,
.post-header-title h1 {
    font-family: Open Sans, Arial, sans-serif;
}

#nav-primary {
    font-family: Montserrat, Arial, sans-serif;
}

.primary-menu>li>a,
.primary-menu>li>a:after {
    font-size: 14px;
    font-size: 1.4rem;
}

.site-header,
.header-default .site-header.fixed-header,
.header-centered .site-header.fixed-header,
.header-side .site-wrapper {
    background: transparent;
    border-radius: 15px;
}

.primary-menu>li>.sub-menu {
    border-top-color: #ffffff;
}

.primary-menu>li>a,
#nav-mobile li a,
.mobile-menu-trigger,
.mobile-menu-close,
.ham-menu-close {
    color: #000000;
}

.primary-menu>li>a:hover,
.primary-menu>li.current-menu-item>a,
.primary-menu>li.current-menu-ancestor>a {
    color: #00b285;
}

.primary-menu .sub-menu li,
#nav-mobile {
    background-color: #0080c0;
}

.primary-menu .sub-menu li a:hover,
#nav-mobile li a:hover{
    background-color: #006285;
}

.primary-menu .sub-menu,
.primary-menu .sub-menu li,
#nav-mobile li a,
#nav-mobile .primary-mobile-menu>li:first-child>a {
    border-color: #04125b;
}

.primary-menu .sub-menu li a {
    color: #ffffff;
}

.primary-menu .sub-menu li:hover>a {
    color: #ffffff;
}

#nav-mobile {
    background-color: #0080c0;
}

#nav-mobile li a,
.mobile-menu-trigger,
.mobile-menu-close {
    color: #000000;
}

#nav-mobile li a:hover,
#nav-mobile .current-menu-item:not(.current-menu-ancestor)>a {
    background-color: #00b285;
}

#nav-mobile li a,
#nav-mobile .primary-mobile-menu>li:first-child>a {
    border-color: #000000;
}

#nav-mobile li a:hover,
.mobile-menu-trigger-container:hover,
.mobile-menu-close:hover {
    color: #ffffff;
}

.site-content {
    background-color: #ffffff;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    color: #333333;
}

.products .product a h3,
.masonry-item-box a h2 {
    color: inherit;
}

.site-content {
    color: #333333;
}

.site-content a:not(.masonry-item-link) {
    color: #00b285;
}

.site-content a:not(.page-numbers) {
    color: #00b285;
}

.site-content a:not(.ajax-load-more) {
    color: #00b285;
}

.site-content a:not(.remove) {
    color: #00b285;
}

.site-content a:not(.button) {
    color: #000;
    font-size: 22px;
}

.page-links a .page-link-text:not(:hover) {
    color: #00B285;
}

label,
.wp-caption-text,
.post-date-blog,
.entry-footer,
.archive-header .archive-description,
.comment-meta,
.comment-notes,
.project-types,
.widget_archive li,
.widget_categories li,
.widget .post-date,
.widget_calendar table caption,
.widget_calendar table th,
.widget_recent_comments .recentcomments,
.product .price del,
.widget del,
.widget del .amount,
.product_list_widget a.remove,
.product_list_widget .quantity,
.product-categories .count,
.product_meta,
.shop_table td.product-remove a,
.woocommerce-checkout .payment_methods .wc_payment_method .payment_box {
    color: #999999;
}

hr,
.entry-content table,
.entry-content td,
.entry-content th,
.separator-line,
.comment .comment .comment-nested,
.comment-respond,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_product_categories ul li,
.woocommerce .site-footer .widget-woo .product_list_widget li,
.woocommerce .site-footer .widget-woo .cart_list li:last-child,
.woocommerce-tabs .tabs,
.woocommerce-tabs .tabs li.active,
.cart_item,
.cart_totals .cart-subtotal,
.cart_totals .order-total,
.woocommerce-checkout-review-order table tfoot,
.woocommerce-checkout-review-order table tfoot .order-total,
.woocommerce-checkout-review-order table tfoot .shipping {
    border-color: #dddddd;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select,
.select2-container {
    background-color: #e4e4e4;
    color: #333333;
}

::-webkit-input-placeholder {
    color: #aaaaaa;
}

::-moz-placeholder {
    color: #aaaaaa;
}

:-ms-input-placeholder {
    color: #aaaaaa;
}

input:-moz-placeholder {
    color: #aaaaaa;
}

.pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.site-content a.ajax-load-more:hover,
.page-links a .page-link-text:hover,
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle,
input[type="submit"],
.site-content .button,
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #dd3333;
}

.pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.site-content a.ajax-load-more:hover,
.page-links a .page-link-text:hover {
    border-color: #dd3333;
}

.page-links a .page-link-text:not(:hover),
.pagination a,
.woocommerce-pagination a,
.site-content a.ajax-load-more {
    color: #dd3333;
}

input[type="submit"]:hover,
.site-content .button:hover {
    background-color: #dd3333;
}

input[type="submit"],
.site-content .button,
.site-content a.button,
.pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.site-content a.ajax-load-more:hover,
.page-links a .page-link-text:hover {
    color: #ffffff;
}

input[type="submit"]:hover,
.site-content .button:hover {
    color: #ffffff;
}

.shop_table .actions .button,
.shipping-calculator-form .button,
.checkout_coupon .button,
.widget_shopping_cart .button:first-child,
.price_slider_amount .button {
    background-color: #999999;
}

.shop_table .actions .button:hover,
.shipping-calculator-form .button:hover,
.checkout_coupon .button:hover,
.widget_shopping_cart .button:first-child:hover,
.price_slider_amount .button:hover {
    background-color: #777777;
}

.shop_table .actions .button,
.shipping-calculator-form .button,
.checkout_coupon .button,
.widget_shopping_cart .button:first-child,
.price_slider_amount .button {
    color: #ffffff;
}

.shop_table .actions .button:hover,
.shipping-calculator-form .button:hover,
.checkout_coupon .button:hover,
.widget_shopping_cart .button:first-child:hover,
.price_slider_amount .button:hover {
    color: #ffffff;
}

.sidebar-footer {
    background-color: #04125b;
}

.site-footer {
    color: #cccccc;
}

.site-footer a {
    color: #ffffff;
}

.site-footer label,
.site-footer .post-date-blog,
.site-footer .entry-footer,
.site-footer .comment-meta,
.site-footer .comment-notes,
.site-footer .widget_archive li,
.site-footer .widget_categories li,
.site-footer .widget .post-date,
.site-footer .widget_calendar table caption,
.site-footer .widget_calendar table th,
.site-footer .widget_recent_comments .recentcomments {
    color: #aaaaaa;
}

.sidebar-footer .widget_recent_entries ul li,
.sidebar-footer .widget_recent_comments ul li,
.sidebar-footer .widget_categories ul li,
.sidebar-footer .widget_archive ul li {
    border-color: #999999;
}

.bottom-footer {
    background-color: #04125b;
    color: #ffffff;
}

.bottom-footer a {
    color: #ffffff;
}

.home.blog .post-header-title h1 {
    color: #ffffff;
}

.home.blog .post-header-subtitle {
    color: #cccccc;
}

@media screen and (min-width: 48em) {

    .grid-masonry.grid-container,
    .grid-rows.grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-columns.grid-container {
        columns: 3;
    }
}

.grid-container {
    margin: 0 -10px;
}

.grid-item-inner {
    padding: 10px;
}

.grid-rows .grid-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-header-title .entry-title,
.entry-header .entry-title {
    color: ;
    font-weight: 400;
}
.entry-header .entry-des {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1;
    margin: 25px 0;
}
.post-header-subtitle {
    color: #999999;
}

.site-content {
    background-color: transparent;
    overflow-y: hidden;
    border-radius: 15px;
}

.post-header-cta a,
.post-header-cta div {
    border-color: #ffffff;
}

.post-header-cta .post-header-cta-primary {
    background-color: #ffffff;
    color: #333333;
}

.post-header-cta a:hover,
.post-header-cta div:hover {
    border-color: #cccccc;
}

.post-header-cta .post-header-cta-primary:hover {
    background-color: #cccccc;
}

.post-header-cta .post-header-cta-secondary {
    color: #ffffff;
    border-color: #ffffff;
}

.post-header-cta .post-header-cta-secondary:hover {
    color: #cccccc;
    border-color: #cccccc;
}
body.custom-background {
    background-color: #04125b;
}

#pgc-25-0-0,
#pgc-25-0-1 {
    width: 50%;
    width: calc(50% - (0.5 * 30px))
}

#pl-25 .so-panel {
    margin-bottom: 30px
}

#pl-25 .so-panel:last-of-type {
    margin-bottom: 0px
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col-md-4, .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.text-center {
    text-align: center;
}
.news-layout .item {
    border: 1px solid rgba(204, 204, 204, 0.75);
    transition: opacity .2s ease;
    margin-bottom: 30px;
}
.news-layout .item .info {
    color: rgb(65, 65, 65);
    padding: 15px;
}
.news-layout .item .info h6 {
    margin: 0
}
.news-layout .item .info a {
    color: rgb(65, 65, 65);
}
.news-layout .item .info a:hover {
    color: #00B285;
    text-decoration: none;
}
.line {
    margin: 15px 0;
    height: 1px;
    width: 100%;
    background: rgba(204, 204, 204, 0.75);
}

.paginationVT {
    display: inline-block;
}

.paginationVT li {
    color: black;
    float: left;
    text-decoration: none;
    border: 1px solid #ddd;
}
.paginationVT li a{
    display: block;
    padding:8px 16px;
}
.paginationVT li.active {
    background-color: #222322;
    color: white;
    border: 1px solid #222322;
    display: block;
    padding:8px 16px;
}
.paginationVT li:hover:not(.active) {background-color: #ddd;}

.paginationVT li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.paginationVT li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.home-content .banner {
    margin-bottom: 30px;
    line-height: 0;
}
.home-content article {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(204, 204, 204, 0.75);
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}
.home-content article:last-child {
    margin-bottom: 0px;
}
.home-content article .sow-image-container {
    border-radius: 15px;
    overflow: hidden;
    line-height: 0;
}
/*.tab-content .item-tab:nth-child(2) {
    margin-top: 30%;
}
.tab-content .item-tab:nth-child(3) {
    margin-top: 15%;
}*/
.tab-content .info1 .number {
    font-size: 50px;
    margin: 15px 0;
}
.tab-content .info, .tab-content .info1 {
    padding: 15px;
}
@media (max-width: 400px) {
    .paginationVT li {
        padding: 5px 10px;
    }
}
header nav, .mobile-menu-trigger {
    animation: fadeIn 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.bnt-container {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}
.line-header {
    height: 15px;
    width: 100%;
    background-color: #04125b
}
.link-contact {
        transition: 0.5s all;
        position: fixed;
        left: 0px;
        bottom: 20px;
        z-index: 10000;
    }

    .link-contact .item {
        /* display: none; */
        margin: 10px;
        width: 50px;
        text-align: center;
    }

    .link-contact .item.link-contact-show {
        display: block;
    }

    .linkcontact-1, .linkcontact-2, .linkcontact-3 {
        margin: 10px 0px;
    }

    .linkcontact-1 a, .linkcontact-2 a, .linkcontact-3 a {
        display: block;
    }

    .linkcontact-1 a img, .linkcontact-2 a img, .linkcontact-3 a img, .linkcontact-4 a img {
        border-radius: 100%;
    }

    @media (max-width: 768px) {
        .linkcontact-1 a img, .linkcontact-2 a img, .linkcontact-3 a, .linkcontact-4 a img {
            border-radius: 100%;
        }
        .link-contact {
            left: unset;
            width: 80%;
            margin-bottom: 0px;
        }
        .link-contact .item {
            /*display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap;
            width: 100%;    
            height: 50px;*/
        }
        .linkcontact-1, .linkcontact-2, .linkcontact-3 {
            margin: 0px;
        }
    }

    .linkcontact-1 a:hover > .p1,
    .linkcontact-2 a:hover > .p2,
    .linkcontact-3 a:hover > .p3 {
        width: 220px;
        padding-right: 10px;
        white-space: nowrap;
    }

    .linkcontact-1 p,
    .linkcontact-2 p,
    .linkcontact-3 p {
        position: absolute;
        top: 0px;
        padding: 10px 0px;
        transition: all 0.6s;
        width: -1;
        left: 15px;
        z-index: -1;
        margin: 0;
        background: #1fa4f4;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-align: end;
        border-radius: 20px;
    }

    #contacthide {
        background: #337ab7;
        border-radius: 10px;
        padding: 5px 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        outline: none;
        position: relative;
    }
    .linkcontact-4,
    .linkcontact-1 {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 50%;
    }

    .linkcontact-4 {
        background: #ff2000;
    }

    .linkcontact-1 {
        background: #c69b2b;
    }

    .linkcontact-4 a,
    .linkcontact-1 a {
        color: #fff !important;
    }
@media (max-width:780px) {
    .footer-copyright {
        text-align: center;
    }
    .entry-header .entry-des {
        font-size: 35px;
        font-weight: 400;
        line-height: 1.1;
        margin: 20px 0;
    }
    .tab-content .item-tab:nth-child(n) {
        margin-top: 0;
    }
    .order-1-mb {
        order: 1;
    }
    .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-12, .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    #pg-25-0.panel-no-style,
    #pg-25-0.panel-has-style>.panel-row-style,
    #pg-25-0 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-25-0>.panel-grid-cell,
    #pg-25-0>.panel-row-style>.panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-25-0-0 {
        margin-bottom: 30px
    }

    #pl-25 .panel-grid-cell {
        padding: 0
    }

    #pl-25 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-25 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}