/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital@0;1&display=swap');
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Medium.otf);
    font-family: 'SVN Gilroy';
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Medium-Italic.otf);
    font-family: 'SVN Gilroy';
    font-style: italic;
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Bold.otf);
    font-family: 'SVN Gilroy';
    font-weight: 700;
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/SVN-Gilroy-Bold-Italic.otf);
    font-family: 'SVN Gilroy';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/JosefinSans-Bold.ttf);
    font-family: 'JosefinSans';
    font-weight: 700;
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/JosefinSans-BoldItalic.ttf);
    font-family: 'JosefinSans';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
html {
    font-family: 'SVN Gilroy', sans-serif;
}
.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;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #FFF;
}

/*--------------------------------------------------------------
## 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: 14px 16px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    color: var(--fs-color-secondary);
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    background: linear-gradient(0deg, rgba(246, 146, 30, 0.1), rgba(246, 146, 30, 0.1)), #FFFFFF;
    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-secondary);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 {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E0E0E0;
}
.widget_list_posts .blog-post-inner .post-title {
    font-size: 1rem;
    margin: 0 0 5px 0;
    line-height: 1.5;
    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.5em;
    width: auto;
    color: inherit;
}
.widget_list_posts .blog-post-inner .post-title:hover {
    color: var(--fs-color-secondary);
}
.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 34%;
}
.widget_list_posts .box-vertical .box-text {
    padding: 0 0 0 12px;
}
.widget_list_posts__alignright .box-vertical .box-text {
    order: -1;
    padding: 0 12px 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;
    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;
    color: var(--primary-color);
    line-height: 1.5;
    transition: all .3s;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    opacity: .6;
}
.blog-post-inner .button {
    font-weight: normal;
}
.blog-post-inner .button.secondary {
    color: var(--fs-color-secondary)
}
.blog-list .post-item > .col-inner {
	height: 100%;
}
.blog-list .box-text {
    padding-bottom: 0;
}
.blog-list .box-blog-post {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
	height: 100%;
	background: #FFF;
}
.blog-list .box-blog-post::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 4px;
}
.blog-list .box-blog-post:hover::before {
    opacity: 1;
    visibility: visible;
}
.blog-list .box-blog-post .box-image {
	margin: 0;
}
.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 1.5em 0;
	flex: 1;
}
.blog-list .box-blog-post .box-text-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.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;
	display: none;
}
.blog-post__footer > span:not(:last-child)::after {
    content: "•";
    margin: 0 .5em;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.875rem;
    color: var(--primary-color);
}
@media (min-width: 1200px) {
    .entry-header h1.entry-title {
        font-size: 2rem;
    }
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-header .entry-meta {
    font-size: 1rem;
    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;
    color: var(--primary-color) !important;
}
.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;
    font-weight: normal;
}
.wpcf7 label .required {
    color: var(--fs-color-alert);
}
.wpcf7 input:not([type="submit"]):not([type="checkbox"]), .wpcf7 select, .wpcf7 textarea {
    min-height: 48px;
    border-radius: 12px;
    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(--primary-color);
    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(--primary-color);
    border-radius: 3px;
}
.wpcf7 textarea {
    min-height: 84px;
}
.wpcf7 input:not([type="submit"]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: var(--fs-color-secondary);
}
.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: 1em;
    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-secondary);
}
.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 */
.footer-wrapper .widget {
    margin-bottom: 0;
}
@media (min-width: 850px) {
    .footer-wrapper .col-1 {
        flex-basis: 27%;
        max-width: 27%;
    }
    .footer-wrapper .col-2 {
        flex-basis: 36%;
        max-width: 36%;
    }
    .footer-wrapper .col-3 {
        flex-basis: 37%;
        max-width: 37%;
    }
}
.footer-wrapper .ux-menu-link__link:hover {
    color: var(--fs-color-secondary) !important;
}
.absolute-footer {
    padding: 0;
}
.absolute-footer .container {
    position: relative;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.absolute-footer .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #FFF;
}
.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;
}
.h1, .h2, h1, h2 {
    line-height: 1.2;
}
.pb-20 {
    padding-bottom: 20px;
}
.dark, .dark p, .dark td, .dark .widget a, .dark a {
    color: #FFF;
}
.min-width-200 {
    min-width: 200px;
}
.min-width-215 {
    min-width: 215px;
}
.mr-8 {
    margin-right: 8px;
}
.padding-24 {
    padding: 24px;
}
.bg-white {
    background-color: #FFF;
}
.button.secondary {
    box-shadow: none;
}
.button-main {
    min-height: 3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ibm-plex-serif {
    font-family: "IBM Plex Serif", serif;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.row.row-gap-24 {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.row.row-gap-24 > .col {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 24px !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(--primary-color);
}
/* Header */
.header-button a {
    font-size: 1em;
    padding: 0 1em;
    min-height: 3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-button a span {
    line-height: inherit;
}
.has-dropdown .icon-angle-down {
    opacity: 1;
    font-weight: bold !important;
    font-family: 'Font Awesome 5 Pro' !important;
    margin-left: .6em;
}
.has-dropdown .icon-angle-down:before {
    content: '\f0d7' !important;
}
/* Home */
.col-activity > .col-inner {
    padding: 40px 24px 120px 24px;
    border-top: 4px solid var(--primary-color);
    background: #F7F7F7;
    transition: all 0.3s;
}
.col-activity > .col-inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80px;
    background: url(assets/img/bg-col-activity.png) no-repeat center center / cover, var(--primary-color);
    transition: all 0.3s;
}
.col-activity .icon-box-img {
    margin-bottom: 2.5em;
}
.col-activity .icon-box path {
    fill: var(--primary-color);
    transition: all 0.3s;
}
.col-activity h1, .col-activity h2, .col-activity h3, .col-activity h4, .col-activity h5, .col-activity h6 {
    color: var(--primary-color);
    transition: all 0.3s;
}
.col-activity > .col-inner:hover {
    border-top-color: var(--fs-color-secondary);
}
.col-activity > .col-inner:hover::after {
    background-color: var(--fs-color-secondary);
}
.col-activity > .col-inner:hover path {
    fill: var(--fs-color-secondary);
}
.col-activity > .col-inner:hover h1, .col-activity > .col-inner:hover h2, .col-activity > .col-inner:hover h3, .col-activity > .col-inner:hover h4, .col-activity > .col-inner:hover h5, .col-activity > .col-inner:hover h6 {
    color: var(--fs-color-secondary);
}
.item-member {
    display: block;
    padding: 0 0 0 70px;
}
.item-member__inner {
    position: relative;
}
.item-member__inner::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 43px);
    background: var(--primary-color);
    border-radius: 0px 83px 0px 0px;
}
.member-information {
    display: flex;
    position: relative;
    z-index: 1;
}
.member-information__left {
    flex: 1;
    padding-top: 65px;
    padding-left: 15px;
}
.member-information__right {
    flex: 0 0 64%;
}
.member-information__desc {
    width: calc(100% + 30px);
    font-size: .875rem;
    font-style: italic;
}
.member-name {
    position: absolute;
    left: -70px;
    bottom: 24px;
    z-index: 2;
    margin: 0;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #662D91 26%, rgba(255, 255, 255, 0) 100%);
    padding: .5em .8em;
    transition: all 0.3s;
}
.item-member:hover .member-name {
    background: linear-gradient(90deg, #F6921E 26%, rgba(255, 255, 255, 0) 100%);
}
.member-name::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #F6921E 24.17%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1299px) {
    .item-member {
        padding-left: 40px;
    }
    .member-name {
        font-size: 1.125rem;
        left: -40px;
    }
}
@media (max-width: 849px) {
    .member-name {
        font-size: 1rem;
    }
}
.popup-member {
    margin-top: 63px;
    max-width: 947px;
    box-shadow: none;
}
.popup-member__information {
    display: flex;
}
.popup-member__left {
    flex: 0 0 57.3389652%;
    display: flex;
    align-items: flex-end;
    padding: 0 24px;
    background-color: #FFF;
    border-radius: 0px 0 0px 40px;
}
.popup-member__right {
    flex: 1;
    padding: 50px 24px;
    background-color: var(--primary-color);
    border-radius: 0px 40px 0px 0px;
}
.popup-member__left .img {
    flex: 0 0 39%;
    margin-top: -63px;
}
.popup-member__box {
    flex: 1;
    padding: 24px 0 24px 16px;
    display: flex;
    flex-direction: column;
}
.popup-member__box .logo {
    width: 50%;
    margin-bottom: 24px;
}
.popup-member__title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    color: var(--primary-color);
}
@media (max-width: 849px) {
    .popup-member__information {
        flex-direction: column;
    }
    .popup-member__left {
        padding: 0 12px;
        border-radius: 0 40px 0 0;
    }
    .popup-member__right {
        padding: 24px;
        border-radius: 0px 0 0 40px;
    }
}
@media (max-width: 549px) {
    .popup-member__title {
        font-size: 1.125rem;
        min-height: 2.6em;
    }
}
@media (min-width: 850px) {
    .section-newsletter {
        margin-top: 143px;
    }
    .section-newsletter .col-left {
        flex-basis: 53%;
        max-width: 53%;
    }
    .section-newsletter .col-right {
        flex-basis: 47%;
        max-width: 47%;
    }
    .col-middle > .col-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .col-bottom > .col-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .section-newsletter .col-right .img-inner {
        width: 167%;
        margin-left: -30px;
        margin-top: -143px;
    }
}
@media (min-width: 850px) and (max-width: 1599px) {
    .section-newsletter {
        margin-top: 102px;
    }
    .section-newsletter .col-right .img-inner {
        width: 120%;
        margin-top: -102px;
    }
}
.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: 8px;
    margin: 1.8em 0 0;
    background: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    border-radius: 0;
}
.sort-global .dropdown-menu>li:not(:last-child) {
    margin-bottom: 8px !important;
}
.sort-global .dropdown-menu>li a {
    font-size: 1rem;
    color: #101010;
    padding: .5em 1em;
}
.sort-global .dropdown-menu>li.active a, .sort-global .dropdown-menu>li a:hover {
    background: linear-gradient(0deg, rgba(246, 146, 30, 0.1), rgba(246, 146, 30, 0.1)), #FFFFFF;
    color: var(--fs-color-secondary);
}
/* @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;
    }
}
.banner-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.banner-fixed img {
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
}
/**/
.page-wrapper {
    padding-top: 60px;
}
.page-header-wrapper .entry-title {
    font-size: 1.5rem;
    font-weight: bold;
}
@media (min-width: 550px) {
    .page-header-wrapper .entry-title {
        font-size: 1.8rem;
    }
}
@media (min-width: 850px) {
    .page-header-wrapper .entry-title {
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .page-header-wrapper .entry-title {
        font-size: 3rem;
    }
}
.single-gallery .entry-header h1.entry-title {
    text-transform: uppercase;
}
.uni-grid .box-image {
    border-radius: 4px;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--fs-color-secondary) !important;
}
.section-related {
    padding-top: 60px;
    padding-bottom: 30px;;
    background-color: #F7F7F7;
}
.box-gallery {
    display: block;
}
.box-gallery .box-image {
    border-radius: 4px;
}
.box-gallery .box-text {
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(102, 45, 145, 0.5), rgba(102, 45, 145, 0.5)), rgba(102, 45, 145, 0.5);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.box-gallery:hover .box-text {
    opacity: 1;
    visibility: visible;
}
.heading-left-border, span.widget-title {
    display: flex;
    align-items: center;
    min-height: 1.5em;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    padding-left: .75em;
    border-left: .5em solid var(--fs-color-secondary);
    margin-bottom: 1em;
}
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: #F7F7F7;
    border-radius: 99px;
    padding: .2em .8em;
    display: block;
    font-size: 1rem !important;
    margin-bottom: .75em;
}
.tagcloud a:hover {
    color: var(--primary-color);
    background: linear-gradient(0deg, rgba(102, 45, 145, 0.1), rgba(102, 45, 145, 0.1)), #FFFFFF;
}
.featured-title, .box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.uni-page-header-wrapper .page-title-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start !important;
    row-gap: 1em;
}
@media (min-width: 850px) {
    .uni-page-header-wrapper .page-title-inner {
        padding-bottom: 60px;
    }
}
.uni-page-header-wrapper .page-title-sub {
    opacity: 1;
    margin-left: 0;
}
.uni-page-header-wrapper .page-title-sub .lead {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0.25em 1em;
    font-weight: bold;
    color: #FFF;
    background-color: var(--fs-color-secondary);
}
.uni-page-header-wrapper .title-content {
    display: none;
}
@media (max-width: 849px) {
    .uni-page-header-wrapper .page-title-sub .lead {
        font-size: .75rem;
    }
    .uni-page-header-wrapper .medium-flex-wrap .flex-col {
        padding: 0;
    }
}
.bg-block-primary, .col-bg-block-primary > .col-inner {
    background: linear-gradient(0deg, rgba(102, 45, 145, 0.1), rgba(102, 45, 145, 0.1)), #FFFFFF;
}
.col-bg-block-secondary > .col-inner {
    background: linear-gradient(0deg, rgba(246, 146, 30, 0.1), rgba(246, 146, 30, 0.1)), #FFFFFF;
}
.stack-core-values .row:nth-child(2n+1) {
    padding-left: 75px;
}
.stack-core-values .row:nth-child(2n+2) {
    padding-right: 100px;
}
@media (max-width: 549px) {
    .stack-core-values .row:nth-child(2n+1) {
        padding-left: 10%;
    }
    .stack-core-values .row:nth-child(2n+2) {
        padding-right: 10%;
    }
}
@media (min-width: 850px) {
    .section-banner-1 .col-left > .col-inner {
        max-width: calc( 58.3333333333vw - (100vw - 1230px)/2 - 15px );
    }
}
.section-banner-1 .col-left > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section-banner-1 .title span {
    display: inline-block;
    padding: .15em .6em;
    margin-bottom: .6em;
    color: #FFF;
    background-color: var(--fs-color-secondary);
}
.section-banner .title {
    font-size: 1.5em;
}
@media (min-width: 850px) {
    .section-banner {
        font-size: 1.125rem;
    }
}
@media (min-width: 1600px) {
    .section-banner {
        font-size: 1.25rem;
    }
}
.video-button-wrapper .button {
    width: 48px;
    height: 48px;
    line-height: 32px;
    background-color: #FFF !important;
    border: 8px solid rgba(255, 255, 255, .75) !important;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video-button-wrapper .button i {
    font-size: 16px !important;
    color: var(--primary-color);
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.05);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
    25% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px 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 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
.brd-8 .img-inner {
    border-radius: 8px;
}
.brd-20.icon-box {
    border-radius: 20px;    
}
.hover-border-secondary::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;    
    right: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    transition: all .3s;
    pointer-events: none;
}
.hover-border-secondary:hover::after {
    border-color: var(--fs-color-secondary);
}
.col-bg-block-primary-2 > .col-inner {
    background: linear-gradient(0deg, rgba(102, 45, 145, 0.5), rgba(102, 45, 145, 0.5)), linear-gradient(0deg, rgba(102, 45, 145, 0.5), rgba(102, 45, 145, 0.5)), linear-gradient(0deg, rgba(102, 45, 145, 0.5), rgba(102, 45, 145, 0.5)), linear-gradient(0deg, rgba(102, 45, 145, 0.5), rgba(102, 45, 145, 0.5)), #FFFFFF;
}
.row-count-number {
    counter-reset: section;
}
.row-count-number .col > .col-inner {
    margin-top: 24px;
}
.row-count-number .col > .col-inner::before {
    counter-increment: section;
    content: counter(section);
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    background-color: var(--fs-color-secondary);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125em;
    height: 1.5em;
    position: absolute;
    top: -1.5em;
    left: 1.5em;
    z-index: 1;
}
.col-hover-border-secondary > .col-inner .is-border {
    transition: all .3s;
}
.col-hover-border-secondary > .col-inner:hover .is-border {
    border-color: var(--fs-color-secondary) !important;
}
@media (min-width: 850px) {
    .section-register-1 .col-left {
        flex-basis: 59.5%;
        max-width: 59.5%;
    }
    .section-register-1 .col-right {
        flex-basis: 40.5%;
        max-width: 40.5%;
    }
    .section-register-1 .col-right .img-inner {
        width: calc( 100% + 30px );
        margin-left: -30px;
    }
}
.align-equal>.col>.col-inner>a.plain>.icon-box {
    height: 100%;
}

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

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

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