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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face {
    src: url(assets/fonts/volvo-broad.woff);
    font-family: 'Volvo Broad';
    font-display: swap;
} */
html {
    font-family: Arial, sans-serif;
}
/* .font-board {
    font-family: Volvo Broad, Arial Black, sans-serif;
} */
b, strong {
    font-weight: bold;
}
/* h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
} */
/* .font-board h1, .font-board h2, .font-board h3, .font-board h4, .font-board h5, .font-board h6 {
    font-weight: normal;
    line-height: 1;
    margin-bottom: .3em;
} */
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
th, td {
    font-size: 1em;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
.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 {
    box-shadow: none !important;
}
.button.is-outline {
    color: inherit;
    line-height: calc( 2.5em - 2px );
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    font-size: .875rem;
}
.button:not(.icon):not(.is-link) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-height: 48px;
    padding-left: 24px;
    padding-right: 24px;
}
.button:not(.icon):not(.is-link) span {
    line-height: 1.4;
}
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.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: -1px;
    border: 1px solid #ddd;
    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: 32px;height: 32px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background-color: #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:6px;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:30px}
.nav-click span{top:15px;right:0;width:24px}
@media (min-width:850px) {
    .nav-click{width:38px;height:38px}
    .nav-click span, .nav-click::after, .nav-click::before{height:3px}
    .nav-click::after, .nav-click::before{top:9px; width:25px}
    .nav-click::after{top:27px;width:35px}
    .nav-click span{top:18px;width:31px}
}
.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%}

/*--------------------------------------------------------------
## 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;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    width: auto;
    margin: 0 0 5px 0;
}
.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 Support */
@media (min-width: 1200px) { .widget_supports .list-supporter { padding-top: 190px; background-image: url(assets/img/bg-support.png); background-repeat: no-repeat; background-position: top center; background-size: contain; } }
.widget_supports .list-supporter .email { padding: 5px 10px; font-weight: 600; line-height: 20px; }
.widget_supports .phone { font-size: 1.25rem; color: #ff0000; font-weight: bold; }
.widget_supports .list-supporter li { margin: 0; }
.widget_supports .support-style-1 { background-color: #FFF; }
.widget_supports .support-style-1 .supporter { padding: 0 10px 10px 10px; }
.widget_supports .support-style-1 li { padding: 5px 0; font-size: .875rem; color: #333333; border-top: 1px solid #333; }
.widget_supports .support-style-1 li:first-child { border-top: none; }
.widget_supports .support-style-1 li:last-child { border-bottom: none; }
.widget_supports .support-style-1 i { width: 22px; margin-right: 12px; }
.widget_supports .support-style-2 .supporter { margin: 0 8px; padding: 5px 8px 5px 50px; border-top: 1px solid #dddddd; background: url(lib/images/ic-phone.png) 7px 10px no-repeat; position: relative; }
.widget_supports .support-style-2 .supporter:first-child { border-top: none; }
.widget_supports .support-style-2 .name { font-weight: 600; }
.widget_supports .support-style-2 .skype { position: absolute; right: 7px; bottom: 10px; z-index: 1; }
.widget_supports .support-style-2 .email a { color: #333333; }
.widget_supports .support-style-3 .supporter:not(:last-child) { border-bottom: 1px solid #dfdfdf; }
.widget_supports .support-style-3 ul { position: relative; padding: 8px 10px; }
.widget_supports .support-style-3 .name { font-size: 0.75rem; color: #333333; }
.widget_supports .support-style-3 .phone { line-height: 24px; }
.widget_supports .support-style-3 .social { position: absolute; bottom: 10px; right: 8px; z-index: 1; }
.widget_supports .support-style-3 .social a { display: inline-block; margin-left: 4px; }

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 0 0 0 22px;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
    margin-top: .3em;
}
.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.75rem;
    position: absolute;
    left: 0;
    top: .4em;
    width: 14px;
    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;
    line-height: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
    color: #666666;
}
.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 .box-image, .sh-blog-shortcode.style-6 .box-image img {
    border-radius: 10px;
}
.sh-blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
@media (min-width: 850px) {
    .sh-blog-shortcode.style-6 .first-element-layout .entry-title {
        font-size: 1.125rem;
    }
}
@media (max-width: 549px) {
    .sh-blog-shortcode.style-6 .second-element-layout {
        padding-bottom: 20px;
    }
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 20px;
}
.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, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb {
    flex: 0 0 28%;
    margin: 0 20px 0 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb *, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb * {
    height: 100%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb img, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb img {
    object-fit: cover;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-meta, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-meta {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .third-element-layout {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.sh-blog-shortcode.style-6 .third-element-layout .element {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-6 .third-element-layout .element:last-child {
    margin-bottom: 0;
}
@media (min-width: 550px) {
    .sh-blog-shortcode.style-6 .third-element-layout .element {
        flex: 0 0 50%;
    }
}
@media (min-width: 850px) {
    .sh-blog-shortcode.style-6 .third-element-layout .element {
        flex: 0 0 25%;
    }
}
.sh-blog-shortcode.style-6 .third-element-layout .post-inner {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 850px) {
    .sh-blog-shortcode.style-6 .third-element-layout .entry-thumb {
        flex: 0 0 35%;
    }
    .sh-blog-shortcode.style-6 .third-element-layout .entry-thumb .image-zoom {
        padding-top: 70%;
    }
}
.sh-blog-shortcode.style-6 .third-element-layout .entry-title {
    margin: 0 0 5px 0;
}
.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.125rem;
    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 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-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 {
    font-size: .875rem;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
@media (max-width: 549px) {
    .footer-wrapper .social-icons {
        display: block;
        text-align: center;
    }
    .footer-wrapper .social-icons .button {
        margin-bottom: 0;
    }
    .footer-wrapper .uni_custom_menu {
        text-align: center;
    }
    .footer-wrapper .widget-title {
        display: none;
    }
    .footer-wrapper .uni_custom_menu ul.menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 15px;
        margin-bottom: 0;
    }
    .footer-wrapper .uni_custom_menu ul.menu li a {
        font-size: .75rem;
    }
    .footer-wrapper .uni_custom_menu ul.menu ul, .footer-wrapper .uni_custom_menu .toggle {
        display: none;
    }
}
.absolute-footer {
    display: none;
    padding: 10px 0 10px;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p {
    margin-bottom: 0;
}
.p-last-0 p:last-child {
    margin-bottom: 0;
}
.mobile-nav .nav-click {
    display: none;
}
.mobile-nav .menu-title {
    text-transform: none;
    display: block !important;
    color: #141414;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #FFF;
}
.off-canvas .nav-vertical {
    padding-top: 60px;
}
.off-canvas .nav-vertical>li>a {
    text-transform: none;
    font-weight: bold;
    font-size: 1.125rem;
    color: #141414;
}
.nav-slide-header .toggle {
    font-size: 1.125rem;
    color: #141414;
    opacity: 1;   
}
.dark, .dark p, .dark td {
    color: #FFF;
}
.container .row-xsmall:not(.row-collapse),.row .row-xsmall:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -6px;
    margin-right: -6px;
}
.row-xsmall>.col,.row-xsmall>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 6px 12px;
}
.banner .res-text {
    font-size: inherit !important;
}
.banner h1 {
    font-size: 1.7em;
}
.banner h2 {
    font-size: 1.6em;
}
.banner h3 {
    font-size: 1.25em;
}
.fs75 {
    font-size: .75rem;
}
html .social-icons {
    color: inherit;
}
html .social-icons .button.icon {
    margin-left: 0;
    margin-right: .5em;
}
html .social-icons .button.icon:last-child {
    margin-right: 0;
}
@media (max-width: 549px) {
    .row-mobile-small {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .row-mobile-small > .col {
        padding-bottom: 24px;
    }
    .row-mobile-small > .col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/**/
@media (max-width: 849px) {
    .header-wrapper.stuck .header-main {
        height: 48px !important;
    }
}
@media (min-width: 1400px) {
    .header-full-width .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.header-main .nav > li > a {
    font-weight: bold;
}
.header-main li.menu-item-design-full-width .sub-menu {
    border-bottom: 2px solid rgb(250, 250, 250);
}
.header-main li.menu-item-design-full-width .row {
    margin: 0 auto;
}
.header-main li.menu-item-design-full-width .section-content > .row > .col {
    padding: 0;
}
/*.header-main li.menu-item-design-full-width .tabbed-content .nav>li {
    margin: 0 20px;
}*/
@media (min-width: 850px) {
    .header-main .tabbed-content {
        align-items: flex-start;
    }
    .header-main .tabbed-content .nav-vertical {
        width: 120px;
    }
    .header-main li.menu-item-design-full-width .uni_product .large-columns-4 > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
    .header-main .nav-vertical+.tab-panels {
        border-color: #ebebeb;
        padding: 0 0 0 10px;
    }
    .header-main .nav-vertical>li:not(.active)>a {
        color: rgb(112, 112, 112);
    }
}
.header-main .nav-vertical>li+li {
    border-top: none;
}
.header-main .nav-vertical>li>a {
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
    line-height: normal !important;
    color: rgb(112, 112, 112) !important;
}
.header-main .nav-vertical>li.active>a {
    color: #141414 !important;
}
.header-main .nav-vertical.nav-line>li>a:before {
    display: none;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    height: 1px;
    background-color: #141414 !important;
}
/**/
.item-product-cat {
    display: block;
}
.item-product-cat .box-image {
    margin: 0;
    padding-top: 60%;
    overflow: unset;
}
.item-product-cat .box-image > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.item-product-cat .box-image img {
    max-width: 90%;
}
.item-product-cat__title {
    font-size: 1rem;
    margin-bottom: 0;
    margin-bottom: .3em;
    line-height: 1.2em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.2em;
    width: auto;
}
.item-product-cat .product-line {
    margin-bottom: .2em;
    text-transform: uppercase;
}
.item-product-cat p {
    color: #707070;
}
.item-product-cat p span {
    color: #141414;
}
.item-product-cat .price {
    margin-bottom: 1.3em;
}
.item-product-cat:hover p, .item-product-cat:hover p span, .item-product-cat:hover .item-product__title {
    color: #1c6bba;
}
@media (max-width: 549px) {
    .uni_product_cat_grid .col:not(:last-child) .item-product-cat {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .item-product-cat {
        display: flex;
        flex-direction: row-reverse;
    }
    .item-product-cat .box-image {
        flex: 0 0 124px;
        padding-top: 0;
        margin-right: 10px;
    }
    .item-product-cat .box-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 12px;
    }
    .item-product-cat .box-image > div {
        align-items: start;
    }
    .item-product-cat .box-image img {
        max-width: 100%;
    }
    .item-product-cat__title {
        font-size: 1.125rem;
    }
    .item-product-cat .price {
        margin-bottom: 0;
    }
    .item-product-cat .text-center {
        display: none;
    }
    .item-product-cat .button {
        font-size: .75rem;
        min-height: unset;
        margin-left: 6px !important;
        margin-right: 6px !important;
        margin-bottom: 0 !important;
    }
}
.tab-products .nav-line-bottom {
    border-bottom: 1px solid #8c8c8c;
}
.tab-products .nav-line-bottom li a {
    min-width: 120px;
    justify-content: center;
}
.tab-products .nav-line-bottom>li>a:before {
    height: 4px;
    bottom: -4px;
}
.tab-products .tab-panels {
    padding-top: 30px;
}
@media (max-width: 549px) {
    .tab-products .nav-line-bottom li {
        flex: 1;
    }
    .tab-products .nav-line-bottom li a {
        min-width: 100%;
    }
}
html .swiper-pagination-bullet-active {
    background: rgb(20, 20, 20);
}
.uni_product_cat .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
    display: flex;
    column-gap: 10px;
}
.uni_product_cat .swiper-container {
    margin-left: -8px;
    margin-right: -8px;
}
.uni_product_cat .swiper-container .swiper-slide, .uni_product_cat .swiper-button-nav {
    padding-left: 8px;
    padding-right: 8px;
}
.uni_product_cat .swiper-container .swiper-slide .col {
    padding: 0;
}
.uni_product_cat .swiper-container .swiper-slide {
    width: 77%;
}
.uni_product_cat .swiper-pagination {
    position: static;
    margin-top: 20px;
}
@media (min-width: 550px) {
    .uni_product_cat .swiper-container .swiper-slide {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .uni_product_cat .swiper-container {
        margin-left: -12px;
        margin-right: -12px;
    }
    .uni_product_cat .swiper-container .swiper-slide, .uni_product_cat .swiper-button-nav {
        padding-left: 12px;
        padding-right: 12px;
    }
    .uni_product_cat .swiper-container .swiper-slide {
        width: 25%;
    }
    .uni_product_cat .swiper-pagination {
        display: none;
    }
}
.uni_product_cat .swiper-button-nav {
    display: flex;
    justify-content: flex-end;
    column-gap: 12px;
    margin-top: 20px;
}
.uni_product_cat .swiper-button-next, 
.uni_product_cat .swiper-button-prev {
    position: static;
    margin-top: 0;
    right: 15px;
    left: unset;
    background: none;
    width: 40px;
    height: 40px;
}
.uni_product_cat .swiper-button-prev {
    right: 60px;
}
.uni_product_cat .swiper-button-next img,
.uni_product_cat .swiper-button-prev img {
    width: 2.5rem;
    height: 2.5rem;
}
@media (max-width: 991px) {
    .uni_product_cat .swiper-container {
        overflow: unset;
    }
    .uni_product_cat .swiper-button-nav {
        display: none;
    }
}
/**/
.page-wrapper {
    padding-top: 60px;
}
.post-sidebar .widget:not(:last-child) {
    margin-bottom: 60px;
}
span.widget-title {
    color: #141414;
}
/**/
.item-product {
    display: block;
    padding: 10px;
    background: rgb(250, 250, 250);
    box-shadow: 0 0 3px #a1a1;
}
.item-product .box-content {
    padding: 15px 0 0 0;
}
.item-product__title {
    font-size: 1rem;
}
.item-product .price {
    font-size: .9375rem;
    color: #1c6bba;
    margin-bottom: .5em;
}
/**/
.banner_car {
    position: relative;
    height: 100vh;
}
.banner_car:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 100%;
}
.banner_car .cnt_banner {
    position: relative;
    z-index: 9;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner_car .cnt_banner .title_single {
    font-size: 2.5rem;
    line-height: 40px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}
@media (max-width: 849px) {
    .banner_car .cnt_banner .title_single {
        font-size: 2rem;
    }
}
.banner_car .cnt_banner .title_single:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 6px;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    left: 0px;
    top: 3px;
}
.banner_car .cnt_banner .desc {
    font-size: 2.5rem;
    font-family: Cabin, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5em;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .banner_car .cnt_banner .desc {
        font-size: 3rem;
    }
}
@media (max-width: 849px) {
    .banner_car .cnt_banner .desc {
        font-size: 2rem;
    }
}
@media (max-width: 549px) {
    .banner_car .cnt_banner .desc {
        font-size: 1.875rem;
    }
}
.banner_car .cnt_banner .parameter_car {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner_car .cnt_banner .parameter_car .icon_para {
    flex: 1;
    position: relative;
    padding: 0 10px;
}
.banner_car .cnt_banner .parameter_car .icon_para:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.25);
}
.banner_car .cnt_banner .parameter_car .icon_para:last-child:after {
    display: none;
}
.banner_car .cnt_banner .parameter_car .icon_para h4 {
    font-size: 1.5rem;
    font-family: Barlow, sans-serif;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0;
}
@media (max-width: 549px) {
    .banner_car .cnt_banner .parameter_car .icon_para h4 {
        font-size: 1.25rem;
    }
}
.banner_car .cnt_banner .parameter_car .icon_para span {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0;
    text-align: center;
    white-space: nowrap;
    color: #FFF;
}
@media (max-width: 849px) {
    .banner_car {
        height: 50vh;
    }
    .banner_car .cnt_banner {
        height: 50vh;
    }
    .banner_car:after {
        width: 100%;
    }
}
/*========================================================*/
section.content-tabs {
    margin-bottom: 60px;
}
.content-tabs ul {
    list-style-position: inside;
}
.tabs-to-dropdown a,
.tabs-to-dropdown button,
.tabs-to-dropdown input[type=button] {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
/* Tabs bar */
.tabs-to-dropdown {
    position: relative;
    z-index: 999;
}
.tabs-to-dropdown>.tab-bar {
    overflow: hidden;
    margin-right: 30px;
    position: relative;
}
.tabs-to-dropdown>.tab-bar>ul {
    width: 99999px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs-to-dropdown>.tab-bar>ul::after {
    display: table;
    content: "";
    clear: both;
}
.tabs-to-dropdown>.tab-bar>ul>li {
    display: inline-block;
    float: left;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    margin-bottom: 0;
}
@media (max-width: 549px) {
    .tabs-to-dropdown>.tab-bar>ul {
        display: flex;
        width: auto;
    }
    .tabs-to-dropdown>.tab-bar>ul>li {
        flex: 1 1 auto;
    }
}
.tabs-to-dropdown>.tab-bar>ul>li.ttd-hide {
    opacity: 0;
    visibility: hidden;
}
.tabs-to-dropdown>.tab-bar>ul>li>a {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1.5em;
}
.tabs-to-dropdown>.tab-bar>ul>li>a:hover,
.tabs-to-dropdown>.tab-bar>ul>li>a.nav-active {
    color: #141414;
    background: #f4f4f4;
}
/* Home button */
.tabs-to-dropdown>.tab-bar>ul>li>a>i {
    font-size: 34px;
    padding: 0 9px;
}
/* Acctive */
.tabs-to-dropdown>.tab-bar>ul>li.active {
    background: rgb(25, 189, 155);
}
.tabs-to-dropdown>.tab-bar>ul>li.active:hover {
    opacity: .85;
}
.tabs-to-dropdown>.tab-bar>ul>li.active:active {
    opacity: .7;
}
.tabs-to-dropdown>.tab-bar>ul>li.active>a {
    color: rgba(255, 255, 255, 1);
}
/* dropdown */
.tabs-to-dropdown>.dropdown>button.dropdown-toggle {
    border: 0;
    outline: 0;
    box-shadow: none;
    display: inline-block;
    line-height: 40px;
    background: none;
    color: #FFF;
    font-size: 25px;
    padding: 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer!important;
    width: 70px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.tabs-to-dropdown>.dropdown.ttd-show>button.dropdown-toggle {
    opacity: 1;
    visibility: visible;
}
.tabs-to-dropdown>.dropdown>button.dropdown-toggle:hover {
    color: #FFF;
}
.dropdown.ttd-show {
    position: absolute;
    top: 0;
    right: 0;
}
.tabs-to-dropdown>.dropdown>button.dropdown-toggle:active,
.tabs-to-dropdown>.dropdown.ttd-open>button.dropdown-toggle {
    color: #FFF;
}
.tabs-to-dropdown>.dropdown>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
    max-width: 300px;
    background: rgb(243, 243, 243);
    opacity: 0;
    visibility: hidden;
}
.tabs-to-dropdown>.dropdown.ttd-open>ul {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.tabs-to-dropdown>.dropdown>ul>li {
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
.tabs-to-dropdown>.dropdown.ttd-open>ul>li.ttd-show {
    opacity: 1;
    visibility: visible;
    max-height: 50px;
}
.tabs-to-dropdown>.dropdown>ul>li>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5em;
}
.tabs-to-dropdown>.dropdown>ul>li>a.nav-active {
    color: #f00313;
}
.tabs-to-dropdown>.dropdown.ttd-open>ul>li>a:hover {
    color: #f00313;
}
/* Media Queries */
@media all and (max-width:699px) {
    /* Tabs bar */
    .tabs-to-dropdown>.tab-bar {
        margin-right: 0;
    }
    .tabs-to-dropdown::after {
        width: 55px;
    }
    .tabs-to-dropdown>.tab-bar>ul>li>a {
        font-size: 14px;
        padding: 12px 5px;
        display: block;
        text-align: center;
    }
    .tabs-to-dropdown>.tab-bar>ul>li>a>i {
        font-size: 24px;
        padding: 0;
    }
    /* Dropdown */
    .tabs-to-dropdown>.dropdown>button.dropdown-toggle {
        line-height: 54px;
        font-size: 20px;
        padding: 0 0px;
    }
    .tabs-to-dropdown>.dropdown>ul {
        top: 30px
    }
    .tabs-to-dropdown>.dropdown.ttd-open>ul {
        top: 50px;
    }
    .tabs-to-dropdown>.dropdown>ul>li>a {
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 360px) {
    .tabs-to-dropdown>.tab-bar>ul>li>a {
        padding: 8px 10px;
    }
}
/* Transition */
.tabs-to-dropdown>.tab-bar>ul>li,
.tabs-to-dropdown>.tab-bar>ul>li>a,
.tabs-to-dropdown>.tab-bar>ul>li>a>i,
.tabs-to-dropdown>.dropdown>button.dropdown-toggle,
.tabs-to-dropdown>.dropdown,
.tabs-to-dropdown>.dropdown>ul,
.tabs-to-dropdown>.dropdown>ul>li,
.tabs-to-dropdown>.dropdown>ul>li>a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.tabs-to-dropdown>.tab-bar>ul>li.active:active,
.tabs-to-dropdown a:active,
.tabs-to-dropdown button:active,
.tabs-to-dropdown input[type=button] {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: all 0 ease!important;
    transition: none!important;
}
.tabs-to-dropdown {
    background: rgba(112, 112, 112);
}
.menu-fixed .tabs-to-dropdown {
    background: none;
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@-webkit-keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.menu-fixed {
    margin-bottom: 40px;
}
body.stick .menu-fixed {
    animation-name: fading;
    animation-duration: 0.5s;
    position: fixed;
    top: 0;
    z-index: 99;
    margin-top: 0;
    width: 100%;
    left: 0;
    background: rgba(112, 112, 112, .75);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}
body:not(.stick) .menu-fixed .container {
    width: auto;
    padding: 0;
}
.page-title-tab {
    font-size: 2rem;
    margin: 15px 0 15px 0;
    padding-bottom: .3em;
    text-align: center;
}
@media (max-width: 549px) {
    .page-title-tab {
        font-size: 1.5rem;
    }
}
.uni-grid .img a:after {
    content: "\f06e";
    background: rgba(26, 26, 26, 0.75);
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    color: #Fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.uni-grid .img a:hover:after {
    opacity: 1;
    visibility: visible;
}
.product-top-bar {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #f2f2f2;
    font-size: .875rem;
    transition: .5s ease-in-out;
}
.product-top-bar__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
.product-top-bar__main__left {
    color: #161718;
}
.product-top-bar__main__left h1 {
    margin-bottom: 0;
    font-size: 1rem;
}
.product-top-bar__main__left .price {
    color: #707070;
}
.product-top-bar__main__left .desc {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .product-top-bar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product-top-bar__main__left h1 {
        font-size: 1.6rem;
    }
}
.product-top-bar__main__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 30px;
}
.product-top-bar__main .price {
    font-size: .75rem;
    letter-spacing: 0.02em;
    margin: 0;
}
.product-top-bar__main .price strong {
    font-weight: normal;
}
.product-top-bar__main .button {
    border-radius: 99px !important;
    font-weight: 600;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    white-space: nowrap;
}
.product-top-bar.active {
    border-bottom: 1px solid rgb(235, 235, 235);
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.product-top-bar .button {
    font-size: .8125rem;
}
@media (min-width: 850px) {
    .product-top-bar.active {
        padding-top: 5px;
        padding-bottom: 5px;
        top: 70px;
    }
    .product-top-bar.active .product-top-bar__main__left {
        display: flex;
        align-items: center;
        column-gap: 24px;
    }
    .product-top-bar.active .product-top-bar__main__left * {
        margin-bottom: 0;
        white-space: nowrap;
    }
    .product-top-bar.active .product-top-bar__main__left h1 {
        font-size: .875rem;
    }
}
@media (max-width: 549px) {
    .product-top-bar__main .button {
        font-size: .875rem;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
html .row-slider .flickity-prev-next-button {
    top: 50%;
    margin-top: -22px;
    width: 44px !important;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) !important;
    color: #FFF !important;
}
html .row-slider .flickity-prev-next-button svg {
    padding: 30% !important;
}
#mauxe {
    background: linear-gradient(to bottom, #feffff, #e3e3e2);
}
.product-gallery-slider {
    margin-bottom: 1.5em;
}
.product-thumbnails .flickity-viewport {
    height: auto !important;
    text-align: center;
}
.product-thumbnails .flickity-slider {
    width: auto;
    background: #fff9;
    padding-top: 5px;
    position: static;
    transform: none !important;
    display: inline-flex;
    flex-wrap: wrap;
    direction: ltr;
    justify-content: center!important;
    transition: all .6s;
}
.product-thumbnails .flickity-slider .color-chooose .color-circle {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumbnails .flickity-slider .color-chooose .color-circle .color-circle-inner {
    width: 30px;
    height: 30px;
    border: 1px solid #2c2c2c;
    border-radius: 100%;
}
.product-thumbnails .flickity-slider .color-chooose .color-name {
    margin-left: 8px;
    font-size: .75rem;
}
.product-thumbnails .flickity-slider .color-chooose {
    position: static !important;
    width: auto !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    background: transparent;
    border-radius: 99px;
    margin: 0 5px 5px 5px;
    padding: 10px 24px 10px 6px;
    /* color: #bfbfbf; */
    cursor: pointer;
}
.product-thumbnails .flickity-slider .color-chooose.is-selected .color-circle {
    background-color: #FFF;
    border-color: #6D6D6D;
}
/* @media (min-width: 850px) {
    .product-thumbnails .flickity-slider .color-chooose.is-selected {
        background: #2c2c2c;
        color: #FFF;
    }
} */
@media (max-width: 849px) {
    .product-thumbnails .flickity-slider {
        padding: 10px 15px 5px;
        border-radius: 20px;
    }
    .product-thumbnails .flickity-slider .color-chooose .color-circle {
        width: 36px;
        height: 36px;
    }
    .product-thumbnails .flickity-slider .color-chooose .color-name {
        margin-left: 0;
    }
    .product-thumbnails .flickity-slider .color-chooose {
        padding: 0;
        flex-direction: column;
        /* row-gap: .5em; */
    }
}
/**/
.supports{position:fixed;right:0;background:#fffe;border-radius:5px;width:auto;z-index:150;bottom:20%;padding:10px 0;border:1px solid #f2f2f2;z-index:99;}
.supports ul{list-style:none;margin:0}
.supports ul li {margin-bottom: 0}
@media (min-width: 768px) {
    .supports ul li+li { margin-top:10px; }
}
.supports ul li a{border:none;padding:3px;display:block;border-radius:5px;text-align:center;font-size:10px;line-height:15px;color:#515151;font-weight:700;max-height:54px;text-decoration:none}
.supports ul li a .icon{width:36px;height:36px;display:block;background-repeat:no-repeat;background-size:contain;margin:0 auto;background-position:center center}
@media (max-width: 767px) {
    .footer-wrapper { margin-bottom:50px; }
    .supports{width:100%;bottom:0;left:0;border-radius:0;background:#fff;}
    .supports{padding:5px 0 8px}.introlist li{width: 45%;margin-bottom: 20px}.introlist li a{padding: 0}
    .supports ul li{width:20%;float:left}
    .supports ul li a .icon_call{width:54px;height:54px;background-color:#ff1212;border:2px solid #fff;background-size:27px;border-radius:50%;margin-bottom:4px}
    .supports ul li.icon_mb{position:relative;top:-23px}
    .supports ul li a { font-size: 9px; padding: 0; }
}
html .kk-star-ratings .kksr-muted {
    opacity: 1;
}
.back-to-top.button:hover {
    color: #FFF;
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.02);
        box-shadow: 0 0 0 5px rgba(218, 43, 43, 0.4);
    }
    25% {
        transform: scale(1.04);
        box-shadow: 0 0 0 10px rgba(218, 43, 43, 0.4), 0 0 0 20px rgba(218, 43, 43, 0.2);
    }
    25% {
        transform: scale(1.06);
        box-shadow: 0 0 0 15px rgba(218, 43, 43, 0.4), 0 0 0 30px rgba(218, 43, 43, 0.2);
    }
}
.list-contact {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 99;
    column-gap: 1em;
}
.box-contact {
    align-items: center;
}
.box-contact .icon-inner img {
    border-radius: 50%;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-contact .icon-box-img img, .box-contact .icon-box-img svg {
    padding-top: 0;
}
.box-contact.icon-box-left .icon-box-img+.icon-box-text {
    display: flex;
    align-items: center;
    padding-left: 44px;
    padding-right: 12px;
    margin-left: -32px;
    height: 48px;
    border-radius: 100px;
    background: rgb(218, 43, 43, .8);
    color: #FFF;
}
@media (max-width: 849px) {
    .list-contact {
        left: unset;
        bottom: unset;
        right: 10px;
        top: 60px;
        column-gap: .5em;
    }
    .box-contact {
        font-size: .9375rem;
    }
    .box-contact .icon-box-img {
        max-width: 36px;
    }
    .box-contact.icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 36px;
        padding-right: 8px;
        margin-left: -30px;
        height: 30px;
    }
}
@media (max-width: 340px) {
    .box-contact {
        font-size: .875rem;
    }
    .box-contact .icon-box-img {
        max-width: 40px;
    }
    .box-contact.icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 36px;
        padding-right: 8px;
        margin-left: -30px;
        height: 36px;
    }
}
.list__explore_wrp {
    display: block;
    position: relative;
    padding: 32px 0 48px;
}
.list__explore_wrp:before {
    background-image: linear-gradient(0deg,rgba(0,0,0,.05) 0,transparent 9rem);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100vw;
}
@media (min-width: 850px) {
    .list__explore_wrp {
        padding: 60px 0 80px;
    }
}
.list__explore_header {
    align-items: flex-end;
    border-bottom: 1px solid #292929;
    display: flex;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}
.list__explore_header__inner {
    display: flex;
    align-items: baseline;
    gap: 1em;
}
.list__explore_header h3 {
    width: auto;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.list__explore_cont, .list__explore_header {
    position: relative;
}
.list__explore_cont {
    display: flex;
    flex-flow: row wrap;
}
.list__specs {
    display: flex;
    justify-content: space-between;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-block: 0;
    width: calc(100% + 1rem);
}
.list__specs li {
    align-items: center;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 33.3333333333%;
    font-size: .875rem;
}
.list__specs li:not(:last-child) {
    border: 0;
    -o-border-image: linear-gradient(rgba(41,41,41,0),#292929,rgba(41,41,41,0)) 1 100%;
    border-image: linear-gradient(rgba(41,41,41,0),#292929,rgba(41,41,41,0)) 1 100%;
    border-right: 1px solid;
}
.list__specs h3, .list__specs p {
    line-height: 1.1;
    text-align: center;
    width: 100%;
}
.txt_lead {
    font-size: 1.125rem;
}
.list__specs p {
    margin-bottom: 0;
}
.list__specs p:not(:last-of-type) {
    margin-bottom: 0.75rem;
}
.list__explore_cont .button {
    font-size: 14px;
    width: 100%;
    margin-bottom: .75rem;
}
@media (min-width: 850px) {
    .list__explore_header {
        justify-content: space-between;
    }
    .list__specs li {
        padding: 0 0.5rem 1.25rem;
    }
    .list__explore_cont {
        align-items: center;
    }
    .list__explore_cont>div:first-child, .list__explore_cont>div:nth-child(3) {
        flex: 0 0 25%;
    }
    .list__explore_cont>div:nth-child(2) {
        flex: 0 0 50%;
    }
    .list__explore_cont>div:nth-child(2) {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .list__explore_cont>div:nth-child(3) {
        padding-left: 2rem;
        text-align: right;
    }
}
@media (max-width: 849px) {
    .list__explore_header {
        border: 0;
        flex-flow: column nowrap;
        align-items: flex-start;
        margin-bottom: 28px;
    }
    .list__explore_header header, .list__explore_header>span {
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #292929;
        padding-bottom: 0.5rem;
    }
    .list__explore_cont>div:not(:first-child) {
        margin-top: 1.5rem;
    }
    .list__explore_cont .box-image {
        max-width: 90%;
    }
    .list__specs li {
        padding: 0 0.5rem;
    }
}
.heading {
    font-size: 1.5rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-header-wrapper .entry-title {
    font-weight: bold;
}

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

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

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

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