/*
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.   ***************/
@font-face {
    font-family: 'SVN-Circular';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('assets/fonts/SVN-Circular-Regular.woff2');
}
@font-face {
    font-family: 'SVN-Circular';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('assets/fonts/SVN-Circular-Medium.woff2');
}
@font-face {
    font-family: 'SVN-Circular';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('assets/fonts/SVN-Circular-Bold.woff2');
}
html {
    font-family: 'SVN-Circular', 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;
}
.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;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 8px;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 8px;
}
.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 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.breadcrumbs {
    font-size: 1rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a {
    font-weight: bold;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    color: var(--fs-color-primary);
}
.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: 260px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul {
    border-radius: 5px;
    background-color: #fff;
    min-width: 260px;
    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;
    font-weight: 500;
    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: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    width: auto;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
.widget_list_posts .box-vertical {
    display: flex;
}
.widget_list_posts .box-vertical .box-image {
    flex: 0 0 60px;
}
.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: .85em;
    width: 1em;
    text-align: center;
    color: var(--fs-color-primary);
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: .5em 0 .5em;
    font-size: 1rem;
    font-weight: bold;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.8em;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    flex: 0 0 30%;
    margin: 0 20px 0 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro {
    text-align: center;
    text-transform: uppercase;
}
.uni-titlepro a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3em 1.5em;
    color: #FFF;
    background-color: var(--fs-color-primary);
    text-wrap: balance;
}
/* 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-image > div {
    border-radius: 10px;
    overflow: hidden;
}
.blog-post-inner .post-title {
    font-size: 1.25rem;
    margin: .5em 0 .5em;
}
.blog-post-inner .post-title a:hover {
    color: var(--fs-color-primary);
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .post-meta {
    font-size: 1rem;
    margin-bottom: .5em;
}
.box-blog-post .from_the_blog_excerpt {
    font-size: .9375rem;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.875rem;
}
/* @media (min-width: 1200px) {
    .entry-header h1.entry-title {
        font-size: 2.5rem;
    }
} */
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links {
    margin-bottom: 2em;
}
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 .button {
    min-width: 10em;
    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 .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 */
.footer-wrapper .widget {
    margin-bottom: 0;
}
@media (min-width: 850px) {
    .footer-wrapper .col-left {
        flex-basis: 38%;
        max-width: 38%;
    }
    .footer-wrapper .col-right {
        flex-basis: 62%;
        max-width: 62%;
    }
}
.absolute-footer {
    font-size: .75em;
    padding: 10px 0 10px;
}
.footer-wrapper .dark a, 
.absolute-footer.dark {
    color: #999999;
}
.footer-wrapper .ux-menu-title {
    font-size: 1em;
    min-height: unset;
    margin-bottom: .5em !important;
}
.footer-wrapper .ux-menu-title, 
.footer-wrapper .dark a:hover {
    color: var(--fs-color-primary) !important;
}
.footer-wrapper .social-icons .button.icon {
    margin-bottom: 0;
    background-color: #4c4c4c !important;
    border: none;
    border-radius: 0 !important;
}
.footer-wrapper .social-icons .button.icon:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--fs-color-primary);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.1s ease-out 0.1s;
    -webkit-transition: all 0.1s ease-out 0.1s;
}
.footer-wrapper .social-icons .button.icon:hover:before {
    width: 100%;
    height: 100%;
}
@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;
}
.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: #000;
}
.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: 3em;
    line-height: 1.2;
}
.button-main span {
    line-height: inherit;
}
.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;
}
.icon-chat:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: '\f059' !important;
}
.brd-10 .box-image>div, .brd-10.img .img-inner {
    border-radius: 10px;
}
.brd-15 .box-image>div, .brd-15.img .img-inner {
    border-radius: 15px;
}
/* Header */
.header-top .nav>li {
    margin: 0 12px;
}
.header-top .nav>li>a {
    font-weight: bold;
}
.header-top.nav-dark .nav>li>a {
    color: #999999;
}
.header-top.nav-dark .nav>li>a:hover {
    color: #FFF;
}
.header-main {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header-main .flex-col:nth-child(3) .header-nav {
    justify-content: center;
}
@media (min-width: 850px) {
    .header-main .flex-col:nth-child(3) .header-nav>li {
        margin: 0 10px;
    }
}
@media (min-width: 1200px) {
    .header-main .flex-col:nth-child(3) .header-nav>li {
        margin: 0 24px;
    }
}
.header-main .nav>li>a {
    font-weight: bold;
    font-size: 1rem;
}
.header-main .flex-col:nth-child(3) .header-nav>li>a:before {
    background-color: var(--fs-color-primary);
    content: "";
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
    width: 0;
    height: 2px;
    bottom: 15px;
}
.header-main .flex-col:nth-child(3) .header-nav>li.active>a:before, 
.header-main .flex-col:nth-child(3) .header-nav>li:hover>a:before {
    width: 80%;
}
.header-main .flex-col:nth-child(3) .header-nav>li.menu-item-has-block .nav-dropdown {
    border-radius: 0;
    /* left: 50% !important;
    transform: translateX(-50%);
    margin-left: 0 !important; */
}
.header-main .flex-col:nth-child(3) .header-nav .tabbed-content .nav>li>a {
    line-height: normal;
}
.section-menu-products .box-text-products .woocommerce-loop-product__title {
    font-size: .875rem;
    font-weight: 500;
    margin: 0 !important;
}
.section-menu-products .box-text-products .woocommerce-loop-product__title a {
    position: relative;
    padding-left: 1em;
}
.section-menu-products .box-text-products .woocommerce-loop-product__title a::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: .2em;
}
.section-menu-products .product-small .box-text {
    padding: 0;
    text-align: left;
}
.section-menu-products .product-small .box-text>div {
    margin-left: 0;
    margin-right: 0;
}
.section-menu-products .product-small .box-image {
    display: none;
}
@media (min-width: 850px) {
    .header-main > .container {
        padding-right: 0;
    }
}
.header-main .action--app {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    height: 70px;
    font-size: .875rem !important;
    padding: 10px 14px;
    background: var(--fs-color-primary);
    color: #fff !important;
    margin: 0;
    border: none;
    border-radius: 0;
}
@media (min-width: 1200px) {
    .header-main .action--app {
        padding: 10px 24px;
        font-size: 1rem !important;
    }
}
.has-dropdown .icon-angle-down {
    opacity: 1;
}
.header-top .actions {
	list-style: none;
	padding: 0;
	margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-top .actions li {
	padding: 7px 0;
    margin: 0;
}
.header-top .actions li:before {
	content: "";
	background-color: rgba(1, 1, 1, 0.5);
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s ease-out 0.1s;
	-webkit-transition: all 0.1s ease-out 0.1s;
}
.header-top .actions li:hover .li--box {
    color: var(--fs-color-primary);
}
.header-top .actions li + li {
	margin-left: 32px;
}
.header-top .actions li.active::before {
	opacity: 1;
	visibility: visible;
}
.header-top .actions li.active .li--dropdown {
	opacity: 1;
	visibility: visible;
}
.header-top .actions li.active .li--box {
	color: var(--fs-color-primary);
}
.header-top .actions .li--box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
	font: normal normal bold 14px/16px SVN-Circular;
	letter-spacing: 0px;
	color: #999999;
	opacity: 1;
	transition: all 0.1s ease-out 0.1s;
	-webkit-transition: all 0.1s ease-out 0.1s;
	position: relative;
	cursor: pointer;
	pointer-events: auto;
}
.header-top .actions .li--box svg {
	margin-right: 8px;
	transition: all 0.1s ease-out 0.1s;
	-webkit-transition: all 0.1s ease-out 0.1s;
}
.header-top .actions .li--box svg + svg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.header-top .actions .li--dropdown {
	width: 380px;
	top: 40px;
	position: absolute;
	z-index: 9;
	padding: 24px 24px 0 24px;
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	max-height: calc(95vh - 40px);
	overflow: auto;
}
.header-top .actions .li--dropdown .dropdown--close {
	position: absolute;
	top: 28px;
	right: 24px;
	cursor: pointer;
	pointer-events: auto;
	z-index: 10;
}
.header-top .actions .li--dropdown .dropdown--heading {
	padding-right: 40px;
	font: normal normal 500 24px/28px SVN-Circular;
	color: #010001;
}
.header-top .actions .li--dropdown .dropdown--list .widget + .widget {
	border-top: 1px solid #bbb;
}
.header-top .actions .li--dropdown .dropdown--list .child {
	padding: 24px 0;
}
.header-top .actions .li--dropdown .dropdown--list .child + .child {
	border-top: 1px solid #bbb;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--title {
	font: normal normal 500 16px/20px SVN-Circular;
	color: var(--fs-color-primary);
}
.header-top .actions .li--dropdown .dropdown--list .child .child--title + .child--items {
	margin-top: 16px;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 64px 15px 1fr 15px 72px;
	grid-template-columns: 64px 1fr 72px;
	grid-gap: 15px;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item + .item {
	margin-top: 16px;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item .item--avatar img {
    border-radius: 50%;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item .item--caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item .item--caption span {
	display: block;
	font: normal normal 500 16px/20px SVN-Circular;
	color: #4C4C4C;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item .item--caption strong {
	font: normal normal 500 20px/24px SVN-Circular;
	color: #010001;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item .item--live {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
	-ms-grid-columns: minmax(1px, 1fr) 8px minmax(1px, 1fr);
	grid-template-columns: repeat(2, minmax(1px, 1fr));
	grid-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item .item--live a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 32px;
	height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.1s ease-out 0.1s;
    -webkit-transition: all 0.1s ease-out 0.1s;
}
.header-top .actions .li--dropdown .dropdown--list .child .child--items .item .item--live a:hover {
	opacity: 0.4;
}
/* Home */
.big-text__main-title h2 {
    font-size: 132px;
    font-weight: 700;
    line-height: 0.8;
    text-wrap: balance;
    margin-bottom: calc(10px + 0.3vw);
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.2), rgba(26, 26, 26, 0) 100%);
    color: #0000 !important;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
}
@media screen and (max-width: 849px) {
    .big-text__main-title h2 {
        font-size: 56px;
    }
}
.big-text__main-title {
    font-size: clamp(16px, 2vw, 31px);
    text-wrap: balance;
    margin-bottom: calc(7px + 0.3vw);
    color: var(--color-grey-1);
}
.big-text__description > p {
    font-size: clamp(16px, 2vw, 34px);
    text-wrap: balance;
}
.min-height-250px {
    min-height: 250px;
}
.form-field-border :is(input, select, textarea) {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border-radius: 0;
}
.page-title {
    text-transform: capitalize;
}
.archive-page-header .page-title {
    font-size: 1.875rem;
}
@media (min-width: 1200px) {
    .archive-page-header .page-title {
        font-size: 2.5rem;
    }
}
.term-description ul li {
    margin-left: 1.3em;
}
.grid-post-category {
    display: grid;
    gap: 30px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 30px;
}
.grid-post-category > :first-child {
    grid-column: span 2;
    grid-row: span 2;
}
@media (max-width: 1024px) {
    .grid-post-category { grid-template-columns: repeat(3, 1fr); }
    .grid-post-category > :first-child { grid-column: span 2; grid-row: span 2; }
}

@media (max-width: 768px) {
    .grid-post-category { grid-template-columns: 1fr; }
    .grid-post-category > :first-child { grid-column: span 1; grid-row: span 1; }
}
.grid-post-category .box-blog-post .from_the_blog_excerpt {
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    width: auto;
}
.grid-post-category > :first-child .post-title {
    font-size: 1.25rem;
    text-transform: uppercase;
}
@media (min-width: 850px) {
    .grid-post-category > :first-child .post-title {
        font-size: 1.5rem;
    }
}
.grid-post-category > :not(:first-child) .cat-label, 
.grid-post-category > :nth-child(2) .from_the_blog_excerpt, 
.grid-post-category > :nth-child(3) .from_the_blog_excerpt, 
.grid-post-category > :not(:first-child) .box-text .meta,
.grid-post-category > :first-child .box-image .meta {
    display: none;
}
.grid-post-category > :nth-child(2) .box-text, 
.grid-post-category > :nth-child(3) .box-text {
    padding-bottom: 0;
}
.grid-post-category > :nth-child(2) .blog-post-inner .post-title, 
.grid-post-category > :nth-child(3) .blog-post-inner .post-title {
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 549px) {
    .grid-post-category > :not(:first-child) {
        display: flex;
    }
    .grid-post-category > :not(:first-child) .box-image {
        flex: 0 0 40%;
    }
    .grid-post-category > :not(:first-child) .box-text {
        flex: 1;
        padding: 0 0 0 1em;
    }
    .grid-post-category > :not(:first-child) .post-title {
        font-size: 1rem;
        margin: 0;
    }
    .grid-post-category > :not(:first-child) .from_the_blog_excerpt {
        display: none;
    }
}
.archive-page-header .col {
    padding-bottom: 0;
}
.product-tab.nav {
    flex-wrap: nowrap;
    column-gap: .5em;
    overflow-x: auto;
}
.product-tab.nav>li>a {
    font-weight: 500;
    padding: .5em 1.125em;
    line-height: normal;
    white-space: nowrap;
}
.nav-pills > li > a:hover {
    color: #FFF;
    background-color: var(--fs-color-primary);
}
.nav-pills > li:not(.active):not(:hover) > a {
    color: var(--fs-color-base);
    background-color: #d1d1d1;
}
.searchform > .flex-row {
    column-gap: 1em;
}
#search-lightbox .searchform > .flex-row {
    column-gap: 0;
}
#comments .comment-respond {
    border-radius: 12px;
}
h1.entry-title.uppercase {
    text-transform: capitalize;
}
.add-widget {
    position: fixed;
    z-index: 100;
}
.add-widget .widget-circle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #c4172c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.add-widget .widget-circle .fa-icon {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.add-widget.widget-facebook .widget-circle {
    background: rgba(0, 197, 255, 1);
    background: -moz-linear-gradient(top, rgba(0, 197, 255, 1) 0, rgba(0, 112, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 197, 255, 1)), color-stop(100%, rgba(0, 112, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 197, 255, 1) 0, rgba(0, 112, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 197, 255, 1) 0, rgba(0, 112, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 197, 255, 1) 0, rgba(0, 112, 255, 1) 100%);
}
.add-widget.widget-zalo .widget-circle {
    background: none;
}
.add-widget.widget-zalo .widget-circle .fa-icon {
    width: 44px;
    height: 44px;
    background-image: url(assets/img/icon-zalo.svg);
    background-size: cover;
}
.add-widget.widget-zalo {
    right: 20px;
    bottom: 140px;
}
.btn-call-now {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 44px;
    height: 44px;
    border-top: none;
    background: transparent;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 99;
    padding: 0;
}
.phone-circle {
    position: relative;
    display: inline-block;
    background-color: #b70100;
    border-radius: 100%;
}
.phone-circle,
.phone-circle .ping {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.phone-circle i {
    position: absolute;
    left: 12px;
    top: 8px;
    color: #fff;
    font-size: 30px;
    -webkit-animation: ring-anim 1s infinite ease-in-out;
    animation: ring-anim 1s infinite ease-in-out;
}
.phone-circle .ping {
    display: inline-block;
    width: 44px;
    height: 44px;
    opacity: 1;
    border: 1px solid #b70100;
    background-color: rgb(234 39 39 / 35%);
    border-radius: 100%;
    -webkit-animation: sonar-anim 1.25s linear infinite;
    animation: sonar-anim 1.25s linear infinite;
}
@keyframes calllink {
    0% {
        color: #eba11e;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #ebfa48;
    }
}
@-webkit-keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
@keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
@-webkit-keyframes ring-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes ring-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes bounceAlpha {
    0%,55% {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(10px) scale(.9);
        transform: translateX(10px) scale(.9)
    }

    26% {
        opacity: 0;
        -webkit-transform: translateX(-10px) scale(.9);
        transform: translateX(-10px) scale(.9)
    }
}
@keyframes bounceAlpha {
    0%,55% {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(10px) scale(.9);
        transform: translateX(10px) scale(.9)
    }

    26% {
        opacity: 0;
        -webkit-transform: translateX(-10px) scale(.9);
        transform: translateX(-10px) scale(.9)
    }
}
.bounceAlpha {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/**/
.section-home-1 .icon-box-center .icon-box-img {
    margin-bottom: .3em;
}
.section-home-1 .icon-box-img img, .section-home-1 .icon-box-img svg {
    padding-top: 0;
}
a>.icon-box .icon-box-img svg, 
a>.icon-box .icon-box-img svg path {
    transition: fill 0.3s ease-in-out;
    -webkit-transition: fill 0.3s ease-in-out;
}   
a:hover>.icon-box .icon-box-img svg, 
a:hover>.icon-box .icon-box-img svg path {
    fill: var(--fs-color-base);
}
.row-products {
    margin-left: -4px;
    margin-right: -4px;
}
.row-products .col {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
}
.row-products .box {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01);
}
.row-products .box-cat {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.row-products .box-cat .box-image {
    flex: 1;
    margin: 0;
}
.row-products .box-cat .box-image * {
    height: 100%;
}
.row-products .box-cat .box-image img {
    object-fit: cover;
}
.row-products .box-cat .box-text {
    padding: 24px;
}
.row-products .col-1 > .col-inner {
    height: calc( 100% - 8px );
}
.row-products .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    line-height: 1.2;
    padding: .5em 1em;
    margin-bottom: 0;
    font-weight: 500;
}
.row-products .button span {
    line-height: inherit;
}
.row-products .product-small.col > .col-inner {
    height: 100%;
}
.row-products .product-small.box {
    padding: 32px 20px;
}
.row-products .product-small .box-image {
    width: 220px;
}
.row-products .product-small .box-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.row-products .woocommerce-loop-product__title {
    font-size: 1.5rem;
}
.row-products .woocommerce-loop-product__title a {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.row-products .price-wrapper, .row-products .ux-swatches {
    display: none;
}
.product-small .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 5px;
    margin-top: 5px;
    display: none;
}
.product-small .buttons .button {
    font-size: .875rem;
    margin: 0;
    padding: 0;
    min-height: unset;
    line-height: 1.2;
}
.row-products .product-small .buttons {
    display: block;
}
@media (max-width: 549px) {
    .row-products .product-small.box {
        padding: 20px 8px;
    }
    .small-columns-2.row-products .product-small .box-image {
        width: 110px;
    }
    .small-columns-2.row-products .woocommerce-loop-product__title {
        font-size: 14px;
    }
    .small-columns-2.row-products .product-small .buttons {
        column-gap: 10px;
    }
    .small-columns-2.row-products .product-small .buttons .button {
        font-size: 12px;
    }
}
.row-products2 .product-small.box {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 24px;
}
.slider-video {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.slider-video .flickity-viewport {
    flex: 0 0 100%;
}
.slider-video .flickity-prev-next-button {
    position: static;
}
.slider-video .flickity-prev-next-button svg {
    background-color: var(--fs-color-primary);
}
.slider-video .flickity-prev-next-button .arrow, .slider-video .flickity-prev-next-button svg {
    fill: #FFF !important;
}
.slider-video .col {
    flex-basis: 90%;
    max-width: 90%;
}
@media (min-width: 550px) {
    .slider-video .col {
        flex-basis: 60%;
        max-width: 60%;
    }
}
@media (min-width: 1200px) {
    .slider-video .col {
        flex-basis: 45%;
        max-width: 45%;
    }
}
.slider-video .video {
    border-radius: 12px;
}
.heading {
    font-size: 1.5rem;
    text-align: center;
}
@media (min-width: 850px) {
    .heading {
        font-size: 2rem;
    }
}
.uni_blog_slider__header {
    justify-content: center;
    display: flex;
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.uni_blog_slider__header__button {
    color: #d1d1d1;
    display: flex;
    column-gap: 25px;
    position: absolute;
    left: auto;
    right: 0;
}
.swiper-button-prev-header, 
.swiper-button-next-header {
    color: #FFF;
    background-color: #d1d1d1;
    border: none;
    padding: 0;
    margin: 0;
    width: 30px;
    min-height: 30px;
    line-height: normal;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uni_blog_slider .swiper-slide {
    width: 280px;
    margin: 0 7px;
    background-color: #FFF;
    border-radius: 8px;
}
.uni_blog_slider .box-image > div {
    border-radius: 8px 8px 0 0;
}
.uni_blog_slider .box-text {
    padding: 30px 16px;
}
.uni_blog_slider .post-title {
    margin-top: 0;
}
.uni_blog_slider .from_the_blog_excerpt {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
    .uni_blog_slider .swiper-slide {
        width: 442px;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
    .uni_blog_slider .swiper-slide {
        width: 664px;
        margin: 0 14px;
    }
    .uni_blog_slider .box-text {
        padding: 40px 80px;
    }
}
@media screen and (max-width: 720px) {
    .uni_blog_slider__header__button {
        display: none;
    }
}
/**/
.box-scroll {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 536px 32px 1fr;
    grid-template-columns: 536px 1fr;
    grid-gap: 32px;
}
@media (max-width: 1200px) {
    .box-scroll {
        -ms-grid-columns: minmax(10px, 1fr) 32px minmax(10px, 1fr);
        grid-template-columns: repeat(2, minmax(10px, 1fr));
    }
}
@media (max-width: 992px) {
    .box-scroll {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.box-scroll .scroll--img {
    position: relative;
}
@media (max-width: 992px) {
    .box-scroll .scroll--img {
        display: none;
    }
}
.box-scroll .scroll--img .img--items {
    height: 536px;
    position: sticky;
    top: 150px;
}
.box-scroll .scroll--img .img--items .item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.box-scroll .scroll--img .img--items .item span {
    font: normal normal 500 200px/96px SVN-Circular;
    -webkit-text-stroke: 2px rgba(169, 30, 47, 0.8);
    color: transparent;
    position: absolute;
    top: -50px;
    right: -340px;
    z-index: 99;
}
.box-scroll .box-text {
    position: relative;
    z-index: 9;
}
.box-scroll .box-text .child {
    max-width: 500px;
    margin: auto;
    /* color: #ccc; */
    display: -ms-grid;
    display: grid;
    grid-gap: 32px;
    padding: 15vh 30px;
}
@media (max-width: 992px) {
    .box-scroll .box-text .child {
        max-width: 100%;
        padding: 40px 15px;
    }
}
.box-scroll .box-text .child > * {
    margin: 0;
}
.box-scroll .box-text .child .show-mobile {
    display: none;
    position: relative;
}
@media (max-width: 992px) {
    .box-scroll .box-text .child .show-mobile {
        display: block;
    }
}
.box-scroll .box-text .child .show-mobile span {
    font: normal normal 500 140px/1.1 SVN-Circular;
     -webkit-text-stroke: 2px rgba(169, 30, 47, 0.8);
    color: transparent;
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 99;
}
@media (max-width: 450px) {
    .box-scroll .box-text .child .show-mobile span {
        font-size: 90px;
        top: -65px;
    }
}
.img--items .item {
    opacity: 0;
}

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

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

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