/*
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.20.1
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
html {
    font-family: "Google Sans", sans-serif;
    font-display: swap;
}
.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;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button:not(.icon, .is-small, .is-smaller, .is-xsmall, .is-xxsmall, .is-large, .is-larger, .is-xlarger, .is-xxlarger, .is-xxxlarger), 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 {
    color: inherit;
    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;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .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: #000;position: absolute;height: 2px;transition: all .3s ease-in-out;pointer-events: none;}
.nav-dark .nav-click span, .nav-dark .nav-click::after, .nav-dark .nav-click::before {background-color: #FFF;}
.nav-click::after,.nav-click::before{top: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: 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;
    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;
    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: 1rem;
    margin: .5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 label {
    font-size: .875em;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 textarea, .wpcf7 select {
    border-radius: 12px;
    height: 2.77777778em;
    box-shadow: none !important;
}
@media (min-width: 1200px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 textarea, .wpcf7 select {
        font-size: 1.125em;
    }
}
.dark .wpcf7 input[type="text"], .dark .wpcf7 input[type="email"], .dark .wpcf7 input[type="url"], .dark .wpcf7 input[type="tel"], .dark .wpcf7 input[type="number"], .dark .wpcf7 input[type="date"], .dark .wpcf7 textarea, .dark .wpcf7 select {
    border-color: transparent;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    border-color: var(--fs-color-primary);
}
.wpcf7 .button {
    margin-top: 1em;
    min-width: 10em;
    margin-bottom: 0;
    border-radius: 99px;
}
.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 .flex-row + .wpcf7-response-output {
    margin-top: 3em !important;
}
.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 */
.min-width-180 {
    min-width: 180px;
}
.section-footer .widget {
    margin-bottom: 0;
}
.section-footer .social-icons a {
    color: var(--fs-color-primary);
}
.section-footer .social-icons a:hover {
    color: var(--fs-color-secondary);
}
.section-footer .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 12px;
}
.section-footer .icon-box-img img, .section-footer .icon-box-img svg {
    padding-top: 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;
}
.dark, .dark p, .dark td {
    color: #FFF;
}
.white {
    background-color: #FFF !important;
    color: #000 !important;
}
.white.is-outline:hover {
    color: #000 !important;
}
.res-text,
.widget-area .res-text,
[class*="large-"] .res-text,
[class*="medium-"] .res-text,
[class*="small-"] .res-text {
    font-size: inherit;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
    margin-top: -20px;
    top: 50%;
}
.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);
}
.slider-nav-push.uni-slider-button:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -40px;
}
.button-main {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    line-height: normal;
}
.button-main span {
    line-height: 1.2;
}
.social-icons a.icon:not(.button), .social-icons .button {
    margin-left: .5em;
    margin-right: .5em;
}
.social-icons a:first-of-type {
    margin-left: 0 !important;
}
.social-icons a:last-of-type {
    margin-right: 0 !important;
}
/* Header */
.header-main .nav>li>a {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--fs-color-secondary);
}
@media (min-width: 1200px) {
    .header-main .nav-spacing-xlarge>li {
        margin: 0 16px;
    }
}
@media (max-width: 549px) {
    #logo {
        max-width: 60%;
    }
}
/* Home */
.section-home-1 {
    align-items: stretch;
}
.section-home-1 .img-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.section-home-1 .img-bg img {
    height: 100px;
    object-fit: cover;
}
.section-home-1 .section-content {
    min-height: 100%;
}
.section-home-1 .col-1 > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section-home-1 .col-2 > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.section-home-1 .col-2 .img {
    margin-bottom: -55px;
}
@media (min-width: 550px) {
    .section-home-1 .col-1 > .col-inner {
        margin-bottom: 100px;
    }
    .section-home-1 .col-2 .img-inner {
        width: 110%;
        margin-left: -10%;
    }
}
@media (max-width: 549px) {
    .section-home-1 .img-bg img {
        height: 17vw;
    }
    .section-home-1 .col-2 .img {
        margin-bottom: -14vw;
    }
}
@keyframes jiggle {
    10%,62% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1.1,0.9);
        transform: scale(1.1,0.9)
    }

    56% {
        -webkit-transform: scale(0.9,1.1) translate(0,-5px);
        transform: scale(0.9,1.1) translate(0,-5px)
    }

    59% {
        -webkit-transform: scale(1,1) translate(0,-3px);
        transform: scale(1,1) translate(0,-3px)
    }
}
.button-gradient {
    color: #FFF !important;
    background: linear-gradient(45deg, #1D35FF 0%, #04F8F6 100%);
    border: none;
    padding-left: 1.25em !important;
    padding-right: .25em !important;
    box-shadow: none !important;
    text-transform: none;
}
@media (max-width: 549px) {
    .button-gradient {
        font-size: 3.8vw !important;
    }
}
.button-gradient:hover {
    animation: jiggle 0.6s ease-in-out;
}
.button-gradient span {
    flex: 1;
}
.button-gradient .icon-angle-right {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.95431%208.95431%200%2020%200C31.0457%200%2040%208.95431%2040%2020C40%2031.0457%2031.0457%2040%2020%2040C8.95431%2040%200%2031.0457%200%2020Z%22%20fill%3D%22white%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_4087_615)%22%3E%3Cpath%20d%3D%22M24.01%2019H12V21H24.01V24L28%2020L24.01%2016V19Z%22%20fill%3D%22url(%23paint0_linear_4087_615)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_4087_615%22%20x1%3D%2212%22%20y1%3D%2224%22%20x2%3D%2218.4%22%20y2%3D%2211.2%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231D35FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2304F8F6%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_4087_615%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(8%208)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: .75em !important;
    margin-right: 0 !important;
    top: 0;
}
.button-gradient .icon-angle-right::before {
    display: none;
}
.button-gradient--2 {
    background: #FFF;
}
.button-gradient--2 span {
    background: linear-gradient(45deg, #1D35FF 0%, #04F8F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.button-gradient--2 .icon-angle-right {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.95431%208.95431%200%2020%200C31.0457%200%2040%208.95431%2040%2020C40%2031.0457%2031.0457%2040%2020%2040C8.95431%2040%200%2031.0457%200%2020Z%22%20fill%3D%22url(%23paint0_linear_4130_783)%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_4130_783)%22%3E%3Cpath%20d%3D%22M24.01%2019H12V21H24.01V24L28%2020L24.01%2016V19Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_4130_783%22%20x1%3D%220%22%20y1%3D%2240%22%20x2%3D%2240%22%20y2%3D%220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231D35FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2304F8F6%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_4130_783%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(8%208)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
}
.section-home-2 {
    z-index: 99;
}
.box-module {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-module .icon-box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-module {
    overflow: hidden;
}
@media (min-width: 550px) and (max-width: 1169px) {
    .box-module .desc {
        font-size: 15px !important;
    }
}
.box-module .desc {
    opacity: 0;
    overflow: hidden;
    transition: all 1.2s;
}
.box-module:hover .desc {
    height: auto !important;
    opacity: 1;
    height: auto;
}
.box-module:hover {
    background: linear-gradient(45deg, #1D35FF 0%, #04F8F6 100%);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
    border: none;
}
.box-module:hover * {
    color: #FFFFFF !important;
    transition: color .8s;
}
.box-module .icon-box-img {
    transition: width 0.8s;
}
.box-module:hover .icon-box-img {
    width: 72px !important;
}
.box-module:hover .icon-box-img img {
    border-radius: 24px;
    transition: border-radius 0.5s;
}
.box-module .button {
    font-size: 12px;
    margin-top: auto;
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 1;
    transform: translateX(-50%);
    white-space: nowrap;
}
@media (max-width: 549px) {
    .box-module .icon-box-img {
        max-width: 200px;
    }
}
.section-home-3 .row-main > .col > .col-inner {
    background: linear-gradient(0deg, rgba(0, 159, 227, 0.1), rgba(0, 159, 227, 0.1));
    border: 1px dashed #009FE3;
    padding: 16px;
}
.section-home-4 .col-2::before {
    content: '';
    display: block;
    width: 70%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.section-home-4 .col-2 > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-home-4 .slider {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    overflow: hidden;
}
.section-home-6 .icon-box-text {
    margin-left: 24px;
    padding-left: 18px;
    border-left: 4px solid #FFF;
}
@media (min-width: 550px) {
    .section-home-6 .col-img .img-inner {
        width: 117%;
        margin-left: -8.5%;
    }
}
.section-home-7 .slider-wrapper::after {
    content: '';
    display: block;
    width: 18.8%;
    aspect-ratio: 99 / 71;
    min-width: 90px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2299%22%20height%3D%2272%22%20viewBox%3D%220%200%2099%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.31118%2064.879C2.01958%2060.5874%200%2055.286%200%2049.2272C0%2046.1979%200.504895%2043.6734%201.51468%2041.1489C2.52447%2038.6244%204.03916%2035.8475%206.31118%2032.5657L28.2741%200L43.1685%209.84545L30.2937%2029.5363C34.0804%2031.051%2037.3622%2033.5755%2039.8867%2037.1098C42.4112%2040.644%2043.6734%2044.6832%2043.6734%2049.2272C43.6734%2055.286%2041.4014%2060.5874%2037.3622%2064.879C33.0706%2069.1706%2028.0217%2071.1901%2021.9629%2071.1901C15.9042%2071.1901%2010.6028%2069.1706%206.31118%2064.879ZM61.5972%2064.879C57.3055%2060.5874%2055.286%2055.286%2055.286%2049.2272C55.286%2046.1979%2055.7909%2043.6734%2056.8006%2041.1489C57.8104%2038.6244%2059.3251%2035.8475%2061.5972%2032.5657L83.5601%200L98.4545%209.84545L85.5797%2029.5363C89.3664%2031.051%2092.6482%2033.5755%2095.1726%2037.1098C97.6971%2040.644%2098.9594%2044.6832%2098.9594%2049.2272C98.9594%2055.286%2096.6873%2060.5874%2092.6482%2064.879C88.3566%2069.1706%2083.3076%2071.1901%2077.2489%2071.1901C71.1901%2071.1901%2065.8888%2069.1706%2061.5972%2064.879Z%22%20fill%3D%22%23009FE3%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 40px;
}
.section-home-7 .slider {
    padding-bottom: 40px;
}
.section-home-7 .slider .row {
    margin: 0 -15px;
}
.section-home-7 .slider .col > .col-inner {
    padding: 0 15px 15px 15px;
}
.section-home-7 .flickity-prev-next-button {
    opacity: 1;
    top: unset;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    display: block !important;
}
.section-home-7 .flickity-prev-next-button .arrow, .section-home-7 .flickity-prev-next-button svg {
    fill: var(--fs-color-primary);
}
.section-home-7 .flickity-prev-next-button.previous {
    left: 12.5%;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2414_1381)%22%3E%3Cpath%20d%3D%22M25.6835%2027.65L18.0502%2020L25.6835%2012.35L23.3335%2010L13.3335%2020L23.3335%2030L25.6835%2027.65Z%22%20fill%3D%22%23009FE3%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2414_1381%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
}
.section-home-7 .flickity-prev-next-button.next {
    left: calc( 12.5% + 60px );
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4130_815)%22%3E%3Cpath%20d%3D%22M14.3169%2027.65L21.9502%2020L14.3169%2012.35L16.6669%2010L26.6669%2020L16.6669%2030L14.3169%2027.65Z%22%20fill%3D%22%23009FE3%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4130_815%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
}
.section-home-7 .flickity-prev-next-button svg {
    display: none;
}
.testimonial-box .icon-box-img {
    margin-bottom: -60px;
}
.testimonial-box .icon-box-text {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 80px 24px 24px 24px;
}
.testimonial-text {
    order: 2;
    line-height: 1.6;
}
.testimonial-box .star-rating {
    order: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 120px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%22120%22%20height%3D%2224%22%20viewBox%3D%220%200%20120%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2421_1532)%22%3E%3Cpath%20d%3D%22M12%207.13L12.97%209.42L13.44%2010.53L14.64%2010.63L17.11%2010.84L15.23%2012.47L14.32%2013.26L14.59%2014.44L15.15%2016.85L13.03%2015.57L12%2014.93L10.97%2015.55L8.85%2016.83L9.41%2014.42L9.68%2013.24L8.77%2012.45L6.89%2010.82L9.36%2010.61L10.56%2010.51L11.03%209.4L12%207.13ZM12%202L9.19%208.63L2%209.24L7.46%2013.97L5.82%2021L12%2017.27L18.18%2021L16.54%2013.97L22%209.24L14.81%208.63L12%202Z%22%20fill%3D%22%23F2994A%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23clip1_2421_1532)%22%3E%3Cpath%20d%3D%22M36%207.13L36.97%209.42L37.44%2010.53L38.64%2010.63L41.11%2010.84L39.23%2012.47L38.32%2013.26L38.59%2014.44L39.15%2016.85L37.03%2015.57L36%2014.93L34.97%2015.55L32.85%2016.83L33.41%2014.42L33.68%2013.24L32.77%2012.45L30.89%2010.82L33.36%2010.61L34.56%2010.51L35.03%209.4L36%207.13ZM36%202L33.19%208.63L26%209.24L31.46%2013.97L29.82%2021L36%2017.27L42.18%2021L40.54%2013.97L46%209.24L38.81%208.63L36%202Z%22%20fill%3D%22%23F2994A%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23clip2_2421_1532)%22%3E%3Cpath%20d%3D%22M60%207.13L60.97%209.42L61.44%2010.53L62.64%2010.63L65.11%2010.84L63.23%2012.47L62.32%2013.26L62.59%2014.44L63.15%2016.85L61.03%2015.57L60%2014.93L58.97%2015.55L56.85%2016.83L57.41%2014.42L57.68%2013.24L56.77%2012.45L54.89%2010.82L57.36%2010.61L58.56%2010.51L59.03%209.4L60%207.13ZM60%202L57.19%208.63L50%209.24L55.46%2013.97L53.82%2021L60%2017.27L66.18%2021L64.54%2013.97L70%209.24L62.81%208.63L60%202Z%22%20fill%3D%22%23F2994A%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23clip3_2421_1532)%22%3E%3Cpath%20d%3D%22M84%207.13L84.97%209.42L85.44%2010.53L86.64%2010.63L89.11%2010.84L87.23%2012.47L86.32%2013.26L86.59%2014.44L87.15%2016.85L85.03%2015.57L84%2014.93L82.97%2015.55L80.85%2016.83L81.41%2014.42L81.68%2013.24L80.77%2012.45L78.89%2010.82L81.36%2010.61L82.56%2010.51L83.03%209.4L84%207.13ZM84%202L81.19%208.63L74%209.24L79.46%2013.97L77.82%2021L84%2017.27L90.18%2021L88.54%2013.97L94%209.24L86.81%208.63L84%202Z%22%20fill%3D%22%23F2994A%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23clip4_2421_1532)%22%3E%3Cpath%20d%3D%22M108%207.13L108.97%209.42L109.44%2010.53L110.64%2010.63L113.11%2010.84L111.23%2012.47L110.32%2013.26L110.59%2014.44L111.15%2016.85L109.03%2015.57L108%2014.93L106.97%2015.55L104.85%2016.83L105.41%2014.42L105.68%2013.24L104.77%2012.45L102.89%2010.82L105.36%2010.61L106.56%2010.51L107.03%209.4L108%207.13ZM108%202L105.19%208.63L98%209.24L103.46%2013.97L101.82%2021L108%2017.27L114.18%2021L112.54%2013.97L118%209.24L110.81%208.63L108%202Z%22%20fill%3D%22%23F2994A%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2421_1532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip1_2421_1532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(24)%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip2_2421_1532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(48)%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip3_2421_1532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(72)%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip4_2421_1532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(96)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.testimonial-box .star-rating span, .testimonial-box .star-rating:before {
    display: none !important;
}
.testimonial-meta {
    padding-top: 0;
}
.testimonial-meta > * {
    display: block;
}
.testimonial-name-divider {
    display: none;
}
.testimonial-name {
    font-size: 1.125rem;
    color: var(--fs-color-primary);
}
.testimonial-company {
    color: #BDBDBD;
    font-style: italic;
}
.slider-logo.row-slider .col {
    padding-bottom: 0;
}
.uni_lichthi td strong {
    display: block;
    font-size: 1.25rem;
}

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

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

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

/* .table-responsive {
    overflow-x: auto;
} */
.table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-collapse: collapse;
}
.thead {
    display: flex;
    color: #FFF;
    background-color: var(--fs-color-primary);
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 12px;
}
.th {
    flex: 1;
    padding: 12px 16px;
    text-align: left;
}
.tbody {
    display: flex;
    flex-direction: column;
}
.tr {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-bottom: 16px;
    color: var(--fs-color-primary);
}
tr:last-child {
    margin-bottom: 0;
}
a.tr * {
    transition: all .3s ease-in-out;
}
a.tr:hover {
    color: var(--fs-color-secondary);
}
.td {
    flex: 1;
    padding: 12px 16px;
    text-align: left;
}
.th:first-child, .td:first-child {
    flex-basis: 25%;
}
.th:nth-child(2), .td:nth-child(2) {
    flex-basis: 40%;
}
.th:nth-child(3), .td:nth-child(3) {
    flex-basis: 15%;
}
.th:nth-child(4), .td:nth-child(4) {
    flex-basis: 20%;
}
.td strong {
    font-size: 1.25em;
    display: block;
}
.table .button {
    font-size: 1.25em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    column-gap: .6em;
    padding: 0;
    color: inherit !important;
}
.block-date {
    display: flex;
    align-items: center;
    column-gap: .75em;
}
.block-day {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1;
}
.block-month {
    display: flex;
    flex-direction: column;
}
.block-month > * {
    font-size: 1em !important;
}
@media (max-width: 1199px) {
    .thead {
        display: none;
    }
    .tr {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    .td {
        flex-basis: 100% !important;
        padding: 8px 0;
    }
    .td strong {
        font-size: 1.125em;
    }
}
.img-flex .img-inner {
    display: flex;
}