/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td, th {
    font-size: 1em;
}
td {
    color: inherit;
}
b, strong, .nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    font-weight: bold;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.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: bold;
    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: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## 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;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a {
    font-weight: bold;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    color: var(--primary-color);
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    column-gap: 1em;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li.menu-item-has-children>a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: bold;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    border-radius: 5px;
    min-width: 210px;
    top: 0;
    left: 100%; 
    position: absolute; 
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    z-index: 99999; 
    opacity: 0; 
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out; 
    -webkit-transition: 0.2s ease-in-out; 
    transition: 0.2s ease-in-out; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* 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 .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:30px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:30px}
.nav-click span{top:15px;right:0;width:30px}
.nav-click + .menu-title {display: block;margin-left: .5em}
.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%}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: .875rem;
}
/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.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-post-inner .post-title {
    font-size: .875rem;
    margin: 0 0 5px 0;
}
.widget_list_posts .blog-post-inner .post-title a {
    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;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
.widget_list_posts .box-vertical {
    display: flex;
}
.widget_list_posts .box-vertical .box-image {
    flex: 0 0 34%;
}
.widget_list_posts .box-vertical .box-text {
    padding: 0 0 0 1em;
}
.widget_list_posts__alignright .box-vertical .box-text {
    order: -1;
    padding: 0 1em 0 0;
}

/* Widget Support */
@media (min-width: 1200px) { .widget_supports .list-supporter { padding-top: 190px; background-image: url(assets/img/bg-support.png); background-repeat: no-repeat; background-position: top center; background-size: contain; } }
.widget_supports .list-supporter .email { padding: 5px 10px; font-weight: 600; line-height: 20px; }
.widget_supports .phone { font-size: 1.25rem; color: #ff0000; font-weight: bold; }
.widget_supports .list-supporter li { margin: 0; }
.widget_supports .support-style-1 { background-color: #FFF; }
.widget_supports .support-style-1 .supporter { padding: 0 10px 10px 10px; }
.widget_supports .support-style-1 li { padding: 5px 0; font-size: .875rem; color: #333333; border-top: 1px solid #333; }
.widget_supports .support-style-1 li:first-child { border-top: none; }
.widget_supports .support-style-1 li:last-child { border-bottom: none; }
.widget_supports .support-style-1 i { width: 22px; margin-right: 12px; }
.widget_supports .support-style-2 .supporter { margin: 0 8px; padding: 5px 8px 5px 50px; border-top: 1px solid #dddddd; background: url(lib/images/ic-phone.png) 7px 10px no-repeat; position: relative; }
.widget_supports .support-style-2 .supporter:first-child { border-top: none; }
.widget_supports .support-style-2 .name { font-weight: 600; }
.widget_supports .support-style-2 .skype { position: absolute; right: 7px; bottom: 10px; z-index: 1; }
.widget_supports .support-style-2 .email a { color: #333333; }
.widget_supports .support-style-3 .supporter:not(:last-child) { border-bottom: 1px solid #dfdfdf; }
.widget_supports .support-style-3 ul { position: relative; padding: 8px 10px; }
.widget_supports .support-style-3 .name { font-size: 0.75rem; color: #333333; }
.widget_supports .support-style-3 .phone { line-height: 24px; }
.widget_supports .support-style-3 .social { position: absolute; bottom: 10px; right: 8px; z-index: 1; }
.widget_supports .support-style-3 .social a { display: inline-block; margin-left: 4px; }

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 1.2em;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-size: 0.75em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: .75em;
    width: 1em;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: .5em 0 .5em;
    font-size: 1rem;
    font-weight: 600;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
    color: #999999;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    flex: 0 0 30%;
    margin: 0 20px 0 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-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.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-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.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-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 (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 (max-width: 849.98px) {
    .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;
}
/* Category */
.post-item .box-image, .post-item .box-image > div {
    border-radius: 6px;
}
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: .5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 2rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links {
    margin: 2em 0 3em 0;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 input[type="submit"], .wpcf7 select, .wpcf7 textarea {
    border-radius: 6px;
}
.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: .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 {
    font-size: .875rem;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .uni_custom_menu ul li a {
    display: flex;
    column-gap: 12px;
    transition: all .3s ease-in-out;
}
.footer-wrapper .uni_custom_menu ul li a:before {
    margin-left: 7px;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
}
.footer-wrapper .uni_custom_menu ul li a:hover {
    color: var(--primary-color);
}
.footer-wrapper .uni_custom_menu ul ul, .footer-wrapper .uni_custom_menu .toggle {
    display: none;
}
@media (max-width: 549px) {
    .footer-wrapper .col-collapse {
        padding-bottom: 15px;
    }
    .col-collapse .title {
        display: flex;
        justify-content: space-between;
        column-gap: 1em;
    }
    .col-collapse .title:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        font-size: 1.2em;
        transition: all .3s ease-in-out;
    }
    .footer-wrapper .col-inner.active .title:after {
        content: "\f106";
    }
    .col-collapse .title h4 {
        margin-bottom: 0;
    }
    .col-collapse .is-divider {
        max-width: 100% !important;
        margin: 0.5em 0;
        height: 1px !important;
        background-color: rgba(255,255,255,.3) !important;
    }
    .col-collapse .col-collapse-main {
        display: none;
        margin-bottom: 10px;
    }
}
.absolute-footer {
    font-size: .875rem;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 10px 0 10px;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p {
    margin-bottom: 0;
}
.p-last-0 p:last-of-type {
    margin-bottom: 0;
}
.social-icons {
    display: flex;
    flex-wrap: wrap;
    column-gap: .5em;
    color: inherit;
}
.social-icons a {
    margin: 0;
}
.button i.icon-angle-right:before {
    content: '\f178' !important;
    font-family: 'Font Awesome 5 Pro' !important;
}
i.icon-shopping-cart:before {
    content: '\f07a' !important;
    font-family: 'Font Awesome 5 Pro' !important;
}
/**/
.header-main .flex-col:nth-child(3) .nav {
    justify-content: center;
}
@media (min-width: 850px) {
    .header-main .container {
        max-width: 1360px !important;
    }
}
@media (min-width: 1200px) {
    .header-main .nav>li>a {
        font-size: 1rem;
    }
    .header-main .header-search-form {
        width: 300px;
    }
}
.header-main .image-icon img {
    max-width: 16px;
}
.header .header-search-form .form-flat input:not([type=submit]) {
    height: 36px;
    background-color: #FFF;
    border-color: #ed1a20;
    padding-left: 16px;
    padding-right: 34px;
    border-radius: 5px;
}
@media (min-width: 1200px) {
    .header .header-search-form .form-flat input:not([type=submit]) {
        height: 40px;
    }
}
.header .header-search-form .form-flat .submit-button {
    width: 40px;
    height: 40px;
    transition: none;
}
.searchform-wrapper.form-flat .submit-button.loading:after {
    color: var(--primary-color);
}
.header .header-search-form .form-flat .submit-button:not(.loading) {
    background: url(assets/img/icon-search.svg) center no-repeat;
}
.header .header-search-form .form-flat .submit-button:not(.loading) i {
    display: none;
}
@media (max-width: 849px) {
    .header-bottom {
        min-height: unset !important;
    }
    .mobile-nav>.search-form {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
.autocomplete-suggestion {
    font-size: .875rem;
}
.autocomplete-suggestion a {
    display: flex;
}
.autocomplete-suggestion .search-price {
    font-size: 1em;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.autocomplete-suggestion .search-price span.amount {
    color: #ff0000;
}
/**/
.row-cat .icon-box-img {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    width: 95px;
    height: 95px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    overflow: hidden;
}
.row-cat .icon-box-img img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
}
@media (min-width: 850px) {
    .row-cat {
        border-radius: 6px;
        -webkit-box-shadow: 0 0 3px 0 #dee2e6;
        box-shadow: 0 0 3px 0 #dee2e6;
        overflow: hidden;
    }
    .row-cat .icon-box {
        height: 100%;
        padding: 15px;
        background-color: #FFF;
        border-right: 1px solid rgba(0,0,0,.05);
        border-bottom: 1px solid rgba(0,0,0,.05);
        -webkit-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        transition: all .1s ease-in;
    }
    .row-cat .icon-box:hover {
        border-color: rgba(0,0,0,.12);
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    }
}
@media (max-width: 849px) {
    .row-cat>.col {
        margin-bottom: 1em;
    }
}
@media (max-width: 549px) {
    .row-cat .icon-box-img {
        width: 60px !important;
        height: 60px;
    }
    .row-cat .icon-box-img img {
        max-width: 50px;
        max-height: 50px;
    }
}
.col-product-cate>.col-inner {
    background-color: #FFF;
    padding: 30px 15px 15px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 3px 0 #dee2e6;
    box-shadow: 0 0 3px 0 #dee2e6;
}
.col-product-cate .product-small {
    margin-left: 0;
    margin-right: 0;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
/*    opacity: 1 !important;*/
}
.uni-slider-button .flickity-prev-next-button svg {
    border-radius: 50%;
    background: #FFF;
    padding: 30% !important;
    width: 40px !important;
    height: 40px !important;
}
.uni-slider-button .flickity-prev-next-button .arrow, .uni-slider-button .flickity-prev-next-button svg {
    fill: var(--primary-color);
}
/**/
.blog-list .post-item {
    display: flex;
}
.blog-list .box {
    height: 100%;
}
.blog-list .box {
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.10);
}
.blog-list .post-item .box-image, .blog-list .post-item .box-image > div {
    border-radius: 6px 6px 0 0;
}
.blog-list .post-item .box-text {
    padding: 15px;
}
.post-sidebar .widget_search .searchform {
    border: 1px solid #CECDCD;
    border-radius: 5px;
    background-color: #FFF;
}
.post-sidebar .widget_search .searchform input,
.post-sidebar .widget_search .searchform .button.icon {
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: 50px;
}
.post-sidebar .widget_search .searchform .button.icon i {
    color: #111111;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro' !important;
}
.post-sidebar .widget_search .searchform .button.icon i:before {
    content: '\f002';
}
.post-sidebar .widget:not(.widget_search):not(.widget_text) {
    padding-left: 22px;
    border-left: 1px solid #E2E6EA;
}
.post-sidebar .widget:not(:last-child) {
    margin-bottom: 60px;
}
.post-sidebar .widget-title, .sidebar-inner .widget-title {
    font-size: 1.25rem;
    display: block;
    padding-top: .4em;
    padding-bottom: .5em;
    text-transform: none;
    position: relative;
    margin-bottom: 1em;
    color: #092C4C;
}
.post-sidebar .widget:not(.widget_search):not(.widget_text) .widget-title {
    padding-left: 22px;
    margin-left: -25px;
}
.post-sidebar .widget:not(.widget_search):not(.widget_text) .widget-title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}
.post-sidebar .widget-title + .is-divider,
.sidebar-inner .widget-title + .is-divider {
    display: none;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.post-sidebar ul.menu>li, .post-sidebar .widget_categories ul>li {
    padding: 10px 0;
    position: relative;
    color: inherit;
}
.post-sidebar ul.menu>li>a, .post-sidebar .widget_categories ul>li>a {
    display: block;
    padding: 0 0 0 15px;
    color: inherit;
    color: #242426;
}
.post-sidebar ul.menu li a:hover, .post-sidebar .widget_categories ul>li>a:hover {
    color: #0071BD;
}
.post-sidebar .widget_nav_menu ul.menu>li:before, .post-sidebar .widget_categories ul>li:before {
    content: '\f0da';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    opacity: 1;
}
.widget-title i {
    opacity: 1;
}
/**/
.page-wrapper {
    padding-top: 60px;
}
.archive-page-header .page-title {
    font-size: 1.5rem;
}
.content-area .row-main > .col > .col-inner, .article-inner {
    background-color: #FFF;
    padding: 30px 15px;
    border-radius: 6px;
}
.woocommerce-Tabs-panel--description table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
    margin: 0;
    background: #fff;
    color: #353535;
    border: 1px solid #d8d8d8;
}
.woocommerce-Tabs-panel--description td, .woocommerce-Tabs-panel--description th {
    padding: 1rem;
}
.woocommerce-Tabs-panel--description td {
    border: none;
    border-right: 1px solid #efefef;
}
.woocommerce-Tabs-panel--description td:last-child {
    border: 0;
}
.woocommerce-Tabs-panel--description tbody:first-child tr:nth-child(odd) {
    background: #f7f9fa;
}
.woocommerce-Tabs-panel--description tbody:first-child tr:nth-child(2n) {
    background: #fff;
}
.row-uudiem .icon-box-left .icon-box-img, .row-uudiem .icon-box-right .icon-box-img {
    max-width: 25%;
}
.row-uudiem .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .8em;
}
.menu-item-design-full-width > .nav-dropdown {
    border-radius: 0 !important;
}
.menu-item-design-full-width .nav-dropdown .menu-item-has-children a {
    font-size: 1em;
}
.menu-item-design-full-width .uni_custom_menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.menu-item-design-full-width .nav-dropdown .col-inner ul:not(.nav.nav-vertical) li:not(.tab):not([class^=bullet-]) {
    display: block;
    margin-left: 0 !important;
}
.menu-item-design-full-width .uni_custom_menu ul.menu > li {
    flex: calc( 100%/7 );
    padding-left: 10px;
    padding-right: 10px;
}
.menu-item-design-full-width .uni_custom_menu ul.menu li a {
    color: #000;
}
.menu-item-design-full-width .uni_custom_menu ul.menu li a:hover {
    color: var(--primary-color);
}
.menu-item-design-full-width .uni_custom_menu ul.menu > li > a {
    display: block;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-item-design-full-width .uni_custom_menu ul.menu .sub-menu {
    display: block;
    border-left: none;
}
.menu-item-design-full-width .uni_custom_menu ul.menu .sub-menu li {
    margin-left: 0;
}
.menu-item-design-full-width .uni_custom_menu .toggle {
    display: none;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #FFF;
}
.mfp-container {
    display: flex;
    flex-direction: column;
}
.mfp-container:before {
    display: none;
}
.mfp-ready .mfp-close {
    opacity: 1;
}
#search-lightbox {
    margin-top: 60px;
}
#search-lightbox .form-flat input:not([type=submit]) {
    color: #333333 !important;
    background-color: #FFF !important;
    border-radius: 6px !important;
}
#search-lightbox .form-flat input:not([type=submit])::-ms-input-placeholder { /* Edge 12-18 */
    color: #333333;
}
#search-lightbox .form-flat input:not([type=submit])::placeholder {
    color: #333333;
}
#search-lightbox .form-flat .button.icon {
    color: var(--primary-color) !important;
}
#search-lightbox .searchform-wrapper .autocomplete-suggestions {
    display: block !important;
    max-height: calc( var(--window-height) - 200px );
    background: #FFF;
    border-radius: 5px;
    margin-top: 10px;
}
#search-lightbox .autocomplete-suggestion .search-name, 
#search-lightbox .autocomplete-suggestion img+.search-name {
    color: #333333;
}
.button-call {
    font-size: .875rem;
    background-color: #fb6e2e !important;
}
.support-fix-list {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 20px;
    transition: all 0.3s !important;
}
.support-fix-list-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.support-fix-list-box .support-action-btn {
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin: 5px auto;
    background-size: cover;
    border-radius: 50%;
    position: relative;
}
.support-fix-list-box .support-action-btn .btn-label {
    opacity: 0;
    top: calc(50% - 16px);
    right: 120%;
    color: #fff;
    background: var(--primary-color);
    position: absolute;
    object-fit: contain;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 9%);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.support-fix-list-box .support-action-btn:hover .btn-label {
    opacity: 1;
}
.support-fix-list-box .support-action-btn.btn-zalo {
    background-image: url("assets/img/icon-zalo-s2.svg");
}
.support-fix-list-box .support-action-btn.btn-facebook {
    background-image: url("assets/img/icon-messenger-s2.svg");
}
.support-fix-list-box .support-action-btn.btn-sms {
    background-image: url("assets/img/icon-sms.svg");
}
.support-fix-list-box .support-action-btn.btn-tawk {
    background-image: url("assets/img/icon-chat-s2.svg");
}
.support-fix-list-box .support-action-btn.btn-tel {
    background-image: url("assets/img/icon-phone-s2.svg");
}
.support-fix-list-box .support-action-btn.btn-gmap {
    background-image: url("assets/img/icon-map-s2.svg");
}
.support-fix-list-box .support-action-btn.btn-youtube {
    background-image: url("assets/img/icon-youtube.svg");
}
.support-fix-list-box .support-action-btn.btn-fanpage {
    background-image: url("assets/img/icon-fanpage-s2.svg");
}
@media only screen and (max-width: 991.99px) {
    .footer-wrapper {
        padding-bottom: 74px;
    }
    .support-fix-list {
        width: 100%;
        left: 0;
        bottom: 0;
        top: unset;
        transform: unset;
    }
     .support-fix-list-box {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        background: #fff;
    }
    .support-fix-list-box>.support-action-btn:nth-child(1) {
        order: 3;
        top: -14px;
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
    }
    .support-fix-list-box>.support-action-btn:nth-child(2) {
        order: 2;
    }
    .support-fix-list-box>.support-action-btn:nth-child(3) {
        order: 4;
    }
    .support-fix-list-box>.support-action-btn:nth-child(4) {
        order: 4;
    }
    .support-fix-list-box>.support-action-btn:nth-child(5) {
        order: 1;
    }
    .support-fix-list-box .support-action-btn .btn-label {
        opacity: 1;
        top: unset;
        bottom: -18px;
        font-size: 11px;
        padding: 0;
        background: none;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        color: #000;
        box-shadow: none;
    }
    .support-fix-list-box .support-action-btn {
        height: 36px;
        width: 36px;
        background-size: cover;
        position: relative;
        margin: 6px auto 18px;
    }
}
/**/
@media screen and (max-width: 849px) {
    .header .header-search, .header .cart-item {
        min-width: 16px;
    }
    #header .header-wrapper {
        left: 0;
        margin: 0 auto;
        position: fixed;
        right: 0;
        top: 0;
    }
    #wrapper {
        padding-top: 70px;
    }
}
#button-search-lightbox.active .icon-search:before {
    content: '\f00d' !important;
    font-family: 'Font Awesome 5 Pro' !important;
}
.popup-searchbox {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: calc( 100vh - 70px );
    background: #FFF;
    padding: 15px 20px;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}
.popup-searchbox.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.popup-searchbox #search-lightbox {
    margin-top: 20px;
}
.modal-open {
    height: 100%;
    overflow: hidden;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
	
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 575.98px) {
    
}
