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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    src: url(assets/fonts/REMISSIS.OTF);
    font-family: 'Remissis';
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Remissis', sans-serif !important;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td, th {
    font-size: 1em;
}
td {
    color: inherit;
}
b, strong, .nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    font-weight: bold;
}
.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;
}
.button:not(.icon), button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 1em;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    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 {
    line-height: calc( 2.5em - 2px );
}
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;
    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;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>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 li a {
    display: flex;
    justify-content: space-between;
    column-gap: .5em;
    font-weight: bold;
    border-bottom-color: #E0E0E0;
    margin: 0;
    padding: 18px 16px;
    font-family: 'Remissis', sans-serif;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    color: var(--fs-color-secondary);
}
.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: 255px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 255px;
    top: 0;
    left: 100%; 
    position: absolute; 
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    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: 18px;height: 12px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background: var(--fs-color-primary);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:0;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:11px;width:18px}
.nav-click span{top:6px;right:0;width:18px}
.nav-click + .menu-title {display: block;margin-left: .5em}
.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%}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: .875rem;
}
/*--------------------------------------------------------------
## 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 {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.widget_list_posts .blog-post-inner .post-title {
    font-size: 1rem;
    font-family: 'Remissis', sans-serif;
    margin: 0;
}
.widget_list_posts .blog-post-inner .post-title a {
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    width: auto;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
.widget_list_posts .box-vertical {
    display: flex;
    align-items: center;
}
.widget_list_posts .box-vertical .box-image {
    flex: 0 0 80px;
    border-radius: 50%;
}
.widget_list_posts .box-vertical .box-text {
    padding: 0 0 0 1em;
}
.widget_list_posts__alignright .box-vertical .box-text {
    order: -1;
    padding: 0 1em 0 0;
}

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 1.2em;
    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.75em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: .75em;
    width: 1em;
    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 .entry-thumb .image-zoom {
    padding-top: 56%;
}
.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: .5em 0 .5em;
    font-size: 1rem;
    font-weight: bold;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.8em;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
}
.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 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    flex: 0 0 30%;
    margin: 0 20px 0 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.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: 1.25rem;
    margin: 0 0 .8em;
}
.blog-post-inner .post-title a {
    color: var(--fs-color-primary);
}
.blog-post-inner .post-title a:hover {
    color: var(--fs-color-secondary);
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    opacity: .6;
}
.blog-post-inner .button {
    font-weight: normal;
    font-family: 'Remissis', sans-serif;
    text-transform: none;
}
.blog-post-inner .button.secondary {
    color: var(--fs-color-secondary)
}
.blog-list .box-blog-post {
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}
.blog-list .box-blog-post:hover {
    border-color: var(--fs-color-secondary);
}
.blog-list .box-blog-post:hover::before {
    opacity: 1;
    visibility: visible;
}
.blog-list .box-blog-post:hover .post-title {
    color: var(--fs-color-secondary);
}
.blog-list .box-blog-post .box-text {
    background-color: #FFF;
    padding: 1.5em;
}
.blog-post__footer {
    border-top: 1px solid #F2F2F2;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5em;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: .75em 1.5em;
    font-size: .875rem;
    opacity: .6;
}
.blog-post__footer > span:not(:last-child)::after {
    content: "•";
    margin: 0 .5em;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.8rem;
    color: var(--fs-color-primary);
    text-transform: none;
}
@media (min-width: 850px) {
    .entry-header h1.entry-title {
        font-size: 2.4rem;
    }
}
@media (min-width: 1200px) {
    .entry-header h1.entry-title {
        font-size: 3rem;
    }
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.article-inner h1, .article-inner h2, .article-inner h3, .article-inner h4, .article-inner h5, .article-inner h6, .article-inner .heading-font {
    color: var(--fs-color-secondary);
}
.entry-header .entry-meta {
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
    text-transform: none;
}
.byline a {
    font-weight: bold;
}
.blog-single .entry-content {
    padding-bottom: 0;
}
ul.links {
    font-size: 1em;
}
ul.links li {
    margin: 0 1em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    font-size: 1em;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: unset;
    height: 2.25em;
    line-height: 2.25em;
    font-family: 'Remissis', sans-serif;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    color: var(--fs-color-secondary) !important;
    background-color: transparent;
    border: none
}
.nav-pagination i {
    font-weight: bold !important;
}
.blog-share {
    border-top: 1px solid var(--fs-color-secondary);
    margin-top: 2.5em;
    padding-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5em;
    justify-content: space-between;
}
.blog-share > span {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .5em;
}
.blog-share .social-icons {
    color: inherit;
    display: inline-flex;
    column-gap: 1.5em;
}
@media (max-width: 549px) {
    .blog-share .social-icons {
        column-gap: 1em;
    }
}
.blog-share .social-icons span {
    font-size: 1rem;
    padding-right: 1em;
}
.blog-share .social-icons a.icon:not(.button) {
    margin-left: 0;
    margin-right: 0;
    color: var(--fs-color-secondary);
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 label {
    font-size: .875em;
    color: #20231F;
}
.wpcf7 label .required {
    color: var(--fs-color-alert);
}
.wpcf7 .form-group {
    margin-bottom: .5em;
}
.wpcf7 input:not([type="submit"]):not([type="checkbox"]), .wpcf7 select, .wpcf7 textarea {
    min-height: 48px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    box-shadow: none;
}
.wpcf7 input[type=checkbox] {
    position: relative;
    top: .2em;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.wpcf7 input[type=checkbox]:before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid var(--fs-color-primary);
    border-radius: 3px;
    background-color: #FFF;
}
.wpcf7 input[type=checkbox]:checked:after {
    content: "\f00c" !important;
    position: absolute;
    top: 2px;
    left: 2px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    line-height: 14px;
    width: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    color: var(--fs-color-primary);
    border-radius: 3px;
}
.wpcf7 textarea {
    min-height: 70px;
}
.wpcf7 input:not([type="submit"]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: var(--fs-color-primary);
}
.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    margin-bottom: .5em;
}
.wpcf7 span.wpcf7-list-item {
    margin: 0;
}
.wpcf7 span.wpcf7-list-item label {
    font-size: 1rem;
    margin-bottom: 0;
}
.wpcf7 span.wpcf7-list-item [type="checkbox"] {
    margin-bottom: .5em;
}
.wpcf7 ::-ms-input-placeholder { /* Edge 12-18 */
    color: #BDBDBD;
}
.wpcf7 ::placeholder {
    color: #BDBDBD;
}
.wpcf7 .sort-global {
    margin-bottom: 1.5em;
    z-index: 1;
}
.wpcf7 .sort-global .btn-default {
    padding: 0 1em;
    border-radius: 12px;
    min-height: 48px;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    position: relative;
    z-index: 9999;
}
.wpcf7 .sort-global.open .btn-default {
    border-color: var(--fs-color-primary);
}
.wpcf7 .sort-global .btn-default span {
    border-radius: 3px;
    display: flex;
    align-items: center;
    min-height: calc(48px - 2px);
    padding-right: 0;
    background-position: right center;
}
.wpcf7 .sort-global .dropdown-menu {
    border: none;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    margin-top: 0;
    max-height: 200px;
    overflow-y: auto;
}
.wpcf7 .button, .wpcf7 input[type="submit"] {
    border-radius: 12px;
}
.wpcf7 .button {
    min-width: 12.5em;
    margin-top: .5em;
    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 */
.section-footer .bg {
    object-fit: contain;
    object-position: right bottom;
}
@media (min-width: 850px) {
    .section-footer .bg {
        width: 32%;
        height: auto;
        max-height: 80%;
        top: 55%;
        left: unset;
        right: 3.125%;
        transform: translateY(-50%);
        object-position: right center;
    }
}
@media (min-width: 550px) and (max-width: 849px) {
    .section-footer .stack-col-2 > .stack {
        flex: 0 0 calc( 50% - 1em );
    }
}
.section-footer .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .5em;
}
.box-email {
    word-break: break-word;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .text a {
    transition: all .2s;
}
.footer-wrapper .dark .ux-menu-link__link:hover, .footer-wrapper .text a:hover {
    color: var(--fs-color-success);
}
.absolute-footer {
    padding: 10px 0 10px;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}
.absolute-footer {
    display: none;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p, .p-last-0 p:last-of-type {
    margin-bottom: 0;
}
.dark, .dark p, .dark td, .dark .widget a, .dark a {
    color: #FFF;
}
.min-width-200 {
    min-width: 200px;
}
.brd-20.img .img-inner, .brd-20.box .box-image {
    border-radius: 20px;
}
.button.reveal-icon:hover {
    box-shadow: none;
}
.button-main {
    min-height: 3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.success {
    color: var(--fs-color-primary) !important;
}
.social-icons a.icon:not(.button), button.icon:not(.button) {
    margin-left: .75em;
    margin-right: .75em;
}
.social-icons a.icon:not(.button):first-child, button.icon:not(.button):first-child {
    margin-left: 0;
}
.social-icons a.icon:not(.button):last-child, button.icon:not(.button):last-child {
    margin-right: 0;
}
.button .icon-angle-right {
    font-family: 'Font Awesome 5 Pro' !important;
}
.button .icon-angle-right:before {
    content: '\f178' !important;
}
.row-slider .gallery-col {
    padding-bottom: 0;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
/*    opacity: 1 !important;*/
}
.uni-slider-button .flickity-prev-next-button svg {
    border-radius: 50%;
    background: #FFF;
    padding: 30% !important;
    width: 40px !important;
    height: 40px !important;
}
.uni-slider-button .flickity-prev-next-button .arrow, 
.uni-slider-button .flickity-prev-next-button svg {
    fill: var(--fs-color-primary);
}
/* Header */
@media (min-width: 1024px) {
    .header-main .nav>li>a {
        font-size: 1rem;
    }
}
.header-main .header-button-1 {
    margin-left: 27px;
}
.header-button .button {
    font-size: .875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    border-width: 2px;
}
@media (min-width: 1024px) {
    .header-button .button {
        font-size: 1rem;
    }
}
.header-button .button span, .button-phone span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.header-button .button span:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: .25em;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5002_1996)"><path d="M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79Z" fill="%23ed6b4e"/></g><defs><clipPath id="clip0_5002_1996"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.header-button .button:hover span:before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5002_1996)"><path d="M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79Z" fill="%23FFFFFF"/></g><defs><clipPath id="clip0_5002_1996"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.header-main .has-dropdown .icon-angle-down {
    opacity: 1;
    width: 10px;
    height: 5px;
    margin-left: 10px;
    background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L5 5L10 0H0Z" fill="%235d9e5a"/></svg>');
}
.header-main .nav>li.has-dropdown>a:hover .icon-angle-down, 
.header-main .nav>li.has-dropdown.active>a .icon-angle-down {
    background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L5 5L10 0H0Z" fill="%23ed6b4e"/></svg>');
}
.header-main .has-dropdown .icon-angle-down:before {
    display: none;
}
.nav-dropdown-has-border .nav-dropdown {
    border-color: #E0E0E0;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #E0E0E0;
}
.nav-dropdown.nav-dropdown-default>li a {
    font-weight: bold;
    margin: 0;
    border-bottom-color: #E0E0E0;
    padding: 16px;
}
.nav-dropdown.nav-dropdown-default>li a:hover {
    color: var(--fs-color-primary);
    background-color: #F7F7F7;
}
.header-main .nav li.has-icon-left>a>img {
    margin-right: 12px;
}
.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
/* Home*/
.img-bg {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
.home-section-1 .img-bg {
    width: 34.375% !important;
    max-width: 660px;
}
.home-section-1 .img-bg-left {
    left: 0;
    bottom: -30px;
}
.home-section-1 .img-bg-right {
    right: 0;
    bottom: -30px;
}
.home-section-2 .img-bg {
    bottom: calc(2.5% - 30px);
    right: 0;
    width: 28% !important;
    max-width: 540px;
}
@media (max-width: 849px) {
    .home-section-2 .img-bg {
        width: 36% !important;
        bottom: calc(10% - 30px);
    }
}
.box-testimonial .icon-box-img {
    margin-bottom: 1.875em;
}
.box-testimonial .icon-box-img .icon-inner {
    padding: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjE2MSIgdmlld0JveD0iMCAwIDE2MCAxNjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjgwIiBjeT0iODAuNjk0OCIgcj0iNzkiIHN0cm9rZT0iI0VENkI0RSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtZGFzaGFycmF5PSI0IDQiLz4KPC9zdmc+Cg==);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-testimonial .icon-box-img img {
    border-radius: 50%;
    padding: 0;
}
.home-section-4 .img-bg {
    width: 26% !important;
    max-width: 514px;
}
.home-section-4 .img-bg-left {
    left: 6.2%;
    bottom: 4%;
}
.home-section-4 .img-bg-right {
    right: 6.2%;
    bottom: 4%;
}
@media (max-width: 849px) {
    .home-section-4 .img-bg {
        width: 35% !important;
    }
    .home-section-4 .img-bg-left {
        left: 15px;
    }
    .home-section-4 .img-bg-right {
        right: 15px;
    }
}
@media (min-width: 850px) {
    .section-newsletter {
        margin-top: 91px;
    }
    .section-newsletter .col-left {
        position: relative;
        z-index: 2;
    }
    .section-newsletter .col-left > .col-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .section-newsletter .col-right > .col-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .section-newsletter .col-right .img-inner {
        width: 193%;
        margin-left: -37%;
        margin-top: -100px;
    }
}
@media (min-width: 850px) and (max-width: 1599px) {
    .section-newsletter {
        margin-top: 77px;
    }
    .section-newsletter .col-right .img-inner {
        width: 150%;
        margin-left: -28%;
        margin-top: -77px;
    }
}
.lightbox-content {
    background-color: transparent;
}
.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgb(0 0 0 / 18%);box-shadow:0 6px 12px rgb(0 0 0 / 18%)}.dropdown-menu>li{margin:0!important}.dropdown-menu>li a{display:block;padding:3px 20px;clear:both;font-weight:500;line-height:1.42857143}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.open>.dropdown-menu{display:block}
.sort-global .btn-default span {
    border-radius: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    min-height: 38px;
    margin: 0;
    text-transform: none;
    border: none;
    padding: 7px 32px 7px 0;
    box-shadow: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><g id="Icon/Arrow drop down" clip-path="url(%23clip0_197_2707)"><path id="Vector" d="M7.5 10L12.5 15L17.5 10H7.5Z" fill="%231E1E1E"/></g><defs><clipPath id="clip0_197_2707"><rect width="24" height="24" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
    background-position: right 1em center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sort-global .btn-default strong, .sort-global .btn-default .caret {
    color: #444;
}
.sort-global .dropdown-menu {
    right: 0;
    padding: 0;
    margin: 1.8em 0 0;
    background: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    border-radius: 0;
}
.sort-global .dropdown-menu>li {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.sort-global .dropdown-menu>li:not(:last-child) {    
    border-bottom: 1px solid #E0E0E0;
}
.sort-global .dropdown-menu>li a {
    font-size: 1rem;
    color: #20231F;
    padding: .5em 1em;
}
.sort-global .dropdown-menu>li.active a, .sort-global .dropdown-menu>li a:hover {
    background: linear-gradient(0deg, rgba(90, 160, 75, 0.1), rgba(90, 160, 75, 0.1)), #FFFFFF;
    color: var(--fs-color-primary);
}
/* @keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.02);
        box-shadow: 0 0 0 5px rgba(229, 172, 86, 0.4);
    }
    25% {
        transform: scale(1.04);
        box-shadow: 0 0 0 5px rgba(229, 172, 86, 0.4), 0 0 0 10px rgba(229, 172, 86, 0.2);
    }
    25% {
        transform: scale(1.06);
        box-shadow: 0 0 0 10px rgba(229, 172, 86, 0.4), 0 0 0 20px rgba(229, 172, 86, 0.2);
    }
} */
.cta {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 25px;
    bottom: 120px;
    z-index: 99;
}
.button-contact a {
    display: block;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.button-contact img {
    border-radius: 50%;
    /* animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; */
}
.button-contact:first-child img {
    border-radius: 99px;
}
.button-contact + .button-contact {
    margin-top: 16px;
}
@media (max-width: 549px) {
    .cta {
        right: 15px;
/*        bottom: 120px;*/
    }
    .button-contact + .button-contact {
        margin-top: 10px;
    }
    .button-contact a {
        width: 55px;
    }
}
.col-popup > .col-inner {
    background-image: url(assets/img/bg-popup.png);
    background-position: bottom center;
    background-size: 100% auto;
}
/**/
.col-core-values .row-small {
    margin-left: -8px;
    margin-right: -8px;
}
.col-core-values .row-small > .col {
    padding-left: 8px;
    padding-right: 8px;
}
.col-core-values .icon-box-img {
    max-width: 40%;
}
@media (min-width: 850px) {
    .col-core-values {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .col-core-values .row > .col {
        padding-bottom: 0;
    }
}
.page-wrapper {
    padding-top: 60px;
}
.page-wrapper.blog-archive {
    padding-bottom: 60px;
}
.stack-row.justify-between.items-start > .icon-box {
    width: auto;
}
.heading-left-border, span.widget-title {
    display: flex;
    align-items: center;
    min-height: 1.5em;
    font-size: 1.25rem;
    text-transform: none;
    color: var(--fs-color-secondary);
    position: relative;
    padding-left: .75em;
    border-left: .5em solid var(--fs-color-primary);
    margin-bottom: 1.2em;
    font-family: 'Remissis', sans-serif;
}
span.widget-title + .is-divider {
    display: none;
}
.widget-area .widget {
    margin-bottom: 3.75em;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.tagcloud {
    display: flex;
    flex-wrap: wrap;
    column-gap: .75em;
}
.tagcloud a {
    color: #828282;
    background-color: #F2F2F2;
    border-radius: 99px;
    padding: .2em 1em;
    display: block;
    font-size: 1rem !important;
    margin-bottom: .75em;
}
.tagcloud a:hover {
    color: #FFF;
    background: var(--fs-color-primary);
}
.page-header-wrapper .entry-title {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Remissis', sans-serif;
}
.page-header-wrapper .dark, .page-header-wrapper .dark p {
    color: var(--fs-color-success);
}
@media (min-width: 850px) {
    .page-header-wrapper .entry-title {
        font-size: 2.4rem;
    }
}
@media (min-width: 1200px) {
    .page-header-wrapper .entry-title {
        font-size: 3rem;
    }
}
.featured-title, .box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.section-title-bold span, .section-title-bold-center span {
    border: none;
    padding: 0 2.5em;
}
.section-title span {
    text-transform: none;
    color: var(--fs-color-primary);
    font-family: 'Remissis', sans-serif;
}
.section-title b {
    background-color: var(--fs-color-primary);
    opacity: 1;
}
.article-inner .section-title-container {
    margin-top: 2em;
    margin-bottom: 0;
}
.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
}

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

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

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