/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Author URI: hoanqhd@gmail.com
Template: flatsome
Version: 3.20.1
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
    font-size: 87.5%;
}
.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;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, input[type=submit] {
    border-radius: 4px;
}
.button:not(.icon, .is-small, .is-smaller, .is-xsmall, .is-xxsmall, .is-large, .is-larger, .is-xlarger, .is-xxlarger, .is-xxxlarger), button, input[type=button], input[type=reset], input[type=submit] {
    font-size: .8em;
}
.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;
}
.uni-breadcrumbs {
	margin-top: 20px;
}
.uni-breadcrumbs + #main > .page-wrapper {
    padding-top: 0;
}
.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:hover {
    color: var(--fs-color-alert);
}
.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: normal;
    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;
    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: 18px;height: 12px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background: #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:0;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:11px;width:18px}
.nav-click span{top:6px;right:0;width:18px}
.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;
    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 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: 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: 75%;
}
.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: .875rem;
    font-weight: bold;
}
.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: 3;
    line-clamp: 3;
}
.sh-blog-shortcode .element .entry-title a:hover {
    color: var(--fs-color-alert);
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.875rem;
}
.sh-blog-shortcode.style-1 .post {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 35%;
    margin-left: 0;
    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 .widget-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: .5em;
}
.uni_custom_menu h2.widget-title {
    font-size: 1.1rem;
}
.uni_custom_menu ul {
    margin-bottom: 0;
}
.uni_custom_menu ul.menu li {
    border: none;
    list-style: square;
    list-style-position: outside;
    color: #999;
    margin-left: 1em;
    margin-right: 0;
}
.uni_custom_menu ul.menu li a {
    font-size: .9em;
    padding: 0;
    color: var(--fs-color-base);
}
.uni_custom_menu ul.menu li a:hover {
    color: var(--fs-color-alert);
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
/* Category */
.box-blog-post .cat-label {
    color: var(--fs-color-alert);
    opacity: 1;
    font-weight: bold;
    font-size: .7em;
}
.blog-post-inner .post-title {
    margin: .5em 0 1em;
}
.blog-post-inner .post-title a:hover {
    color: var(--fs-color-alert);
}
.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: 1.875rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header .entry-meta {
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.entry-header-text-top {
    padding-bottom: 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;
}
.related-posts ul {
    padding-left: 1em;
}
.related-posts ul li {
    list-style: square;
}
.related-posts ul li a {
    color: var(--fs-color-base);
}
.related-posts ul li a:hover {
    color: var(--fs-color-alert);
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    font-size: .97em !important;
    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 .flex-row + .wpcf7-response-output {
    margin-top: 3em !important;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.wpcf7 input[type=submit].alert {
    background-color: var(--fs-color-alert);
}
.form-register + .wpcf7-response-output {
    margin-top: 3em !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;
}
@media (min-width: 850px) {
    .footer-wrapper .row-list-menu {
        margin-bottom: 1em;
    }
    .footer-wrapper .row-list-menu > .col {
        padding-bottom: 0;
    }
    .footer-wrapper .row-divided>.col+.col:not(.large-12):not(:nth-child(2)) {
        border-left-color: #dedede;
    }
}
@media (max-width: 549px) {
    .footer-wrapper .uni_custom_menu {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: .5em;
    }
    .footer-wrapper .uni_custom_menu .widget-title {
        font-size: 1.125rem;
        position: relative;
    }
    .footer-wrapper .uni_custom_menu .widget-title::after {
        content: "";
        width: 1em;
        height: 0.5625em;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0.625em;
        background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%200.5L8%207.5L15%200.499999%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        right: 0;
        top: 0.3em;
        transition: transform 0.3s;
        transform-origin: center;
    }
    .footer-wrapper .uni_custom_menu.active .widget-title::after {
        transform: rotate(180deg);
    }
    .footer-wrapper .uni_custom_menu ul.menu {
        display: none;
    }
}
.absolute-footer {
    display: none;
    padding: 10px 0 10px;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p, .p-last-0 p:last-of-type {
    margin-bottom: 0;
}
.dark, .dark p, .dark td {
    color: #FFF;
}
.white {
    background-color: #FFF !important;
    color: #000 !important;
}
.white.is-outline:hover {
    color: #000 !important;
}
.res-text,
.widget-area .res-text,
[class*="large-"] .res-text,
[class*="medium-"] .res-text,
[class*="small-"] .res-text {
    font-size: inherit;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !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);
}
.slider-nav-push.uni-slider-button:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -40px;
}
.button-main {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    line-height: normal;
}
.social-icons a.icon:not(.button), .social-icons .button {
    margin-left: .5em;
    margin-right: .5em;
}
.social-icons a:first-of-type {
    margin-left: 0 !important;
}
.social-icons a:last-of-type {
    margin-right: 0 !important;
}
.ml-auto {
    margin-left: auto !important;
}
.button.alt, .button.checkout, .checkout-button, .secondary {
    color: var(--fs-color-base);
}
/**/
.nav-small.nav>li.html {
    font-size: 1em;
}
.hotline i {
    color: var(--fs-color-alert);
}
.header-top .flex-right .nav>li.html {
    font-size: .9em;
}
@media (min-width: 850px) {
    .header {
        background: linear-gradient( to bottom, #ffffff 0%, #ffffff 53.1914894%, rgba(0, 0, 0, 1) 53.1914894%, rgba(0, 0, 0, 1) 100%);
    }
    .header-wrapper::before {
        content: '';
        display: block;
        width: 9999px;
        height: 94px;
        background-color: #FFF;
        position: absolute;
        top: 0;
        left: -9999px;
    }
    .header-wrapper:not(.stuck) {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        background: url('assets/img/bg-header.png') left top no-repeat;
    }
    .header-wrapper:not(.stuck) .container {
        max-width: unset;
    }
    .header-wrapper:not(.stuck) #top-bar > .flex-row {
        min-height: 44px;
    }
    .header-wrapper:not(.stuck) #top-bar > .flex-row:before {
        content: '';
        display: block;
        width: calc( 100% - 230px );
        position: absolute;
        right: 15px;
        bottom: 0;
    }
    .header-wrapper:not(.stuck) #top-bar > .flex-row, 
    .header-wrapper:not(.stuck) .header-main > .flex-row {
        padding-left: 200px;
        position: relative;
    }
    .header-wrapper:not(.stuck) #top-bar > .flex-row {
        padding-left: 230px;
    }
    .header-wrapper:not(.stuck) #logo {
        position: absolute;
        left: 0;
        margin-top: -52px;
        max-height: none;
    }
    .header-wrapper:not(.stuck) #logo a {
        text-align: center;
        padding: 10px 0;
    }
    .header-wrapper:not(.stuck) #logo img {
        max-height: none !important;
        display: inline;
    }
    .header-wrapper:not(.stuck) .header-main {
        z-index: 999;
    }
    .header-wrapper:not(.stuck) .logo-left .logo {
        margin-right: 0;
    }
    .header-wrapper.stuck .header-main {
        background-color: #FFF;
    }
}
@media (min-width: 550px) and (max-width: 849px) {
    .header-main {
        min-height: 70px !important;
    }
    #logo img {
        max-height: 70px !important;
    }
}
@media (max-width: 549px) {
    .header-main {
        background-color: #FFF;
    }
}
.header-wrapper:not(.stuck) .nav>li>a {
    color: #FFF;
}
.header-main .nav>li>a:hover, 
.header-main .nav>li.active>a {
    color: var(--fs-color-alert)
}
@media (min-width: 850px) {
    body:not(.home) .header {
        border-bottom: 1px solid #cccccc;
    }
}
/**/
.mb-text-short {
    padding-bottom: 2em;
    position: relative;
    overflow: hidden;
}
.readmore_description {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 5px;
}
.readmore_description:not(.readmore_description_less):before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.readmore_description a {
    font-size: 1em;
    font-weight: bold;
    color: var(--fs-color-alert);
}
.text-reason > *:last-child {
    margin-bottom: 0;
}
.text-reason ol {
    margin-top: 0;
    margin-left: 0;
}
.text-reason ol li {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 0;
}
.text-reason ol li:not(:last-child) {
    border-bottom: 1px dashed #c4c4c4;
    padding-bottom: .5em;
}
.text-reason ol li:last-child {
    margin-bottom: 0;
}
.text-reason ol li::marker {
    font-weight: bold;
    color: var(--fs-color-alert);
}
.nav-tabs+.tab-panels {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.tabbed-content .nav-tabs>li {
    margin-bottom: 0;
}
.nav-tabs>li>a {
    font-weight: bold;
    padding: .5em 1em;
    background-color: var(--fs-color-secondary);
    border-top-width: 1px;
}
.nav-tabs>li.active>a {
    border-top-color: #ddd;
}
.nav-tabs+.tab-panels {
    padding: 15px 0 0 0;
}
.testimonial-item {
    font-size: 13px;
}
.testimonial-item .ykien-kh {
    background-color: #ededed;
    padding: 13px;
    color: #333;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}
.testimonial-item .ykien-kh::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ededed;
    position: absolute;
    bottom: -10px;
    left: 20px;
}
.testimonial-item .icon-box-img img {
    object-fit: cover;
    border-radius: 50%;
    height: 60px;
}
.testimonial-item .icon-box-text h3 {
    font-size: inherit;
}
.widget-area .widget {
    margin-bottom: 2em;
    border: 1px solid #e8e8e8;
}
.widget-area .block_widget {
    border: none;
}
.widget-area .widget .widget-title {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: .5em;
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    color: #000;
}
.widget-area .widget .widget-title + .is-divider {
    display: none;
}
.widget-area .widget_nav_menu > div {
    padding: 10px 15px;
}
.widget-area .widget_nav_menu ul.menu li a {
    font-size: 12px;
    font-weight: bold;
    color: var(--fs-color-base);
}
.widget-area .widget_nav_menu ul.menu>li>a {
    text-transform: uppercase;
}
.widget-area .widget_nav_menu ul.menu li a:hover {
    color: var(--fs-color-alert);
}
.widget-area ul.menu>li+li {
    border-top-style: dashed;
    border-color: #cccccc;
}
.widget-area .widget_nav_menu ul.menu>li ul {
    border-left: none;
}
.widget-area .widget_nav_menu ul.menu>li ul li {
    list-style: square;
}
/* Product */
.slider_single {
    position: relative;
}
.slider_single .icon-img {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    color: #000;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 2px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    pointer-events: none;
}
.slider_single .icon-img svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    vertical-align: middle;
}
.slider_single li {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.slider_single li img {
    width: 100%;
    border-radius: 0;
}
html .lSSlideWrapper {
    cursor: pointer;
}
html .lSSlideOuter .lSPager.lSGallery {
    margin-left: auto;
    margin-right: auto;
}
html .lSSlideOuter .lSPager.lSGallery a {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
}
html .lSSlideOuter .lSPager.lSGallery img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: 1px solid #ccc;
    transition: all .3s ease-in-out;
}
html .lSSlideOuter .lSPager.lSGallery li.active, html .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
html .lSSlideOuter .lSPager.lSGallery .active img {
    border-color: var(--fs-color-alert);
}
html .lSAction>a {
    width: 24px;
    height: 52px;
    margin-top: -26px;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
html .lSAction>a:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
}
html .lSAction>.lSPrev:before {
    margin-left: 6px;
    border-left: 2px solid #FFF;
    transform: rotate(-45deg) skew(-20deg,-20deg);
}
html .lSAction>.lSNext:before {
    margin-left: 0;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) skew(20deg,20deg);
}
html .lg-outer .lg-thumb-item {
    border-radius: 0;
}
html .lg-outer .lg-thumb-item.active, html .lg-outer .lg-thumb-item:hover {
    border-color: var(--fs-color-primary);
}
.section-title {
    font-size: 1.125rem;
    text-transform: uppercase;
    border-top: 3px solid var(--fs-color-alert);
    border-bottom: 1px solid #e3e3e3;
    padding-top: .5em;
    padding-bottom: .5em;
}
.product-single-info {
    font-size: .9375rem;
}
.product-single-info * {
    margin-bottom: 0;
}
.product-contact .hotline {
    font-size: 1.25rem;
}
.product-contact .button {
    font-size: 1.125rem;
    margin-bottom: 0;
}
.product-small .box-text {
    background: linear-gradient( to bottom, #ebebeb 0%, #FFF 100%);
}
.product-small .product-title a {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--fs-color-base);
}
.product-small .product-title a:hover {
    color: var(--fs-color-alert);
}
.product-small .button {
    font-size: 10px;
    margin-bottom: 0;
    white-space: nowrap;
    min-width: 110px;
}
@media (max-width: 549px) {
    .small-columns-1 .product-small .box-text {
        display: flex;
        align-items: baseline;
        column-gap: 1em;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    .small-columns-1 .product-small .product-title a {
        font-size: 14px;
    }
    .small-columns-1 .product-small .product-title {
        flex: 1;
    }
    .small-columns-1 .product-small .button {
        margin: 0;
    }
}
.product-sidebar .widget_nav_menu, .sidebar-search {
    background: #201f1f url(assets/img/bg-loc.png) no-repeat left top;
    color: #FFF;
}
.product-sidebar .widget_nav_menu .widget-title {
    color: #FFF;
    border-bottom: 1px solid #4c4c4c;
}
.product-sidebar .widget_nav_menu a:not(:hover) {
    color: #FFF !important;
}
.archive-description {
    font-size: .9em;
}
@media (max-width: 549px) {
    .archive-description {
        margin-bottom: 1em;
    }
}
.footer-wrapper {
    margin-bottom: 50px;
}
.support-fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.support-fixed-buttons .button {
    margin: 0;
    border-radius: 3px;
}
.mobile-top-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
}
.mobile-top-menu ul.menu > li {
    list-style: none;
    flex: 0 0 50%;
    margin: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.mobile-top-menu ul.menu li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.mobile-top-menu ul.menu li ul {
    padding-left: 0;
    border-left: none;
}
.button-load-more {
    font-size: 14px !important;
    border-radius: 3px !important;
}
@media (max-width: 549px) {
    .button-load-more {
        border-radius: 99px !important;
        background-color: var(--fs-color-alert);
    }
}
.uni_search .button {
    font-size: .97em;
    border-radius: 3px;
    white-space: nowrap;
    margin: 0 0 1em 0;
}
@media (min-width: 550px) {
    .uni_search--horizontal .flex-col:last-child {
        padding-left: 20px;
    }
}
@media (min-width: 850px) {
    .uni_search--horizontal select, .uni_search--horizontal input, .uni_search--horizontal .button {
        margin-bottom: 0 !important;
    }
}
.uni_search--vertical .flex-row {
    flex-direction: column;
    align-items: stretch;
}
@media (max-width: 549px) {
    .uni_search--horizontal .flex-row {
        flex-direction: column;
        align-items: stretch;
    }
    .uni_search--horizontal .button {
        margin-bottom: 0;
    }
}
.uni_blog .button i {
    font-weight: bold;
}
#azt-contact-footer-outer {
    position: fixed;
    width: 100%;
    z-index: 100 !important;
    bottom: 0;
    display: none;
}

#azt-contact-footer:after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220.522%20-3.239%20382.374%2073.076%22%20fill%3D%22none%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_d_4583_1173%22%20x%3D%220%22%20y%3D%2226%22%20width%3D%22383%22%20height%3D%2278%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%3CfeOffset%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%222%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.65098%200%200%200%200%200.65098%200%200%200%200%200.65098%200%200%200%200.3%200%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_4583_1173%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_4583_1173%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20filter%3D%22url(%23filter0_d_4583_1173)%22%20transform%3D%22matrix(1.020337%2C%200%2C%200%2C%201%2C%20-3.528967%2C%20-29.670489)%22%20style%3D%22%22%3E%3Cpath%20d%3D%22M243.18%2030C232.48%2030%20222.82%2035.91%20217.41%2045.14C212.2%2054.03%20202.55%2060%20191.5%2060C180.45%2060%20170.8%2054.03%20165.6%2045.14C160.19%2035.91%20150.53%2030%20139.82%2030H4V100H379V30H243.18Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-color: unset;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: unset;
    height: 65px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#azt-contact-footer {
    border-bottom: 15px solid #fff;
    display: flex;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-top: 5px;
}

#azt-contact-footer > a {
    position: relative;
    display: block;
    width: 25%;
    text-align: center;
    padding: 11px 0 0px 0;
    color: #313131;
}

#azt-contact-footer > span {
    display: block;
    width: 30px;
}

#azt-contact-footer span {
    display: block;
}

.azt-contact-footer-btn-label {
    padding: 0px 2px 0 2px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

#azt-contact-footer > a img {
    height: 30px;
    width: 30px;
}

#azt-contact-footer-btn-center {
    position: relative;
    background: transparent !important;
}

#azt-contact-footer-btn-center .azt-contact-footer-btn-label {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
}

#azt-contact-footer-btn-center .azt-contact-footer-btn-label > span {
    padding: 0px 8px;
    background-image: linear-gradient(92.83deg, #e29e21 0, #583900 100%);
    border-radius: 30px;
    color: white;
    display: inline-block;
}

.azt-contact-footer-btn-center-icon {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background-image: linear-gradient(92.83deg, #e29e21 0, #8b6113 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -28px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 15%) 0 -3px 10px 0px;
    border: 2px solid #fff;
}

.azt-contact-footer-btn-center-icon img {
    max-width: 20px;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 #0e68c8;
    border: 2px solid transparent;
    transition: all 0.5s;
    animation: zoom 1.3s infinite;
}

@keyframes zoom {
    0% {
    }

    70% {
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

@media only screen and (max-width: 850px) {
    #azt-contact-footer-outer {
        display: block;
    }
}


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

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

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