/*
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;
}

/* Custom Fonts */
@font-face {
    font-family: "BeautiqueDisplay";
    src: url("assets/fonts/BeautiqueDisplay-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BeautiqueDisplay";
    src: url("assets/fonts/BeautiqueDisplay-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "BeautiqueDisplay";
    src: url("assets/fonts/BeautiqueDisplay-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BeautiqueDisplay";
    src: url("assets/fonts/BeautiqueDisplay-MediumItalic.otf")
        format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "BeautiqueDisplay";
    src: url("assets/fonts/BeautiqueDisplay-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BeautiqueDisplay";
    src: url("assets/fonts/BeautiqueDisplay-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gotham";
    src: url("assets/fonts/SVN-Gotham-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gotham";
    src: url("assets/fonts/SVN-Gotham-Book-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gotham";
    src: url("assets/fonts/SVN-Gotham-Regular.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gotham";
    src: url("assets/fonts/SVN-Gotham-Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gotham";
    src: url("assets/fonts/SVN-Gotham-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gotham";
    src: url("assets/fonts/SVN-Gotham-Bold-Italic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
html,
body {
    font-family: "SVN-Gotham", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "BeautiqueDisplay", serif;
}
b,
strong {
    font-weight: bold;
}
.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 .widget-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: "BeautiqueDisplay", serif;
    text-transform: none;
    color: #0d2a5c;
    margin-bottom: 20px;
}
.post-sidebar .is-divider {
    display: none;
}
.widget_nav_menu .menu li {
    border: 0;
}
.widget_nav_menu .menu li + li {
    margin-top: 8px;
}
.widget_nav_menu .menu li a {
    color: #282f36;
    padding: 12px;
    border: 1px solid #e6ebf2;
    display: block;
    border-radius: 10px;
    font-weight: 500;
}
/* 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_recent_posts .box-blog-post {
    padding: clamp(10px, 3vw, 20px);
}
.widget_list_recent_posts .post-title {
    font-family: "BeautiqueDisplay", serif;
    text-transform: none;
    line-height: 1.4;
    font-weight: bold;
}
.widget_list_recent_posts .post-title a {
    color: #282f36;
    margin: 0;
    /* white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: auto;
    overflow: hidden; */
}
.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: 6px 0 6px 1.375em;
    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.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 {
    margin-bottom: 0;
}
.uni_custom_menu ul.menu li {
    border: none;
}
.uni_custom_menu ul.menu li a {
    display: flex;
    gap: 5px;
    align-items: center;
}
.uni_custom_menu ul.menu li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}
.uni_custom_menu ul.menu > li ul {
    border-left: 0;
}
.uni_custom_menu ul.menu > li li > a {
    padding: 6px 0;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
.ux-menu-title {
    font-size: 100%;
}
/* Category */
.page-archive-page-header {
    margin-bottom: 70px;
}
.box-blog-post {
    padding: clamp(15px, 3vw, 30px);
    border: 1px solid #e6ebf2;
    border-radius: 16px;
}
.archive-style-1 .box-blog-post {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.box-blog-post .box-image {
    border-radius: 16px;
}
.box-blog-post .post-title {
    font-size: 20px;
    line-height: calc(28 / 20);
    margin: 8px 0 0;
}
.box-blog-post .post-title a {
    margin: 0;
}
.box-blog-post .box-text {
    padding: 20px 0 0;
}
.archive-style-1 .box-blog-post .box-image .overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
}
.archive-style-1 .box-blog-post .box-text {
    padding: 30px;
}
.archive-style-1 .box-blog-post .box-text .post-title {
    margin: 0;
}
.box-blog-post .post-meta {
    font-size: 14px;
    line-height: 22px;
    color: var(--fs-color-secondary);
    display: flex;
    align-items: center;
    gap: 5px;
}
.mb-30 {
    margin-bottom: 30px;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .from_the_blog_excerpt {
    margin-top: 8px;
    color: #434343;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box-blog-post .block-button-post {
    margin-top: 20px;
}
.box-blog-post .block-button-post .button {
    min-height: unset;
    margin: 0;
    border: 0;
    line-height: 1.5;
    font-size: 1rem;
    text-transform: none;
    color: #b9c3d1;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.box-blog-post .block-button-post .button .flat {
    margin: 0;
}
ul.links li {
    margin: 0 0.4em !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
    border: none;
    border-radius: 6px;
    width: clamp(35px, 4vw, 46px);
    height: clamp(35px, 4vw, 46px);
    line-height: clamp(35px, 4vw, 46px);
    border: 1px solid #e6ebf2;
    color: #b9c3d1 !important;
    border-radius: 10px;
    font-weight: normal;
}
.category .nav-pagination > li > .current,
.category .nav-pagination > li > a:hover,
.category .nav-pagination > li > span:hover {
    background-color: var(--fs-color-secondary) !important;
    border-color: var(--fs-color-secondary) !important;
    color: #ffffff !important;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: calc(48 / 40);
    margin-bottom: 1rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.related-posts {
    border-top: 1px solid #ececec;
    padding-top: clamp(60px, 5vw, 100px);
}
.slider-wrapper .flickity-prev-next-button svg path,
.uni-flickity-slider .flickity-prev-next-button svg path,
.slider-nav-push:not(.slider-nav-reveal)
    .flickity-prev-next-button.flickity-button
    svg
    path {
    display: none;
}
.slider-wrapper .flickity-prev-next-button.flickity-button,
.uni-flickity-slider .flickity-prev-next-button.flickity-button,
.slider-nav-push:not(.slider-nav-reveal)
    .flickity-prev-next-button.flickity-button {
    background-color: #ececec !important;
    margin: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.slider-wrapper .flickity-prev-next-button.flickity-button svg,
.uni-flickity-slider .flickity-prev-next-button.flickity-button svg,
.slider-nav-push:not(.slider-nav-reveal)
    .flickity-prev-next-button.flickity-button
    svg {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 0;
    background-color: currentColor;
    padding: 0 !important;
}
.slider-wrapper .flickity-prev-next-button.flickity-button.next svg,
.uni-flickity-slider .flickity-prev-next-button.flickity-button.next svg,
.slider-nav-push:not(.slider-nav-reveal)
    .flickity-prev-next-button.flickity-button.next
    svg {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z"/></svg>')
        no-repeat center/contain;
}
.slider-wrapper .flickity-prev-next-button.flickity-button.previous svg,
.uni-flickity-slider .flickity-prev-next-button.flickity-button.previous svg,
.slider-nav-push:not(.slider-nav-reveal)
    .flickity-prev-next-button.flickity-button.previous
    svg {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M7.4 273.4C2.7 268.8 0 262.6 0 256s2.7-12.8 7.4-17.4l176-168c9.6-9.2 24.8-8.8 33.9 .8s8.8 24.8-.8 33.9L83.9 232 424 232c13.3 0 24 10.7 24 24s-10.7 24-24 24L83.9 280 216.6 406.6c9.6 9.2 9.9 24.3 .8 33.9s-24.3 9.9-33.9 .8l-176-168z"/></svg>')
        no-repeat center/contain;
}
.single .entry-meta {
    font-size: 1rem;
    color: var(--fs-color-secondary);
    text-transform: none;
}
.single .entry-meta a {
    color: var(--fs-color-secondary);
}
.single .entry-content {
    padding-top: 1rem;
}
.single-style-1 {
    padding: 0 30px 30px;
    border: 1px solid #e6ebf2;
    border-radius: 16px;
}
.single-style-1 .entry-header {
    border-bottom: 1px solid #e6ebf2;
}
.single-style-1 .entry-header .entry-title {
    font-size: clamp(24px, 4vw, 32px);
    line-height: calc(40 / 32);
}
.single-style-1 .entry-image {
    border-radius: 16px;
    overflow: hidden;
}
.single .single-style-1 .entry-content {
    padding-bottom: 0;
}
.single-post .entry-content > *:not(style):last-child,
.single-post .entry-content > *:not(style):has(+ style:last-child) {
    margin-bottom: 0 !important;
}
/* 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 .widget-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    color: var(--fs-color-secondary);
}
.footer-wrapper .follow-icons {
    display: flex;
    gap: 8px;
}
.footer-wrapper .follow-icons a.button.icon.circle {
    margin: 0;
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
}
.footer-wrapper .follow-icons a.button.icon.circle > i {
    top: unset;
}
.footer-wrapper .absolute-footer.dark ul {
    border: 0;
    margin: 0;
    padding: 0;
}
.footer-wrapper .absolute-footer.dark ul li a {
    text-transform: none;
    color: #ffffff !important;
    font-size: 14px;
}
.absolute-footer {
    padding: 10px 0 10px;
}
@media only screen and (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
    .absolute-footer .footer-primary {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}
/* 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 .rank-math-breadcrumb p {
    margin-bottom: 10px;
}
#dark-breadcrumbs h1 {
    margin-bottom: 0;
    font-size: 24px;
}
.flat-breadcrumbs .rank-math-breadcrumb p {
    margin: 0;
}
.flat-breadcrumbs .rank-math-breadcrumb,
.flat-breadcrumbs .rank-math-breadcrumb a {
    color: #434343;
}
/* 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;
}
.last-line-reset > *:not(style):last-child,
.last-line-reset > *:not(style):has(+ style:last-child) {
    margin-bottom: 0 !important;
}
.container .row,
.row .row {
    max-width: 200% !important;
}
.section-title span {
    border: 0;
    padding: 0;
    margin: 0;
}
.section-title b {
    opacity: 0;
}
.heading,
.headline {
    margin-bottom: 0;
}
.heading .section-title {
    border-bottom: 0;
}
.headline .section-title {
    font-size: clamp(26px, 5vw, 48px);
    line-height: calc(60 / 48);
    color: #0d2a5c;
    margin-bottom: 12px;
}
.lowercase .section-title span {
    text-transform: none;
}
.font-secondary,
.font-secondary * {
    font-family: "BeautiqueDisplay", serif;
}
.font-medium,
.font-medium * {
    font-weight: 500;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 20px;
}
.radius-16 {
    overflow: hidden;
    border-radius: 16px;
}
.slider-gift .box .box-image {
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
}
.slider-gift .box .box-image > div {
    border-radius: 16px;
    overflow: hidden;
}
.slider-gift .box .box-text {
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
    border-top: 1px dashed #e6ebf2;
}
.slider-gift .box .box-text .button {
    color: #b9c3d1;
    font-weight: 500;
}
.slider-gift .box .box-text .button .icon-plus::before {
    display: none;
}
.slider-gift .box .box-text .button .icon-plus {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    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="M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24V232H40c-13.3 0-24 10.7-24 24s10.7 24 24 24H200V440c0 13.3 10.7 24 24 24s24-10.7 24-24V280H408c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V72z"/></svg>')
        no-repeat center/contain;
}
.uni-flickity-slider:not(.show-dots) .flickity-page-dots {
    display: none !important;
}
.home-news .flickity-page-dots,
.related-products-wrapper .flickity-page-dots,
.uni-flickity-slider .flickity-page-dots {
    position: unset;
    margin-top: 30px;
}
.home-news .flickity-page-dots .dot,
.home-slider .flickity-page-dots .dot,
.related-products-wrapper .flickity-page-dots .dot,
.uni-flickity-slider .flickity-page-dots .dot {
    opacity: 0.12;
    background-color: #000000;
}
.home-news .flickity-page-dots .dot.is-selected,
.home-slider .flickity-page-dots .dot.is-selected,
.related-products-wrapper .flickity-page-dots .dot.is-selected,
.uni-flickity-slider .flickity-page-dots .dot.is-selected {
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
}
.header-search-form .form-flat input:not([type="submit"]) {
    border-radius: unset;
    border: unset;
    background: unset;
    height: 44px;
    padding: 0;
}
.header-search-form .flex-row {
    flex-direction: row-reverse;
}
.header-search-form .searchform .icon-search {
    color: #b9c3d1;
}
.header-search-form .searchform {
    border-radius: 16px;
    border: 1px solid #e6ebf2;
    min-width: 220px;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin: 0;
    padding: 0;
}

/* Video Review Element */
.uni-video-review {
    position: relative;
    width: 100%;
    display: block;
}
.uni-video-review .video-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 162.96%; /* 440/270 */
    overflow: hidden;
    border-radius: 16px;
}
.uni-video-review .thumbnail-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
.uni-video-review:hover .thumbnail-bg {
    transform: scale(1.05);
}
.uni-video-review .fallback-bg {
    background-color: #333;
}
.uni-video-review .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease;
    z-index: 2;
}
.uni-video-review:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.1);
}
/* Lightbox Vertical Override */
.lightbox-video-review {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background: #000;
}
.lightbox-video-review .video-iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
}
.lightbox-video-review .video-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lightbox-video-review.popup-type-tiktok,
.lightbox-video-review.popup-type-youtube_short {
    max-width: 400px;
}
.lightbox-video-review.popup-type-tiktok .video-iframe-wrapper,
.lightbox-video-review.popup-type-youtube_short .video-iframe-wrapper {
    padding-bottom: 177.77%; /* 9:16 */
}

/*--------------------------------------------------------------
## 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) {
}
@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) {
    .nav > li.header-search-form {
        display: none;
    }
    .header .nav > li > a {
        font-size: clamp(13px, 1.3vw, 16px);
        font-weight: 500;
    }
    .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);
    }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
    .nav > li.header-search-form {
        display: block;
    }
    .nav > li.header-search-lightbox {
        display: none;
    }
}

/* Blog Archive Header */
.category .archive-page-header {
    display: none;
}
.blog-header-section {
    padding-top: 40px;
    padding-bottom: 0px;
}
.blog-archive-title {
    font-family: "BeautiqueDisplay", serif;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.25;
    color: #0d2a5c;
    margin-bottom: 12px;
    font-weight: bold;
}
.blog-archive-divider svg {
    margin: 0 auto;
    display: block;
}
.list-category {
    margin-top: 25px;
    margin-bottom: 30px;
}
.category-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.category-nav li {
    margin: 0;
    padding: 0;
}
.category-nav li a {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    color: #333;
    font-size: 15px;
    font-family: "SVN-Gotham", sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #fff;
}
.category-nav li a:hover,
.category-nav li.active a {
    background-color: #29aae1;
    border-color: #29aae1;
    color: #fff;
}
