/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Van NA
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --color-white: #ffffff;
    --color-body: #000000;
}
:root {
    --1: 1px;
    --2: 2px;
    --3: 3px;
    --4: 4px;
    --5: 5px;
    --6: 6px;
    --7: 7px;
    --8: 8px;
    --9: 9px;
    --10: 10px;
    --11: 11px;
    --12: 12px;
    --13: 13px;
    --14: 14px;
    --15: 15px;
    --16: 16px;
    --17: 17px;
    --18: 18px;
    --19: 19px;
    --20: 20px;
    --22: 22px;
    --23: 23px;
    --24: 24px;
    --25: 25px;
    --26: 26px;
    --30: 30px;
    --32: 32px;
    --38: 38px;
    --40: 40px;
    --46: 46px;
    --50: 50px;
    --60: 60px;
    --80: 80px;
}
/* @media only screen and (max-width: 1399px) {
    :root {
        --1: 1px;
        --2: 2px;
        --3: 3px;
        --4: 4px;
        --5: 5px;
        --6: 6px;
        --7: 7px;
        --8: 8px;
        --9: 9px;
        --10: 10px;
        --11: 11px;
        --12: 12px;
        --13: 13px;
        --14: 14px;
        --15: 15px;
        --16: 16px;
        --17: 17px;
        --18: 18px;
        --19: 19px;
        --20: 20px;
        --22: 22px;
        --23: 23px;
        --24: 24px;
        --25: 25px;
        --26: 26px;
        --30: 30px;
        --32: 32px;
        --38: 38px;
        --40: 40px;
        --46: 46px;
        --50: 50px;
        --60: 60px;
        --80: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    :root {
        --1: 1px;
        --2: 2px;
        --3: 3px;
        --4: 4px;
        --5: 5px;
        --6: 6px;
        --7: 7px;
        --8: 8px;
        --9: 9px;
        --10: 10px;
        --11: 11px;
        --12: 12px;
        --13: 13px;
        --14: 14px;
        --15: 15px;
        --16: 16px;
        --17: 17px;
        --18: 18px;
        --19: 19px;
        --20: 20px;
        --22: 22px;
        --23: 23px;
        --24: 24px;
        --25: 25px;
        --26: 26px;
        --30: 30px;
        --32: 32px;
        --38: 38px;
        --40: 40px;
        --46: 46px;
        --50: 50px;
        --60: 60px;
        --80: 80px;
    }
} */
@media only screen and (min-width: 1400px) {
    :root {
        --1: clamp(1px, 0.0833333vw, 0.0833333vw);
        --2: clamp(2px, 0.1666667vw, 0.1666667vw);
        --3: clamp(3px, 0.25vw, 0.25vw);
        --4: clamp(4px, 0.3333333vw, 0.3333333vw);
        --5: clamp(5px, 0.4166667vw, 0.4166667vw);
        --6: clamp(6px, 0.5vw, 0.5vw);
        --7: clamp(7px, 0.5833333vw, 0.5833333vw);
        --8: clamp(8px, 0.6666667vw, 0.6666667vw);
        --9: clamp(9px, 0.75vw, 0.75vw);
        --10: clamp(10px, 0.8333333vw, 0.8333333vw);
        --11: clamp(11px, 0.9166667vw, 0.9166667vw);
        --12: clamp(12px, 1vw, 1vw);
        --13: clamp(13px, 1.0833333vw, 1.0833333vw);
        --14: clamp(14px, 1.1666667vw, 1.1666667vw);
        --15: clamp(15px, 1.25vw, 1.25vw);
        --16: clamp(16px, 1.3333333vw, 1.3333333vw);
        --17: clamp(17px, 1.4166667vw, 1.4166667vw);
        --18: clamp(18px, 1.5vw, 1.5vw);
        --19: clamp(19px, 1.5833333vw, 1.5833333vw);
        --20: clamp(20px, 1.6666667vw, 1.6666667vw);
        --22: clamp(22px, 1.8333333vw, 1.8333333vw);
        --23: clamp(23px, 1.9166667vw, 1.9166667vw);
        --24: clamp(24px, 2vw, 2vw);
        --25: clamp(25px, 2.0833333vw, 2.0833333vw);
        --26: clamp(26px, 2.1666667vw, 2.1666667vw);
        --30: clamp(30px, 2.5vw, 2.5vw);
        --32: clamp(32px, 2.6666667vw, 2.6666667vw);
        --38: clamp(38px, 3.1666667vw, 3.1666667vw);
        --40: clamp(40px, 3.3333333vw, 3.3333333vw);
        --46: clamp(46px, 3.8333333vw, 3.8333333vw);
        --50: clamp(50px, 4.1666667vw, 4.1666667vw);
        --60: clamp(60px, 5vw, 5vw);
        --80: clamp(80px, 6.6666667vw, 6.6666667vw);
    }
    /* .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        max-width: 84.8958333vw !important;
    }
    .row-full-width {
        max-width: 100% !important;
    } */
    .container .row,
    .container .row-collapse,
    .container .row-large,
    .container .row-small,
    .row .row-collapse,
    .row .row-large,
    .row .row-small,
    .row .row {
        max-width: 200% !important;
    }
}
html,
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.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: 500;
    letter-spacing: 0;
}
.button.is-outline,
input[type="submit"].is-outline,
input[type="reset"].is-outline,
input[type="button"].is-outline {
    border-width: 1px;
}
.button.is-outline {
    color: inherit;
    line-height: calc(2.5em - 2px);
}
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: 0.875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
figure.aligncenter {
    margin: 15px auto;
}
.wp-caption .wp-caption-text {
    background: transparent;
    font-style: normal;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
.dark i.flat {
    background-color: #ffffff;
}
/*--------------------------------------------------------------
## 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 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 0.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 only screen and (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 */
.post-sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}
.post-sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}
.post-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-col-inner .post-title {
    font-size: 0.875rem;
    line-height: 1.4;
    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;
    margin: 0 0 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: 0.875rem;
}
@media screen and (min-width: 550px) {
    .widget_list_posts .box-vertical {
        display: flex;
    }
    .widget_list_posts .box-vertical .box-image {
        flex: 0 0 30%;
    }
    .widget_list_posts .box-vertical .box-text {
        padding: 0 0 0 20px;
    }
    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 20px 0 0;
    }
}
/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: var(--5) 0 var(--5) var(--24);
    position: relative;
}
.widget_information ul li + li {
    border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 1em;
    height: 1em;
    text-align: center;
    color: var(--primary-color);
}
/* Widget Social */
.widget_social .list-social {
    column-gap: 10px;
}
.widget_social .list-social li {
    border: 0;
}
.widget_social .list-social a {
    width: 40px;
    height: 40px;
    box-shadow: var(--shadow-1);
    border-radius: 99px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}
.widget_social .list-social a i {
    width: 1.25rem;
    height: 1.25rem;
}
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode.layout-1 .box-image {
    float: left;
    width: 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.layout-5 .box-image {
    float: left;
    width: 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.layout-6 .first-element-layout .post-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.layout-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.layout-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.layout-6 .second-element-layout .col-inner {
    overflow: hidden;
}
.sh-blog-shortcode.layout-6 .second-element-layout .box-image {
    float: left;
    width: 30%;
    margin-right: 1em;
}
.sh-blog-shortcode.layout-6 .second-element-layout .box-image .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.layout-6 .second-element-layout .post-title {
    margin-top: 0;
    font-size: 0.875rem;
}
.sh-blog-shortcode.layout-7 .first-element-layout .element .box-image {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.layout-7 .first-element-layout .element .post-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.layout-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.layout-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.layout-7 .second-element-layout .element .post-title {
    margin: 0;
}
.sh-blog-shortcode.layout-7
    .second-element-layout
    .element
    .post-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.layout-8 .element .col-inner {
    position: relative;
}
.sh-blog-shortcode.layout-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.layout-8 .element .post-title {
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.layout-8 .element .post-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 only screen and (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 only screen and (max-width: 849.99px) {
    .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;
}
.footer-wrapper .uni_custom_menu ul.menu li a {
    padding: var(--5) 0 var(--5);
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
.ux-menu-title {
    font-size: 100%;
}
/* Category */
.box-blog-post .post-title {
    font-size: 1rem;
    margin: 0.5em 0 1em;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .from_the_blog_excerpt {
    font-size: 0.875rem;
}
ul.links li {
    margin: 0 0.4em !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    border-color: var(--primary-color);
}
.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 30px;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7-form p {
    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: 0.9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span + .image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.absolute-footer {
    padding: 10px 0 10px;
    display: none;
}
.top-footer .img.img-logo {
    text-align: center;
}
.top-footer .img.img-logo img {
    max-width: clamp(100px, 9.07293333vw, 9.07293333vw);
    width: 100%;
}
.top-footer .icon-box.inline-flex {
    display: inline-flex;
}
.top-footer .icon-box.inline-flex .icon-box-text {
    flex: unset;
    display: inline-flex;
    margin-left: unset;
}
.main-footer .widget-title {
    font-size: 20px;
    position: relative;
    letter-spacing: -0.04em;
    line-height: 100%;
    padding-bottom: var(--8);
    margin-bottom: var(--15);
    color: var(--primary-color);
}
.main-footer .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: var(--32);
    height: 1px;
    background-color: var(--primary-color);
}
.main-footer .contact-social {
    display: flex;
    gap: var(--24);
    margin-bottom: var(--24);
}
.main-footer .contact-social a {
    width: var(--38);
    height: var(--38);
}
@media only screen and (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .main-footer .row-custom-gap {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
    .main-footer .row-custom-gap > .col {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .main-footer .col-1 {
        max-width: 40%;
        flex-basis: 40%;
    }
    .main-footer .col-2 {
        max-width: 30%;
        flex-basis: 30%;
    }
    .main-footer .col-3 {
        max-width: 30%;
        flex-basis: 30%;
    }
}
/* Top Link */
#top-link {
    background-color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 0;
}
#top-link i {
    font-size: 22px;
    color: #ffffff;
}
.block-contact {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 999;
}
.block-contact .list-contact a {
    display: block;
    margin: 0 0 24px auto;
}
.block-contact .list-contact a img {
    width: 46px;
    aspect-ratio: 1/1;
}
.progress-wrap {
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFFFFF" class="w-6 h-6"><path fill-rule="evenodd" d="M12 20.25a.75.75 0 01-.75-.75V6.31l-5.47 5.47a.75.75 0 01-1.06-1.06l6.75-6.75a.75.75 0 011.06 0l6.75 6.75a.75.75 0 11-1.06 1.06l-5.47-5.47V19.5a.75.75 0 01-.75.75z" clip-rule="evenodd" /></svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.progress-wrap::after {
    content: "";
    position: absolute;
    text-align: center;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--primary-color);
    border-radius: 99px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 37px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    background-color: #105ca8;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
@-webkit-keyframes ispinner-fade {
    0% {
        opacity: 0.85;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes ispinner-fade {
    0% {
        opacity: 0.85;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        opacity: 0.25;
    }
}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
#dark-breadcrumbs .rank-math-breadcrumb p {
    margin-bottom: 10px;
}
#dark-breadcrumbs h1 {
    margin-bottom: 0;
    font-size: 24px;
}
b,
strong {
    font-weight: bold;
}
/* button */
.radius-5 {
    border-radius: 5px;
    overflow: hidden;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.w-full {
    width: 100% !important;
}
.h-full {
    height: 100% !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.pb-col-0 .flickity-slider > .col,
.pb-col-0 > .col {
    padding-bottom: 0 !important;
}
/* header */
.header .header-main .flex-col:nth-child(3) {
    display: none;
}
.header .header-main .flex-col:nth-child(4) {
    flex: 1;
}
.header .header-main .flex-col:nth-child(4) .header-nav-main {
    flex-wrap: nowrap;
}
.header .header-main .header-block-contact {
    display: flex;
    flex-flow: row nowrap;
    gap: var(--6);
}
.header .header-main .header-block-contact .contact-item {
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.header .header-main .header-block-contact .contact-item .flat {
    background-color: var(--primary-color);
}
.header .header-search-form {
    width: 100%;
    max-width: clamp(250px, 40.4108333vw, 40.4108333vw);
}
.header .header-search-form .search-field {
    border-radius: 99px;
    background-color: #e7dede;
    padding: 8px 15px;
    font-size: var(--12);
    height: 38px;
    border: 0;
    color: #000000;
}
.header .header-search-form .search-field::placeholder {
    color: #000000;
    opacity: 1;
}
.header .header-search-form .flex-row .flex-col:nth-child(2) {
    width: 45px;
    aspect-ratio: 1/1;
    height: 45px;
    margin-left: calc(-1 * (45px / 2));
}
.header .header-search-form .ux-search-submit {
    width: 45px;
    aspect-ratio: 1/1;
    border-radius: 50% !important;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .image-icon img {
    max-width: 35px;
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}
.header .account-item .account-link {
    width: 35px;
}
.header .cart-item .header-button > a {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    margin: 0;
    line-height: 35px;
    border: 0;
}
.header .cart-item .header-button > a .icon-shopping-cart {
    font-size: var(--11);
}
.cart-popup-inner {
    font-size: 15px;
}
.container .row,
.row .row {
    max-width: 200% !important;
}
li.html_nav_position_text .language-sw {
    display: inline-flex;
    gap: 5px;
}
li.html_nav_position_text .language-sw img {
    width: 20px;
    height: auto;
}
li.custom.html_topbar_left {
    margin-right: 0;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-weight: 600;
}
.single-post .single-page h2 {
    font-size: 24px;
}
.single-post .single-page h3 {
    font-size: 20px;
}
.single-post .single-page h4 {
    font-size: 18px;
}
.single-post .single-page h5 {
    font-size: 16px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.99px) {
    .sidebar-menu .nav li a {
        font-size: 14px;
    }
    .sidebar-menu .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .nav:not(.nav-slide) .active > .children {
        padding-bottom: 10px;
    }
    .mobile-sidebar .logo {
        text-align: center;
        padding: 30px 15px 0;
    }
    .mobile-sidebar .logo img {
        display: inline-block;
        max-height: 80px;
        max-width: 60%;
    }
    .dark .mobile-sidebar .logo img {
        filter: brightness(0) invert(1);
    }
    .off-canvas .nav-vertical > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .header-search-form {
        max-width: unset;
    }
    .header .header-search-form .search-field {
        border-radius: 0;
        height: 38px;
    }
    .header .header-search-form .flex-row .flex-col:nth-child(2) {
        margin: 0;
        height: 38px;
        width: 38px;
    }
    .header .header-search-form .ux-search-submit {
        border-radius: 0 !important;
        height: 38px;
        width: 38px;
        min-height: 38px;
    }
    .header .html_nav_position_text_top a {
        font-size: 14px;
        font-weight: bold !important;
    }
}
@media only screen and (max-width: 699.99px) {
    .half-medium-full > .col {
        max-width: 100% !important;
        flex-basis: 100% !important ;
    }
    .half-medium-full > .col.small-col-first {
        order: -1;
    }
}
@media only screen and (max-width: 549.99px) {
    .top-footer .icon-box {
        flex-direction: column;
        gap: 10px;
    }
    .top-footer .icon-box .icon-box-img {
        margin: 0;
    }
    .top-footer .icon-box.inline-flex {
        display: flex;
    }
    .top-footer .row.align-middle {
        flex-direction: column;
        gap: 20px;
    }
}
@media only screen and (min-width: 550px) {
}
@media only screen and (min-width: 700px) {
}
@media only screen and (min-width: 850px) {
    li.html_nav_position_text {
        position: absolute;
        right: 0;
        top: -14px;
        width: auto;
    }
    .header .header-main {
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header .header-main .header-inner {
        position: relative;
        padding-left: 250px;
    }
    .header .header-wrapper.stuck #logo,
    .header #logo {
        position: absolute;
        width: clamp(100px, 18.3333333vw, 220px) !important;
        top: 0;
        transform: translateY(-50%);
        left: 15px;
    }
    .header .header-wrapper.stuck .header-main {
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* .header .header-wrapper.stuck #logo {
        max-width: 9.020833vw !important;
    } */
    .header .header-wrapper.stuck #logo img,
    .header #logo img {
        max-width: unset !important;
        max-height: unset !important;
    }
    .header #wide-nav .nav > li {
        margin: 0 clamp(10px, 1.66666667vw, 20px);
    }
    .header #wide-nav .nav > li.account-item {
        margin: 0 var(--5) 0 var(--16);
    }
    .header #wide-nav .nav > li.cart-item {
        margin: 0;
    }
    .header #wide-nav .nav > li > a {
        font-size: clamp(14px, 1.5vw, 18px);
        font-weight: 600;
    }
    .header .nav .sub-menu li a {
        font-size: 14px;
        transition: all 0.35s ease-in-out;
    }
    /* .header .nav .sub-menu li a:hover {
        background: var(--primary-color);
        color: var(--color-white);
        border-radius: 5px;
    } */
    .header-top .nav-uppercase > li > a {
        text-transform: none;
    }
    .nav-uppercase > li > a {
        letter-spacing: 0;
    }
    .nav-dropdown-has-arrow li.has-dropdown:before {
        display: none;
    }
    .nav-dropdown-has-arrow li.has-dropdown:after {
        border-width: 10px;
        margin-left: -9px;
    }
    .header .header-nav-main .nav-dropdown {
        border-width: 0px;
        padding: 10px 0;
        min-width: 240px;
        color: inherit;
    }
    .header .header-nav-main > li .nav-dropdown {
        left: 0 !important;
        top: 130%;
        transition: all 0.35s ease-in-out;
    }
    .header .header-nav-main > li:hover .nav-dropdown {
        top: 100%;
    }
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 10px 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0 10px;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu {
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102, 102, 102, 0.85);
    }
    header#header .nav-dropdown li.active > a {
        color: var(--primary-color);
    }
    .col.w-10 {
        max-width: 10% !important;
        flex-basis: 10% !important;
    }
    .col.w-15 {
        max-width: 15% !important;
        flex-basis: 15% !important;
    }
    .col.w-20 {
        max-width: 20% !important;
        flex-basis: 20% !important;
    }
    .col.w-25 {
        max-width: 25% !important;
        flex-basis: 25% !important;
    }
    .col.w-30 {
        max-width: 30% !important;
        flex-basis: 30% !important;
    }
    .col.w-35 {
        max-width: 35% !important;
        flex-basis: 35% !important;
    }
    .col.w-40 {
        max-width: 40% !important;
        flex-basis: 40% !important;
    }
    .col.w-45 {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }
    .col.w-50 {
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
    .col.w-55 {
        max-width: 55% !important;
        flex-basis: 55% !important;
    }
    .col.w-60 {
        max-width: 60% !important;
        flex-basis: 60% !important;
    }
    .col.w-65 {
        max-width: 65% !important;
        flex-basis: 65% !important;
    }
    .col.w-70 {
        max-width: 70% !important;
        flex-basis: 70% !important;
    }
    .col.w-75 {
        max-width: 75% !important;
        flex-basis: 75% !important;
    }
    .col.w-80 {
        max-width: 80% !important;
        flex-basis: 80% !important;
    }
    .col.w-85 {
        max-width: 85% !important;
        flex-basis: 85% !important;
    }
    .col.w-90 {
        max-width: 90% !important;
        flex-basis: 90% !important;
    }
    .col.w-95 {
        max-width: 95% !important;
        flex-basis: 95% !important;
    }
    .col.w-100 {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (max-width: 1399px) {
}
@media only screen and (min-width: 1400px) {
    .section-contact .w-70 .box-image {
        padding-left: 2.25vw;
        padding-bottom: 2.25vw;
        border-radius: 1.66666667vw;
    }
    .header .header-wrapper.stuck #logo,
    .header #logo {
        top: 15px;
        left: 0;
    }
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fs-11 {
    font-size: 11px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-34 {
    font-size: clamp(20px, 2.83333333vw, 34px);
}
.fs-40 {
    font-size: 40px;
}
.fs-50 {
    font-size: 50px;
}
.radius-20 {
    border-radius: 20px !important;
    overflow: hidden;
}
.radius-60 {
    border-radius: 60px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.px-45 {
    padding: 0 clamp(15px, 3.75vw, 3.75vw) !important;
}
.gap-20 {
    padding-top: 20px !important;
}
.gap-30 {
    padding-top: 30px !important;
}
.gap-40 {
    padding-top: 40px !important;
}
.shadow-1 {
    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.45);
}
#dark-breadcrumbs {
    margin-top: var(--18);
}
#dark-breadcrumbs .rank-math-breadcrumb {
    font-size: 16px;
}
#dark-breadcrumbs .rank-math-breadcrumb a,
#dark-breadcrumbs .rank-math-breadcrumb span {
    font-weight: normal;
}
#dark-breadcrumbs .rank-math-breadcrumb p {
    margin-bottom: 0;
}
.breadcrumbs .divider,
.breadcrumbs .separator {
    opacity: 1;
}
/* .page-wrapper {
    padding-top: clamp(40px, 5.41666667vw, 5.41666667vw);
} */
.heading {
    margin: 0;
}
.heading .section-title {
    font-size: clamp(24px, 2.5vw, 30px);
    color: var(--primary-color);
    margin-bottom: 24px;
}
.heading.no-border .section-title {
    border: 0;
    padding: 0;
}
.heading .section-title.section-title-center b {
    background-color: var(--primary-color);
    opacity: 0.2;
}
.heading.no-border b {
    opacity: 0 !important;
}
.heading.no-border span {
    border: 0;
    margin: 0;
    padding: 0;
}
.heading span {
    line-height: 120%;
}
.p-last-0 p:last-of-type {
    margin-bottom: 0;
}
/* Section Contact */
.section-contact .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 32.75vw;
    background-color: var(--primary-color);
    color: var(--color-white);
    border-radius: var(--10);
    padding: var(--16);
    font-size: var(--13);
    letter-spacing: -0.046em;
}
.section-contact .box-text .box-text-content > * {
    margin: 0;
}
.section-contact .box-text .box-text-content h4 {
    font-size: var(--20);
    color: var(--color-white);
    margin-bottom: var(--6);
    letter-spacing: -0.03em;
}
.section-contact .group-contact label {
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 100%;
}
.section-contact .group-contact span input {
    border: 1px solid var(--primary-color);
    border-radius: var(--7);
    height: 40px;
    font-size: 16px;
}
.section-contact .group-contact span textarea {
    font-size: 16px;
    border: 1px solid var(--primary-color);
    border-radius: var(--7);
}
.section-contact .group-contact .wpcf7-submit {
    margin: 0;
    border-radius: 99px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: -0.046em;
}
@media only screen and (min-width: 1200px) {
    .section-contact .w-30 > .col-inner {
        padding-right: 2.5vw;
    }
}
/* section warranty */
.section-warranty {
    background-image: linear-gradient(to right, var(--primary-color), #ee9ba7);
    padding-top: var(--25) !important;
    padding-bottom: var(--25) !important;
}
.section-warranty h3 {
    font-size: var(--25);
    line-height: calc(35 / 25);
    text-transform: uppercase;
    margin-bottom: var(--20);
}
.section-warranty .stack-contact > * {
    --stack-gap: var(--20) !important;
}
.section-warranty .stack-contact .contact-box {
    font-size: var(--16);
    font-weight: bold;
}
.section-warranty .stack-contact .contact-box contact {
    color: #d3001f;
    padding: var(--9) var(--20);
    background-color: #ffffff;
    border-radius: 99px;
    font-size: var(--16);
    font-weight: 500;
    display: inline-block;
}
.section-gradient {
    background-image: linear-gradient(to right, var(--primary-color), #ee9ba7);
}
/* dvls_maps */
.page-wrapper .dvls_maps_header {
    background-color: transparent;
    padding: 0;
    padding-bottom: var(--15);
    margin-bottom: var(--15);
    border-bottom: 1px solid var(--primary-color);
}
.page-wrapper .dvls_maps_header_right form {
    margin-bottom: 0;
}
.page-wrapper .dvls_maps_col select {
    height: var(--30);
    border: 1px solid var(--primary-color);
    background-color: #fff;
    border-radius: var(--7);
    margin: 0;
}
.page-wrapper .dvls_maps_wrap input.dvls-submit {
    margin: 0;
    border-radius: 99px;
    font-size: var(--15);
    height: var(--30);
    line-height: var(--30);
    min-height: var(--30);
    background-color: var(--primary-color);
}
.page-wrapper .dvls_maps_sidebar {
    background-color: var(--color-white);
}
.page-wrapper .dvls_maps_sidebar .dvls_result_item {
    padding: var(--10) var(--12);
    border: 1px solid var(--primary-color);
    border-radius: var(--10);
    background-color: #ffffff !important    ;
}
.page-wrapper .dvls_maps_sidebar .dvls_result_item + .dvls_result_item {
    margin-top: var(--10);
}
.page-wrapper .dvls_maps_wrap .dvls_result_infor h3 {
    font-size: var(--12);
    margin: 0 0 var(--5) 0;
    font-weight: 500;
}
.page-wrapper .dvls_result_infor p {
    font-size: var(--12);
    margin: 0;
    font-weight: 500;
}
.page-wrapper .dvls_result_infor a {
    padding: var(--2) var(--4);
    font-size: var(--10);
    background-color: #ffffff;
    border-radius: 99px;
    color: #000000;
}
.page-wrapper .dvls_maps_sidebar .dvls_result_item:hover {
    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.45);
    background-color: var(--primary-color) !important;
    color: #ffffff;
}
.page-wrapper .dvls_maps_sidebar .dvls_result_item:hover .dvls_result_infor h3,
.page-wrapper .dvls_maps_sidebar .dvls_result_item:hover .dvls_result_infor p {
    color: #ffffff;
}
.page-wrapper .dvls_maps_sidebar .dvls_result_item:hover .dvls_result_infor a {
    background-color: #ffffff;
    color: var(--primary-color);
}
.page-wrapper .dvls_maps_wrap .dvls_result_infor a:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.page-wrapper .dvls_result_status {
    font-size: var(--13);
    line-height: 1.2;
    margin-bottom: var(--5);
}
#dvls_maps {
    border-radius: var(--20);
}
@media only screen and (max-width: 767px) {
    .page-wrapper .dvls_maps_sidebar {
        margin-bottom: 30px;
    }
    .page-wrapper .dvls_maps_sidebar {
        padding-right: 20px;
    }
    .page-wrapper .dvls_maps_header_right {
        float: none;
    }
}
@media only screen and (min-width: 768px) {
    .page-wrapper .dvls_maps_main {
        padding-left: 27.1666667vw;
    }
    .page-wrapper .dvls_maps_sidebar {
        width: 24.1666667vw;
        padding-right: var(--20);
    }
    .page-wrapper .dvls_maps_sidebar::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .page-wrapper .dvls_maps_sidebar::-webkit-scrollbar {
        width: var(--2);
        background-color: transparent;
    }
    .page-wrapper .dvls_maps_sidebar::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
    }
}
