/*
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-body: #434343;
    --color-body-2: #8c8c8c;
    --color-headline: #173f35;
}
.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;
}
b,
strong {
    color: #173f35;
}
/*--------------------------------------------------------------
## 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;
    color: var(--color-body-2);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark .widget_information ul li + li {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.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 a {
    padding: 0.5em 0 0.5em;
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--color-body-2);
    position: relative;
}
.uni_custom_menu ul.menu li a:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: var(--color-body-2);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"/></svg>')
        no-repeat center/contain;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
.ux-menu-title {
    font-size: 100%;
}
/* Category */
.box-blog-post .post-title {
    font-size: 1rem;
    margin: 0.5em 0 1em;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .from_the_blog_excerpt {
    font-size: 0.875rem;
}
ul.links li {
    margin: 0 0.4em !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7-form p {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
    border-radius: 0;
    background-color: var(--fs-color-secondary);
    color: #ffffff;
    border: 0;
    padding: 16px 20px;
}
.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: clamp(18px, 1.66666667vw, 20px);
}
.footer-wrapper .follow-icons {
    display: flex;
    gap: 10px;
}
.footer-wrapper .follow-icons a {
    margin: 0;
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
}
.footer-wrapper .follow-icons a i {
    line-height: 1;
    top: unset;
    font-size: 18px;
}
.absolute-footer {
    padding: 12px 0 12px;
    color: var(--color-white) !important;
}
@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: 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 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;
}
/* headline */
.headline {
    margin-bottom: 0;
    padding: 0;
}
.headline.is-large :where(h1, h2, h3, h4, h5, h6),
.headline.is-large .section-title {
    font-size: clamp(24px, 3.83333333vw, 46px);
}
.headline :where(h1, h2, h3, h4, h5, h6),
.headline .section-title {
    font-size: clamp(24px, 2.5vw, 30px);
}
.headline .section-title {
    border: 0;
    padding: 0;
}
.headline.mb-0 .section-title {
    margin-bottom: 0;
}
.headline .section-title span {
    border: 0;
    margin: 0;
    padding: 0;
}
.headline b {
    opacity: 0;
}
/* button */
.button.button-main {
    margin-bottom: 0;
    margin-right: 0;
    font-size: clamp(16px, 1.04166667vw, 1.04166667vw);
    border: 0;
    padding: 12px 20px;
    min-height: unset;
    line-height: 1;
}
.button.button-main span {
    line-height: 140%;
}
.button.button-main .icon-angle-right {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 20px;
    height: 20px;
    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="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;
}
.button.button-main .icon-angle-right:before {
    display: none;
}
/* button */
.accordion-title.active {
    background-color: transparent;
}
.accordion .accordion-title {
    padding: 16px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
    border-color: #f0f0f0;
}
.accordion .accordion-title span {
    max-width: 100%;
    margin-bottom: 0;
    flex: 1 1 auto;
    order: -1;
}
.accordion .toggle {
    position: unset;
    margin: 0;
    min-height: unset;
    line-height: unset;
    font-size: 100%;
    opacity: 1;
    transform: unset;
    order: 1;
}
.accordion .toggle .icon-angle-down:before {
    display: none;
}
.accordion .toggle .icon-angle-down {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 0;
    background-color: #000000;
    -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;
    transform: unset;
}
.accordion .accordion-title.active .toggle .icon-angle-down {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 13.3-10.7 24-24 24L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l368 0c13.3 0 24 10.7 24 24z"/></svg>')
        no-repeat center/contain;
}
.accordion .accordion-inner {
    padding: 0 0 16px;
    color: #8c8c8c;
}
.accordion .accordion-inner :last-child {
    margin-bottom: 0;
}
/* uni-flickity-slider */
.uni-flickity-slider.slider-not-show-dots .flickity-page-dots {
    display: none !important;
}
/* header-search-form-wrapper */
#top-bar .nav-small.nav > li.html {
    font-size: 14px;
}
.header-main .header-search-form-wrapper .search-field {
    border: 0;
    background-color: #f5f5f5;
    height: 46px;
    padding: 0 16px;
}
.header-main .header-search-form-wrapper .search-field::placeholder {
    font-size: 14px;
}
.header-main .flex-col.hide-for-medium.flex-right {
    width: 240px;
}
.header-main .searchform .button.icon {
    margin: 0;
    position: relative;
    left: -5px;
}
.custom-pagination {
    border-top: 1px solid #00000026;
    margin-top: 30px;
    padding-top: 30px;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.pagination-item {
    margin: 0;
}
.pagination-item a,
.pagination-item span:not(.pagination-arrow) {
    padding: 8px 14px;
    font-weight: 400;
    color: #000000cc;
    /* border-bottom: 1px solid transparent; */
    line-height: 1;
}
.pagination-item a:hover {
    /* border-bottom: 1px solid #000; */
    text-decoration: none;
    background: linear-gradient(to top, #000000 2px, transparent 2px) no-repeat
        center bottom / 1.3em;
}
/* Current page */
.pagination-item.current span:not(.pagination-arrow) {
    color: #000000;
    position: relative;
    /* border-bottom: 1px solid #000; */
    background: linear-gradient(to top, #000000 2px, transparent 2px) no-repeat
        center bottom / 1.3em;
    font-weight: bold;
}
/* Previous/Next buttons */
.pagination-item.prev span,
.pagination-item.next span,
.pagination-item.prev a,
.pagination-item.next a {
    min-width: auto;
    font-weight: 400;
    color: #000000cc;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.pagination-item.prev a,
.pagination-item.next a {
    padding: 8px 14px;
}
.pagination-arrow {
    line-height: 0;
}
.pagination-item.prev,
.pagination-item.next {
    margin: 0 calc(2 * var(--space-unit));
    padding: 0 26px;
}
/* Dots */
.pagination-item span.dots {
    color: #6c757d;
    border: none;
    background: none;
    cursor: default;
}
.pagination-item span.dots:hover {
    color: #6c757d;
    background: none;
}
/* Responsive */
/* Mobile pagination - chỉ hiển thị Previous, Current, Next */
@media (max-width: 768px) {
    .pagination-list {
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
    }
    /* Ẩn số trang trên mobile, hiển thị mobile counter */
    .pagination-item.desktop-only {
        display: none !important;
    }
    .pagination-item.mobile-only {
        display: flex !important;
    }
    /* Đảm bảo Previous và Next luôn hiển thị */
    .pagination-item.prev,
    .pagination-item.next {
        display: flex !important;
    }
    .pagination-item a,
    .pagination-item span {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
        padding: 0 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
    .pagination-item.prev a,
    .pagination-item.next a,
    .pagination-item.prev span,
    .pagination-item.next span {
        padding: 0 16px;
        font-size: 14px;
        font-weight: 500;
        gap: 0.25rem;
    }
    /* Mobile page counter styling */
    .mobile-page-counter {
        min-width: 50px;
        padding: 0 16px;
        font-weight: 600;
    }
    .pagination-nav {
        width: 100%;
    }
    .pagination-list {
        justify-content: space-between;
        width: 100%;
    }
    .pagination-item.prev,
    .pagination-item.next {
        padding: 0;
    }
    .pagination-arrow {
        font-size: 16px;
    }
    .pagination-item.current span:not(.pagination-arrow) {
        background: transparent;
    }
}
/* Desktop - hiển thị tất cả, ẩn mobile counter */
@media (min-width: 769px) {
    .pagination-item.mobile-only {
        display: none !important;
    }
    .pagination-item.desktop-only {
        display: flex !important;
    }
}
/* Disabled state cho Previous/Next */
.pagination-item.disabled span {
    color: #adb5bd !important;
    cursor: not-allowed;
    opacity: 0.6;
}
.pagination-item.disabled span:hover {
    color: #adb5bd !important;
    background-color: #f8f9fa !important;
    transform: none;
}
/* Phiên bản cực kỳ đơn giản cho màn hình nhỏ */
@media (max-width: 480px) {
    .pagination-list {
        gap: 0.375rem;
    }
    .pagination-item a,
    .pagination-item span {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
        padding: 0 10px;
    }
    .pagination-item.prev a,
    .pagination-item.next a,
    .pagination-item.prev span,
    .pagination-item.next span {
        padding: 0 12px;
        font-size: 13px;
    }
    .mobile-page-counter {
        min-width: 45px;
        padding: 0 12px;
        font-size: 13px;
    }
    .pagination-arrow {
        font-size: 14px;
    }
}
/* contact-box */
.contact-box {
    display: flex;
    align-items: flex-start;
    gap: clamp(20px, 2.66666667vw, 32px);
    font-size: 14px;
    justify-content: flex-end;
}
.header-main .html.custom.html_topbar_right {
    width: 100%;
}
.header-main .flex-col:nth-child(3) {
    margin-right: 30px;
}
.contact-box span.label {
    color: #8c8c8c;
}
.contact-box .header-contact-item {
    padding-left: 54px;
}
.contact-box .header-contact-item.contact-phone {
    background: url("assets/img/header-icon-1.svg") left center no-repeat;
    background-size: 44px;
}
.contact-box .header-contact-item.contact-email {
    background: url("assets/img/header-icon-2.svg") left center no-repeat;
    background-size: 44px;
}
.contact-box .header-contact-item.contact-opentime {
    background: url("assets/img/header-icon-3.svg") left center no-repeat;
    background-size: 44px;
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
    .contact-box {
        font-size: 14px;
    }
    .contact-opentime {
        display: 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) {
    .row.half-medium-fw > .col {
        max-width: 100%;
        flex-basis: 100%;
    }
    .row.half-medium-fw > .col.small-col-first {
        order: -1;
    }
}
@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-dark a i.flat {
        background-color: var(--color-white);
    }
    .header .nav > li {
        margin: 0 clamp(10px, 1.66667vw, 20px);
    }
    .header .nav > li > a {
        font-size: 16px;
        font-weight: 500;
        padding: 20px 0;
        line-height: 150%;
        text-transform: none;
    }
    .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) {
}
