/*
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.   ***************/
body {
    line-height: 1.5;
}
.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, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
}
.button.is-outline:not(.icon) {
    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-weight: normal;
    text-transform: none;
    line-height: 1.4;
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs .divider, .breadcrumbs .separator {
    opacity: 1;
}
.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;
}
.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: 0;
    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: 18px;height: 12px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background: var(--primary-color);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-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #FFF;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: .9375rem;
}
/*--------------------------------------------------------------
## 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;
    margin: 0 0 5px 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: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
.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 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: 600;
}
.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;
    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 */
.box-blog-post .box-text {
    padding-bottom: 0;
}
.blog-post-inner .post-title {
    font-size: 1rem;
    text-transform: uppercase;
    margin: .5em 0 .3em;
}
.blog-post-inner .post-title a {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    width: auto;
    color: var(--primary-color);
}
.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 {
    line-height: 1.6;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.8em;
    width: auto;
}
@media (max-width: 849px) {
    .blog-post-inner .post-title {
        font-size: 1rem;
    }
    .blog-post-inner .from_the_blog_excerpt {
        font-size: .875rem;
    }
}
.blog-list .post-item {
    padding-bottom: 40px;
}
.blog-list .post-item:first-child {
    flex-basis: 100%;
    max-width: 100%;
}
.blog-list .post-item:first-child .box {
    color: #FFF;
    background-color: var(--primary-color);
}
.blog-list .post-item:first-child .box-text {
    flex: 1;
    padding: 1em;
}
.blog-list .post-item:first-child .blog-post-inner .post-title {
    font-size: 1.25rem;
    margin-top: 0;
}
.blog-list .post-item:first-child .blog-post-inner .post-title a {
    color: #FFF;
}
.blog-list .post-item:first-child .blog-post-inner .from_the_blog_excerpt {
    -webkit-line-clamp: 4;
    max-height: 6.4em;
}
@media (min-width: 850px) {
    .blog-list .post-item:first-child .box {
        display: flex;
        flex-wrap: wrap;
    }
    .blog-list .post-item:first-child .box-image {
        flex: 0 0 50%;
        margin: 0;
    }
    .blog-list .post-item:first-child .box-text {
        padding: 30px;
    }
}
.page-wrapper {
    padding-top: 60px;
}
.nav-categories, .uni_custom_menu ul.menu {
    margin-top: calc( -60px - 6.75em/2 );
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}
.page-header-wrapper + .container > .nav-categories {
    margin-top: calc( -6.75em/2 );
    margin-bottom: 0;
}
.nav-categories>li, .uni_custom_menu ul.menu>li {
    flex: 0 0 auto;
    margin: 0;
}
.nav-categories>li>a, .uni_custom_menu ul.menu>li>a {
    color: inherit;
    font-weight: bold;
    text-wrap: balance;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 11.5em;
    max-width: 11.5em;
    min-height: 6.75em;
    padding: 1em 1em;
    text-transform: uppercase;
    background-color: #FFF;
    transition: all .3s ease-in-out;
}
.nav-categories>li.active>a, .nav-categories>li>a:hover, 
.uni_custom_menu ul.menu>li.current-menu-item>a, .uni_custom_menu ul.menu>li>a:hover {
    color: #FFF;
    background-color: var(--fs-color-secondary);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
@media (max-width: 549px) {
    .nav-categories, .uni_custom_menu ul.menu {
        margin-top: calc( -60px - 3em );
    }
    .page-header-wrapper + .container > .nav-categories {
        margin-top: -3em;
    }
    .nav-categories>li>a {
        font-size: .875rem;
    }
}
.nav-categories-current {
    column-gap: 30px;
    row-gap: 15px;
    margin-top: 60px;
}
.nav-categories-current>li {
    margin: 0;
}
.nav-categories-current>li>a {
    font-weight: normal !important;
    color: #BDBDBD;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: .6em 1em;
}
.nav-categories-current>li.active>a {
    color: var(--fs-color-base);
    border-color: var(--fs-color-secondary);
}
/* Single Post */
.post-banner .image-cover {
    padding-top: 23.4375%;
}
@media (max-width: 849px) {
    .post-banner .image-cover {
        padding-top: 50%;
    }
}
.blog-single {
    padding-top: 0 !important;
}
.blog-single .article-inner {
    margin-top: -3.75em;
    padding: 2.5em;
    background-color: #F5F5F5;
}
@media (max-width: 549px) {
    .blog-single .article-inner {
        margin-top: -3em;
        padding: 2.5em 1.5em;
    }
}
.entry-header h1.entry-title {
    font-size: 1.875rem;
    color: var(--primary-color);
}
@media (min-width: 850px) {
    .entry-header h1.entry-title {
        font-size: 2.25rem;
    }
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header .entry-meta {
    text-transform: none;
    font-size: 1rem;
    font-style: italic;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-single .article-inner .entry-content {
    padding-bottom: 0;
}
ul.links {
    margin-top: 0;
    margin-bottom: 1.875em;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    font-size: 1rem;
    font-weight: normal;
    color: var(--primary-color);
    border: none;
    border-radius: 0;
    min-width: 2em;
    height: 2.75em;
    line-height: 2.75em;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: transparent;
    color: var(--fs-color-secondary);
}
.blog-share {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid currentColor;
}
a.icon:not(.button), button.icon:not(.button) {
    margin-left: .5em;
    margin-right: .5em;
}
.social-icons {
    font-size: 1rem;
    color: inherit;
}
.related-post {
    margin-top: 1em;
}
.related-post__title {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 1em;
    padding-left: .6em;
    border-left: .6em solid var(--fs-color-secondary);
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 label {
    font-size: .75em;
}
.wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea {
    min-height: 48px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    box-shadow: none;
}
.wpcf7 textarea {
    min-height: 72px;
}
.wpcf7 input:not([type="submit"]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: var(--fs-color-secondary);
}
.wpcf7 .button, .wpcf7 input[type="submit"] {
    border-radius: 8px;
}
.wpcf7 ::-ms-input-placeholder { /* Edge 12-18 */
    color: #BDBDBD;
}
.wpcf7 ::placeholder {
    color: #BDBDBD;
}
.wpcf7 .sort-global {
    margin-bottom: 1em;
    z-index: 1;
}
.wpcf7 .sort-global .btn-default {
    display: flex;
    align-items: center;
    padding: 0 1em;
    border-radius: 4px;
    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-secondary);
}
.wpcf7 .sort-global .dropdown-menu {
    margin-top: 0;
    max-height: 140px;
    overflow-y: auto;
}
.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-not-valid-tip {
    color: var(--fs-color-secondary);
}
.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;
}
.section-footer {
    padding-bottom: 0 !important;
}
.section-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: var(--fs-color-secondary);
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (min-width: 1800px) {
    .section-footer {
        padding-top: 60px !important;
    }
}
.section-footer .box-info {
    border-radius: 4px;
    padding: 8px 12px;
    background-color: #FFF;
}
.section-footer .box-info .icon-box-img+.icon-box-text {
    padding-left: 8px;   
}
.box-email {
    word-break: break-word;
}
.section-footer .ux-menu {
    row-gap: .5em;
}
.section-footer .ux-menu-link__link {
    padding-top: 0;
    padding-bottom: 0;
}
.section-footer .ux-menu-link__text {
    display: flex;
    column-gap: .5em;
    position: relative;
    transition: all .3s ease-in-out;
}
.section-footer .ux-menu-link__text:before {
    content: '';
    display: inline-block;
    flex: 0 0 1.5em;
    width: 1.5em;
    height: 1.5em;
    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_5654)"><path d="M10 17L15 12L10 7V17Z" fill="%23F7941D"/></g><defs><clipPath id="clip0_5002_5654"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.section-footer .ux-menu-link__text:hover {
    color: var(--fs-color-alert);
}
.section-footer .row-branch > .col {
    padding-bottom: 20px;
}
.section-footer a.icon:not(.button) {
    font-size: 1em;
}
.section-footer a.icon:not(.button):first-child {
    margin-left: 0;
}
.section-footer a.icon:not(.button):last-child {
    margin-right: 0;
}
.absolute-footer {
    display: none;
    padding: 10px 0 10px;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p, .p-last-0 p:last-of-type {
    margin-bottom: 0;
}
.p-mb-6 p {
    margin-bottom: .6em;
}
.text-last-center {
    text-align-last: center;
}
.button:not(.icon), button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 1rem;
}
.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: none;
}
.button-main {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
    min-height: 3em !important;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}
.button-main.reveal-icon {
    min-width: 11.5em;
}
.button.white.is-outline:hover {
    color: var(--fs-color-secondary) !important;
}
.button i.icon-angle-right {
    font-family: 'Font Awesome 5 Pro' !important;
}
.button i.icon-angle-right:before {
    content: '\f178' !important;
}
.dark, .dark p, .dark td {
    color: #FFF;
}
.lightbox-content {
    background-color: transparent;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.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 {
    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 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="%23191919"/></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 .btn-default:hover, .sort-global .btn-default:active, 
.sort-global .btn-default:focus, .sort-global .btn-default.dropdown-toggle, 
.sort-global .btn-default.active {
    border-color: #E0E0E0;
    background-color: #FFF;
}
.sort-global .dropdown-menu {
    right: 0;
    padding: 8px 0;
    margin: 1.8em 0 0;
    background: #fff;
    border: none;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}
.sort-global .dropdown-menu>li {
    margin-bottom: 0;
    border-bottom: 1px solid #E0E0E0;
}
.sort-global .dropdown-menu>li:last-child {
    border-bottom: none;
}
.sort-global .dropdown-menu>li a {
    font-weight: bold;
    font-size: 1rem;
    color: #001938;
    padding: 12px 16px;
    transition: all .3s;
}
.sort-global .dropdown-menu>li.active a, .sort-global .dropdown-menu>li a:hover {
    background-color: #F7F7F7;
}
/* Header */
.header .nav-small.nav>li.html {
    font-size: 1rem;
    color: var(--primary-color);
}
.header-top {
    border-bottom: 1px solid #E0E0E0;
}
.header-top .nav>li {
    margin: 0 10px;
}
.header-top .nav>li>a {
    font-size: .75rem;
    font-weight: bold;
}
.header-wrapper.stuck .header-main .nav>li>a {
    line-height: 50px !important;
}
@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: 1.25em;
    padding-right: 1.25em;
    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, .button-phone 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="%23C72127"/></g><defs><clipPath id="clip0_5002_1996"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.button-phone.white.is-outline 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>');
}
.button-phone.white.is-outline: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="%232c479e"/></g><defs><clipPath id="clip0_5002_1996"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.header-button .button:hover span:before, .button-phone: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="%23C72127"/></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="%23C72127"/></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(--primary-color);
    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);
}
.header .sub-menu .section {
    padding: 24px;
    background: #FFF;
}
.header .sub-menu .accordion-title {
    border-top: none;
    font-size: 1rem;
    padding: 12px 32px 12px 0;
    background-color: transparent !important;
    font-weight: bold;
    color: var(--fs-color-base);
}
/* .header .sub-menu .accordion-title:hover {
    color: var(--primary-color);
} */
.header .sub-menu .accordion .toggle {
    right: 0;
    left: unset;
    top: 12px;
    width: 24px;
    height: 24px;
    min-height: unset;
    opacity: 1;
}
.header .sub-menu .accordion .toggle i {
    width: 8px;
    height: 12px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2010.59L4.58%206L0%201.41L1.41%200L7.41%206L1.41%2012L0%2010.59Z%22%20fill%3D%22%23001938%22%2F%3E%3C%2Fsvg%3E');
}
.header .sub-menu .accordion .active>.toggle {
    transform: none;
}
.header .sub-menu .accordion-inner {
    padding: 0 0 12px 0;
}
.header .sub-menu .accordion .ux-menu-link__link {
    color: var(--primary-color);
    align-items: baseline;
}
.header .sub-menu .accordion .ux-menu-link__link::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 12px;
    margin-left: 12px;
    position: relative;
    top: -2px;
}
.header .sub-menu .accordion .ux-menu-link__text:hover {
    text-decoration: underline;
}
.megamenu .ux-menu-link__link {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom-color: #E0E0E0;
    font-weight: bold;
    line-height: 1.5;
    column-gap: 1em;
    align-items: unset;
    justify-content: space-between;
}
.megamenu .ux-menu-link__link:after {
    content: '';
    display: inline-block;
    flex: 0 0 1.5em;
    width: 1.5em;
    height: 1.5em;
    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_5053_5517)"><path d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23001938"/></g><defs><clipPath id="clip0_5053_5517"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.megamenu .ux-menu-link__link:hover {
    color: #B11116;
}
.megamenu .ux-menu-link__link:hover:after {
    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_5053_5517)"><path d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23B11116"/></g><defs><clipPath id="clip0_5053_5517"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.megamenu.menu-style-1 .ux-menu-link__link:hover {
    color: #00A7AC;
}
.megamenu.menu-style-1 .ux-menu-link__link:hover:after {
    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_5053_5517)"><path d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%2300A7AC"/></g><defs><clipPath id="clip0_5053_5517"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
/* Home */
body.home .header-wrapper.stuck {
    position: relative;
    top: unset;
}
.section-home-2 .flickity-page-dots {
    display: none;
}
.box-brand .box-text-inner .img {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 850px) {
    .box-brand .box-text-inner .img {
        flex: 0 0 28.5714286%;
    }
}
.box-dark .box-text-inner .img {
    background-color: #333333;
}
@media (max-width: 849px) {
    .box-brand .box-text-inner .img {
        padding: 0 20%;
    }
}
@media (max-width: 549px) {
    .box-brand .box-text-inner .img {
        padding: 0 30%;
    }
}
.box-brand .box-text-inner .img + .stack {
    padding: 1.5em;
}
@media (max-width: 1799px) {
    .box-brand .box-text-inner .img + .stack {
        padding: 1em;
    }
}
.box-brand .button {
    margin: 0;
    padding: 0;
    border: none;
    min-height: unset;
    line-height: normal;
}
.box-brand .button i {
    transition: all .3s;
}
.box-brand .button i {
    opacity: 0;
    visibility: hidden;
}
.box-brand:hover .button i {
    opacity: 1;
    visibility: visible;
}
.box-brand .button.white:hover {
    opacity: 1;
}
.uni_slider_blog .uni-slider {
    padding-bottom: 0;
}
.uni_slider_blog .blog-list .col {
    padding-bottom: 36px;
}
.uni_slider_blog .flickity-page-dots {
    bottom: 0;
}
.uni_slider_blog .flickity-page-dots .dot.is-selected {
    background: var(--fs-color-secondary);
}
.icon-box-brand {
    display: flex;
    flex-direction: column;
}
.icon-box-brand .icon-box-text {
    order: -1;
}
.icon-box-brand .icon-box-img {
    max-width: 50%;
}
.box .box-text > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
}
html[ng-app="uxBuilder"] .box .box-text > a {
    display: none;
}
.box-cat .box-text {
    padding: 1.5em;
}
@media (max-width: 549px) {
    .box-cat .box-text {
        padding: 1em;
    }
}
.box-cat .box-text-inner h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 2.6em;
}
.section-showcase .flickity-prev-next-button {
    display: none;
}
/**/
/*@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.02);
        box-shadow: 0 0 0 5px rgba(199, 141, 60, 0.4);
    }
    25% {
        transform: scale(1.04);
        box-shadow: 0 0 0 10px rgba(199, 141, 60, 0.4), 0 0 0 20px rgba(199, 141, 60, 0.2);
    }
    25% {
        transform: scale(1.06);
        box-shadow: 0 0 0 15px rgba(199, 141, 60, 0.4), 0 0 0 30px rgba(199, 141, 60, 0.2);
    }
}*/
.list-contact {
/*    display: none;*/
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 99;
    column-gap: 1em;
}
.box-contact {
    align-items: center;
    filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.25));
}
.box-contact .icon-inner img {
    border-radius: 50%;
/*    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.box-contact .icon-box-img img, .box-contact .icon-box-img svg {
    padding-top: 0;
}
.box-contact.icon-box-left .icon-box-img+.icon-box-text {
    display: flex;
    align-items: center;
    padding-left: 44px;
    padding-right: 12px;
    margin-left: -32px;
    min-width: 10em;
    height: 3em;
    border-radius: 100px;
    background: var(--fs-color-secondary);
    color: #FFF;
}
@media (max-width: 549px) {
    .list-contact {
        right: 15px;
        bottom: 15px;
        column-gap: .5em;
    }
    .box-contact {
        font-size: 1rem;
    }
    .box-contact .icon-box-img {
        max-width: 50px;
    }
    .box-contact.icon-box-left .icon-box-img+.icon-box-text {
        min-width: unset;
        font-size: .9375rem;
/*        display: none;*/
/*        padding-left: 36px;*/
/*        padding-right: 8px;*/
/*        margin-left: -30px;*/
        height: 45px;
    }
}
@media (max-width: 340px) {
    .box-contact {
        font-size: .875rem;
    }
    .box-contact .icon-box-img {
        max-width: 40px;
    }
    .box-contact.icon-box-left .icon-box-img+.icon-box-text {
        font-size: .875rem;
        padding-left: 36px;
        padding-right: 8px;
        margin-left: -30px;
        height: 36px;
    }
}
/**/
.row-full-height {
    overflow: hidden;
}
.row-full-height .col-inner {
    height: 100%;
}
.img-full.img, 
.img-full.img * {
    height: 100%;
}
.img-full.img img {
    object-fit: cover;
}
@media (min-width: 850px) {
    .slider-full-height, .slider-full-height .slider, 
    .slider-full-height .flickity-viewport,
    .slider-full-height .flickity-viewport * {
        height: 100%;
    }
    .slider-full-height .img img {
        object-fit: cover;
    }
}
@media (min-width: 850px) {
    .col-full-left .col-inner, .col-full-right .col-inner {
        max-width: calc( 50vw - (100vw - 1230px)/2 );
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
.col-full-left .button, .col-full-right .button {
    margin-bottom: 0;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.05);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
    }
    25% {
        transform: scale(1.1);
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    25% {
        transform: scale(1.15);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
.row-timeline .title h2 {
    margin-top: .3em;
    margin-bottom: .7em;
}
.row-timeline .title span {
    position: relative;
}
.row-timeline .title span:after {
    content: '';
    display: inline-block;
    width: 1.125em;
    height: 1.125em;
    background: transparent;
    position: absolute;
    top: calc( 1.125em - 4px );
    border: 2px solid var(--fs-color-secondary);
    border-bottom: none;
}
.row-timeline .text p {
    margin-bottom: 0;
}
.row-timeline .row:not(.align-right) .row .title span:after {
    right: 0;
    right: -36px;
    border-left: none;
    border-top-right-radius: 100%;
}
.row-timeline .row.align-right .title span:after {
    left: -36px;
    border-right: none;
    border-top-left-radius: 100%;
}
.row-timeline>.col>.col-inner>.row {
    position: relative;
}
.row-timeline .row .col {
    padding-bottom: 0;
}
@media (max-width: 549px) {
    .row-timeline .row:not(:last-child) {
        margin-bottom: 30px;
    }
    .row-timeline .col-main>.col-inner:before {
        content: '';
        width: 1px;
        height: 4.6em;
        position: absolute;
        right: 25px;
        bottom: -4.6em;
        border: 2px solid var(--fs-color-alert);
    }
    .row-timeline .row:not(.align-right) .row .col-main>.col-inner:before {
        right: unset;
        left: 25px;
    }
    .row-timeline .col-main>.col-inner:after {
        content: '';
        /*width: 52px;
        height: 52px;*/
        width: 16px;
        height: 16px;
        background: #00A7AC;
        opacity: 0.2;
        position: absolute;
        /*top: calc( 50% - 4px );*/
        right: 18px;
        bottom: calc( -2.3em - 8px );
        border-radius: 50%;
        -moz-animation: sonar 1.25s linear infinite;
        -o-animation: sonar 1.25s linear infinite;
        -webkit-animation: sonar 1.25s linear infinite;
        animation: sonar 1.25s linear infinite;
        /*animation: play 2s ease infinite;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;*/
    }
    .row-timeline .col-main .is-border:before {
        content: '';
        width: 16px;
        height: 16px;
        background: #00A7AC;
        position: absolute;
        right: 18px;
        bottom: calc( -2.3em - 8px );
        border-radius: 50%;
    }
    .row-timeline .row:not(.align-right) .row .col-main>.col-inner:after,
    .row-timeline .row:not(.align-right) .row .col-main>.col-inner .is-border:before {
        right: unset;
        left: 18px;
    }
}
@media (min-width: 550px) {
    .row-timeline .col-main>.col-inner:before {
        content: '';
        width: 60px;
        height: 100%;
        position: absolute;
        top: 50%;
        border: 2px solid var(--fs-color-alert);
    }
    .row-timeline .col-main>.col-inner:after {
        content: '';
        /*width: 52px;
        height: 52px;*/
        width: 24px;
        height: 24px;
        background: #00A7AC;
        opacity: 0.2;
        position: absolute;
        /*top: calc( 50% - 4px );*/
        top: calc( 50% + 10px );
        border-radius: 50%;
        -moz-animation: sonar 1.25s linear infinite;
        -o-animation: sonar 1.25s linear infinite;
        -webkit-animation: sonar 1.25s linear infinite;
        animation: sonar 1.25s linear infinite;
        /*animation: play 2s ease infinite;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;*/
    }
    .row-timeline .col-main .is-border:before {
        content: '';
        width: 24px;
        height: 24px;
        background: #00A7AC;
        position: absolute;
        top: calc( 50% + 10px );
        border-radius: 50%;
    }
    .row-timeline .row:not(.align-right) .row .col-main>.col-inner:before {
        right: -60px;
        border-bottom: none;
        border-left: none;
        border-top-right-radius: 6rem;
    }
    .row-timeline .row.align-right .col-main>.col-inner:before {
        left: -60px;
        border-bottom: none;
        border-right: none;
        border-top-left-radius: 6rem;
    }
    .row-timeline .row:not(.align-right) .row .col-main>.col-inner:after {
        /*right: -69px;*/
        right: -57px;
    }
    .row-timeline .row.align-right .row .col-main>.col-inner:after {
        /*left: -69px;*/
        left: -57px;
    }
    .row-timeline .row:not(.align-right) .row .col-main .is-border:before {
        right: -57px;
    }
    .row-timeline .row.align-right .col-main .is-border:before {
        left: -57px;
    }
}
.row-timeline>.col>.col-inner>.row:last-of-type .col-main>.col-inner:before,
.row-timeline>.col>.col-inner>.row:last-of-type .col-main>.col-inner:after,
.row-timeline>.col>.col-inner>.row:last-of-type .col-main .is-border:before {
    display: none;
}
@media (min-width: 850px) {
    .row-timeline .col-main>.col-inner:before {
        width: 133px;
    }
    .row-timeline .row:not(.align-right) .row .col-main>.col-inner:before {
        right: -133px;
    }
    .row-timeline .row.align-right .col-main>.col-inner:before {
        left: -133px;
    }
    .row-timeline .row:not(.align-right) .row .col-main>.col-inner:after {
        /*right: -122px;*/
        right: -110px;
    }
    .row-timeline .row.align-right .row .col-main>.col-inner:after {
        /*left: -122px;*/
        left: -110px;
    }
    .row-timeline .row:not(.align-right) .row .col-main .is-border:before {
        right: -110px;
    }
    .row-timeline .row.align-right .col-main .is-border:before {
        left: -110px;
    }
}
@media (min-width: 1200px) {
    .row-timeline>.col>.col-inner>.row {
        position: relative;
    }
    .row-timeline>.col>.col-inner>.row:not(.align-right) {
        left: 60px;
    }
    .row-timeline>.col>.col-inner>.row.align-right {
        right: 60px;
    }
}
.project-slider {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
@media (min-width: 550px) {
    .slider-center-mode .flickity-slider > * {
        max-width: 70% !important;
    }
}
@media (min-width: 850px) {
    .slider-center-mode .flickity-slider > * {
        max-width: 40.1041667% !important;
    }
    .slider-center-mode.project-slider .flickity-slider > * {
        max-width: calc( 29.6875% + 30px ) !important;
    }
}
.box-project .box-text {
    padding: 1.5em;
    background: url(assets/img/icon.png) bottom left no-repeat, #eaecf5;
}
@media (max-width: 549px) {
    .box-project .box-text {
        padding: 15px;
    }
}
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    background: #d5dbed;
    opacity: 1;
}
.flickity-page-dots .dot.is-selected {
    width: 40px;
    background: var(--primary-color);
    border-radius: 12px;
}
.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(--primary-color);
}
.gallery-col {
    padding-bottom: 0;
}
/**/
.uni-page-title .page-title-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end !important;
    padding-bottom: 100px;
}
@media (min-width: 850px) {
    .uni-page-title .page-title-inner {
        padding-left: 72px;
    }
}
.uni-page-title .title-content {
    margin-left: 0;
}
.uni-page-title .flex-col {
    text-align: left !important;
}
.page-title .entry-title {
    font-size: 1.875rem;
}
@media (min-width: 850px) {
    .page-title .entry-title {
        font-size: 2.25rem;
    }
}
.box-popup .box-text {
    padding: 30px 60px;
}
/**/
.video-list .item-video .box-image {
    border-radius: 4px;
}
.video-list .item-video:not(:first-child) .post-title {
    text-transform: none;
}
.video-list .item-video:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 550px) {
    .video-list .item-video:first-child .box {
        display: flex;
    }
    .video-list .item-video:first-child .box-image {
        margin: 0;
        flex: 0 0 48.7179487%;
    }
    .video-list .item-video:first-child .box-text {
        flex: 1;
        padding-left: 30px;
        text-align: left;
    }
    .video-list .item-video:first-child .post-title {
        margin-top: 0;
    }
}
.video-list .item-video:first-child .post-title {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: .5em;
}
.video-list .blog-post-inner .from_the_blog_excerpt {
    text-align: justify;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 6.4em;
}
.item-video .box-text {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.item-video .post-title {
    margin-bottom: 0;
}
.item-video .box-image:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 43px;
    background-image: url('data:image/svg+xml,<svg width="60" height="43" viewBox="0 0 60 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M58.7496 7.02475C58.0624 4.40872 56.0293 2.34496 53.4426 1.63767C48.7655 0.368409 30 0.368408 30 0.368408C30 0.368408 11.244 0.368409 6.55743 1.63767C3.98027 2.33527 1.94718 4.39903 1.2504 7.02475C0 11.7724 0 21.6842 0 21.6842C0 21.6842 0 31.596 1.2504 36.3437C1.93764 38.9597 3.97073 41.0234 6.55743 41.7307C11.244 43 30 43 30 43C30 43 48.7655 43 53.4426 41.7307C56.0197 41.0331 58.0528 38.9694 58.7496 36.3437C60 31.596 60 21.6842 60 21.6842C60 21.6842 60 11.7724 58.7496 7.02475Z" fill="white"/><path d="M24.0057 30.8209L39.5927 21.6842L24.0057 12.5475V30.8209Z" fill="%23C72127"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
}
.item-video .box-image:before {
    width: 60px;
    height: 43px;
}
.item-video-big .box-image:before {
    width: 76px;
    height: 54px;
}
@media (max-width: 549px) {
    .video-list .item-video:first-child .post-title {
        text-align: left;
    }
    /*.video-list .blog-post-inner .from_the_blog_excerpt {
        text-align-last: center;
    }*/
    .item-video-small .box-image:before {
        width: 36px;
        height: 26px;
        left: 10px;
        bottom: 10px;
    }
    .item-video-big .box-image:before {
        width: 60px;
        height: 43px;
    }
}
/**/
.box-gallery {
    display: block;
}
.box-gallery .box-image {
    border-radius: 4px;
}
.box-gallery .box-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(180deg, rgba(44, 71, 158, 0) 50%, #2C479E 100%);
}
.box-gallery h3 {
    font-size: 1rem;
    text-transform: uppercase;
}
.box-gallery p, .count-gallery {
    font-size: .875rem;
}
.item-gallery {
    display: block;
    outline: none !important;
    outline-offset: none !important;
}
.item-gallery .box-image {
    border-radius: 4px;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--primary-color) !important;
}
.sidebar-inner .widget {
    margin-bottom: 2.5em;
}
.sidebar-inner .widget:last-child {
    margin-bottom: 0;
}
span.widget-title + .is-divider {
    display: none;
}
.heading-2, span.widget-title {
    display: block;
    font-size: 1.25rem;
    color: var(--color-cat);
    margin-bottom: .5em;
}
.heading-border {
    border-left: 0.222222222em solid var(--fs-color-secondary);
    padding-left: 0.444444444em;
}
.section-tuvan .button {
    min-width: 11.5em;
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
}
.section-tuvan .button.white.is-outline:hover {
    color: var(--primary-color) !important;
}
/* One Page */
body.page-template-page-onepage .header-top {
    background-color: transparent !important;
}
body.page-template-page-onepage .header-bg-color {
    background-color: rgba(255, 255, 255, .7) !important;
}
@media (min-width: 1200px) {
    body.page-template-page-onepage .header {
        position: absolute;
        top: 0;
        left: 0;
    }
    .home-slider img {
        height: 100vh;
        object-fit: cover;
    }
    .fp-enabled .fp-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    /*.fp-section:not(.section-home-1) .fp-tableCell {
        padding-top: var(--flatsome--header--sticky-height);
    }*/
    .fp-enabled .section-footer .section-content {
        padding-top: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .fp-enabled .row-branch {
        margin-top: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1899px) {
    .col-check-onepage {
        flex-basis: 100%;
        max-width: 100%;
    }
    .project-slider {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .box-project .box-text {
        padding: 1em;
    }
    .page-template-page-onepage .large-columns-3 > .col {
        flex-basis: 25% !important;
        max-width: 25% !important;
    }
    .page-template-page-onepage .blog-list .post-item:first-child .box {
        display: block;
        color: inherit;
        background-color: transparent;
    }
    .page-template-page-onepage .blog-list .post-item:first-child .box-text {
        flex: unset;
        padding: .7em 0 0 0;
    }
    .page-template-page-onepage .blog-list .post-item:first-child .image-cover {
        padding-top: 51.2820513%;
    }
    .page-template-page-onepage .blog-list .image-cover {
        padding-top: 48.6486486%;
    }
    .page-template-page-onepage .blog-list .post-item .blog-post-inner .post-title {
        font-size: 1rem !important;
        margin-top: .5em !important;
    }
    .page-template-page-onepage .blog-list .post-item .blog-post-inner .post-title a {
        -webkit-line-clamp: 3;
        max-height: 4.8em;
        color: var(--primary-color) !important;
    }
    .page-template-page-onepage .blog-list .post-item .blog-post-inner .post-title a:hover {
        color: var(--fs-color-secondary) !important;
    }
    .page-template-page-onepage .blog-list .post-item:first-child .blog-post-inner .from_the_blog_excerpt {
        -webkit-line-clamp: 3;
        max-height: 4.8em;
    }
}
@media (min-width: 1600px) {
    .fp-enabled .section-footer .section-content {
        padding-top: 60px;
    }
}
html #fp-nav.fp-right {
    right: 1.25rem;
}
html #fp-nav ul {
    display: flex;
    flex-direction: column;
    gap: 1.04167rem;
}
html #fp-nav ul li {
    width: .83333rem;
    height: .83333rem;
    margin: 0;
}
html #fp-nav ul li a {
    display: block;
}
html #fp-nav ul li a:not(.active) {
    opacity: .5;
}
html #fp-nav ul li a span:not(.fp-sr-only) {
    position: relative;
    background-color: var(--fs-color-alert);
    display: block;
    width: .83333rem;
    height: .83333rem;
    margin: 0 !important;
    top: unset;
    left: unset;
}
html #fp-nav ul li a span:not(.fp-sr-only):before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid var(--fs-color-alert);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999999px;
    width: 1.14583rem;
    height: 1.14583rem;
    content: "";
}
html #fp-nav ul li a span.fp-sr-only {
    display: none;
}
/**/
body:not(.home) .section-showcase [data-animate] {
    animation-delay: unset;
    opacity: 1 !important;
    transform: unset;
}

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

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

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

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