/*
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 {
    font-display: swap;
    font-family: NobelVnu;
    font-weight: 200;
    src: local("NobelVnu Light"),url(assets/fonts/NobelVnu-Light.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: NobelVnu;
    font-weight: 300;
    src: local("NobelVnu Book"),url(assets/fonts/NobelVnu-Book.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: NobelVnu;
    font-weight: 400;
    src: local("NobelVnu Regular"),url(assets/fonts/NobelVnu-Regular.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: NobelVnu;
    font-weight: 700;
    src: local("NobelVnu Bold"),url(assets/fonts/NobelVnu-Bold.woff) format("woff")
}
html {
    letter-spacing: .015em;
    font-weight: 300;
    font-family: NobelVnu, Arial, sans-serif;
}
@media (min-width: 1200px) {
    html {
        font-size: 112.5%;
    }
}
::selection {
    background-color: rgba(0,0,0,.6);
    color: #fff;
    text-shadow: none;
}
b, strong {
    font-weight: 400;
}
h1, h2 {
    letter-spacing: .15em;
}
.font-board h1, .font-board h2, .font-board h3, .font-board h4, .font-board h5, .font-board h6 {
/*    font-weight: normal;*/
    line-height: 1.3;
    margin-bottom: .3em;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
label {
    font-weight: 400;
}
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: 300;
    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;
    font-weight: normal;
    min-height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: .25em;
}
@media (max-width: 549px) {
    .button:not(.icon):not(.is-link) {
        font-size: .75rem;
        min-height: 40px;
    }
}
.button:not(.icon):not(.is-link) span {
    line-height: 1.4;
}
.button.secondary:not(.is-link) {
    color: #161718;
}
@keyframes anim_button_hover {
    0% {
        opacity: 0;
        transform: skew(-30deg) translate3d(100%,0,0);
        width: 100%
    }

    50% {
        opacity: 1;
        transform: skew(-30deg) translateZ(0);
        width: 300%
    }

    to {
        opacity: 0;
        transform: skew(-30deg) translate3d(-100%,0,0);
        width: 100%
    }
}
.button.is-outline:not(.icon) {
    overflow: hidden;
}
.button.is-outline:not(.icon):before {
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -1px;
    transform: skew(-30deg) translate3d(100%,0,0);
    width: 100%;
    background-color: rgb(153 153 153 / 50%);
}
.button.is-outline:not(.icon):hover {
    color: #292929 !important;
    background-color: transparent !important;
    box-shadow: none;
}
.button.is-outline:not(.icon):hover:before {
    animation: anim_button_hover .75s ease forwards;
}
.button.white.is-outline:not(.icon):hover {
    color: #FFF !important;
}
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;
    font-weight: 300;
    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: 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-weight: normal;
}
.off-canvas:not(.off-canvas-center) .nav-vertical .nav-slide-header .toggle {
    font-weight: bold;
}

/*--------------------------------------------------------------
## 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: normal;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    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: 300; line-height: 20px; }
.widget_supports .phone { font-size: 1.25rem; color: #ff0000; font-weight: 300; }
.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: 300; }
.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: .5em;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 300;
}
.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: normal;
    line-height: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    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: #999999;
}
.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 .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;
    font-weight: normal;
    margin: .5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .9375rem;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0;
}
@media (min-width: 1200px) {
    .entry-header h1.entry-title {
        font-size: 2rem;
    }
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
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;
}
.footer-wrapper h4 {
    font-weight: bold;
}
@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;*/
    font-size: .875rem;
    color: inherit;
    padding: 0;
}
.absolute-footer.dark {
    color: #FFF;
}
.absolute-footer > .container {
    position: relative;
    padding: 10px 0;
}
.absolute-footer > .container:before {
    content: '';
    display: block;
    width: calc( 100% - 30px );
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    top: 0;
    left: 15px;
}
@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;
}
[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
    color: #FFF !important;
}
.mobile-nav .menu-title {
    text-transform: none;
    display: block !important;
    color: #161718;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #FFF;
}
.off-canvas .nav-vertical {
    padding-top: 60px;
}
.off-canvas .searchform-wrapper input {
    height: 36px;
}
.off-canvas .nav-vertical>li>a {
    text-transform: none;
    font-size: 1rem;
}
.nav-slide-header .toggle {
    font-weight: 300;
    font-size: 1rem;
    opacity: 1;   
}
.nav-vertical>li>ul li a {
    color: #161718;
    font-weight: 300;
}
.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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0.5em;
    background: #FFF;
    color: #000;
}
html .social-icons .button.icon:last-child {
    margin-right: 0;
}
html .social-icons .button.icon i {
    top: 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;
    }
}
::-webkit-scrollbar {
    width:12px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    background:#333!important;

}
::-webkit-scrollbar-track {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    background: #000 !important;
}
/**/
@media (min-width: 1400px) {
    .header-full-width .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.header-main .nav>li>a {
    font-size: 1rem;
    font-weight: normal;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    height: 3px;
}
@media (min-width: 1200px) {
    .header-main .nav-spacing-large>li {
        margin: 0 24px;
    }
}
.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;
/*    max-width: unset !important;*/
}
.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) {
    .logo-center .logo {
        margin: 0 60px;
    }
    .header-main .flex-col:nth-child(3) .nav {
        justify-content: flex-end;
    }
    .header-main .flex-col:nth-child(4) .nav {
        justify-content: flex-start;
    }
    .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: 300;
    text-transform: none;
    line-height: normal !important;
    color: rgb(112, 112, 112) !important;
}
.header-main .nav-vertical>li.active>a {
    font-weight: bold;
    color: var(--primary-color) !important;
}
.header-main .has-dropdown .icon-angle-down {
    opacity: 1;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    width: 80%;
    height: 2px;
    background-color: var(--primary-color) !important;
}
@media (max-width: 849px) {
    .logo-center .logo {
        order: 1;
        margin: 0 30px 0 0;
    }
}
@media (max-width: 549px) {
    html .header.show-on-scroll, html .stuck .header-main {
        height: 50px !important;
    }
    html .stuck #logo img {
        max-height: 50px !important;
    }
}
/* Home */
.home-slider .flickity-page-dots .dot {
    width: 10px;
    height: 21px;
    opacity: 1;
    border-radius: 0;
    background: url(assets/img/dot.png) no-repeat -2px 2px/cover !important;
    margin: 0 2px!important;
    border: none;
    transition: all .3s ease-in-out;
}
.home-slider .flickity-page-dots .dot.is-selected {
    width: 11px;
    height: 32px;
    background: url(assets/img/dot-active.png) no-repeat 0 2px/cover !important;
}
.section-cars .bg {
    background-repeat: repeat !important;
    background-size: 14px auto !important;
    opacity: .1;
}
.section-cars:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: linear-gradient(#fff,rgb(255 255 255 / 50%) 50%,#fff);
}
.toggle-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.toggle-img > * {
    position: relative;
}
.toggle-img .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.toggle-img .top-img {
    display: none;
}
.toggle-img .bottom-img {
    display: none;
}
.toggle-img .btn-box {
    position: absolute;
    z-index: 100;
}
.toggle-img .first-btn {
    top: 40%;
    left: 60%;
    transform: skew(20deg);
}
.toggle-img .second-btn {
    bottom: 18%;
    right: 60%;
    transform: skew(20deg);
    text-align: right;
}
.toggle-img .left-img {
    display: block;
    transform: skew(-20deg, 0) translateX(-50%);
    transition: all 1.5s;
    overflow: hidden;
    margin-left: -4px;
    margin-top: -4px;
}
.toggle-img .left-img img {
    width: 100%;
    transform: skew(20deg, 0) translateX(46%);
}
.toggle-img .right-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(-20deg, 0) translateX(57%);
    transition: all 1.5s;
    overflow: hidden;
}
.toggle-img .right-img img {
    width: 100%;
    transform: skew(20deg, 0) translateX(-53%);
}
@media (min-width: 850px) {
    .toggle-img {
        height: auto !important;
    }
}
@media (max-width: 849px) {
    .toggle-img {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .toggle-img .left-img {
        display: none;
    }
    .toggle-img .right-img {
        display: none;
    }
    .toggle-img .top-img {
        display: block;
        width: 100%;
        transform: skew(0, -15deg) translateY(-50%);
        overflow: hidden;
    }
    .toggle-img .top-img img {
        width: 100%;
        transform: skew(0, 15deg) translateY(50%);
    }
    .toggle-img .bottom-img {
        display: block;
        width: 100%;
        transform: skew(0, -15deg) translateY(-50%);
        overflow: hidden;
    }
    .toggle-img .bottom-img img {
        width: 100%;
        transform: skew(0, 15deg) translateY(-50%);
    }
    .toggle-img .first-btn {
        text-align: center;
        top: unset;
        bottom: 10%;
        left: 50%;
        transform: skew(0, 15deg) translateX(-50%);
    }
    .toggle-img .second-btn {
        text-align: center;
        right: 50%;
        top: 40%;
        bottom: unset;
        transform: skew(0, 15deg) translateX(50%);
    }
}
@media (max-width: 549px) {
    .toggle-img .second-btn {
        top: 30%;
    }
}
.item-product-cat {
    display: block;
}
.item-product-cat .box-image {
    margin: 0;
    padding-top: 50%;
    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__title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-bottom: .3em;
    line-height: 1.2em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.2em;
    width: auto;
}
.item-product-cat .product-line {
    display: inline-block;
    background: rgba(121,127,132,.2);
    font-weight: 300;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .15em;
    margin-bottom: 1em;
/*    text-transform: uppercase;*/
}
.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: var(--primary-color);
}
.item-product-cat .button {
    font-size: .75rem;
}
@media (max-width: 549px) {
    .item-product-cat .button {
        min-height: unset;
        margin-left: 6px !important;
        margin-right: 6px !important;
        margin-bottom: 0 !important;
    }
}
.banner-home {
    position: relative;
    overflow: hidden;
}
.banner-home:before {
    background: linear-gradient(90deg,#000 0,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,transparent);
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 75vw;
    z-index: 1;
}
.banner-home .banner-layers {
    z-index: 2;
}
/**/
.page-wrapper {
    padding-top: 60px;
}
@media (max-width: 849px) {
    .page-header-wrapper .medium-flex-wrap .flex-col {
        padding: 0;
    }
    .page-header-wrapper .title-breadcrumbs {
        padding-bottom: 0;
    }
}
.page-header-wrapper .entry-title {
    font-weight: 400;
}
.page-title.banner-home .page-title-inner {
    z-index: 1;
}
.post-sidebar .widget:not(:last-child) {
    margin-bottom: 60px;
}
span.widget-title {
    font-weight: 400;
}
/**/
.item-product {
    display: block;
}
.item-product .box-content {
    padding: 15px 0 0 0;
}
.item-product__title {
    font-size: 1rem;
}
.item-product .item-product__title {
    font-weight: bold;
}
.item-product .price {
    font-size: .9375rem;
    margin-bottom: .5em;
}
/**/
.banner_car {
    position: relative;
}
/*.banner_car:after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(29, 38, 49, 0.78);
    color: #fff;
    height: 100%;
}*/
.banner_car .cnt_banner {
    min-height: 300px;
    padding: 60px 0;
    position: relative;
    z-index: 9;
    height: 100%;
    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: 2rem;
    line-height: 1.2;
    letter-spacing: .15em;
    padding-top: 0;
    margin: 0 0 15px 0;
    text-align: center;
}
.parameter_car {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.parameter_car .icon_para {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 0 10px;
    margin-bottom: 1em;
}
.parameter_car .icon_para:not(:last-child) {
    border-right: 1px solid;
    -o-border-image: linear-gradient(hsla(0,0%,92%,0),#ebebeb,hsla(0,0%,92%,0)) 1 100%;
    border-image: linear-gradient(hsla(0, 0%, 92%, 0), #ebebeb, hsla(0, 0%, 92%, 0)) 1 100%;
}
.parameter_car .icon_para:last-child:after {
    display: none;
}
.parameter_car .icon_para h4 {
    font-size: 26px;
    text-align: center;
    font-weight: 300;
}
.parameter_car .icon_para span {
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 0;
    text-align: center;
    line-height: 1.2;
}
@media (max-width: 849px) {
    .banner_car:after {
        width: 100%;
    }
}
@media (max-width: 549px) {
    .banner_car .cnt_banner .desc {
        font-size: 1.5rem;
    }
    .parameter_car {
        margin-top: 20px;
    }
    .parameter_car .icon_para h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .parameter_car .icon_para span {
        font-size: 13px;
    }
}
#tquan .price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    column-gap: .5em;
    margin-bottom: 1em;
}
#tquan .price > div {
    margin: 0;
}
/*========================================================*/
section.content-tabs {
    padding-top: 60px;
    padding-bottom: 30px;
}
section.content-tabs:last-child {
    margin-bottom: 0;
}
section.content-tabs h1, section.content-tabs h2, section.content-tabs h3, 
section.content-tabs h4, section.content-tabs h5, section.content-tabs h6 {
    font-weight: 500;
}
.content-tabs ul {
    list-style-position: inside;
}
.tabs-to-dropdown a,
.tabs-to-dropdown button,
.tabs-to-dropdown input[type=button] {
    text-decoration: none;
    -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;
    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: #161718;
    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;
}
section.content-tabs.dark {
    background: linear-gradient(#000,#444);
}
#tquan .image-cover img {
    object-fit: contain;
}
.page-title-tab, .content-tabs h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 15px 0 15px 0;
    padding-bottom: .3em;
    text-transform: uppercase;
}
.page-title-tab:not(.text-left) {
    text-align: center;
}
@media (max-width: 549px) {
    .page-title-tab, .content-tabs h2 {
        font-size: 1.5rem;
    }
}
body.single-san-pham .header-wrapper.stuck {
    position: static;
}
.uni-grid .img a:after {
    content: "\f06e";
    background: rgba(26, 26, 26, 0.75);
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    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;
    font-size: .875rem;
    background-color: #FFF;
    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;
    font-weight: bold;
}
.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 {
    background-color: #dc1860 !important;
    text-transform: none;
    margin: 0;
    white-space: nowrap;
    letter-spacing: .15em !important;
}
.product-top-bar.active {
    border-bottom: 1px solid rgb(235, 235, 235);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
@media (min-width: 850px) {
    .product-top-bar.active {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .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 !important;
        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;
}
.product-gallery-slider {
    margin-bottom: 1.5em;
}
.product-thumbnails .flickity-viewport {
    height: auto !important;
}
.product-thumbnails .flickity-slider {
    position: static;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
    justify-content: center!important;
    transition: all .6s;
}
.product-thumbnails .flickity-slider .color-chooose .color-circle {
    width: 32px;
    height: 32px;
    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: 12px;
}
.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: 44px;
    margin: 0 13px 5px 13px;
/*    padding: 10px 24px 10px 6px;*/
    color: #bfbfbf;
    cursor: pointer;
}
@media (min-width: 850px) {
    .product-thumbnails .flickity-slider .color-chooose.is-selected {
        background: #2c2c2c;
        color: #FFF;
    }
}
@media (max-width: 849px) {
    .product-thumbnails .flickity-slider .color-chooose.is-selected .color-circle {
        background-color: #2c2c2c;
    }
    .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:#212121;border-radius:5px;width:auto;z-index:150;bottom:20%;padding:10px 0;}
.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;font-weight:700;max-height:54px;text-decoration:none;font-weight: 300;}
.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 (min-width: 768px) {
    .supports ul li.icon_mb a .icon{width: 30px;height: 30px;margin-bottom: 5px;}
}
@media (max-width: 767px) {
    .footer-wrapper { margin-bottom:70px; }
    .supports{width:100%;bottom:0;left:0;border-radius:0;background:#212121;}
    .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:#dc1860;border:1px solid #dc1860;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; }
}
.section-slider-mobile .img:after {
    background: linear-gradient(0deg,#000 0,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,transparent);
    bottom: -1px;
    content: "";
    height: 60%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.product-small.box > a {
    display: block;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.05), 0 5px 20px 0 rgba(0,0,0,.05);
}
/*.product-single {
    background: #f3f3f3;
}*/
.white-wrapper {
    text-align: center;
    padding: 40px 40px 20px 40px;
    background-color: #212121;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
}
@media (max-width: 549px) {
    .white-wrapper {
        padding: 30px 30px 10px 30px;
    }
}
html .kk-star-ratings .kksr-muted {
    opacity: 1;
}
.wpcf7 .button, .button-main {
    min-width: 12em;
    padding: .5em 3em;
    box-shadow: none !important;
    border: none !important;
}
.dark .wpcf7 .button, .dark .button-main {
    background-color: #FFF !important;
    color: #333333 !important;
}
/*.lightbox-content {
    background-color: #212121;
}
.lightbox-content, .lightbox-content h1, .lightbox-content h2, .lightbox-content h3, .lightbox-content h4, .lightbox-content h5, .lightbox-content h6, .lightbox-content .wpcf7, .lightbox-content label {
    color: #FFF;
}*/
.button.back-to-top {
    background: url(assets/img/back-top.png) center no-repeat !important;
    background-size: contain !important;
    border: none;
    margin: 0;
    width: 40px;
    height: 40px;
}
.button.back-to-top i {
    display: none;
}
.TopMenuDropdown {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    z-index: 600;
}
.TopMenuDropdown:hover {
    display: block;
}
.meet-leg {
    display: none;
}
.meet-leg.active {
    display: block;
    text-align: center;
}
.banner h1, .banner h2, .banner h3 {
    line-height: 1.1;
    font-weight: 300;
}
#main, .section-gradient {
    background-image: linear-gradient(hsla(0,0%,100%,0) calc(100% - 6rem),#f5f5f5);
}
.blog-wrapper table {
    border: 1px solid #898989;
}
.blog-wrapper table td, .blog-wrapper table th {
    padding: .5em;
}
@media (min-width: 600px) {
    .blog-wrapper table td:first-child {
        width: 30%;
    }
}
.blog-wrapper table td:nth-child(2) {
    background-image: linear-gradient(90deg,hsla(0,0%,75%,.15),hsla(0,0%,75%,0));
}
.uni-header-dark .nav>li>a {
    color: #FFF;
}
.uni-header-dark .header-logo-dark {
    display: block!important;
}
.uni-header-dark .header-logo {
    display: none!important;
}
.uni-header-dark .header-bg-color {
    background-color: rgba(0,0,0,0.75);
    background-image: none!important;
    box-shadow: none;
}
.uni-header-dark .nav-click span, .uni-header-dark .nav-click::after, .uni-header-dark .nav-click::before {
    background-color: #FFF;
}
.uni-header-dark:focus .header-wrapper, .uni-header-dark:hover .header-wrapper, body.single-san-pham .uni-header-dark {
    background-color: rgba(0,0,0,.875) !important;
}
.section-term-description {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
}
.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%;
}
.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.33333rem;
}
.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;
    font-weight: 300;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (min-width: 850px) {
    .heading {
        font-size: 2.5rem;
    }
}
.bg-zoom:hover .bg, .has-hover:hover .image-zoom img {
    transform: scale(1.04);
}
.text-underline {
    text-decoration: underline;
}
.content-tabs .accordion {
    border: 1px solid #898989;
    margin-bottom: 1.5em;
}
.content-tabs .accordion-item:not(:last-child) {
    border-bottom: 1px solid #898989;
}
.content-tabs .accordion-title {
    font-weight: bold;
    border-top: none;
    padding: 1.2em;
}
.content-tabs .accordion-title.active {
    background-color: transparent;
}
.content-tabs .accordion-title .toggle {
    left: unset;
    right: 1.2em;
    top: 1.2em;
    opacity: 1;
}
.content-tabs .accordion-inner {
    position: relative;
    padding: 0 1.2em;
}
.content-tabs .accordion-inner:after, .content-tabs .accordion-inner:before {
    content: "";
    pointer-events: none;
    position: absolute;
}
.content-tabs .accordion-inner:before {
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
    bottom: 0;
    height: 200px;
    left: 0;
    opacity: .075;
    width: 100%;
}
.content-tabs .accordion-inner:after {
    border-top: 1px solid #898989;
    top: 0;
}
.content-tabs .accordion-inner:after {
    left: 1.2em;
    width: calc(100% - 2.3em);
}
.content-tabs .accordion-inner table {
    border: none;
    margin-bottom: 0;
}
.content-tabs .accordion-inner td, .content-tabs .accordion-inner th {
    padding: 1.2rem;
}
.content-tabs .accordion-inner td:first-child, .content-tabs .accordion-inner th:first-child {
    padding-left: 0;
}
.content-tabs .accordion-inner td:last-child, .content-tabs .accordion-inner th:last-child {
    padding-right: 0;
}
.content-tabs .accordion-inner tr:last-child td {
    padding-bottom: 2.4em;
    border-bottom: none;
}
.lexus-banner-full {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    overflow: hidden;
    color: #fff
}

.lexus-banner-bg {
    position: absolute;
    inset: 0;
    background-image: url('assets/img/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 600px;
    z-index: 0
}

.lexus-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1
}

.lexus-banner-inner {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 580px
}

.lexus-banner-content-left {
    flex: 2;
    color: #fff;
    min-width: 260px;
}

.lb-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #fff;
}

.lb-sub {
    font-size: 20px;
    margin-bottom: 24px;
    color: #fff;
    opacity: .95
}

.lexus-banner-content-right {
    flex: 1;
    text-align: right;
    color: #fff;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
.lexus-banner-content-right .button {
    background-color: #dc1860;
}
.lb-price-label {
    font-size: 20px;
    opacity: .9;
    margin-bottom: 6px
}

.lb-price-val {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 22px
}

.lb-cta {
    display: inline-block;
    padding: 12px 36px;
    border: 1px solid rgba(255,255,255,.9);
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    transition: .25s;
    font-size: 14px;
    text-transform: uppercase
}

.lb-cta:hover {
    background: rgba(255,255,255,.1)
}

.lexus-banner-car {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.05);
    max-width: 66%;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 25px 45px rgba(0,0,0,.45));
    transition: transform .3s ease-in-out
}

.lexus-banner-car:hover {
    transform: translateX(-50%) scale(1.1)
}

@media (max-width: 1024px) {
    .lexus-banner-inner {
        flex-direction:column;
        align-items: flex-start;
        padding: 70px 6% 100px
    }

    .lexus-banner-content-right {
        text-align: left;
        align-items: flex-start;
        margin-top: 25px
    }

    .lb-title {
        font-size: 46px;
        white-space: normal
    }

    .lexus-banner-car {
        bottom: -40px;
        max-width: 60%
    }
}

@media (max-width: 600px) {
    .lexus-banner-inner {
        padding:50px 6% 60px;
        min-height: 520px
    }

    .lb-title {
        font-size: 30px;
        white-space: normal
    }

    .lb-sub {
        font-size: 16px;
        margin-bottom: 10px
    }

    .lb-price-val {
        font-size: 22px;
        margin-bottom: 12px
    }

    .lb-cta {
        padding: 10px 26px;
        font-size: 13px
    }

    .lexus-banner-content-right {
        width: 100%;
        text-align: right;
        align-items: flex-end
    }

    .lexus-banner-car {
        position: relative;
        left: 50%;
        transform: translateX(-50%) scale(1.05);
        max-width: 100%;
        margin-top: 10px
    }

    .lexus-banner-bg {
        min-height: 460px;
        background-position: center top
    }
}
.hotline-fixed {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9000;
    border-radius: 99px;
    letter-spacing: 0 !important;
    column-gap: .3em;
}
.hotline .hotline-number {
    font-size: 1.25em;
    font-weight: 700;
}
.pricing-table-item {
    display: flex;
    column-gap: 1em;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: .5em 0;
}
/**/
.product-small.box {
    background-color: #FFF;
    padding: 10px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.product-small.box .box-image {
    margin: 0
}

.product-small.box .box-text {
    padding: 15px 0 5px
}

.product-small.box .title-wrapper {
    margin-bottom: auto
}

.product-small.box .woocommerce-loop-product__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .3em
}

.product-small.box .woocommerce-loop-product__title a {
    color: var(--primary-color);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    max-height: 2.6em
}

.product-small.box .info {
    font-size: .875rem;
    display: flex;
    flex-wrap: wrap
}

.product-small.box .info .box_price {
    flex: 1;
    padding-right: 1em
}

.product-small.box .info .box_price .price {
    font-weight: 700;
    font-size: 20px;
    color: var(--fs-color-primary)
}

.product-small.box .info .box_info {
    flex: 0 0 auto
}

.product-small.box .info .box_info>div {
    margin-top: 5px
}

.product-small.box .info .box_info>div i {
    color: var(--fs-color-primary);
    margin-right: 6px
}
.product_check_1 {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #ffffff40 0%, var(--fs-color-primary) 60%);
    color: #fff;
    padding: 9px 6px 8px 36px;
    font-weight: 700;
    font-size: 14px;
    background-position: left;
    background-size: cover;
    z-index: 2;
}
.product_check_2 {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    background-color: var(--fs-color-primary);
    color: #FFF;
    transform: rotate(-45deg);
    top: -14px;
    left: -50px;
    padding: 40px 40px 5px;
}
/**/
.slider_single li {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.slider_single li img {
    width: 100%;
}
html .lSSlideOuter .lSPager.lSGallery {
    margin-left: auto;
    margin-right: auto;
}
html .lSSlideOuter .lSPager.lSGallery img {
    border: 1px solid #000000;
    transition: all .3s ease-in-out;
}
html .lSSlideOuter .lSPager.lSGallery .active img {
    border-color: var(--primary-color);
}
html .lSSlideOuter .lSPager.lSGallery li.active, 
html .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
html .lSAction>a {
    width: 24px;
    height: 52px;
    margin-top: -26px;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
html .lSAction>a:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
}
html .lSAction>.lSPrev:before {
    margin-left: 6px;
    border-left: 2px solid #FFF;
    transform: rotate(-45deg) skew(-20deg,-20deg);
}
html .lSAction>.lSNext:before {
    margin-left: 0;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) skew(20deg,20deg);
}
.product-info {
    position: relative;
    padding: 30px 15px 15px 15px;
    background-color: #FFF;
    border: 1px solid #000;
    text-align: center;
    overflow: hidden;
}
.product-info .price-wrapper {
    margin-bottom: .5em;
}
.product-info .price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.product-info .price span {
    color: #da202c;
    font-size: 22px;
}
.technical-content {
    background-color: #FFF;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.technical-content .technical-content-item {
    list-style: none;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5em;
    font-size: 14px;
    width: 100%;
}
.technical-content li:nth-child(odd) {
    background-color: #f2f2f2;
}
.technical-content .technical-content-item p:first-child {
    width: 40%;
}
.technical-content .technical-content-item p:last-child {
    width: 50%;
}
.technical-content i {
    width: 1.25em;
    margin-right: .5em;
    text-align: center;
}
.stack-buttons {
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
}
.stack-buttons .button {
    margin: 0;
}
@media (max-width: 549px) {
    .stack-buttons .button {
        flex: 0 0 calc( 50% - 1em );
    }

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

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

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

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