/*
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 {
    --fs-color-white: #ffffff;
    --fs-color-headline: #2a0017;
    --fs-color-body: #4c4547;
}
body,
html {
    font-size: clamp(16px, 1.111111111vw, 1.111111111vw) !important;
    line-height: 150%;
}
.section {
    padding: clamp(30px, 2.08333333vw, 2.08333333vw) 0;
}
.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse),
.row .gallery,
.row .row:not(.row-collapse) {
    margin-left: calc(-1 * clamp(10px, 0.694444444vw, 0.694444444vw));
    margin-right: calc(-1 * clamp(10px, 0.694444444vw, 0.694444444vw));
}
.col,
.columns,
.gallery-item {
    padding: 0 clamp(10px, 0.694444444vw, 0.694444444vw)
        clamp(20px, 1.388888889vw, 1.388888889vw);
}
h4,
.h4 {
    font-size: clamp(18px, 1.66666667vw, 1.66666667vw);
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: clamp(8px, 0.55555556vw, 0.55555556vw);
}
.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;
}
.page-template-default:not(.woocommerce-page)
    .content-area
    > .row
    > .col
    > .col-inner
    :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p),
.single-page :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p),
.page-inner :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p) {
    margin: 15px 0;
}
.page-template-default:not(.woocommerce-page)
    .content-area
    > .row
    > .col
    > .col-inner
    :first-child,
.single-page :first-child,
.page-inner :first-child {
    margin-top: 0;
}
.page-template-default:not(.woocommerce-page)
    .content-area
    > .row
    > .col
    > .col-inner
    :last-child,
.single-page :last-child,
.page-inner :last-child {
    margin-bottom: 0;
}
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: 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(--fs-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 .box .cat-label {
    font-size: clamp(12px, 0.83333vw, 0.83333vw);
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    letter-spacing: 0.5px;
    margin: 0 0 clamp(8px, 0.55555556vw, 0.55555556vw);
    color: var(--fs-color-primary);
    opacity: 1;
}
.sh-blog-shortcode.layout-6 .box .wrap-button {
    text-align: right;
}
.sh-blog-shortcode.layout-6 .box .button {
    margin: 0;
    padding: 0 0 clamp(8px, 0.55555556vw, 0.55555556vw);
    background-color: transparent;
    border: 0 solid #000;
    color: var(--fs-color-primary);
    line-height: unset;
    min-height: unset;
    box-shadow: unset;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 0.55555556vw, 0.55555556vw);
    border-bottom: 1px solid var(--fs-color-primary);
}
.sh-blog-shortcode.layout-6 .box .button .flat {
    background-color: var(--fs-color-primary);
}
.sh-blog-shortcode.layout-6 .box .button:hover {
    background-color: transparent;
}
.sh-blog-shortcode.layout-6 .first-element-layout .post {
    margin-bottom: 0;
}
.sh-blog-shortcode.layout-6 .first-element-layout .box {
    border-radius: clamp(8px, 0.55555556vw, 0.55555556vw);
    overflow: hidden;
}
.sh-blog-shortcode.layout-6 .first-element-layout .box-image {
    border-radius: clamp(8px, 0.55555556vw, 0.55555556vw);
}
.sh-blog-shortcode.layout-6 .first-element-layout .box-text {
    padding: clamp(16px, 1.11111111vw, 1.11111111vw)
        clamp(12px, 0.83333333vw, 0.83333333vw);
    background-color: var(--fs-color-white);
}
.sh-blog-shortcode.layout-6 .box .box-text .post-title {
    margin: 0 0 clamp(8px, 0.55555556vw, 0.55555556vw) 0;
    font-size: clamp(16px, 1.11111111vw, 1.11111111vw);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 500;
}
.sh-blog-shortcode.layout-6 .first-element-layout .from_the_blog_excerpt {
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-bottom: clamp(8px, 0.55555556vw, 0.55555556vw);
}
.sh-blog-shortcode.layout-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: clamp(20px, 1.38888889vw, 1.38888889vw);
}
.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 {
    display: flex;
    align-items: stretch;
    border-radius: clamp(8px, 0.55555556vw, 0.55555556vw);
    overflow: hidden;
    background-color: var(--fs-color-white);
}
.sh-blog-shortcode.layout-6 .second-element-layout .box-image {
    width: 43.3436533% !important;
    border-radius: clamp(8px, 0.55555556vw, 0.55555556vw);
    overflow: hidden;
}
.sh-blog-shortcode.layout-6 .second-element-layout .box-image .image-zoom {
    padding-top: 75% !important;
    height: 100%;
}
.sh-blog-shortcode.layout-6 .second-element-layout .box-text {
    padding: clamp(16px, 1.11111111vw, 1.11111111vw);
    flex: 1;
}
.sh-blog-shortcode.layout-6 .second-element-layout .post-title {
    margin-top: 0;
}
.sh-blog-shortcode.layout-6 .second-element-layout .from_the_blog_excerpt {
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-bottom: clamp(8px, 0.55555556vw, 0.55555556vw);
    font-size: clamp(14px, 0.97222222vw, 0.97222222vw);
}
.sh-blog-shortcode.layout-6 .second-element-layout .button {
    font-size: clamp(14px, 0.97222222vw, 0.97222222vw);
}
.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 */
.box-blog-post .is-divider {
    display: none;
}
ul.links li {
    margin: 0 0.4em !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
    border: none;
    border-radius: 0px;
    height: unset;
    line-height: unset;
    background-color: unset;
    border-bottom: 1px solid transparent;
    color: var(--fs-color-body);
    font-size: clamp(16px, 1.11111111vw, 1.11111111vw);
}
.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
    background-color: unset;
    color: var(--primary-color);
    border-bottom-color: var(--fs-color-primary);
}
.blog-list-posts.row {
    margin-left: calc(
        -1 * clamp(10px, 0.694444444vw, 0.694444444vw)
    ) !important;
    margin-right: calc(
        -1 * clamp(10px, 0.694444444vw, 0.694444444vw)
    ) !important;
}
.blog-list-posts.row > .col {
    padding-left: clamp(10px, 0.694444444vw, 0.694444444vw) !important;
    padding-right: clamp(10px, 0.694444444vw, 0.694444444vw) !important;
    padding-bottom: clamp(25px, 1.73611111vw, 1.73611111vw);
}
.blog-list-posts .box {
    background-color: var(--fs-color-white);
    border-radius: 8px;
    overflow: hidden;
}
.blog-list-posts .box .box-image {
    border-radius: 8px;
}
.blog-list-posts .box .box-text {
    padding: clamp(16px, 1.11111111vw, 1.11111111vw)
        clamp(12px, 0.8333333333vw, 0.8333333333vw);
    text-align: right;
}
.blog-list-posts .box-text .cat-label {
    font-size: clamp(12px, 0.8333333333vw, 0.8333333333vw);
    opacity: 1;
    text-align: left;
    margin: 0 0 8px;
}
.blog-list-posts .box-text .post-title {
    font-size: clamp(16px, 1.11111111vw, 1.11111111vw);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /*  */
    letter-spacing: 0.15px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}
.blog-list-posts .box-text .post-title a {
    margin: 0 0 8px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-list-posts .box-text .from_the_blog_excerpt {
    color: var(--fs-color-body);
    margin-bottom: 8px;
    text-align: left;
}
.blog-list-posts .box-text .box-text-inner > a {
    border: 0;
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid var(--fs-color-primary) !important;
    color: var(--fs-color-primary);
    font-size: clamp(14px, 0.97222222vw, 0.97222222vw);
    display: inline-flex;
    gap: 8px;
    align-items: center;
    line-height: 1;
    min-height: unset;
    text-transform: none;
}
.blog-list-posts .box-text .box-text-inner > a .flat {
    width: clamp(14px, 0.97222222vw, 0.97222222vw);
    height: clamp(14px, 0.97222222vw, 0.97222222vw);
    position: relative;
    top: -2px;
    margin: 0;
    background-color: var(--fs-color-primary);
}
.blog-list-posts.slider-nav-push:not(.slider-nav-reveal)
    .flickity-prev-next-button {
    margin-top: 0;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: clamp(24px, 1.66666667vw, 1.66666667vw);
    text-align: center;
    margin-bottom: clamp(12px, 0.833333333vw, 0.833333333vw);
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-single .large-12 > article {
    width: 100%;
    max-width: clamp(868px, 60.2777778vw, 60.2777778vw);
    margin: 0 auto clamp(12px, 0.833333333vw, 0.833333333vw);
    padding: clamp(20px, 1.38888889vw, 1.38888889vw);
    background-color: var(--fs-color-white);
    border-radius: clamp(12px, 0.833333333vw, 0.833333333vw);
}
.blog-single .large-12 > article .entry-content {
    padding: 0;
}
.blog-single .entry-author {
    margin-top: clamp(24px, 1.66666667vw, 1.666666667vw);
    padding-top: clamp(24px, 1.66666667vw, 1.66666667vw);
    border-top: 1px solid #cec4c6;
    padding-bottom: 0;
    font-size: clamp(14px, 0.833333333vw, 0.833333333vw);
}
.blog-single .entry-author .name-author {
    font-weight: bold;
}
.header-bg-color {
    background-color: #fce7f3 !important;
}
.container.container-fix {
    max-width: 77.0833333vw !important;
}
.wrapper--thumb,
.wrapper--thumb img {
    width: 100%;
}
.wrapper--thumb {
    border-radius: clamp(8px, 0.55555556vw, 0.55555556vw);
    overflow: hidden;
}
.wrapper--thumb img {
    aspect-ratio: 1/0.5;
    object-fit: cover;
    object-position: center;
}
.blog-single .wrapper--thumb {
    margin-bottom: clamp(16px, 1.11111111vw, 1.11111111vw);
    margin-top: clamp(24px, 1.66666667vw, 1.66666667vw);
}
#comment-wrapper {
    padding: clamp(20px, 1.38888889vw, 1.38888889vw);
    background-color: var(--fs-color-white);
    border-radius: clamp(12px, 0.833333333vw, 0.833333333vw);
    width: 100%;
    max-width: clamp(868px, 60.2777778vw, 60.2777778vw);
    margin: 0 auto clamp(60px, 5.55555556vw, 5.55555556vw);
}
#comment-wrapper .form-submit {
    margin: 0;
}
#comment-wrapper .form-submit .submit {
    margin: 0;
}
#comment-wrapper .comment-reply-title {
    display: none;
}
#comment-wrapper #respond .comment-notes {
    display: none;
}
#comment-wrapper .comments-title-text {
    font-size: clamp(24px, 1.66666667vw, 1.66666667vw);
    line-height: 133.333%;
    margin-bottom: 0;
}
#comment-wrapper #comments .comment-list {
    margin: 0;
}
#comment-wrapper #comments .comment-list li {
    padding: clamp(24px, 1.66666667vw, 1.66666667vw) 0;
    border-bottom: 1px solid #b3a9ab;
    margin: 0;
}
#comment-wrapper #comments .comment-list .comment-author {
    letter-spacing: 0.15px;
}
#comment-wrapper #comments .comment-list .comment-date {
    color: var(--neutral-neutral50, #7d7577);
    font-size: clamp(14px, 0.97222222vw, 0.97222222vw);
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    letter-spacing: 0.25px;
}
#comment-wrapper #comments .comment-list .comment-meta {
    margin-bottom: clamp(8px, 0.55555556vw, 0.55555556vw);
}
#comment-wrapper #comments .comment-list .comment-content {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.5px;
}
#comment-wrapper #comments .comment-list .comment-content p {
    margin: 0;
}
#comment-wrapper #respond {
    padding-top: clamp(24px, 1.66666667vw, 1.66666667vw);
}
#comment-wrapper #respond .comment-form,
#comment-wrapper #respond .comment-form p {
    margin: 0;
}
#comment-wrapper #respond .comment-form p.comment-form-author,
#comment-wrapper #respond .comment-form p.comment-form-phone {
    order: -1;
    flex: 1;
}
#comment-wrapper #respond .comment-form label {
    font-size: clamp(12px, 0.83333333vw, 0.83333333vw);
    font-weight: 500;
    line-height: 133.333%;
    letter-spacing: 0.5px;
    margin-bottom: clamp(8px, 0.55555556vw, 0.55555556vw);
}
#comment-wrapper #respond .comment-form input {
    border: 1px solid #b3a9ab;
    border-radius: clamp(12px, 0.83333333vw, 0.83333333vw);
    letter-spacing: 0.5px;
    color: var(--fs-color-headline);
    box-shadow: unset;
    padding: 0 clamp(16px, 1.11111111vw, 1.11111111vw);
    margin-bottom: clamp(12px, 0.83333333vw, 0.83333333vw);
    height: clamp(48px, 3.33333333vw, 3.33333333vw);
}
#comment-wrapper #respond .comment-form .comment-form-comment {
    margin: 0;
}
#comment-wrapper #respond .comment-form textarea {
    border: 1px solid #b3a9ab;
    border-radius: clamp(12px, 0.83333333vw, 0.83333333vw);
    letter-spacing: 0.5px;
    color: var(--fs-color-headline);
    box-shadow: unset;
    margin-bottom: clamp(15px, 1.04166667vw, 1.04166667vw);
    min-height: clamp(100px, 11.11111111vw, 11.11111111vw);
    padding: clamp(12px, 0.83333333vw, 0.83333333vw)
        clamp(16px, 1.11111111vw, 1.11111111vw);
    margin-bottom: clamp(24px, 1.66666667vw, 1.66666667vw);
}
#comment-wrapper #respond .comment-form .form-submit {
    text-align: right;
}
#comment-wrapper #respond .comment-form .form-submit .submit {
    color: var(--fs-color-white);
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 0.55555556vw, 0.55555556vw);
    padding: 0 clamp(48px, 3.33333333vw, 3.33333333vw);
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
    border-radius: 99px;
    text-transform: none;
    font-size: clamp(14px, 0.9722222222vw, 0.9722222222vw);
    font-weight: 500;
    height: clamp(48px, 3.33333333vw, 3.33333333vw);
}
#comment-wrapper #respond .comment-form .form-submit .submit .flat {
    background-color: var(--fs-color-white);
}
.related-block {
    margin-bottom: clamp(60px, 5.555555556vw, 5.555555556vw);
}
/* 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 {
    font-size: clamp(14px, 0.9722222222vw, 0.9722222222vw);
}
.footer-wrapper i.icon-tiktok:before,
.footer-wrapper i.icon-instagram:before,
.footer-wrapper i.icon-facebook:before,
.footer-wrapper i.icon-envelop:before {
    display: none;
}
.footer-wrapper i.icon-envelop {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: #ffffff;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>')
        no-repeat center/contain;
}
.footer-wrapper i.icon-facebook {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: #ffffff;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"/></svg>')
        no-repeat center/contain;
}
.footer-wrapper i.icon-instagram {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: #ffffff;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>')
        no-repeat center/contain;
}
.footer-wrapper i.icon-tiktok {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: #ffffff;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"/></svg>')
        no-repeat center/contain;
}
.footer-wrapper .social-icons a.icon:not(.button) {
    font-size: clamp(24px, 1.66666667vw, 1.66666667vw);
}
.footer-wrapper .social-icons {
    width: 100%;
    font-size: clamp(16px, 1.11111111vw, 1.11111111vw);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* */
    letter-spacing: 0.15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-wrapper .social-icons span {
    font-weight: 500;
}
.absolute-footer {
    padding: 10px 0 10px;
    display: none;
}
@media only screen and (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
    .footer-wrapper .social-icons.large-text-right {
        justify-content: flex-end;
    }
}
/* 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;
}
.flat-breadcrumbs {
    margin-top: clamp(12px, 0.8333333333vw, 0.8333333333vw);
}
.flat-breadcrumbs p {
    margin: 0;
}
/* 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;
}
.p-last-0 p:last-of-type {
    margin-bottom: 0 !important;
}
/* headline */
.headline {
    margin-bottom: 0;
}
.headline .section-title {
    font-size: clamp(24px, 2.08333333vw, 2.08333333vw);
    font-weight: 700;
    line-height: 125%;
    font-style: normal;
    border: 0;
    padding: 0;
    margin-bottom: clamp(16px, 1.66666667vw, 1.66666667vw);
}
.headline.fs-large .section-title {
    font-size: clamp(32px, 3.125vw, 3.125vw);
}
.headline .section-title b {
    opacity: 0;
}
.headline .section-title span {
    margin: 0;
    padding: 0;
    border: 0;
    text-transform: uppercase;
}
.headline.lowercase .section-title span {
    text-transform: none;
}
.headline.mb-large .section-title {
    margin-bottom: clamp(24px, 2.77777778vw, 2.77777778vw);
}
.headline.mb-0 .section-title {
    margin-bottom: 0;
}
.headline.mb-small .section-title {
    margin-bottom: clamp(8px, 0.55555556vw, 0.55555556vw);
}
/* button main */
.button.button-main {
    padding: clamp(8px, 0.55555556vw, 0.55555556vw)
        clamp(24px, 1.66666667vw, 1.66666667vw);
    line-height: 150%;
    letter-spacing: 0.15px;
    font-size: clamp(16px, 1.11111111vw, 1.11111111vw);
    margin: 0;
}
.button.button-main span {
    line-height: 150%;
}
.button.button-secondary {
    letter-spacing: 0.15px;
    font-size: clamp(16px, 1.11111111vw, 1.11111111vw);
    padding: clamp(8px, 0.55555556vw, 0.55555556vw)
        clamp(24px, 1.66666667vw, 1.66666667vw);
    line-height: 150%;
    overflow: hidden;
}
.button.button-secondary.is-outline {
    background-color: transparent;
    border-color: var(--fs-color-primary);
    color: var(--fs-color-primary);
}
.button.button-secondary span {
    position: relative;
    z-index: 1;
}
.button.button-secondary:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid var(--fs-color-primary);
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}
.button:not(.icon) > span + i.icon-angle-right:before {
    display: none;
}
.button:not(.icon) > span + i.icon-angle-right {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: var(--fs-color-primary);
    -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;
    margin: 0 0 0 clamp(8px, 0.55555556vw, 0.55555556vw);
    transition: 0.5s ease-in-out;
}
.button.button-secondary:hover:before {
    transform: translateX(0);
}
.button.button-secondary:hover {
    color: var(--fs-color-white);
}
.button.button-secondary:hover > span + i.icon-angle-right {
    background-color: var(--fs-color-white);
}
.button.button-main.button:not(.icon) > i {
    margin-left: 0;
}
.radius-8 {
    border-radius: clamp(8px, 0.55555556vw, 0.55555556vw) !important;
    overflow: hidden;
}
.gap-64 {
    padding-top: clamp(30px, 4.44444444vw, 4.44444444vw) !important;
}
.letter-spacing-15 {
    letter-spacing: 0.15px;
}
.fw-500 {
    font-weight: 500;
}
.header-button-1 a.button {
    padding: clamp(8px, 0.55555556vw, 0.55555556vw)
        clamp(24px, 1.66666667vw, 1.66666667vw);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 0.55555556vw, 0.55555556vw);
}
.header-button-1 a.button:before {
    content: "";
    width: clamp(24px, 1.66666667vw, 1.66666667vw);
    height: clamp(24px, 1.66666667vw, 1.66666667vw);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 0;
    background-color: var(--fs-color-white);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6"><path d="M11.645 20.91l-.007-.003-.022-.012a15.247 15.247 0 01-.383-.218 25.18 25.18 0 01-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0112 5.052 5.5 5.5 0 0116.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 01-4.244 3.17 15.247 15.247 0 01-.383.219l-.022.012-.007.004-.003.001a.752.752 0 01-.704 0l-.003-.001z" /></svg>')
        no-repeat center/contain;
}
.header-button-1 a span {
    line-height: 120%;
}
@media only screen and (max-width: 849px) {
    .header-button-1 a.button {
        padding: clamp(8px, 0.55555556vw, 0.55555556vw);
    }
    .header-button-1 a.button span {
        display: none;
    }
}
/* feedback-section */
.feedback-section {
    padding-top: clamp(60px, 8.33333333vw, 8.33333333vw) !important;
    padding-bottom: clamp(60px, 8.33333333vw, 8.33333333vw) !important;
}
.feedback-section .group-contact label {
    font-size: clamp(12px, 0.83333333vw, 0.83333333vw);
    font-weight: 500;
    line-height: 133.333%;
    letter-spacing: 0.5px;
    margin-bottom: clamp(8px, 0.55555556vw, 0.55555556vw);
}
.feedback-section .group-contact .wpcf7-form-control-wrap input,
.feedback-section .group-contact .wpcf7-form-control-wrap textarea {
    border: 1px solid #b3a9ab;
    border-radius: clamp(12px, 0.83333333vw, 0.83333333vw);
    letter-spacing: 0.5px;
    color: #7d7577;
    box-shadow: unset;
    padding: 0 clamp(16px, 1.11111111vw, 1.11111111vw);
    margin-bottom: clamp(20px, 1.38888889vw, 1.38888889vw);
    height: clamp(48px, 3.33333333vw, 3.33333333vw);
}
.feedback-section .group-contact .wpcf7-form-control-wrap textarea {
    min-height: clamp(100px, 11.11111111vw, 11.11111111vw);
    padding: clamp(12px, 0.83333333vw, 0.83333333vw)
        clamp(16px, 1.11111111vw, 1.11111111vw);
    margin-bottom: clamp(24px, 1.66666667vw, 1.66666667vw);
}
.feedback-section .group-contact .wpcf7-form-control-wrap input::placeholder,
.feedback-section
    .group-contact
    .wpcf7-form-control-wrap
    textarea::placeholder {
    color: #7d7577;
}
.feedback-section .group-contact .group-submit {
    text-align: right;
}
.feedback-section .group-contact .group-submit button {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 0.55555556vw, 0.55555556vw);
    padding: clamp(12px, 0.83333333vw, 0.83333333vw)
        clamp(48px, 3.33333333vw, 3.33333333vw);
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
    border-radius: 99px;
    text-transform: none;
    font-size: clamp(14px, 0.9722222222vw, 0.9722222222vw);
    font-weight: 500;
}
.feedback-section .group-contact .group-submit button .flat {
    background-color: var(--fs-color-white);
}
.list-sponsors {
    padding: 10px;
    border-radius: clamp(12px, 0.8333333vw, 0.8333333vw);
    background-color: var(--fs-color-white);
    margin-top: clamp(12px, 0.833333333vw, 0.833333333vw);
}
.donate-list {
    overflow: auto;
    aspect-ratio: 1/1;
    padding-right: 15px;
}
.item-sponsor {
    background: #ffffff;
    border-radius: clamp(12px, 0.8333333vw, 0.8333333vw);
    padding: clamp(8px, 0.55555556vw, 0.55555556vw);
    transition: all 0.3s ease;
}
.item-sponsor-inner {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
.sponsor-box-left {
    flex: 1;
    align-items: center;
    display: flex;
    gap: clamp(12px, 1.111111vw, 1.111111vw);
}
.sponsor-avatar {
    flex-shrink: 0;
    width: clamp(64px, 4.444444vw, 4.444444vw);
    height: clamp(64px, 4.444444vw, 4.444444vw);
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sponsor-avatar .avatar-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.sponsor-info {
    flex-grow: 1;
}
.sponsor-name {
    font-weight: bold;
    font-size: clamp(16px, 1.111111vw, 1.111111vw);
    color: #000000;
    margin-bottom: 4px;
}
.sponsor-donation {
    font-size: clamp(16px, 1.111111vw, 1.111111vw);
    color: #666;
}
.sponsor-donation .amount {
    color: #e20074;
    font-weight: bold;
}
.sponsor-project {
    flex-shrink: 0;
}
.item-ntt .box-image {
    /*border: 2px solid #9CC4E5;*/
    /*border-radius: 50%;*/
    max-width: 250px;
    /*filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));*/
}
.item-ntt .box-text {
    padding: 30px 0 0 0;
}
.item-ntt .name {
    margin-bottom: 0.3em;
}
.item-ntt .note {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #ecca5e;
}
@media (min-width: 1200px) {
    .item-ntt .name {
        font-size: 1.25rem;
    }
    .item-ntt .note {
        font-size: 1rem;
    }
}
.uni_ntt_slide .flickity-prev-next-button {
    opacity: 1 !important;
}
.uni_ntt_slide .slider-nav-light .flickity-prev-next-button svg,
.uni_ntt_slide .slider-nav-light .flickity-prev-next-button .arrow {
    fill: #ecca5e !important;
}
.item-ntt__list {
    column-gap: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #efeeea;
    padding: 10px 20px 10px 20px;
}
@media (min-width: 850px) {
    .item-ntt__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .item-ntt__list {
        height: 60px;
        column-gap: 30px;
        padding: 0 40px 0 25px;
        margin-bottom: 50px;
    }
    .item-ntt__list--1 {
        margin-bottom: 60px;
    }
}
.item-ntt__list:last-child {
    margin-bottom: 0;
}
.item-ntt__list:hover {
    color: #fff;
    background-color: #0f3b42;
}
.item-ntt__list:hover .stt {
    color: inherit;
}
.item-ntt__list .box-image-wrap {
    width: 96px;
    padding: 10px;
}
.item-ntt__list--1 .box-image-wrap {
    padding: 0;
}
.item-ntt__list .box-text {
    padding-top: 0;
}
.item-ntt__list__first {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
@media (min-width: 1200px) {
    .item-ntt__list__first {
        column-gap: 30px;
    }
}
.item-ntt__list__first .stt {
    font-size: 1.25rem;
    color: #1b325f;
    font-weight: bold;
}
.item-ntt__list__first .name {
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
}
.item-ntt__list .note {
    color: inherit;
}
.item-ntt__list__second {
    display: flex;
    align-items: flex-end;
    column-gap: 15px;
    justify-content: space-between;
}
.item-ntt__list--1 .item-ntt__list__second {
    column-gap: 5px;
}
@media (min-width: 850px) {
    .item-ntt__list__second {
        align-items: center;
        justify-content: flex-start;
    }
}
.button-modal {
    cursor: pointer;
}
.uni-modal__wrapper {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.uni-modal__main {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    visibility: hidden;
    opacity: 0;
}
.uni-modal__main:not(.no-bg) {
    background: url(assets/img/bg-star.svg) no-repeat, var(--primary-color);
    background-size: cover;
}
.uni-modal__content {
    overflow-y: auto;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100%;
}
@media (min-width: 1200px) {
    .uni-modal__content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width: 1600px) {
    .uni-modal__content {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
.close-modal {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 36px;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    min-height: unset;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 1200px) {
    .close-modal {
        right: 40px;
        top: 40px;
    }
}
.modal-open {
    overflow: hidden;
}
.modal__logo__inner {
    max-width: 300px;
    position: relative;
    z-index: 9;
}
.modal__logo__inner > img {
    width: auto;
    max-height: 300px;
    /*    padding: 1.5em;*/
    /*    background-color: #8bccf7;*/
    /*    box-shadow: 1px 1px 0 #0e9fff, 0 0 20px 5px #0e9fff, inset 2px 2px 0 #8bccf7;*/
    /*    -webkit-animation: glow 2s infinite ease;*/
    /*    animation: glow 2s infinite ease;*/
}
.uni-modal__content .slot {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    perspective: 1000px;
}
.uni-modal__content .slot img {
    width: 5px;
    height: 5px;
    /*    border-radius: 50%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
@keyframes glow {
    0%,
    100% {
        box-shadow: 1px 1px #0e9fff, 0 0 20px 5px #0e9fff, inset 2px 2px #8bccf7;
    }
    50% {
        box-shadow: 1px 1px #0e9fff, 0 0 16px 8px #0e9fff, inset 2px 2px #8bccf7;
    }
}
.wrap-item-ntt {
    margin-top: 80px;
    border-radius: 60px;
    padding: 0 20px 40px 20px;
    border: 1px solid #9cc4e5;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    backdrop-filter: blur(15px);
    --webkit-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}
@media (min-width: 850px) {
    .wrap-item-ntt {
        padding: 0 30px 60px 30px;
    }
}
@media (min-width: 1200px) {
    .wrap-item-ntt {
        padding: 0 60px 140px 60px;
    }
}
.wrap-item-ntt .item-ntt {
    margin-top: -80px;
    margin-bottom: 20px;
}
.wrap-item-ntt .item-ntt .box-image {
    width: 160px;
}
.wrap-item-ntt .item-ntt .name {
    font-weight: bold;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .wrap-item-ntt .item-ntt .name {
        font-size: 1.375rem;
    }
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.99px) {
    .small-pb-20 {
        padding-bottom: 20px !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .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) {
    .half-medium-full > .col {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .half-medium-full > .col.small-col-first {
        order: -1;
        padding-bottom: 20px;
    }
    .half-medium-full.pb-col-0 > .col.small-col-first {
        padding-bottom: 20px !important;
    }
    .small-pb-0 {
        padding-bottom: 0 !important;
    }
}
@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 .nav > li {
        margin: 0 clamp(12px, 1.66666667vw, 1.66666667vw);
    }
    .header .nav > li > a {
        font-size: clamp(16px, 1.11111111vw, 1.11111111vw);
        font-weight: 500;
        text-transform: none;
        padding: clamp(8px, 0.55555556vw, 0.55555556vw) 0;
    }
    .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(--fs-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) {
    .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        max-width: 92.5vw !important;
    }
    .row.mw-1 {
        max-width: 77.7777778vw !important;
    }
    .container .row,
    .row .row {
        max-width: 200% !important;
    }
    .row.row-max-width {
        max-width: 100%;
    }
    .xlarge-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .xlarge-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .xlarge-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .xlarge-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .xlarge-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .xlarge-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .xlarge-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .xlarge-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .xlarge-offset-1 {
        margin-left: 8.33333333% !important;
    }
    .xlarge-offset-2 {
        margin-left: 16.66666667% !important;
    }
    .xlarge-offset-3 {
        margin-left: 25% !important;
    }
    .xlarge-offset-4 {
        margin-left: 33.33333333% !important;
    }
    .xlarge-offset-5 {
        margin-left: 41.66666667% !important;
    }
    .xlarge-offset-6 {
        margin-left: 50% !important;
    }
    .xlarge-offset-7 {
        margin-left: 58.33333333% !important;
    }
    .xlarge-offset-8 {
        margin-left: 66.66666667% !important;
    }
    .xlarge-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}
