/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

p {
    margin-bottom: 0.625rem !important;
}
.nav-uppercase > li > a {
    letter-spacing: normal;
}
.absolute-footer {
    padding-top: 20px;
}
.footer-widgets.footer-1 {
    padding-bottom: 20px;
}
.footer-widgets span.widget-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    display: block;
}
.footer-widgets span.widget-title + .is-divider {
    display: none;
}
.footer-widgets ul.menu > li {
    border-top: none;
    padding-left: 1.5rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23436ab3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-arrow-narrow-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l14 0" /><path d="M15 16l4 -4" /><path d="M15 8l4 4" /></svg>');
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 1rem;
}
.footer-widgets ul.menu > li a {
    padding: 3px 0;
}
.footer-widgets ul.menu > li a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 850px) {
    .large-columns-4 > .col {
        flex-basis: 22%;
        max-width: 22%;
    }
    .large-columns-4 > .col:first-child {
        flex-basis: 34%;
        max-width: 34%;
        padding-right: 3%;
    }
}
.textwidget *:last-child {
    margin-bottom: 0;
}
.foot-share.follow {
    display: flex; 
    flex-wrap: wrap;
    align-items: center; 
    color: #fff; 
    font-size: 18px; 
    gap: 6px;
    margin-top: 1.25rem;
}
.foot-share.follow li {
    margin: 0;
}
.foot-share.follow li a {
    color: #fff;
    display: inline-flex;
    width: 35px;
    height: 35px;
    padding: 4px;
    background-color: rgb(17 26 58 / 40%);
    border-radius: var(--border);
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    transition: all .2s linear;
    border-radius: 4px;
}
.foot-share.follow li a:hover {
    transform: translateY(-4px);
    background-color: var(--fs-color-primary);
}
ul.header-nav .header-search {
    margin-left: 20px;
}
#main-menu ul.nav-sidebar li a {
    font-size: 1rem;
}
.nav > li > a > i.icon-menu {
    font-size: 1.875rem;
    color: #333;
}
.flickity-prev-next-button {
    width: 46px;
}
.flickity-prev-next-button svg {
    padding: 30%;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    border: none;
    background-color: #303030;
}
.flickity-page-dots .dot {
    background-color: #e2e2e2;
    border-radius: 999px;
    height: 4px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    width: 32px;
}
.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
.icon-box.introduction {
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 3px solid var(--fs-color-primary);
    border-radius: var(--border);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .16);
    transform: translateY(0);
    transition: all .3s linear;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.icon-box.introduction:hover {
    transform: translateY(-4px);
}
.icon-box.introduction .icon-box-text {
    width: calc(100% - 70px);
    padding-left: 10px;
}
.icon-box.introduction .icon-box-text .text h3 {
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
}
.icon-box.introduction .icon-box-text .text p {
    line-height: 1.35;
    font-size: 15px;
    margin-bottom: 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.icon-box.introduction .icon-box-img {
    background-color: #f8f9f8;
    padding: 14px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s linear;
}
.icon-box.introduction:hover .icon-box-img {
    background-color: var(--fs-color-primary);
}
.icon-box.introduction .icon-box-img img {
    padding-top: 0;
}
.icon-box.introduction:hover .icon-box-img img {
    filter: brightness(0) invert(1);
}
.section-title-container.no-divider {
    margin-bottom: 0;
}
.section-title-container.no-divider .section-title {
    border: none;
}
.section-title-container.no-divider .section-title b {
    display: none;
}
.section-title-container.no-divider .section-title span {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.section-title-container.no-divider .section-title-center {
    justify-content: center;
}
.lh-base {
    line-height: 1.35 !important;
}
.h-100,
.h-100-inner .col-inner {
    height: 100% !important;
}
.pb-10px {
    padding-bottom: 10px !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-20px {
    margin-top: 20px !important;
}
.mb-0,
.mb-0 h1,
.mb-0 h2,
.mb-0 h3,
.mb-0 h4,
.mb-0 h5,
.mb-0 h6 {
    margin-bottom: 0 !important;
}
.mb-6px {
    margin-bottom: 6px !important;
}
.mb-10px {
    margin-bottom: 10px !important;
}
@media (min-width: 850px) {
    .px-desk-0 {
        padding: 0 !important;
        padding-left: 0 !important;
    }
}
.p-0 {
    padding: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.fw-bold {
    font-weight: 600;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-28,
.fs-28 h4 span {
    font-size: 28px !important;
}
.fs-36,
.fs-36 h2 {
    font-size: 36px !important;
}
.p-10px {
    padding: 10px !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.gap-6px {
    gap: 6px !important;
}
.text-2-lines {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-4-lines {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.border {
    border: 1px solid #f1f1f1;
}
.shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded {
    border-radius: 4px;
}
.box-image.hover {
    transform: scale(1);
    transition: all .2s linear;
}
.box:hover .box-image.hover {
    transform: scale(1.05);
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.box-blog-post {
    border-radius: 4px;
    overflow: hidden;
}
.box-blog-post .box-text {
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    padding: 10px;
}
.box-blog-post .box-text .post-title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 6px;
    font-size: 18px;
}
.box-blog-post .box-text .from_the_blog_excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0  !important;
    line-height: 1.35;
}
@media (min-width: 850px) {
    .box-blog-post .box-text .from_the_blog_excerpt {
        min-height: 60px;
    }
}
.box-blog-post .box-text .from_the_blog_comments {
    display: none !important;
}
.box-blog-post .box-text .button.is-default {
    margin: 6px 0 0 0;
    padding: 0;
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    color: var(--fs-experimental-link-color) !important;
    font-size: .9rem !important;
    line-height: normal;
    font-weight: 400;
    letter-spacing: normal;
    min-width: unset;
    min-height: unset;
    position: relative;
}
.box-blog-post .box-text .button.is-default::after {
    content: '\f105';
    font-family: fl-icons !important;
    right: -12px;
    top: 2px;
    position: absolute;
}
.a-hover:hover,
.box-blog-post .box-text .button.is-default:hover {
    text-decoration: underline;
}
.box-blog-post.box-badge .box-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    padding: 10%;
    background-color: var(--fs-experimental-link-color);
}
.box-blog-post.box-badge:hover .box-text {
    opacity: 1;
    visibility: visible;
}
.box-blog-post.box-badge .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
}
.box-blog-post.box-badge .box-text .post-title a,
.box-blog-post.box-badge .box-text .from_the_blog_excerpt {
    color: #333;
}
@media screen and (max-width: 549px) {
    .row-slider .flickity-prev-next-button {
        width: 46px !important;
    }
    .row-slider .flickity-prev-next-button svg {
        padding: 25% !important;
    }
    .row-slider .col {
        width: 80% !important;
        max-width: 80% !important;
    }
    .slider-wrapper.custom-height-mobile .flickity-slider .img-inner {
        padding-top: 75% !important;
    }
    .slider-wrapper.custom-height-mobile .flickity-slider .img-inner img {
        position: absolute;
        top: 0;
        height: 100%;
        object-fit: cover;
    }
}
.entry-content {
    padding-top: 0;
}
.blog-single .post {
    margin-bottom: 0;
}

/* single product */
.p8-gallery {
    max-width: 100%;
    margin: 0 0 20px 0;
}
.p8-main img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}
.p8-thumbs .swiper-slide {
    cursor: pointer;
    aspect-ratio: 1 / 1;
    position: relative;
}
.p8-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0.5;
    transition: .2s;
}
.p8-thumbs .swiper-slide img.active {
    opacity: 1;
    border-color: var(--fs-color-primary);
}
.p8-thumb-prev, .p8-thumb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: .2s;
}
.p8-thumb-prev svg, .p8-thumb-next svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.p8-thumb-prev:hover, .p8-thumb-next:hover {
    background: rgba(0,0,0,.8);
}
.p8-thumb-prev { left: 10px; }
.p8-thumb-next { right: 10px; }
ol ol, ol ul, ul ol, ul ul {
    margin-top: 1em;
    margin-left: 1em;
}
.page-inner *:last-child,
.entry-content *:last-child {
    margin-bottom: 0 !important;
}
.breadcrumbs-content {
    background-color: #eee !important;
    padding: 10px 0;
    margin-bottom: 30px;
}
.breadcrumbs-content p, .rank-math-breadcrumb p {
    margin: 0 !important;
}
h1.entry-title.mb {
    margin-bottom: 10px !important;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: normal;
}
.col, .columns, .gallery-item,
.row-large > .col, .row-large > .flickity-viewport > .flickity-slider > .col {
    padding-bottom: 20px;
}
.nav-dropdown-default {
    padding: 10px;
}
.stats-counter .icon-box-text h5 {
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 4px;
}
.stats-counter .icon-box-text .text * {
    margin-bottom: 0 !important;
}
.text-white,
.white.button.is-outline {
    color: #fff !important;
}
.white.button.is-outline:hover span,
.white.button.is-outline:focus span,
.white.button.is-outline:active span,
.white.button.is-outline:hover span + i,
.white.button.is-outline:focus span + i,
.white.button.is-outline:active span + i {
    color: #333 !important;
}
#nav-below .nav-next a,
#nav-below .nav-previous a {
    display: flex;
    align-items: center;
    line-height: 1.35;
}
.blog-share .social-icons a {
    margin-bottom: 0 !important;
}
#at_posts_related {
    margin-bottom: -20px;
}
.post-sidebar .widget-title {
    font-size: 24px;
    line-height: 1.35;
}
.post-sidebar .widget-title + .is-divider {
    background-color: var(--fs-color-primary);
}
.post-sidebar .menu-san-pham-container ul.menu,
.post-sidebar .menu-products-container ul.menu  {
    margin-top: 20px;
}
.post-sidebar .menu-san-pham-container ul.menu li,
.post-sidebar .menu-products-container ul.menu li {
    margin: 4px 0px;
    background-color: #f2f6f9;
    border: none !important;
}
.post-sidebar .menu-san-pham-container ul.menu li a,
.post-sidebar .menu-products-container ul.menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    padding-right: 40px;
    transition: all .2s linear;
    color: #333;
}
.post-sidebar .menu-san-pham-container ul.menu li:hover a,
.post-sidebar .menu-san-pham-container ul.menu li:focus a,
.post-sidebar .menu-san-pham-container ul.menu li:active a,
.post-sidebar .menu-san-pham-container ul.menu li.current-menu-item a,
.post-sidebar .menu-products-container ul.menu li:hover a,
.post-sidebar .menu-products-container ul.menu li:focus a,
.post-sidebar .menu-products-container ul.menu li:active a,
.post-sidebar .menu-products-container ul.menu li.current-menu-item a {
    background-color: var(--fs-color-primary);
    color: #fff;
}
.post-sidebar .widget-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p8-hot-products {
    clear: both;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
a.p8-hot-product {
    display: flex;
    align-items: center;
    background-color: #f2f6f9;
    border-radius: 4px;
    overflow: hidden;
}
a.p8-hot-product img {
    width: 90px;
}
a.p8-hot-product span {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    line-height: 1.35;
    padding: 0 10px;
}
a.p8-hot-product:hover,
a.p8-hot-product:focus,
a.p8-hot-product:active {
    color: var(--fs-color-primary);
}
.widget {
    margin-bottom: 0;
}
.form-row {
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.form-row p,
.form-row input {
    margin-bottom: 0 !important;
}
.form-row input,
.form-row textarea {
    border-radius: 4px;
    outline: none;
    box-shadow: none;
}
.form-row .button {
    border-radius: 4px;
    min-width: 200px;
    min-height: 46px;
}
.form-col {
    flex: 0 0 calc(33.333% - 10.5px);
}
@media (max-width: 768px) {
    .form-col {
        flex: 0 0 100%;
    }
}
.form-col-full {
    flex: 0 0 100%;
}
.wpcf7-response-output {
    margin: 20px 0 0 !important;
    background-color: #fff;
    border-radius: 4px !important;
    border-width: 1px !important;
}
.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
}
#content.blog-wrapper.blog-archive .row .post-sidebar.large-3.col,
#content.blog-wrapper.blog-archive .row .large-9.col.medium-col-first {
    padding-bottom: 0 !important;
}
.page-wrapper {
    padding-top: 20px !important;
}
.header-language-dropdown__link.nav-top-link {
    font-size: 15px;
}
.header-language-dropdown__link.nav-top-link .image-icon {
    margin: 4px 10px 0;
}
.header-language-dropdown__link.nav-top-link .image-icon img {
    width: 20px;
    height: 13px;
}
#ux-language-dropdown {
    padding: 0 !important;
}