/*
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.   ***************/
:root {
    --color-white: #ffffff;
    --color-gray: #141623;
    --color-body: #747474;
}
.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 
--------------------------------------------------------------*/
.post-sidebar .is-divider {
    display: none;
}
.post-sidebar .widget {
    position: relative;
    background: #fff;
    margin: 0 0 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}
.post-sidebar .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.post-sidebar .widget-title:after {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 15px;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z"/></svg>')
        no-repeat center/contain;
    transition: transform 0.3s ease;
}
.post-sidebar .widget-title.collapsed:after {
    transform: rotate(180deg);
}
.post-sidebar .widget_nav_menu > div {
    padding: 0 20px 15px;
    border-top: 1px solid #e7e7e7;
}
.post-sidebar .widget_nav_menu ul.menu li a {
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.post-sidebar .widget_nav_menu ul.menu > li + li {
    border-top-style: dashed;
    border-top-color: #e7e7e7;
}
.post-sidebar .widget_nav_menu ul.menu > li ul {
    border-left: 0;
    padding: 7.5px 0 7.5px 15px;
    margin: 0;
    border-top: 1px dashed #e7e7e7;
}
.post-sidebar .widget_nav_menu ul.menu > li ul li a {
    padding: 7.5px 0;
}
/* 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: 0.5em 0 0.5em 1.375em;
    position: relative;
    font-size: clamp(14px, 1.27659574vw, 18px);
    font-weight: 500;
}
.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.7em;
    width: 1em;
    height: 1em;
    text-align: center;
}
/* 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;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
.ux-menu-title {
    font-size: 100%;
}
/* Category */
.archive-category-posts.row {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.archive-category-posts.row > .col {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.archive-category-posts .col > .col-inner {
    height: 100%;
}
.box-blog-post {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}
.box-blog-post .box-image {
    width: 100%;
}
.box-blog-post .box-text {
    padding: 15px 20px;
}
.box-blog-post .post-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #373737;
    font-weight: 700;
    text-transform: uppercase;
}
.box-blog-post .post-title a {
    color: inherit;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .from_the_blog_excerpt {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.entry-meta,
.box-blog-post .post-meta-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px;
}
.entry-meta a,
.box-blog-post .post-meta-text a {
    color: inherit;
    margin: 0;
}
.entry-meta .separator,
.box-blog-post .post-meta-text .separator {
    width: 5px;
    height: 5px;
    background-color: #74839f;
    border-radius: 50%;
    display: inline-block;
}
ul.links li {
    margin: 0 0.4em !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
    border: none;
    border-radius: 0px;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    background-color: transparent !important;
    position: relative;
    color: inherit !important;
    font-size: 15px;
    font-weight: 600;
}
.nav-pagination > li > a:before,
.nav-pagination > li > span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}
.nav-pagination > li > a:hover:before,
.nav-pagination > li > span:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.nav-pagination > li > .current:before {
    transform: scaleX(1);
    transform-origin: left;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.single-post .entry-content {
    padding: 0;
    max-width: 860px;
    margin: 30px auto 30px;
}
/* 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;
}
.footer-wrapper {
    background-image: linear-gradient(135deg, #553d97, #9b4799 73%, #b74c9b);
    background-size: cover;
    background-position: center;
}
.footer-wrapper > .absolute-footer,
.footer-wrapper > section {
    background-color: transparent !important;
}
.footer-wrapper .wrapbox-newsletter h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    padding: 0px 0px 10px;
    margin: 0px;
}
.footer-wrapper .follow-icons {
    display: flex;
    gap: 10px;
}
.footer-wrapper .follow-icons > a {
    margin: 0;
    border-radius: 3px !important;
}
.form-notifications > p {
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-notifications .wpcf7-form-control-wrap {
    flex: 1;
}
.form-notifications .wpcf7-form-control-wrap input {
    margin: 0;
    height: 45px;
    line-height: 27px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #e7e7e7;
}
.ux-relay__button,
button.wpcf7-submit {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: rgb(255, 255, 255);
    background-color: #6d6a6a;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid #333333;
    border-radius: 2px;
    transition:
        color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
        border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    outline: none !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px;
    white-space: nowrap;
    margin: 0;
    border: 0;
    height: 45px;
    line-height: 27px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.ux-relay__button {
    min-width: 280px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}
.ux-relay__button:before,
button.wpcf7-submit:before {
    content: "";
    display: block;
    background-color: #2e2e2e;
    position: absolute;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s
        cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition:
        transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
        -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 992px) {
    .ux-relay__button:hover,
    .ux-relay__button:focus,
    button.wpcf7-submit:hover,
    button.wpcf7-submit:focus {
        border-color: #6d6a6a;
        color: #ffffff;
    }
    .ux-relay__button:hover:before,
    .ux-relay__button:focus:before,
    button.wpcf7-submit:hover:before,
    button.wpcf7-submit:focus:before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
.footer-wrapper ul.menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
}
.footer-wrapper ul > li:first-child > a {
    padding-top: 0;
}
.footer-wrapper ul > li > a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    display: block;
}
.footer-wrapper ul > li > a:hover {
    color: var(--primary-color) !important;
}
.footer-wrapper ul > li > a:hover:before {
    background-color: var(--primary-color);
}
.absolute-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 0;
}
.absolute-footer.dark {
    /* color: #ffffff; */
}
@media only screen and (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}
/* 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: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 24px auto;
    position: relative;
    width: 50px;
    aspect-ratio: 1/1;
}
.block-contact .list-contact a img {
    width: 50px;
    aspect-ratio: 1/1;
}
.block-contact .is-animating img {
    animation: phone-outer 1s infinite;
    width: 36px !important;
    height: 36px;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 rgba(219, 52, 52, 0),
        0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.phone-fixed-2 {
    transition-duration: 0.3s;
    position: absolute;
    z-index: 99;
    display: block;
    margin: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(236, 69, 69, 0.50196078) !important;
    border-radius: 99px;
    box-shadow:
        0 0 0 0 rgba(219, 52, 52, 0),
        0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
    animation: phone-outer 2s infinite;
}
.zalo-fixed-2 {
    transition-duration: 0.3s;
    position: absolute;
    z-index: 99;
    display: block;
    margin: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 102, 255, 0.425) !important;
    border-radius: 99px;
    box-shadow:
        0 0 0 0 rgba(219, 52, 52, 0),
        0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
    animation: phone-outer 2s infinite;
}
.facebook-fixed-2 {
    transition-duration: 0.3s;
    position: absolute;
    z-index: 99;
    display: block;
    margin: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(24, 118, 242, 0.412) !important;
    border-radius: 99px;
    box-shadow:
        0 0 0 0 rgba(219, 52, 52, 0),
        0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
    animation: phone-outer 2s infinite;
}
/* .register-form {
    width: 46px !important;
    right: 2px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 0 8px 0 var(--color-primary);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border: 1px solid #fff;
}
.register-form:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    animation: shiny-btn1 3s ease-in-out infinite;
    transform-origin: center;
}
.register-form:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 93, 172, 0.31372549);
    animation: scaleEffect infinite 2s;
    border-radius: 50%;
}
.register-form i {
    background-color: var(--color-white);
    width: 20px;
    height: 20px;
    line-height: 20px;
} */
@-webkit-keyframes shiny-btn1 {
    0% {
        transform-origin: center;
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform-origin: center;
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform-origin: center;
        transform: scale(1.5) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: scale(5) rotate(45deg);
        opacity: 0;
    }
}
@keyframes scaleEffect {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    1% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        width: 140%;
        height: 140%;
    }
    90% {
        opacity: 0.3;
    }
    100% {
        opacity: 0;
    }
}
@keyframes phone-outer {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 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 {
    background: #f5f5f5;
    padding: 9px 0px;
    font-size: 13px;
    font-weight: normal;
}
#dark-breadcrumbs .rank-math-breadcrumb p {
    margin-bottom: 10px;
}
#dark-breadcrumbs .breadcrumbs {
    font-weight: normal;
}
#dark-breadcrumbs h1 {
    margin-bottom: 0;
    font-size: 24px;
}
/* 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;
}
.pb-col-0 .flickity-slider > .col,
.pb-col-0 > .col {
    padding-bottom: 0 !important;
}
.line-last-0 > *:not(style):last-child,
.line-last-0 > *:not(style):has(+ style:last-child) {
    margin-bottom: 0 !important;
}
.container .row:not(.custom-width),
.row .row:not(.custom-width) {
    max-width: 200% !important;
}
.row.custom-width {
    margin: 0 auto !important;
}
.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse),
.row .gallery,
.row .row:not(.row-collapse) {
    margin-left: -12px;
    margin-right: -12px;
}
.col,
.columns,
.gallery-item {
    padding-left: 12px;
    padding-right: 12px;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 10px;
}
.ux_logo .ux-logo-link {
    padding: 0 !important;
    margin-bottom: 10px;
}
.header-main,
.header-bottom {
    border-bottom: 1px solid #dbd0d0;
}
.header .icon-search {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 20px !important;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: #000;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 22L20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center/contain;
}
.header .icon-user {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 22px !important;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: #000;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.12 12.78C12.05 12.77 11.96 12.77 11.88 12.78C10.12 12.72 8.71997 11.28 8.71997 9.50998C8.71997 7.69998 10.18 6.22998 12 6.22998C13.81 6.22998 15.28 7.69998 15.28 9.50998C15.27 11.28 13.88 12.72 12.12 12.78Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.74 19.3801C16.96 21.0101 14.6 22.0001 12 22.0001C9.40001 22.0001 7.04001 21.0101 5.26001 19.3801C5.36001 18.4401 5.96001 17.5201 7.03001 16.8001C9.77001 14.9801 14.25 14.9801 16.97 16.8001C18.04 17.5201 18.64 18.4401 18.74 19.3801Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center/contain;
}
.header .icon-shopping-bag:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-size: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -13 456.75885 456" width="456pt"><path d="m150.355469 322.332031c-30.046875 0-54.402344 24.355469-54.402344 54.402344 0 30.042969 24.355469 54.398437 54.402344 54.398437 30.042969 0 54.398437-24.355468 54.398437-54.398437-.03125-30.03125-24.367187-54.371094-54.398437-54.402344zm0 88.800781c-19 0-34.402344-15.402343-34.402344-34.398437 0-19 15.402344-34.402344 34.402344-34.402344 18.996093 0 34.398437 15.402344 34.398437 34.402344 0 18.996094-15.402344 34.398437-34.398437 34.398437zm0 0" fill="%23000000"></path><path d="m446.855469 94.035156h-353.101563l-7.199218-40.300781c-4.4375-24.808594-23.882813-44.214844-48.699219-48.601563l-26.101563-4.597656c-5.441406-.96875-10.632812 2.660156-11.601562 8.097656-.964844 5.441407 2.660156 10.632813 8.101562 11.601563l26.199219 4.597656c16.53125 2.929688 29.472656 15.871094 32.402344 32.402344l35.398437 199.699219c4.179688 23.894531 24.941406 41.324218 49.199219 41.300781h210c22.0625.066406 41.546875-14.375 47.902344-35.5l47-155.800781c.871093-3.039063.320312-6.3125-1.5-8.898438-1.902344-2.503906-4.859375-3.980468-8-4zm-56.601563 162.796875c-3.773437 12.6875-15.464844 21.367188-28.699218 21.300781h-210c-14.566407.039063-27.035157-10.441406-29.5-24.800781l-24.699219-139.398437h336.097656zm0 0"></path><path d="m360.355469 322.332031c-30.046875 0-54.402344 24.355469-54.402344 54.402344 0 30.042969 24.355469 54.398437 54.402344 54.398437 30.042969 0 54.398437-24.355468 54.398437-54.398437-.03125-30.03125-24.367187-54.371094-54.398437-54.402344zm0 88.800781c-19 0-34.402344-15.402343-34.402344-34.398437 0-19 15.402344-34.402344 34.402344-34.402344 18.996093 0 34.398437 15.402344 34.398437 34.402344 0 18.996094-15.402344 34.398437-34.398437 34.398437zm0 0" fill="%23000000"></path></svg>');
}
/* .header .icon-shopping-bag:before, */
.header .icon-search:before,
.header .icon-user:before {
    display: none;
}
/* Contact */
.wrapbox-contact .icon-box-img .icon-inner {
    border: 1px solid #dddddd;
    display: grid;
    place-content: center;
    border-radius: 99px;
    aspect-ratio: 1/1;
}
.wrapbox-contact .icon-box-img .icon-inner img {
    width: 20px;
}
.wrapbox-contact .icon-box-img img {
    padding: 0;
}
.wrapbox-contact .icon-box-text * {
    margin: 0;
}
.group-contact .wpcf7-form-control-wrap textarea,
.group-contact .wpcf7-form-control-wrap input {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.group-contact .wpcf7-form-control-wrap input::placeholder,
.group-contact .wpcf7-form-control-wrap textarea::placeholder {
    color: #5c5c5c;
    opacity: 1;
    font-weight: 500;
    font-size: 14px;
}
.group-contact .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px;
}

.group-contact .wpcf7-form-control-wrap textarea:focus {
    outline: none;
}
.group-contact button.wpcf7-submit {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}
.group-contact .form-note {
    text-align: left;
    color: #9e9e9e;
    font-size: 13px;
    clear: both;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    /* .box-map-contact {
        height: 100%;
        border-radius: 4px;
        overflow: hidden;
    } */
    .box-map-contact p,
    .box-map-contact iframe {
        height: 100%;
        border: 1px solid var(--shop-color-border);
        display: block;
    }
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin: 0;
}
.slider-nav-simple .flickity-prev-next-button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%) !important;
}
.slider-nav-simple .flickity-prev-next-button svg {
    width: 100% !important;
    height: 100% !important;
    padding: 12px !important;
}
/* headline */
.heading,
.headline {
    margin-bottom: 0;
}
.heading :where(h1, h2),
.headline :where(h1, h2) {
    font-size: clamp(24px, 3.125vw, 40px);
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    background: transparent;
    position: relative;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}
.headline :where(h1, h2) b {
    opacity: 0;
    display: none;
}
.heading :where(h1, h2) b {
    opacity: 0;
}
.heading :where(h1, h2) span,
.headline :where(h1, h2) span {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: 0;
}
.headline :where(h1, h2) span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
}
.headline:not(.no-border) :where(h1, h2) span:before {
    content: "";
    background-image: linear-gradient(to right, transparent, #ff0000);
    width: 100%;
    max-width: 200px;
    height: 2px;
    display: block;
}
.headline:not(.no-border) :where(h1, h2) span:after {
    content: "";
    background-image: linear-gradient(to right, #ff0000, transparent);
    width: 100%;
    max-width: 200px;
    height: 2px;
    display: block;
}
.row-gap-10 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.row-gap-10 > .col,
.row-gap-10 .flickity-slider > .col {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
}
/* campaign */
.campaign-section-1 .tabbed-content .nav > li > a {
    font-size: 22px;
    line-height: 1.45;
    margin: 0;
    padding: 20px 15px 25px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: transparent;
    border: 0;
    border-radius: 0;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: none;
    color: #373737;
}
.campaign-section-1 .tabbed-content .nav > li > a:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 48px;
    background: transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    transform: unset;
}
.campaign-section-1 .tabbed-content .nav > li:hover > a,
.campaign-section-1 .tabbed-content .nav > li.active > a {
    color: #000000;
    opacity: 1;
}
.campaign-section-1 .tabbed-content .nav > li.active > a:before {
    background-color: #8cc63f;
}
.campaign-section-1 .tabbed-content .nav:hover > li.active > a:before {
    opacity: 1;
}
.section-banner .col-inner > .img:not(:last-child),
.col > .img:not(:last-child) {
    margin-bottom: 20px;
}
.section-banner .img .img-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    left: 0;
    transform: none;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: -webkit-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}
.section-banner .img:hover .img-inner:after {
    top: 0;
}
.section-video-block iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 56.25vw;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
/*--------------------------------------------------------------
## 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;
    }
}
@media only screen and (max-width: 699.99px) {
    .has-br br {
        display: none;
    }
}
@media only screen and (max-width: 549.99px) {
}
@media only screen and (min-width: 550px) {
}
@media only screen and (min-width: 700px) {
}
@media only screen and (min-width: 850px) {
    .header-bottom .nav > li {
        margin: 0 clamp(10px, 1.171875vw, 15px);
    }
    .header .nav > li > a {
        font-size: 16px;
    }
    .header .has-dropdown .icon-angle-down {
        opacity: 1;
    }
    .header .nav .sub-menu li a {
        font-size: 16px;
        text-transform: uppercase;
        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);
    }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
.loading-spin.centered,
.processing:before {
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}
