/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-shadow: none !important;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: normal;
    letter-spacing: 0;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
.button.is-outline {
    color: inherit;
    line-height: calc( 2.5em - 2px );
}
.button:not(.icon) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    min-width: 160px;
    height: 46px;
}
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: .875rem;
    font-weight: normal;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 210px;
    top: -1px;
    border: 1px solid #ddd;
    left: 100%; 
    position: absolute; 
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    z-index: 99999; 
    opacity: 0; 
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out; 
    -webkit-transition: 0.2s ease-in-out; 
    transition: 0.2s ease-in-out; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {position: relative;width: 25px;height: 32px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background-color: #000;position: absolute;height: 2px;transition: all .3s ease-in-out;pointer-events: none;}
.nav-dark .nav-click span, .nav-dark .nav-click::after, .nav-dark .nav-click::before {background-color: #FFF;}
.nav-click::after,.nav-click::before{top:6px;right:0;width:25px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:25px}
.nav-click span{top:15px;right:0;width:25px}
/*@media (min-width:850px) {
    .nav-click{width:38px;height:38px}
    .nav-click span, .nav-click::after, .nav-click::before{height:3px}
    .nav-click::after, .nav-click::before{top:9px; width:25px}
    .nav-click::after{top:27px;width:35px}
    .nav-click span{top:18px;width:31px}
}*/
.has-off-canvas .current-lightbox-clicked .nav-click span{opacity:0}
.has-off-canvas .current-lightbox-clicked .nav-click::before{width:70%;left:17%;transform:rotate3d(0,0,1,45deg);top:43%}
.has-off-canvas .current-lightbox-clicked .nav-click::after{width:70%;left:15%;transform:rotate3d(0,0,1,-45deg);top:41%}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.sidebar .widget_recent_entries ul li .post-date { display: block; }

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}
.widget_list_posts .blog-post-inner .post-title {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
    margin: 0 0 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
.widget_list_posts .box-vertical {
    display: flex;
}
.widget_list_posts .box-vertical .box-image {
    flex: 0 0 30%;
}
.widget_list_posts .box-vertical .box-text {
    padding: 0 0 0 20px;
}
.widget_list_posts__alignright .box-vertical .box-text {
    order: -1;
    padding: 0 20px 0 0;
}

/* Widget Support */
@media (min-width: 1200px) { .widget_supports .list-supporter { padding-top: 190px; background-image: url(assets/img/bg-support.png); background-repeat: no-repeat; background-position: top center; background-size: contain; } }
.widget_supports .list-supporter .email { padding: 5px 10px; font-weight: 600; line-height: 20px; }
.widget_supports .phone { font-size: 1.25rem; color: #ff0000; font-weight: bold; }
.widget_supports .list-supporter li { margin: 0; }
.widget_supports .support-style-1 { background-color: #FFF; }
.widget_supports .support-style-1 .supporter { padding: 0 10px 10px 10px; }
.widget_supports .support-style-1 li { padding: 5px 0; font-size: .875rem; color: #333333; border-top: 1px solid #333; }
.widget_supports .support-style-1 li:first-child { border-top: none; }
.widget_supports .support-style-1 li:last-child { border-bottom: none; }
.widget_supports .support-style-1 i { width: 22px; margin-right: 12px; }
.widget_supports .support-style-2 .supporter { margin: 0 8px; padding: 5px 8px 5px 50px; border-top: 1px solid #dddddd; background: url(lib/images/ic-phone.png) 7px 10px no-repeat; position: relative; }
.widget_supports .support-style-2 .supporter:first-child { border-top: none; }
.widget_supports .support-style-2 .name { font-weight: 600; }
.widget_supports .support-style-2 .skype { position: absolute; right: 7px; bottom: 10px; z-index: 1; }
.widget_supports .support-style-2 .email a { color: #333333; }
.widget_supports .support-style-3 .supporter:not(:last-child) { border-bottom: 1px solid #dfdfdf; }
.widget_supports .support-style-3 ul { position: relative; padding: 8px 10px; }
.widget_supports .support-style-3 .name { font-size: 0.75rem; color: #333333; }
.widget_supports .support-style-3 .phone { line-height: 24px; }
.widget_supports .support-style-3 .social { position: absolute; bottom: 10px; right: 8px; z-index: 1; }
.widget_supports .support-style-3 .social a { display: inline-block; margin-left: 4px; }

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 22px;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: .8em;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element {
    margin-bottom: 0;
}
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: 1em 0 .5em;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: .875rem;
}
@media (min-width: 850px) {
    .sh-blog-shortcode .element .entry-description {
        font-size: 1rem;
    }
}
.sh-blog-shortcode .element .view-more {
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #EF7F2D;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .entry-title {
    margin: 20px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 2.5em;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
@media (min-width: 550px) {
    .sh-blog-shortcode.style-6 .element .entry-thumb .image-zoom {
        padding-top: 68%;
    }
    .sh-blog-shortcode.style-6 .second-element-layout .element .entry-thumb .image-zoom {
        padding-top: 57%;
    }
    .sh-blog-shortcode.style-6 .first-element-layout .entry-title {
        font-size: 1.375rem;
    }
    .sh-blog-shortcode.style-6 .second-element-layout .entry-title {
        font-size: 1.125rem;
    }
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 30px;
    }
}
@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}
/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
/* Category */
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: .5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
}
/* Single Post */
.article-inner  {
    background: #FFF;
}
.article-inner .entry-category {
    display: none;
}
.article-inner .entry-content {
    padding-top: 1em;
    padding-bottom: 0;
}
.article-inner .post-meta {
    font-size: 1rem;
}
.entry-header h1.entry-title, .entry-header .entry-title {
    font-size: 1.5rem;
    font-weight: bold;
    /*margin-bottom: .8em;*/
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.article-inner .entry-content {
    font-size: .875rem;
}
ul.links {
    margin: 3em 0;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination {
    text-align: left !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 3px;
    background: #E1E6E6;
    font-weight: normal;
    height: 2.25em;
    line-height: 2.25em;
}
.nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover {
    background: #00AB67 !important;
}
blockquote {
    font-style: normal;
    font-weight: 600;
}
.blog-share {
    border-top: 1px solid #EEF3F8;
}
.blog-share .button {
    margin-bottom: 0;
}
.blog-share .social-icons {
    color: inherit;
}
.blog-share .social-icons span {
    font-size: .875rem;
}
.blog-share .social-icons .icon {
    margin-left: 0;
    margin-right: 20px;
}
.blog-share .social-icons .icon:last-child {
    margin-right: 0;
}
.blog-share {
    padding: 20px 0;
}
.box-control__bottom {
    padding-top: 20px;
}
.box-control {
    margin-top: 30px;
}
.box-control__top {
    font-size: .875rem;
}
.box-control__top a {
    display: inline-block;
    background: #737373;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
.box-control__top a:hover {
    background: #000;
}
.box-control__bottom .box-vertical .box-image {
    flex: 0 0 27%;
}
.box-control__bottom .box-vertical .box-text {
    padding-left: 20px;
}
.box-control__bottom .blog-post-inner .post-title {
    font-size: 1rem;
}
@media (max-width: 549px) {
    .box-control__bottom.widget_list_posts .box-vertical {
        flex-direction: column;
    }
    .box-control__bottom .box-vertical .box-image {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .box-control__bottom .box-vertical .box-text {
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .blog-share {
        padding: 30px 0;
    }
    .box-control__bottom {
        padding-top: 30px;
    }
    .entry-header h1.entry-title, .entry-header .entry-title {
        font-size: 1.875rem;
    }
}
.related-post {
    margin-top: 60px;
}
.related-post__title {
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .5em;
}
@media (max-width: 849px) {
    .related-post__title {
        font-size: 1.4rem;
    }
}
@media (max-width: 549px) {
    .related-post__title {
        font-size: 1.25rem;
    }
}
.post-sidebar .widget_search .searchform {
    border: 1px solid #CECDCD;
    border-radius: 5px;
    background-color: #FFF;
}
.post-sidebar .widget_search .searchform input,
.post-sidebar .widget_search .searchform .button.icon {
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: 50px;
}
.post-sidebar .widget_search .searchform .button.icon i {
    color: #111111;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro' !important;
}
.post-sidebar .widget_search .searchform .button.icon i:before {
    content: '\f002';
}
.post-sidebar .widget:not(.widget_search):not(.widget_text) {
    padding-left: 30px;
    border-left: 1px solid #E2E6EA;
}
.post-sidebar .widget:not(:last-child) {
    margin-bottom: 70px;
}
.post-sidebar .widget-title, .sidebar-inner .widget-title {
    font-size: 1.25rem;
    display: block;
    padding-top: .4em;
    padding-bottom: .5em;
    text-transform: none;
    position: relative;
    margin-bottom: 1em;
}
@media (min-width: 1200px) {
    .post-sidebar .widget-title, .sidebar-inner .widget-title {
        font-size: 1.5rem;
    }
}
.post-sidebar .widget:not(.widget_search):not(.widget_text) .widget-title {
    padding-left: 30px;
    margin-left: -31px;
}
.post-sidebar .widget:not(.widget_search):not(.widget_text) .widget-title:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #00AB67;
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width: 1200px) {
    .post-sidebar .widget-title {
        font-size: 1.625rem;
    }
}
.post-sidebar .widget-title + .is-divider,
.sidebar-inner .widget-title + .is-divider {
    display: none;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.post-sidebar ul.menu>li {
    padding: 10px 0;
    position: relative;
    color: inherit;
}
.post-sidebar ul.menu>li>a {
    display: block;
    padding: 0 0 0 15px;
    color: inherit;
}
.post-sidebar ul.menu li a:hover {
    color: #00AB67;
}
.post-sidebar .widget_nav_menu ul.menu>li:before {
    content: '\f0da';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    opacity: 1;
}
.tagcloud {
    padding-bottom: 0;
}
.tagcloud a {
    color: #737373;
    border: 1px solid #E6E6E6;
    font-size: .875rem !important;
    opacity: 1;
    margin: 0 6px 6px 0;
}
.page-wrapper {
    padding-top: 60px;
}
.blog-featured {
    border-bottom: 1px solid #E2E6EA;
    margin-bottom: 2em;
}
.blog-featured .element .entry-title {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: .8em;
}
@media (max-width: 849px) {
    .blog-featured .element .entry-title {
        font-size: 1.4rem;
    }
}
@media (max-width: 549px) {
    .blog-featured .element .entry-title {
        font-size: 1.25rem;
    }
}
.blog-featured .element .entry-content {
    padding-top: 1.5em;
}

/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
/*@media (min-width: 1200px) {
    .footer-wrapper .col-1 {
        flex-basis: 31%;
        max-width: 31%;
        padding-right: 7%;
    }
    .footer-wrapper .col-2 {
        flex-basis: 19%;
        max-width: 19%;
    }
    .footer-wrapper .col-3 {
        flex-basis: 30%;
        max-width: 30%;
    }
    .footer-wrapper .col-4 {
        flex-basis: 20%;
        max-width: 20%;
    }
}*/
.footer-wrapper .dark a {
    color: #999999;
}
.footer-wrapper .dark a:hover {
    color: #FFF;
}
.footer-wrapper .col+.col .col-inner {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.footer-wrapper .icon-box p {
    margin-bottom: 0;
}
.footer-wrapper .icon-box img, .footer-wrapper .icon-box svg {
    padding-top: 0;
}
.footer-wrapper .social-icons .button.icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    margin-right: 14px;
}
.footer-wrapper .social-icons .button.icon:last-child {
    margin-right: 0;
}
.footer-wrapper .dark .social-icons .button.icon {
    background-color: #FFF !important;
    border-color: #FFF !important;
    box-shadow: none !important;
}
.footer-wrapper .dark .social-icons .button.icon i {
    color: #272727 !important;
}
@media (max-width: 549px) {
    .footer-wrapper .col {
        padding-bottom: 50px;
    }
}
.absolute-footer {
    padding: 10px 0 10px;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.header-top .nav>li>a {
    font-size: .75rem;
}
.header-top.nav-dark .nav>li.html, .header-top.nav-dark .nav>li>a {
    color: #999999;
}
.header-top.nav-dark .nav>li.html i, .header-top.nav-dark .nav>li.html span {
    color: #EF7F2D;
}
.header-top.nav-dark a:hover {
    color: #FFF !important;
}
.header-top .nav-divided>li+li>a:after {
    border: none;
}
.header-top .nav>li.header-divider {
    height: 18px;
}
@media (min-width: 850px) {
    .header-main .flex-right {
        flex: 0 0 calc( 100% - 190px - 30px );
    }
    .header-main .nav-spacing-xlarge>li {
        margin: 0 24px;
    }
    .header-main .header-search-form {
        width: 100%;
    }
}
.header-main .header-search-form .searchform {
    border: 1px solid #00AB67;
    border-radius: 6px;
}
.header-main .header-search-form input, .header-main .header-search-form .button {
    height: 40px;
    border: none;
    box-shadow: none;
}
.header-main .header-search-form input {
    background-color: transparent;
    padding-left: 18px;
    padding-right: 18px;
}
.header-main .header-search-form .button {
    width: 40px;
    background-color: #00AB67 !important;
    border-radius: 0 5px 5px 0;
}
.header-bottom-nav.nav-line-bottom > li > a:before {
    background-color: #00AB67 !important;
}
.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: none;
    transform: translateY(1px);
}
@media (min-width: 850px) {
    .nav-dropdown .large-4 {
        max-width: 28%;
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    }
    .nav-dropdown .large-8 {
        max-width: 72%;
        -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    }
}
.nav-dropdown .ux-menu-link__link {
    font-size: .875rem;
    column-gap: 10px;
}
.nav-dropdown .ux-menu-link__link:hover {
    color: #EF7F2D !important;
}
.nav-dropdown .ux-menu-link__link:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #222 !important;
}
.nav-dropdown .product-category .box-image {
    padding: 3px;
    border: 1px solid #D2D2D2;
}
.nav-dropdown .product-category .box-text {
    padding: 5px 0 0 0;
}
.nav-dropdown .product-category .header-title {
    text-transform: none;
    font-size: .75rem;
}
/**/
.p-0 p {
    margin-bottom: 0;
}
.p-last-0 p:last-child {
    margin-bottom: 0;
}
.subtitle span:before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: .7em solid transparent;
    border-bottom: .7em solid #EF7F2D;
    position: relative;
    top: -1em;
    margin-right: 1em;
}
@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: block;
    }
}
.stack .button {
    margin-bottom: .5em !important;
}
.img-auto.img, .img-auto.img img {
    width: auto !important;
}
.text-align-last-center {
    text-align: justify;
    text-align-last: center;
}
.item-cat {
    display: block;
    height: 100%;
    padding: 40px 15px 30px 15px;
    text-align: center;
    background-size: cover;
}
.item-cat:hover {
    color: #FFF;
}
.item-cat__img {
    margin-bottom: 15px;
}
.item-cat__img img {
    max-width: 26%;
}
.item-cat__title {
    font-size: 1.0625rem;
    text-transform: uppercase;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
}
@media (max-width: 549px) {
    .row-list-cat {
        width: auto;
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .row-list-cat .col {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 10px !important;
    }
    .item-cat {
        padding: 30px 10px 20px 10px;
    }
    .item-cat__title {
        font-size: .875rem;
        height: 2.8em;
    }
    .item-cat__img {
        margin-bottom: 10px;
    }
    .item-cat__img img {
        max-width: unset;
        height: 43px;
    }
}
.flickity-enabled.slider-nav-dots-simple {
    padding-bottom: 30px;
}
.slider-nav-dots-simple .flickity-page-dots {
    bottom: 0;
}
.slider-nav-dots-simple .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    border: none;
    opacity: 1;
}
.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
    background-color: #00AB67;
}
@media (max-width: 549px) {
    .flickity-page-dots {
        pointer-events: unset;
    }
}
.item-partner {
    border: 1px solid #E5E5E5;
    text-align: center;
}
.item-partner + .item-partner {
    margin-top: 20px;
}
@media (max-width: 549px) {
    .row-list-partners {
        width: auto;
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .row-list-partners .col {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 10px !important;
    }
    .item-partner + .item-partner {
        margin-top: 10px;
    }
}
.uni_partners_option .flickity-prev-next-button {
    top: calc( 50% - 50px );
    width: 50px;
    height: 50px;
    min-height: unset;
    border-radius: 50%;
    border: 1px solid #707070;
    opacity: 1;
}
@media (max-width: 1399px) {
    .uni_partners_option .flickity-prev-next-button {
        width: 40px !important;
        height: 40px !important;
    }
    .slider-nav-outside .flickity-prev-next-button.previous {
        left: 0;
    }
    .slider-nav-outside .flickity-prev-next-button.next {
        left: unset;
        right: 0;
    }
}
.uni_partners_option .flickity-button-icon {
    padding: 30% !important;
}
@media (max-width: 849px) {
    .uni_partners_option .flickity-prev-next-button {
        display: none;
    }
}
.row-list-products .col-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-product {
    flex: 0 0 calc( 50% - 10px );
}
.item-product:first-child {
    flex: 0 0 100%;
}
.item-product .col {
    padding: 0 0 20px 0;
}
.item-product:not(:first-child) .col {
    padding: 0;
}
.item-product:first-child .product-small.box {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.item-product:first-child .box-image {
    flex: 0 0 50%;
}
/*.item-product .box-text-products {
    padding: 12px 20px 20px 20px;
}*/
.item-product .box-text-products .woocommerce-loop-product__title {
    font-size: .875rem;
}
.item-product .box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
    -webkit-line-clamp: 1;
    max-height: 1.4em;
}
@media (max-width: 549px) {
    .item-product {
        flex: 0 0 calc( 50% - 5px );
    }
    .item-product .col {
        padding-bottom: 10px;
    }
}
.item-product:first-child .gridlist-description {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 5.2em;
}
.back-to-top.button {
    width: 38px;
    height: 35px;
    min-height: unset;
    margin: 0;
    background: url(assets/img/right-arrow.svg) no-repeat !important;
    border: none;
    bottom: 110px;
    right: 35px;
}
.back-to-top.button i {
    display: none;
}
/**/
.featured-title {
    text-shadow: none;
}
.page-header-wrapper .entry-title {
    font-size: 1.125rem;
}
.page-header-wrapper .breadcrumbs {
    font-size: .625rem;
}
@media (min-width: 550px) {
    .page-header-wrapper .entry-title {
        font-size: 1.5rem;
    }
    .page-header-wrapper .breadcrumbs {
        font-size: .875rem;
    }
}
@media (min-width: 850px) {
    .page-header-wrapper .entry-title {
        font-size: 2.5rem;
    }
    .page-header-wrapper .breadcrumbs {
        font-size: 1rem;
    }
}
@media (max-width: 849px) {
    .page-header-wrapper .title-breadcrumbs {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.uni-gallery .flickity-button {
    display: none;
}
.uni-gallery .flickity-page-dots {
    bottom: -10px;
}
.uni-gallery .flickity-page-dots .dot {
    width: 25px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background-color: #6E6E6E;
}
.uni-gallery .flickity-page-dots .dot.is-selected {
    background-color: #EF7F2D;
}
/**/
span.widget-title {
    display: block;
    font-size: 1.125rem;
    padding-top: .4em;
    margin-bottom: 1em;
}
span.widget-title + .is-divider {
    display: none;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.widget>ul>li .count {
    opacity: 1;
    font-size: .875em;
    line-height: normal;
}
.widget_product_categories ul li {
    column-gap: 5px;
}
.widget_product_categories ul li a {
    display: flex;
    column-gap: 10px;
    flex: unset;
    font-size: .875rem;
    color: inherit;
}
.widget_product_categories ul li a:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #222 !important;
}
.widget_product_categories ul li.active a, 
.widget_product_categories ul li.active .count, 
.widget_product_categories ul li a:hover {
    font-weight: normal;
    color: #EF7F2D;
}
@media (min-width: 850px) {
    .sidebar-inner {
        padding-right: 20px;
    }
}
.sidebar-inner .widget:not(:last-child) {
    margin-bottom: 60px;
}
.sidebar-inner .button {
    height: 34px;
    line-height: 34px;
    min-width: 120px;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.button-download {
    font-weight: bold;
    color: #222222 !important;
}
.button-download:before {
    content: '\f019';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    margin-right: .5em;
}
.banner h2, .banner h3, .banner h1 {
    line-height: 1.3;
}
.title-product {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 10px;
}
.title-product .woocommerce-result-count, 
.title-product .woocommerce-products-header__title {
    margin: 0;
    line-height: 1.4;
}
.title-product .woocommerce-result-count {
    display: inline-block !important;
    opacity: .7;
    font-size: 1.125rem;
}
.title-product .woocommerce-result-count:before {
    content: '(';
}
.title-product .woocommerce-result-count:after {
    content: ' )';
}
.title-product .woocommerce-products-header__title {
    width: auto;
    font-size: 1.125rem;
    text-transform: uppercase;
}
@media (max-width: 549px) {
    .title-product .woocommerce-result-count {
        font-size: .875rem;
    }
}
.filter-popup {
    position: relative;
    font-size: .875rem;
}
.filter-popup__title {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F6F8;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
}
.filter-popup__title i {
    transition: all .3s ease-in-out;
}
.filter-popup__main {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    transform: translateY(4px);
    background-color: #F5F6F8;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 12px 12px 6px 12px;
}
@media (min-width: 850px) {
    .filter-popup__main {
        min-width: 500px;
    }
}
@media (max-width: 549px) {
    .filter-popup__title {
        max-width: 220px;
    }
    .filter-popup__main {
        left: 0;
        width: 100%;
    }
}
.filter-popup.active .filter-popup__title i {
    transform: rotate(180deg);
}
.filter-popup.active .filter-popup__main {
    display: block;
}
.filter-popup__main .widget {
    margin: 0;
}
.filter-popup__main ul {
    display: flex;
    flex-wrap: wrap;
}
.filter-popup__main ul li {
    margin: 0 6px 6px 0;
}
.filter-popup__main ul li a {
    background-color: #FFF;
    color: #737373;
    border-radius: 3px;
    padding: 4px 8px;
    transition: all .3s ease-in-out;
}
.filter-popup__main ul li a:hover {
    background-color: #00AB67;
    color: #FFF;
    border-radius: 3px;
    padding: 4px 8px;
}
.filter-popup__main ul li.chosen a:hover:before {
    background-color: #EF7F2D;
    color: #FFF;
}
.filter-popup__main ul li .count {
    display: none;
}
.widget_layered_nav_filters ul li.chosen a:before,
.widget li.chosen a:before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    opacity: 1;
    line-height: 16px;
    top: 0;
    transition: all .3s ease-in-out;
}
.widget_layered_nav_filters ul li.chosen a {
    opacity: 1;
    padding: 5px 15px;
    font-size: .875rem;
    border: none;
    transition: none;
}
.widget_layered_nav_filters ul li.chosen a:before {
    transition: none;
}
.widget_layered_nav_filters ul li.chosen a:hover {
    background-color: #00AB67;
    color: #FFF;
}
.p-tooltip, #tooltip {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    border: 1px solid #00AB67;
    width: 400px;
    -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 30%);
    font-size: .875rem;
}
.tooltip-content {
    padding: 30px 20px;
}
.tooltip-content *:last-child {
    margin-bottom: 0;
}
.tooltip-content ul {
    list-style-position: inside;
}
@media (max-width: 849px) {
    .category-page-row > .large-3 {
        display: block !important;
    }
    .sidebar-inner .widget {
        margin-bottom: 30px !important;
    }
    .sidebar-inner .block_widget {
        display: none;
    }
    .widget_product_categories ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .widget_product_categories ul li {
        flex-wrap: nowrap;
        align-items: baseline;
        flex: 0 0 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .widget_product_categories ul li a, 
    .widget>ul>li .count {
        font-size: .75rem;
    }
}
.shop-page-title {
    display: none;
}
.block-bottom-list-cat {
    margin-top: 60px;
}
.block-bottom-list-cat .widget:not(.block_widget) {
    display: none;
}
/**/
body.single-product #main {
    background: #F5F5F5;
}
.product-main {
    background-color: #FFF;
    padding: 30px !important;
    margin-top: 60px;
}
@media (max-width: 849px) {
    .product-main {
        padding: 20px 15px !important;
        margin-top: 40px;
    }
}
.product-info {
    padding-top: 20px;
}
@media (min-width: 850px) {
    .product-info {
        padding-left: 10%;
    }
}
.woocommerce-product-gallery {
    border: 1px solid #F5F5F5;
}
.woocommerce-product-gallery .image-tools .button {
    border: none;
    color: #A7A7A7;
}
.woocommerce-product-gallery .image-tools .button:hover {
    color: #FFF;
}
.product-thumbnails__wrap {
    margin: 0 45px;
}
.product-thumbnails a {
    text-align: center;
    border: 1px solid #F5F5F5;
}
.product-thumbnails img {
    margin-bottom: 0;
    opacity: 1;
}
.product-thumbnails a:hover img, .product-thumbnails .is-nav-selected a img {
    transform: none;
}
.product-thumbnails.row {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.product-thumbnails.row .col {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-bottom: 12px !important;
}
.product-thumbnails .flickity-prev-next-button {
    top: 50%;
    margin-top: -16.5px;
    width: 25px !important;
    height: 25px !important;
    min-height: unset;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
    opacity: 1;
    transition: all .3s;
}
.product-thumbnails .flickity-prev-next-button.previous {
    left: -30px;
    right: unset;
}
.product-thumbnails .flickity-prev-next-button.next {
    left: unset;
    right: -30px;
}
.product-thumbnails .flickity-prev-next-button:hover {
    border-color: #EF7F2D;
    color: #EF7F2D;
}
.product-thumbnails .flickity-prev-next-button .arrow {
    transition: all .3s;
}
.product-thumbnails .flickity-prev-next-button:hover .arrow {
    fill: #EF7F2D !important;
}
.product-thumbnails.row-slider .flickity-button-icon {
    padding: 30% !important;
}
.woocommerce-product-rating {
    margin-bottom: 1.5em;
}
/*.product-short-description {
    display: none;
}*/
.product-info-top {
    margin-bottom: 3.5em;
}
.product-info-top + .product-short-description {
    margin-top: -2em;
    margin-bottom: 4em;
}
.product-info__sku {
    opacity: .7;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #D2D2D2;
}
.product-info__sku strong {
    font-weight: normal;
}
.product-info__item a {
    font-weight: bold;
    color: inherit;
}
.product-info .button {
    height: 52px;
    font-size: .875rem;
}
@media (max-width: 549px) {
    .product-info .button {
        height: 42px;
    }
}
.product-info .button.primary:before {
    content: '\f2a0';
    font-family: 'Font Awesome 5 Pro';
    margin-right: .2em;
    font-size: 1.4em;
    transform: rotate(-45deg);
}
.woocommerce-tabs .nav>li {
    width: auto !important;
    margin: 0 45px !important;
}
.woocommerce-tabs .nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: none;
}
.woocommerce-tabs .nav>li.active>a {
    color: #EF7F2D;
}
.woocommerce-tabs .nav>li>a:before {
    display: none !important;
}
@media (max-width: 849px) {
    .woocommerce-tabs .nav>li {
        margin: 0 20px !important;
    }
}
@media (max-width: 549px) {
    .woocommerce-tabs .nav>li>a {
        font-size: 1rem;
    }
}
.block-footer-product {
    margin-bottom: 80px;
}
@media (max-width: 849px) {
    .block-footer-product {
        margin-bottom: 40px;
    }
}
.product-footer .woocommerce-tabs {
    background-color: #FFF;
    border-top: none;
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce-tabs .nav {
    background: #F5F5F5;
}
.woocommerce-tabs .entry-content {
    padding: 30px 15px;
}
@media (max-width: 549px) {
    .woocommerce-tabs .entry-content {
        font-size: .875rem;
    }
}
@media (min-width: 850px) {
    .woocommerce-tabs .entry-content {
        padding: 30px;
    }
}
@media (min-width: 1200px) {
    .woocommerce-tabs .entry-content {
        padding: 60px 110px 30px 110px;
    }
}
.product-section {
    background-color: #FFF;
    border-top: none;
    padding: 30px;
    margin-bottom: 15px;
}
.product-section-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #00AB67;
    margin-bottom: .8em;
}
.product-section .flickity-prev-next-button {
    top: -4em;
    bottom: unset;
    margin-top: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    min-height: unset;
    border: 1px solid #9D9D9D;
    color: #9D9D9D;
}
.product-section .flickity-prev-next-button:hover {
    border-color: #00AB67;
}
.product-section .flickity-prev-next-button.previous {
    left: unset;
    right: 60px;
}
.product-section .flickity-prev-next-button.next {
    right: 10px;
}
.product-section .flickity-prev-next-button .flickity-button-icon {
    padding: 30% !important;
}
@media (max-width: 849px) {
    .product-section-title {
        font-size: 1.4rem;
    }
    .product-section .flickity-prev-next-button {
        top: -3.5em;
        width: 36px !important;
        height: 36px !important;
    }
}
@media (max-width: 549px) {
    .product-section-title {
        font-size: 1.25rem;
    }
    .product-section .flickity-prev-next-button {
        top: -3em;
        width: 30px !important;
        height: 30px !important;
    }
    .product-section .flickity-prev-next-button.previous {
        right: 45px;
    }
    .product-section .flickity-prev-next-button.next {
        right: 5px;
    }
}
/**/
.col-customizer-product>.col-inner {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.09);
}
.col-customizer-product input {
    height: 50px;
    border-radius: 3px;
}
.col-customizer-product .wpcf7 textarea {
    min-height: 230px;
    border-radius: 3px;
}
.col-customizer-product .button {
    margin-top: 1em;
}
.uni_product_recently_viewed .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.uni_product_recently_viewed .row > .col {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-bottom: 12px !important;
}
/**/
.filter-job {
    margin-bottom: 60px;
}
.filter-job form {
    margin-bottom: 0;
}
.filter-job ul {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.filter-job ul li {
    display: block;
    padding: 0;
    width: 410px;
}
.filter-job ul li.sf-field-submit {
    width: 40px;
}
@media (max-width: 849px) {
    .filter-job ul {
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .filter-job ul li {
        flex: 0 0 calc( 50% - 10px );
        margin-bottom: 20px;
    }
}
@media (max-width: 549px) {
    .filter-job {
        padding: 20px;
    }
    .filter-job ul {
        column-gap: 0;
    }
    .filter-job ul li {
        flex: 0 0 100%;
    }
    .filter-job ul li:last-child {
        margin-bottom: 0;
    }
}
.filter-job ul li.sf-field-submit input {
    text-transform: none;
    width: 100%;
    height: 40px;
    border: none;
    background: url(assets/img/search.svg) center no-repeat, #EF7F2D !important;
    text-indent: -9999px;
    box-shadow: none !important;
}
.filter-job ul li input, .filter-job ul li select {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    font-size: .875rem;
    box-shadow: none !important;
    height: 40px;
}
.filter-job ul li.sf-field-search input {
    /*padding-right: 50px;*/
    background-size: 18px auto;
    background-position: right 20px center;
    background-repeat: no-repeat;
}
.filter-job ul li select {
    background-image: url(assets/img/arrow-sorted-down.svg);
    background-size: 12px auto;
    background-position: right 5px center;
}
.searchandfilter label {
    display: block;
    font-weight: normal;
}
.list-jobs .box-text {
    padding: 15px 24px 20px 24px;
    background-color: rgba(255, 255, 255, .94);
    border-bottom: 10px solid #313236;
}
@media (max-width: 549px) {
    .list-jobs .box-text {
        padding: 15px 15px 20px 15px;
    }
}
.list-jobs .post-title {
    font-weight: bold;
    margin-bottom: .5em;
}
.list-jobs .button {
    margin-top: 0;
}
.codedropz-upload-wrapper {
    font-size: .875rem;
    cursor: pointer;
    margin: 10px 0 25px 0;
}
.codedropz-upload-handler {
    border-radius: 10px;
    border: 1px dashed #CECDCD;
}
.codedropz-upload-inner h3 {
    font-size: .875rem;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    padding: 0 5px;
    font-size: 10px;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: inherit;
}
.main-img {
    margin-bottom: 50px !important;
}
.wrap-form {
    background-color: #FFF;
    padding: 30px 20px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 850px) {
    .wrap-form {
        padding: 40px 30px;
    }
}
.wpcf7 label {
    font-size: .875rem;
    font-weight: normal;
}
.wpcf7 textarea {
    min-height: 90px;
}
.wpcf7 .button {
    min-width: 190px;
}
.wrap-form input {
    height: 50px;
}
body.single-recruitment .entry-header h1.entry-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .5em;
}
@media (min-width: 1200px) {
    body.single-recruitment .entry-header h1.entry-title {
        font-size: 1.5rem;
    }
    .col-recruitment-left {
        padding-right: 60px;
    }
}
/**/
.uni-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.uni-tab .nav, .uni-tab .tab-panels {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 850px) {
    .uni-tab .nav, .uni-tab .tab-panels {
        flex: 0 0 50%;
    }
}
.uni-tab .nav {
    flex-direction: column;
}
.uni-tab .nav>li {
    display: block;
    margin: 0 0 10px 0;
}
.uni-tab .nav>li>a {
    padding: 20px;
    border-radius: 5px;
    font-weight: normal;
    text-transform: none;
    font-size: .875rem;
}
.uni-tab .nav>li.active>a {
    background: #00AB67;
    color: #FFF;
}
.uni-tab .nav>li.active h3 {
    color: #FFF;
}
.uni-tab .nav>li.active h3:after {
    background: #FFF;
}
.uni-tab .nav h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1B2F4B;
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
}
.uni-tab .nav h3:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #1B2F4B;
    position: absolute;
    left: 0;
    bottom: 0;
}
.uni-tab iframe {
    border-radius: 5px;
}
.box-location__item {
    display: flex;
    column-gap: 8px;
}
.box-location__item:not(:last-child) {
    margin-bottom: 1em;
}
.box-location__item i {
    width: 18px;
    text-align: center;
    position: relative;
    top: 0.2em;
}
/**/
.header-top .nav>li>a.glink {
    padding: 0;
}
.header-top .nav>li>a.glink+.glink {
    margin-left: 10px;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    background-color: #FFF;
}
.mobile-sidebar .logo {
    text-align: center;
    margin: 50px 20px 20px 20px;
}
.mobile-sidebar .logo img {
    display: inline-block;
    max-height: 70px;
}
.mobile-sidebar .sidebar-menu {
    padding-left: 20px;
    padding-right: 20px;
}
.mobile-sidebar .sidebar-menu li > a,
.mobile-sidebar .sidebar-menu li.html {
    padding-left: 0 !important;
}
.mobile-sidebar li.html {
    column-gap: 10px;
}
.mobile-sidebar li.html a {
    display: inline-block !important;
    padding: 0 !important;
    flex: unset;
}
.support-fixed {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}
.support-fixed a {
    display: block;
    margin-bottom: 12px;
}
.support-fixed a:last-child {
    margin-bottom: 0;
}
.support-fixed img {
    width: 50px;
}
@media (max-width: 549px) {
    .support-fixed {
        left: 15px;
    }
    .support-fixed img {
        width: 40px;
    }
}
html .prdctfltr_wc .prdctfltr_woocommerce_ordering {
    margin-bottom: 0;
}
html .prdctfltr_wc_widget .prdctfltr_collector {
    display: none;
}
html .prdctfltr_wc .prdctfltr_filter {
    padding-bottom: 0;
}
html .prdctfltr_filter label {
    font-size: .875rem;
    font-weight: normal;
    margin: 0;
}
html .prdctfltr_customize_border {
    padding: 2px 8px;
    background-color: #FFF;
    border-radius: 3px;
}
html .prdctfltr_filter .prdctfltr_customize {
    border: none !important;
    color: #737373 !important;
}
html .prdctfltr_filter .prdctfltr_customize:hover,
html .prdctfltr_filter .prdctfltr_active .prdctfltr_customize {
    background-color: #00AB67 !important;
    color: #FFF !important;
}
html .prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span {
    font-weight: normal;
}
html .prdctfltr_wc .prdctfltr_filter .prdctfltr_active>span:after {
    content: '';
    background: url(assets/img/chose.svg);
    background-size: contain;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 0px;
    right: 0px;
}
html .prdctfltr_wc .prdctfltr_buttons {
    display: none;
}
.products.row > .woocommerce-info {
    padding-left: 10px;
    padding-right: 10px;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
	
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 575.98px) {
    
}
