/*
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.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --border-radius-3: 3px;
}
body {
    letter-spacing: -0.02rem;
}
.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 {
    background-color: #F8F9FA;
}
.uni-breadcrumbs > .container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button:not(.icon):not(.is-large):not(.is-xlarge), button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 1em;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=submit], select, textarea {
    box-shadow: none;
}
.dark input[type=date], .dark input[type=email], .dark input[type=number], .dark input[type=password], .dark input[type=search], .dark input[type=tel], .dark input[type=text], .dark input[type=url], .dark input[type="submit"], .dark select, .dark textarea {
    border: none;
}
.button.is-outline {
    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;
    color: #707070;
}
.breadcrumbs a {
    font-weight: bold;
    color: var(--fs-color-primary);
}
.breadcrumbs .divider, .breadcrumbs .separator {
    font-weight: bold;
    opacity: 1;
}
.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;
}
.header .nav-dropdown .section .row {
    margin-left: auto;
    margin-right: auto;
}
.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 .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: 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;
    line-clamp: 2;
    max-height: 2.8em;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
}
.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;
}
.ux-menu-link__link:hover {
    color: var(--fs-color-primary) !important;
}
/* Category */
.archive-page-header .col {
    padding-bottom: 1em;
}
.archive-page-header .page-title {
    font-size: 1.75rem;
}
@media (max-width: 549px) {
    .archive-page-header .page-title {
        font-size: 1.4rem;
    }
}
.blog-post-inner .post-title {
    font-size: 1.125rem;
    margin: .5em 0 1em;
    text-transform: uppercase;
}
.blog-post-inner .post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-post-inner .post-title a:hover {
    color: var(--fs-color-primary);
}
@media (min-width: 550px) {
    .blog-list .box-vertical.box-blog-post {
        display: flex;
    }
    .blog-list .box-vertical.box-blog-post .box-image, 
    .blog-list .box-vertical.box-blog-post .box-image * {
        height: 100%;
    }
    .blog-list .box-vertical.box-blog-post .box-image img {
        object-fit: cover;
    }
    .blog-list .box-vertical.box-blog-post .box-text {
        flex: 1;
    }
}
.box-vertical .blog-post-inner .post-title {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .3em;
    text-transform: none;
}
.box-vertical .blog-post-inner .button {
    margin-top: 0;
    text-transform: none;
    font-size: .875rem !important;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .post-meta {
    font-size: .75rem;
    opacity: .6;
}
.blog-post-inner .from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-list .box-blog-post {
    background-color: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.blog-list .box-blog-post .box-text {
    padding: 1em;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 2.25rem;
    font-weight: 200;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.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;
}
.blog-share {
    border-top: 1px solid var(--fs-color-secondary);
    margin-top: 2.5em;
    padding-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5em;
    justify-content: space-between;
}
.blog-share > span {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .5em;
}
.blog-share .social-icons {
    color: inherit;
    display: inline-flex;
    column-gap: 1.5em;
}
@media (max-width: 549px) {
    .blog-share .social-icons {
        column-gap: 1em;
    }
}
.blog-share .social-icons span {
    font-size: 1rem;
    padding-right: 1em;
}
.blog-share .social-icons a.icon:not(.button) {
    margin-left: 0;
    margin-right: 0;
    color: var(--fs-color-primary);
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 input:not([type="checkbox"], [type="radio"]), .wpcf7 .button {
    height: 40px;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.flex-row + .wpcf7-response-output {
    margin-top: 3em !important;
}
.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 {
    border-bottom: 10px solid var(--fs-color-primary);
}
/* .footer-wrapper::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    background: rgb(20, 100, 244);
    background: radial-gradient(circle, rgba(20, 100, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    height: 10px;
    z-index: 1;
    right: 0;
    clip-path: ellipse(50% 20% at 50% 50%);
} */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.section-footer .stack-information .icon-box-img+.icon-box-text {
    padding-left: 30px;
}
@media (max-width: 549px) {
    .section-footer .stack-information {
        flex-direction: column;
    }
    .section-footer .stack-information .icon-box-img {
        margin: 0 auto 1em;
    }
    .section-footer .stack-information .widget-title {
        text-align: center;
    }
    .section-footer .stack-information .icon-box-img+.icon-box-text {
        padding-left: 0;
    }
}
.absolute-footer {
    display: none;
    padding: 10px 0 10px;
    color: inherit;
}
.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;
}
@media (max-width: 549px) {
    .mb-row-gap-20 > .col:not(:last-child) {
        padding-bottom: 20px;
    }
}
.font-600 {
    font-weight: 600;
}
.stack .flex.ux-menu-link {
    margin-top: 0 !important;
}
.button-main {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    line-height: normal;
    min-height: 3em;
    border-radius: var(--border-radius-3);
}
table[border="1"] {
    border-collapse: collapse;
}
table[border="1"] td, table[border="1"] th {
    border-color: var(--fs-color-primary);
}
table[border="1"] td:first-child, table[border="1"] th:first-child {
    padding-left: .5em;
}
table[border="1"] td:last-child, table[border="1"] th:last-child {
    padding-right: .5em;
}
/* Header */
@media (min-width: 1200px) {
    .header-full-width .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: 0 1px 0 0 rgba(139,141,157,.05),0 0 1px 0 rgba(65,71,108,.15);
}
.header .nav-small.nav>li.html {
    font-size: .875rem;
}
.header-main .flex-col:nth-child(3) .nav {
    justify-content: center;
}
@media (min-width: 850px) {
    .header-main .nav-spacing-xlarge>li {
        margin: 0 15px;
    }
}
.header-main .nav>li>a {
    font-size: 1rem;
}
.header-button .button {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-height: 3em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border-width: 2px;
    white-space: nowrap;
}
.header-button .button span, .button-phone span {
    line-height: inherit;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.header-button .button.primary:hover {
    background-color: transparent;
    box-shadow: none;
    border-color: var(--fs-color-primary);
    color: var(--fs-color-primary);
}
.header-button-1 .button span::before, .button-phone span::before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: .25em;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5002_1996)"><path d="M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79Z" fill="%23FFF"/></g><defs><clipPath id="clip0_5002_1996"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.header-button-1 .button.primary:hover span::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5002_1996)"><path d="M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79Z" fill="%231464f4"/></g><defs><clipPath id="clip0_5002_1996"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.has-dropdown .icon-angle-down {
    opacity: 1;
}
@media (max-width: 549px) {
    #logo {
        max-width: 40%;
    }
}
/* Home */
.box-quick-request {
    background-color: #404040;
    color: #FFF;
    border-radius: var(--border-radius-3);
    overflow: hidden;
}
.box-quick-request .icon-box-img {
    padding: 10px;
    background-color: var(--fs-color-primary);
}
.box-quick-request .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #FFF;
}
.box-quick-request .icon-inner svg {
    padding-top: 0;
    max-width: 60%;
    max-height: 60%;
}
.box-quick-request .icon-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 549px) {
    .box-quick-request .icon-box-img {
        width: 60px !important;
    }
    .box-quick-request .icon-inner {
        width: 40px;
        height: 40px;
    }
}
.box-quick-request--style-2 {
    padding: 5px 10px;
    background-color: var(--fs-color-primary);
    
}
.box-quick-request--style-2 .icon-inner {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    color: var(--fs-color-primary);
}
.box-quick-request--style-2.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0;
}
.li-count ol li {
    counter-increment: counter;
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 8px;
    margin-left: 0;
}
.li-count ol li::before {
    content: counter(counter);
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.li-check ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8px;
}
.li-check ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: var(--fs-color-primary);
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}
.list-buttons--center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}
.button-style-2 {
    display: inline-flex;
    flex-direction: column;
    text-transform: none;
    border-radius: var(--border-radius-3);
    padding: .5em 1em;
    margin: 0;
}
.button-style-2 span:nth-child(2) {
    font-size: .75em;
}
@media (max-width: 549px) {
    .list-buttons--center {
        flex-direction: column;
    }
    .list-buttons--center .button-style-2 {
        display: flex;
    }
}
.text-quote {
    background-color: #f5f6f7;
    border-left: 3px solid var(--fs-color-alert);
    border-radius: 4px;
    padding: 15px 15px 15px 18px;
    margin-bottom: 0;
}
.lightbox-content {
    border-radius: var(--border-radius-3);
}
.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);
}
.item-product-cat {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* background-color: #F7F9F9; */
    border: 1px solid #84a3b6;
    padding: 15px;
}
.item-product-cat .box-text {
    padding: 1em 0 0 0;
    flex: 1;
}
.item-product-cat h3 {
    font-size: 1.375rem;
    margin: 0 0 .3em;
}
.item-product-cat h3 a:hover {
    color: var(--fs-color-primary);
}
.item-product-cat__short_desc {
    display: block;
    font-weight: bold;
    color: #92A0B2;
    margin: 0 0 .5em 0 !important;
}
.item-product-cat .box-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-product-cat .text-center > div {
    margin-left: unset;
    margin-right: unset;
}
.item-product-cat .box-text__inner {
    margin-top: auto;
}
.item-product-cat .price {
    margin-bottom: 1em;
}
.item-product-cat__buttons {
    margin-top: auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.item-product-cat__buttons .button {
    white-space: nowrap;
    min-width: 140px;
    justify-content: center;
    width: calc( 50% - 7.5px );
    letter-spacing: 0;
    margin: 0;
    padding: 0 1.5em;
    font-size: 14px !important;
}
.item-product-cat__buttons .button i {
    top: unset;
}
.price {
    font-weight: bold;
}
.price span {
    color: var(--fs-color-alert);
}
@media (max-width: 549px) {
    .row-mobile-small {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .row-mobile-small > .col {
        padding-left: 5px;
        padding-right: 5px;
    }
    .item-product-cat {
        font-size: .875rem;
    }
    .item-product-cat h3 {
        font-size: 1.125rem;
    }
    .item-product-cat .price span {
        display: block;
    }
}
body:not(.category) .archive-page-header {
    display: none;
}
.item-product .box-image {
    border-radius: var(--border-radius-3);
}
.item-product h3 {
    font-size: 1.125rem;
}
.item-product h3 a:hover {
    color: var(--fs-color-primary);
}
.uni_product2 .item-product {
    background-color: #FFF;
}
.uni_product2 .box-text {
    padding: 10px 10px 0 10px;
}
.uni_product2 .button {
    margin-top: 0;
}
.uni_product2 .product-description {
    font-size: .875rem;
}
.button-quote {
    display: inline-flex !important;
    outline: none;
    color: #fff;
    align-items: center;
    padding: 0;
    border: 0;
    padding-left: 15px;
    font-size: 15px !important;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: 0;
    height: 32px;
    min-height: unset;
    border-radius: 3px;
}
.button-quote span {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fs-color-alert);
    margin-left: 15px;
}
.button-quote::after {
    content: "";
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fafafa 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine{
    100%{
        left:100%;
    }
}
@keyframes shine{
    100%{
        left:100%;
    }
}
/**/
.rating-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.rating-share .button.icon.circle {
    border-radius: 0 !important;
    margin-bottom: 0;
}
html .kk-star-ratings .kksr-legend {
    margin-left: .5em;
    margin-right: 0;
}
.product-price-item {
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}
.product-price-value {
    font-weight: 700;
    text-align: right;
    font-size: 120%;
}
.product-description {
    font-size: .9375rem;
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 1em;
    margin-bottom: 1.5em;
}
.product-description > *:last-child {
    margin-bottom: 0;
}
/* [class*="act-"] a, [class*="act-"] button {
    outline: none;
    border: 0;
    width: 100%;
    display: block;
    position: relative;
    background: var(--fs-color-alert);
    padding: 10px 8px;
    line-height: 20px;
    padding-left: 58px;
    text-align: left;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: none;
    margin: 0;
}
.act-right a, .act-right button {
    background: var(--fs-color-primary);
    margin-bottom: 0;
}
[class*="act-"] button span, [class*="act-"] a span {
    height: 40px;
    width: 40px;
    border: 2px solid var(--fs-color-alert);
    background: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
[class*="act-"] a span i, [class*="act-"] button span i {
    font-size: 22px;
    color: var(--fs-color-alert);
}
[class*="act-"] a b, [class*="act-"] button b {
    display: block;
    font-size: 17px;
    letter-spacing: .1px;
} */
.slider_single li {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.slider_single li img {
    width: 100%;
}
html .lSSlideOuter .lSPager.lSGallery {
    margin-left: auto;
    margin-right: auto;
}
html .lSSlideOuter .lSPager.lSGallery img {
    border: 1px solid #333;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
html .lSSlideOuter .lSPager.lSGallery .active img {
    border-color: var(--fs-color-primary);
}
html .lSAction>a {
    width: 24px;
    height: 52px;
    margin-top: -26px;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
html .lSAction>a:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--fs-color-primary);
}
html .lSAction>.lSPrev:before {
    margin-left: 6px;
    border-left: 2px solid var(--fs-color-primary);
    transform: rotate(-45deg) skew(-20deg,-20deg);
}
html .lSAction>.lSNext:before {
    margin-left: 0;
    border-right: 2px solid var(--fs-color-primary);
    transform: rotate(45deg) skew(20deg,20deg);
}
.products-related {
    background-color: #F2F2F2;
    padding-top: 60px;
    padding-bottom: 30px;
}
/*========================================================*/
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
.dropdown-toggle:empty:after {
    margin-left: 0
}
section.content-tabs {
    margin-bottom: 40px;
}
.content-tabs ul {
    list-style-position: inside;
}
.tabs-to-dropdown a,
.tabs-to-dropdown button,
.tabs-to-dropdown input[type=button] {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
/* Tabs bar */
.tabs-to-dropdown {
    position: relative;
    z-index: 999;
}
.tabs-to-dropdown>.tab-bar {
    overflow: hidden;
    margin-right: 30px;
    position: relative;
    width: calc( 100% - 50px );
}
.tabs-to-dropdown>.tab-bar>ul {
    width: 99999px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}
.tabs-to-dropdown>.tab-bar>ul::after {
    display: table;
    content: "";
    clear: both;
}
.tabs-to-dropdown>.tab-bar>ul>li {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    margin-bottom: 0;
}
@media (max-width: 549px) {
    .tabs-to-dropdown>.tab-bar>ul {
        display: flex;
        width: auto;
    }
    .tabs-to-dropdown>.tab-bar>ul>li {
        flex: 1 1 auto;
    }
}
.tabs-to-dropdown>.tab-bar>ul>li.ttd-hide {
    opacity: 0;
    visibility: hidden;
}
.tabs-to-dropdown>.tab-bar>ul>li>a {
    white-space: nowrap;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 1.5em;
}
.tabs-to-dropdown>.tab-bar>ul>li>a:hover,
.tabs-to-dropdown>.tab-bar>ul>li>a.nav-active {
    color: var(--fs-color-primary);
}
/* Home button */
.tabs-to-dropdown>.tab-bar>ul>li>a>i {
    font-size: 34px;
    padding: 0 9px;
}
/* Acctive */
.tabs-to-dropdown>.tab-bar>ul>li.active {
    background: rgb(25, 189, 155);
}
.tabs-to-dropdown>.tab-bar>ul>li.active:hover {
    opacity: .85;
}
.tabs-to-dropdown>.tab-bar>ul>li.active:active {
    opacity: .7;
}
.tabs-to-dropdown>.tab-bar>ul>li.active>a {
    color: rgba(255, 255, 255, 1);
}
/* dropdown */
.tabs-to-dropdown>.dropdown>button.dropdown-toggle {
    border: 0;
    outline: 0;
    box-shadow: none;
    display: inline-block;
    line-height: 50px;
    background: none;
    color: #FFF;
    font-size: 25px;
    padding: 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer!important;
    width: 50px;
    min-height: unset;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.tabs-to-dropdown>.dropdown.ttd-show>button.dropdown-toggle {
    opacity: 1;
    visibility: visible;
}
.tabs-to-dropdown>.dropdown>button.dropdown-toggle:hover {
    color: #FFF;
}
.dropdown.ttd-show {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.tabs-to-dropdown>.dropdown>button.dropdown-toggle:active,
.tabs-to-dropdown>.dropdown.ttd-open>button.dropdown-toggle {
    color: #FFF;
}
.tabs-to-dropdown>.dropdown>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
    max-width: 300px;
    background: rgb(243, 243, 243);
    opacity: 0;
    visibility: hidden;
}
.tabs-to-dropdown>.dropdown.ttd-open>ul {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.tabs-to-dropdown>.dropdown>ul>li {
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
.tabs-to-dropdown>.dropdown.ttd-open>ul>li.ttd-show {
    opacity: 1;
    visibility: visible;
    max-height: 50px;
}
.tabs-to-dropdown>.dropdown>ul>li>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5em;
}
.tabs-to-dropdown>.dropdown>ul>li>a.nav-active {
    color: #f00313;
}
.tabs-to-dropdown>.dropdown.ttd-open>ul>li>a:hover {
    color: #f00313;
}
/* Media Queries */
@media all and (max-width:699px) {
    /* Tabs bar */
    .tabs-to-dropdown>.tab-bar {
        margin-right: 0;
    }
    .tabs-to-dropdown>.tab-bar>ul>li>a {
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
    }
    .tabs-to-dropdown>.tab-bar>ul>li>a>i {
        font-size: 24px;
        padding: 0;
    }
    /* Dropdown */
    .tabs-to-dropdown>.dropdown>button.dropdown-toggle {
        font-size: 14px;
        padding: 0 0px;
    }
    .tabs-to-dropdown>.dropdown>ul {
        top: 30px
    }
    .tabs-to-dropdown>.dropdown.ttd-open>ul {
        top: 50px;
    }
    .tabs-to-dropdown>.dropdown>ul>li>a {
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 360px) {
    .tabs-to-dropdown>.tab-bar>ul>li>a {
        padding: 8px 10px;
    }
}
/* Transition */
.tabs-to-dropdown>.tab-bar>ul>li,
.tabs-to-dropdown>.tab-bar>ul>li>a,
.tabs-to-dropdown>.tab-bar>ul>li>a>i,
.tabs-to-dropdown>.dropdown>button.dropdown-toggle,
.tabs-to-dropdown>.dropdown,
.tabs-to-dropdown>.dropdown>ul,
.tabs-to-dropdown>.dropdown>ul>li,
.tabs-to-dropdown>.dropdown>ul>li>a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.tabs-to-dropdown>.tab-bar>ul>li.active:active,
.tabs-to-dropdown a:active,
.tabs-to-dropdown button:active,
.tabs-to-dropdown input[type=button] {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: all 0 ease!important;
    transition: none!important;
}
.menu-fixed {
    background: #f1f1f1;
    border-bottom: 1px solid var(--fs-color-primary);
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@-webkit-keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.single-product .header-wrapper.stuck {
    position: relative;
}
.menu-tab-product {
    position: sticky;
    top: 0;
    z-index: 99;
    margin-top: 30px;
}
@media (min-width: 850px) {
    body.logged-in .menu-tab-product {
        top: 32px;
    }
}
.menu-fixed {
    margin-bottom: 40px;
}
.page-title-tab {
    font-size: 2rem;
    margin-bottom: 1em;
}
.button.is-link {
    min-height: unset;
    line-height: normal;
}
.hotline-number.is-link {
    color: #fdfb56 !important;
}
span.widget-title {
    display: block;
    font-size: 1.25rem;
}
span.widget-title + .is-divider {
    max-width: 80px;
    background: var(--primary-color);
}
.product-sidebar .wpcf7 .large-6 {
    flex-basis: 100%;
    max-width: 100%;
}
.product-sidebar .wpcf7 .button {
    background: var(--fs-color-primary) !important;
}
.rating-share__bottom {
    padding-top: .5em;
    border-top: 1px solid #ccc;
}
.post-sidebar .widget:not(:last-child) {
    margin-bottom: 60px;
}
/**/
.price-list__item {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.price-list__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.price-list__item .box-image {
    display: block;
}
@media (min-width: 850px) {
    .price-list__item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 2em;
    }
    .price-list__item .box-image {
        flex: 0 0 23%;
    }
    .price-list__item .box-content {
        flex: 1;
    }
}
@media (max-width: 849px) {
    .price-list__item .box-image {
        max-width: 80%;
    }
}
.price-list__item thead {
    background-color: #CCC;
}
.price-list__item .item-product-cat__buttons {
    justify-content: flex-start;
}
/**/
.dark ul li.bullet-arrow:before, .dark ul li.bullet-checkmark:before, .dark ul li.bullet-star:before {
    color: #FFF;
}
/* .brd-8.banner {
    border-radius: 8px;
    overflow: hidden;
} */
.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.chat-zalo {
    background: #0069ff;
}
.chat-face {
    background: #125c9e;
}
.float-contact .hotline {
    background: #e82829 !important;
}
.float-contact .button {
    font-size: 15px !important;
    color: white;
    border-radius: 20px;
    padding: 0 18px;
    margin-bottom: 0;
}
@media (max-width: 849px) {
    .float-contact {
        display: none;
    }
}
#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(assets/img/mb-footer-bg.svg);
    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, #0e68c8 0, #02a4a5 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, #f90000 0, #950099 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: 849px) {
    #azt-contact-footer-outer {
        display: block;
    }
}
.lightbox-content .mfp-close {
    top: 0 !important;
    background: var(--fs-color-alert);
    color: #FFF;
    mix-blend-mode: unset;
}
.lightbox-content .mfp-close {
    opacity: 1 !important;
}
.page-wrapper {
    padding-top: 60px;
}


.zalo-container img{max-width:100%;height:auto}.zalo-container{position:fixed;width:40px;height:40px;bottom:160px;z-index:9999999}.zalo-container:not(.right){left:2.5rem}.zalo-container.right{right:2.5rem}.zalo-container a{display:block}.zalo-container span{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#1182fc;position:relative}@keyframes zoomIn_zalo{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn_zalo{animation-name:zoomIn_zalo}.animated_zalo{animation-duration:1s;animation-fill-mode:both}.animated_zalo.infinite{animation-iteration-count:infinite}.cmoz-alo-circle{width:50px;height:50px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid #1182fc;opacity:.1;opacity:.5}.cmoz-alo-circle-fill{width:60px;height:60px;top:-10px;position:absolute;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.2s ease-in-out;-o-transition:.5s;transition:.5s;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;background-color:rgba(17,130,252,.45);opacity:.75;right:-10px}@-webkit-keyframes pulse_zalo{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse_zalo{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse_zalo{-webkit-animation-name:pulse_zalo;animation-name:pulse_zalo}
.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}.hotline-phone-ring{position:relative;visibility:visible;background-color:transparent;width:110px;height:110px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block}.hotline-phone-ring-circle,.hotline-phone-ring-circle-fill{border-radius:100%;transition:.5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;position:absolute}.hotline-phone-ring-circle{width:87px;height:87px;top:10px;left:10px;background-color:transparent;border:2px solid #e60808;-webkit-animation:1.2s ease-in-out infinite phonering-alo-circle-anim;animation:1.2s ease-in-out infinite phonering-alo-circle-anim;transform-origin:50% 50%;opacity:.5}.hotline-phone-ring-circle-fill{width:57px;height:57px;top:25px;left:25px;background-color:rgba(230,8,8,.7);border:2px solid transparent;-webkit-animation:2.3s ease-in-out infinite phonering-alo-circle-fill-anim;animation:2.3s ease-in-out infinite phonering-alo-circle-fill-anim;transform-origin:50% 50%}.hotline-phone-ring-img-circle{background-color:#e60808;width:33px;height:33px;top:37px;left:37px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:1s ease-in-out infinite phonering-alo-circle-img-anim;animation:1s ease-in-out infinite phonering-alo-circle-img-anim;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}.hotline-bar{position:absolute;background:rgba(230,8,8,.75);height:40px;width:200px;line-height:40px;padding:0 10px;background-size:100%;cursor:pointer;transition:.8s;-webkit-transition:.8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px!important;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:15px;font-weight:700;text-indent:50px;display:block;letter-spacing:1px;line-height:40px;font-family:Arial}.hotline-bar>a:active,.hotline-bar>a:hover{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:0.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:0.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:0.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%,100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}
html .zalo-container:not(.right) {
    left: unset;
    right: 43px;
    bottom: 120px;
}
html .hotline-phone-ring-wrap {
    left: unset;
    right: 5px;
}
html .hotline-bar {
    left: unset;
    right: 37px;
}
html .hotline-bar>a {
    text-indent: 30px;
}
@media (max-width: 849px) {
    html .zalo-container, html .hotline-phone-ring-wrap {
        z-index: 999;
    }
}
@media (max-width: 768px) {
    .hotline-bar {
        display: block;
    }
}
.fixed-right {
    position: fixed;
    right: 32px;
    bottom: 50%;
    z-index: 99;
    transform: rotate(-90deg);
    transform-origin: right top;
    margin-bottom: 50px;
}
.fixed-right .button {
    padding: 0 15px;
    margin: 0;
    border-radius: 6px 6px 0 0;
}
.product-promotion {
    font-size: .9375rem;
    margin-bottom: 1em;
    background: #f0f9ff;
    border-radius: 10px;
    border: 1px solid #0ba5ec;
    overflow: hidden;
}
.product-promotion__title {
    font-size: 1rem;
    padding: 10px;
    font-weight: bold;
    color: #FFF;
    background: var(--fs-color-primary);
}
.product-promotion .box-content {
    padding: 10px;
}
.product-promotion ul {
    counter-reset: item;
    padding-left: 20px;
}
.product-promotion ul li {
    position: relative;
    counter-increment: item;
    margin-left: 0;
    margin-bottom: 5px !important;
}
.product-promotion ul li:before {
    content: counter(item);
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 50px;
    background: var(--fs-color-primary);
    font-size: 10px;
    font-weight: 700;
    color: white;
    text-align: center;
    position: absolute;
    top: 5px;
    left: calc(-15px + -5px);
}
.pum-close {
    margin: 0 !important;
}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star {
    border-bottom: none;
}

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

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

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