﻿:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0,124,186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0,107,161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0,90,135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122,0,223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

    :root .has-very-light-gray-background-color {
        background-color: #eee
    }

    :root .has-very-dark-gray-background-color {
        background-color: #313131
    }

    :root .has-very-light-gray-color {
        color: #eee
    }

    :root .has-very-dark-gray-color {
        color: #313131
    }

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg,#00d084,#0693e3)
    }

    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
    }

    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg,#faaca8,#dad0ec)
    }

    :root .has-subdued-olive-gradient-background {
        background: linear-gradient(135deg,#fafae1,#67a671)
    }

    :root .has-atomic-cream-gradient-background {
        background: linear-gradient(135deg,#fdd79a,#004a59)
    }

    :root .has-nightshade-gradient-background {
        background: linear-gradient(135deg,#330968,#31cdcf)
    }

    :root .has-midnight-gradient-background {
        background: linear-gradient(135deg,#020381,#2874fc)
    }

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}
:root {
    --primary-color: #a5c539;
    --fs-color-primary: #a5c539;
    --fs-color-secondary: #d26e4b;
    --fs-color-success: #7a9c59;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #a5c539;
    --fs-experimental-link-color-hover: #f34444;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.off-canvas .mfp-content.off-canvas-cart {
    --drawer-width: 360px;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1240px
}

    .row.row-collapse {
        max-width: 1210px
    }

    .row.row-small {
        max-width: 1232.5px
    }

    .row.row-large {
        max-width: 1270px
    }

body.framed, body.framed header, body.framed .header-wrapper, body.boxed, body.boxed header, body.boxed .header-wrapper, body.boxed .is-sticky-section {
    max-width: 1200px
}

.header-main {
    height: 100px
}

#logo img {
    max-height: 100px
}

#logo {
    width: 227px;
}

    #logo img {
        padding: 5px 0;
    }

.header-bottom {
    min-height: 55px
}

.header-top {
    min-height: 20px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 120px;
}

.header.show-on-scroll, .stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.search-form {
    width: 60%;
}

.header-bg-color {
    background-color: rgba(255,255,255,0.9)
}

.header-bottom {
    background-color: #f1f1f1
}

.header-main .nav > li > a {
    line-height: 16px
}

.stuck .header-main .nav > li > a {
    line-height: 16px
}

.header-bottom-nav > li > a {
    line-height: 16px
}

@media (max-width: 549px) {
    .header-main {
        height: 60px
    }

    #logo img {
        max-height: 60px
    }
}

.nav-dropdown {
    font-size: 100%
}

.header-top {
    background-color: #349631 !important;
}

body {
    color: #333333
}

h1, h2, h3, h4, h5, h6, .heading-font {
    color: #333333;
}

body {
    font-size: 95%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: Lato, sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav > li > a {
    font-family: Lato, sans-serif;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: Lato, sans-serif;
}

.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: Lato, sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: "Dancing Script", sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #444444;
}

    .header:not(.transparent) .header-nav-main.nav > li > a:hover, .header:not(.transparent) .header-nav-main.nav > li.active > a, .header:not(.transparent) .header-nav-main.nav > li.current > a, .header:not(.transparent) .header-nav-main.nav > li > a.active, .header:not(.transparent) .header-nav-main.nav > li > a.current {
        color: #578834;
    }

.header-nav-main.nav-line-bottom > li > a:before, .header-nav-main.nav-line-grow > li > a:before, .header-nav-main.nav-line > li > a:before, .header-nav-main.nav-box > li > a:hover, .header-nav-main.nav-box > li.active > a, .header-nav-main.nav-pills > li > a:hover, .header-nav-main.nav-pills > li.active > a {
    color: #FFF !important;
    background-color: #578834;
}

.current .breadcrumb-step, [data-icon-label]:after, .button#place_order, .button.checkout, .checkout-button, .single_add_to_cart_button.button, .sticky-add-to-cart-select-options-button {
    background-color: #dd3333 !important
}

.has-equal-box-heights .box-image {
    padding-top: 100%;
}

@media screen and (min-width: 550px) {
    .products .box-vertical .box-image {
        min-width: 400px !important;
        width: 400px !important;
    }
}

.footer-1 {
    background-color: #f4f4f4
}

.footer-2 {
    background-color: #828282
}

.absolute-footer, html {
    background-color: #161616
}

.nav-vertical-fly-out > li + li {
    border-top-width: 1px;
    border-top-style: solid;
}
/* Custom CSS */

.quy-trinh-sago:after {
    content: '';
    background: url(Contents/uploads/2020/01/process-line.html) no-repeat center; /* z-index: 11; */
    position: absolute;
    top: 42%;
    height: 108px;
    width: 100%;
    background-size: auto 100%;
    margin-top: -22px;
}
/* Custom CSS Tablet */

@media (max-width: 849px) {
    .hdevvn-show-cats {
        display: none;
    }
}
/* Custom CSS Mobile */

@media (max-width: 549px) {
    .footer-border-left {
        border-right: 0px !important;
    }

    .quy-trinh-sago:after {
        background: none;
        !important;
    }
}

.label-new.menu-item > a:after {
    content: "Mới";
}

.label-hot.menu-item > a:after {
    content: "Nổi bật";
}

.label-sale.menu-item > a:after {
    content: "Giảm giá";
}

.label-popular.menu-item > a:after {
    content: "Phổ biến";
}

</style > <style type="text/css" id="wp-custom-css" >
.widget > ul > li ul, ul.menu > li ul {
    width: 98%;
}

.widget > ul > li > a, .widget > ul > li > span:first-child, ul.menu > li > a, ul.menu > li > span:first-child {
    padding: 6px;
}

.sago-title-simple .section-title-main {
    padding: 5px 10px !important;
}

.section-title-normal {
    border-bottom: 2px solid #a5c539;
}

    .section-title-normal span {
        color: #fff;
        margin-right: 15px;
        padding-bottom: 0px;
        padding-top: 3px;
        border-bottom: 2px solid a5c539;
        margin-bottom: -2px;
        padding-left: 5px;
        padding-right: 30px;
        background: linear-gradient(to left, #a5c539, #578834);
    }

.danhmuc .box-text h5 {
    font-size: 11px;
}

.widget ul {
    border: 1px solid #e7e7e7;
}

.entry-header-text {
    padding-bottom: 10px;
}

.entry-content {
    padding-top: 0;
}

.congtrinh .box-blog-post .is-large {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.congtrinh .box-blog-post .box-text.text-center {
    background: linear-gradient(to left, #a5c539, #578834);
    min-height: 62px;
    align-items: center;
    align-self: center;
    align-content: center;
    padding: 10px;
    display: flex;
}

ul.menu > li li > a:hover {
    color: #a5c539;
}

ul.menu > li li > a {
    color: #666;
}

.product-footer .woocommerce-tabs {
    padding: 60px 0;
}

#top-bar .nav > li {
    text-transform: none !important;
}

@keyframes slide {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    100% {
        -webkit-transform: translate(-500px, 0px);
    }
}

.marquee p {
    display: inline-block;
    text-indent: 0;
    width: 100%;
    -webkit-animation: slide 15s infinite;
}

.ticker .title_ticker {
    font-size: 15px;
    margin: 0px;
    color: #fff;
    line-height: 40px;
    white-space: nowrap;
    width: auto;
    margin-right: 50px;
}

.ticker {
    float: left;
    display: block;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    max-width: 580px;
}

.footer-sago .cot1 li {
    margin-bottom: 18px;
}

ul.menu > li > a:hover {
    color: #a5c539;
}

ul.menu > li > a {
    padding: 8px 8px 8px 10px;
    color: #666;
}

ul.menu > li:nth-child(35) {
    background: #a5c539;
}

    ul.menu > li:nth-child(35) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(31) {
    background: #a5c539;
}

    ul.menu > li:nth-child(31) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(25) {
    background: #a5c539;
}

    ul.menu > li:nth-child(25) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(22) {
    background: #a5c539;
}

    ul.menu > li:nth-child(22) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(18) {
    background: #a5c539;
}

    ul.menu > li:nth-child(18) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(14) {
    background: #a5c539;
}

    ul.menu > li:nth-child(14) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(10) {
    background: #a5c539;
}

    ul.menu > li:nth-child(10) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(8) {
    background: #a5c539;
}

    ul.menu > li:nth-child(8) a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.menu > li:nth-child(1) a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

ul.menu > li:nth-child(1) {
    background: #a5c539;
}

.menu-danh-muc-thi-cong-container {
    border: 1px solid #e7e7e7;
}

.doitac .dt img {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 25px;
}

.fa.fa-facebook {
    color: #e8e3e3;
}

.breadcrumbs {
    color: #a5c539;
    text-transform: none;
}

.chien {
    border-left: 8px solid #088f43;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-main {
    padding: 40px 0 0;
}

.mota {
    padding-top: 7px;
    border-top: 1px dashed #e7e7e7;
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 15px;
}

ul.product_list_widget li img {
    padding-top: 13px;
}

ul.product_list_widget li {
    box-shadow: none !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 849px) {
    .danhmuc .box-text h5 {
        font-size: 10px !important;
    }

    .box-category h5 {
        font-size: 10px !important;
    }

    .ticker {
        max-width: 330px !important;
        margin-left: 0px !important;
    }

    .button.icon.is-small {
        border: 0;
    }

    .header-button .button {
        border: 0;
        font-size: 11px;
        background: linear-gradient(to left, #a5c539, #578834);
    }

    .stuck #logo img {
        padding: 10px !important;
    }
}

.danhmuc .box-text h5 {
    color: #fff;
}

.box-shade.dark .box-text {
    text-shadow: none !important;
}

.box-category .box-text.text-center {
    background: linear-gradient(to left, #a5c539, #578834);
}

.box-blog-post .is-large {
    margin-bottom: 10px;
}

.box-blog-post .is-divider {
    display: none;
}

li, p {
    font-family: "UTM-Avo", sans-serif;
}

@media screen and (max-width: 549px) {
    .chien h1 {
        font-size: 280% !important;
    }

    .ticker .title_ticker {
        font-size: 12px !important;
        line-height: 32px !important;
    }
}

.chien h1 {
    font-size: 380%;
}

.woocommerce-Price-amount {
    color: red !important;
}

.name.product-title {
    margin-bottom: 10px;
}

.product-title a {
    color: #578834;
    font-weight: bold;
}

.product-small .box-image img {
    border-radius: 7px;
}

#masthead .nav > li > a {
    font-size: 16px;
}
/*bg-patern-sago*/
.bg-patern-sago {
    position: relative;
    overflow: hidden;
    background: url(../demo33.muathemewordpress.net/Contents/uploads/2020/01/patern.png) repeat;
}
/*table*/
.woocommerce-shipping-totals {
    display: none;
}

table {
    border-collapse: collapse;
}
/*Footer*/
.footer-sago {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
}

    .footer-sago li {
        list-style: none;
        margin-left: 0px !important;
    }

        .footer-sago li a {
            color: #e8e3e3;
        }

        .footer-sago li > .fas {
            font-size: 80%;
            color: #e8e3e3;
        }
/*form*/
.sago-form input[type="submit"], .sago-form input[type="reset"] {
    width: 100%
}

.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
    background-color: rgba(255, 255, 255, 0.03);
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.form-flat button, .form-flat input {
    border-radius: 3px;
}
/*blog-sago*/
.blog-sago .is-divider {
    display: none;
}

.title-sago a {
    color: #333;
}
/*du an sago*/
.portfolio-box .show-on-hover {
    opacity: 1;
}

.portfolio-box .box-text.text-center.dark {
    background: linear-gradient(to left, #a5c539, #578834);
}

h6.uppercase.portfolio-box-title {
    opacity: 1;
}
/*tiêu đề page*/
header.entry-header {
    text-align: center;
}

h1.entry-title.mb {
    margin-bottom: 0.5em;
    font-size: 1.6em;
}
/*widget*/
.widget .is-divider {
    display: none;
}

span.widget-title {
    border-left: 5px solid #a5c539;
    padding-left: 5px;
}
/*chi tiết dự án*/
.attributes td.op_name {
    font-weight: bold;
}

.attributes td {
    height: 46px;
}

.mo-ta-du-an {
    border-left: 8px solid #2bb670;
    padding-left: 8px;
}

.portfolio-top {
    margin-top: 30px;
}

.du-an-lien-quan {
    margin-top: 30px;
}

.attributes {
    border: none !important;
}
/*TIÊU ĐỀ*/
.sago-title-simple .section-title, .sago-title-simple .section-title-main {
    border: 0;
    padding: 0;
    margin: 0;
}

.section-title-container {
    margin-bottom: 0.5em;
}

.sago-title-simple.center .section-title {
    justify-content: center;
}
/*giới thiệu trang chủ*/
.gioi-thieu-sago {
    background: url(Contents/uploads/2022/09/texture.png)
}

.sago-no-padding-bottom {
    padding-bottom: 0;
}
/*sản phẩm trang chủ*/
.san-pham-col .col-inner {
    border: 2px solid #2bb670;
    padding-bottom: 10px;
    padding-top: 10px;
}

.san-pham-col .button {
    margin-bottom: 0px;
}
/*Menu header-main*/
/*tìm kiếm header main*/
.header-search a {
    background: #FFF;
    border-radius: 3px;
    padding: 9px !important;
    border: 1px solid #578834;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

    .header-search a:hover {
        background: #578834;
    }

.header-search .icon-search {
    color: #578834;
}

    .header-search .icon-search:hover {
        color: #fff
    }
/*Yêu cầu báo giá*/
a.yeu-cau-bao-gia {
    background: linear-gradient(to left, #a5c539, #578834);
    color: #fff !important;
    padding: 10px 8px !important;
    border-radius: 3px;
    font-weight: bold !important;
}

    a.yeu-cau-bao-gia:hover {
        background: linear-gradient(to left, #578834, #a5c539);
    }
/*hotline top*/
.hotline-top {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding: 6px 0;
}

    .hotline-top a {
        color: #FFF;
        font-size: 15px;
        font-weight: 100;
    }
/*top bar*/
#top-bar {
    background: linear-gradient(to left, #a5c539, #578834);
}

    #top-bar .nav > li {
        margin: 0 10px;
        text-transform: uppercase;
    }
/*font chữ*/
@font-face {
    font-family: UTM-Avo;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf);
    font-weight: normal;
}

@font-face {
    font-family: UTM-Avo;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf);
    font-weight: bold;
}

.section-title-main, h1, h2, h3, h4, h5, h6, strong, .icon-box-text, .icon-box-text h2, .icon-box-text h3, .icon-box-text h4, .icon-box-text h5, .sidebar-menu .nav-sidebar li a, .col-inner, .text-center, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .col-inner strong, .col-inner h3, .col-inner h4, .header-nav > li.menu-item, .header-nav > li.menu-item a, .header-nav li.menu-item, .header-nav li a, h1.entry-title, .widget-title, .col-inner h2, .col-inner h3, .col-inner h4, .col-inner h5, .col-inner h6, .top-bar-nav li.menu-item a, .account-item span, #header-contact li a span, h3.product-section-title, .woocommerce-breadcrumb.breadcrumbs, ul.product-tabs > li > a, .widget, .product-short-description, button.button, .product_meta span, h3.comment-reply-title, .html.custom, span.header-cart-title, .footer-secondary.pull-right, .utm-avo, .tab a span, .button, .searchform .search-field, .searchform .search-field::placeholder, .header-top li a > span, table tr th, table tr td, label, .form-row input, .form-row select, .form-row textarea, .mini_cart_item a, .mini_cart_item span, .woocommerce-mini-cart__total span, .tab-panels .panel.entry-content, .tab-panels .panel.entry-content p, .woocommerce-MyAccount-navigation-link a, .woocommerce-additional-fields h3, .woocommerce-billing-fields h3, .breadcrumbs a, #mega-menu-title, .woocommerce-info, .futura {
    font-family: "UTM-Avo", sans-serif;
}

@media (min-width: 550px) {
    p.form-row-first {
        width: 100%;
        float: left;
    }
}

.post_format-post-format-video .entry-image img {
    width: 100%;
    display: none;
}

.top-divider {
    margin-bottom: -1px;
    border-top: 0px solid currentColor;
    opacity: 0.1;
}
/*-------------------*/
.cart-item .nav-dropdown-default > li:hover {
    background: #fff;
}

.wpcf7 .wpcf7-response-output {
    margin: 5px 0 0;
    border-radius: 0px;
}

.dark .widget .badge-outline .badge-inner {
    color: #fff;
    opacity: 1;
}
/* Chỉnh giá tiền*/
.price-wrapper span {
    color: red;
}

.tooltipster-default {
    display: none;
    border-radius: 5px;
    background: #111;
    color: #fff;
    transition: opacity .2s;
    opacity: 0;
}

.shortcode-error {
    display: none;
    border: 2px dashed #000;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #71cedf;
}

body {
    overflow: hidden;
}

.pull-left {
    color: #fff;
    float: left;
}

.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 1em;
}

h4 {
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0px;
    text-rendering: optimizeSpeed;
}

.box-text {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    font-size: .9em;
}

.row .row-small:not(.row-collapse), .container .row-small:not(.row-collapse) {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}

.footer {
    padding: 10px 0 0;
}

ul.product_list_widget li img {
    top: 0px;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}

ul.product_list_widget li {
    box-shadow: 0 1px 1px #d2d2d2;
    background: white;
    margin-bottom: 3px;
    list-style: none;
    padding: 10px 0 5px 90px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
/* Code menu cấp 3*/
.nav-dropdown > li.nav-dropdown-col {
    display: block;
}

.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0;
}

    .nav-dropdown .nav-dropdown-col > a, .nav-dropdown li a {
        font-weight: normal !important;
        text-transform: none !important;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .nav-dropdown .nav-dropdown-col > ul li:hover {
        background: #a5c539;
    }

        .nav-dropdown-default > li:hover > a, .nav-dropdown .nav-dropdown-col > ul li:hover > a {
            color: white;
        }

.nav-dropdown-default > li:hover {
    background: #a5c539;
}

.nav-dropdown-default > li > a {
    border-bottom: 0 !important;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col > ul {
    border: 1px solid #d2d2d2;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown > li.nav-dropdown-col {
    width: 100%;
    border-right: 0;
}

.nav-dropdown .nav-dropdown-col > ul li a {
    padding: 10px;
    text-transform: none;
    color: black;
}

.header-nav li.nav-dropdown-col:hover > ul {
    display: block !important;
}
.woocommerce form .form-row .required {
    visibility: visible;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
@font-face {
    font-family: "fl-icons";
    font-display: block;
    src: url(/Contents/themes/flatsome/assets/css/icons/fl-icons541a.eot?v=3.19.7);
    src: url(/Contents/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.19.7) format("embedded-opentype"), url(/Contents/themes/flatsome/assets/css/icons/fl-icons541a.woff2?v=3.19.7) format("woff2"), url(/Contents/themes/flatsome/assets/css/icons/fl-icons541a.ttf?v=3.19.7) format("truetype"), url(/Contents/themes/flatsome/assets/css/icons/fl-icons541a.woff?v=3.19.7) format("woff"), url(/Contents/themes/flatsome/assets/css/icons/fl-icons541a.svg?v=3.19.7#fl-icons) format("svg");
}
@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome") format("svg");
    unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: fallback;
    src: url('Contents/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt%2cwght.woff2') format('woff2');
    font-stretch: normal;
}

@font-face {
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('Contents/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');
}
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--primary: #a5c539;
    --wp--preset--color--secondary: #d26e4b;
    --wp--preset--color--success: #7a9c59;
    --wp--preset--color--alert: #b20000;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-family--inter: "Inter", sans-serif;
    --wp--preset--font-family--cardo: Cardo;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(body) {
    margin: 0;
}

.wp-site-blocks > .alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks > .alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

.is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

    .is-layout-flex > :is(*, div) {
        margin: 0;
    }

body .is-layout-grid {
    display: grid;
}

.is-layout-grid > :is(*, div) {
    margin: 0;
}

body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-color {
    color: var(--wp--preset--color--primary) !important;
}

.has-secondary-color {
    color: var(--wp--preset--color--secondary) !important;
}

.has-success-color {
    color: var(--wp--preset--color--success) !important;
}

.has-alert-color {
    color: var(--wp--preset--color--alert) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-background-color {
    background-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary) !important;
}

.has-success-background-color {
    background-color: var(--wp--preset--color--success) !important;
}

.has-alert-background-color {
    background-color: var(--wp--preset--color--alert) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-border-color {
    border-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-border-color {
    border-color: var(--wp--preset--color--secondary) !important;
}

.has-success-border-color {
    border-color: var(--wp--preset--color--success) !important;
}

.has-alert-border-color {
    border-color: var(--wp--preset--color--alert) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-inter-font-family {
    font-family: var(--wp--preset--font-family--inter) !important;
}

.has-cardo-font-family {
    font-family: var(--wp--preset--font-family--cardo) !important;
}