:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-border-width-focus: 2px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

: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-small-font-size {
    font-size: .8125em
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em
}

.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: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    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: auto !important;
    -webkit-clip-path: none;
    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
}

:root {
    --primary-color: #f3f3f3;
}

.full-width .ubermenu-nav, .container, .row {
    max-width: 1170px;
    color: #000000;
}

.copyright-footer {
    color: #fff;
}

.footer-text.inline-block.small-block {
    color: #fff;
}

.row.row-collapse {
    max-width: 1140px
}

.row.row-small {
    max-width: 1162.5px
}

.row.row-large {
    max-width: 1200px
}

.header-main {
    height: 93px
}

#logo img {
    max-height: 93px;
}

#logo {
    width: 96px;
}

.header-bottom {
    min-height: 43px;
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 30px
}

.transparent #logo img {
    max-height: 30px
}

.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: 80px;
}

.header.show-on-scroll, .stuck2 .header-main {
    height: 70px !important
}

.stuck2 #logo img {
    max-height: 70px !important
}

.header-bg-color, .header-wrapper {
    background-color: rgba(255, 255, 255, 0.9)
}

.header-bottom {
    background-color: #f3f3f3;
}

.stuck2 .header-main .nav>li>a {
    line-height: 50px
}

.stuck22 .header-bottom {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 549px) {
    .header-main {
        height: 70px;
    }

    #logo img {
        max-height: 70px
    }
}

.main-menu-overlay {
    background-color: #dd890b
}

.nav-dropdown {
    font-size: 95%
}

/* Color */
.accordion-title.active, .has-icon-bg .icon .icon-inner, .logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline>li.active>a, .nav-outline>li.active>a, .cart-icon strong, [data-color='primary'], .is-outline.primary {
    color: #156953;
}

/* Color !important */
[data-text-color="primary"] {
    color: #156953 !important;
}

/* Background Color */
[data-text-bg="primary"] {
    background-color: #156953;
}

/* Background */
.scroll-to-bullets a, .featured-title, .label-new.menu-item>a:after, .nav-pagination>li>.current, .nav-pagination>li>span:hover, .nav-pagination>li>a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li>a:hover, .nav-dropdown.nav-dropdown-bold>li>a:hover, .nav-dropdown-bold.dark .nav-column li>a:hover, .nav-dropdown.nav-dropdown-bold.dark>li>a:hover, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box>li>a:hover, .nav-box>li.active>a, .nav-pills>li.active>a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
    background-color: #156953;
}

/* Border */
.nav-vertical.nav-tabs>li.active>a, .scroll-to-bullets a.active, .nav-pagination>li>.current, .nav-pagination>li>span:hover, .nav-pagination>li>a:hover, .has-hover:hover .badge-outline .badge-inner, .accordion-title.active, .featured-table, .is-outline:hover, .tagcloud a:hover, blockquote, .has-border, .cart-icon strong:after, .cart-icon strong, .blockUI:before, .processing:before, .loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover {
    border-color: #156953
}

.nav-tabs>li.active>a {
    border-top-color: #156953
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
    border-left-color: #156953
}

.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
    border-left-color: #156953
}

/* Fill */
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #156953;
}

body {
    font-size: 14px;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    /* font-family: "Quicksand", sans-serif; */
    font-family: arial, sans-serif;
}

body {
    font-weight: 400;
}

body {
    color: #230000
}

.nav>li>a {
    /* font-family: "Roboto Condensed", sans-serif; */
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: "Roboto Condensed", sans-serif;
}

.nav>li>a {
    font-weight: 300;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical>li>a {
    /* font-family: "Roboto Condensed", sans-serif; */
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    color: #000000;
}

h2 {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #156953;
    font-weight: 400;
}

h3 {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    margin: 5px 0px;
    color: #156953;
}

.alt-font {
    font-family: "Roboto Condensed", sans-serif;
}

.alt-font {
    font-weight: 300 !important;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
    color: #ffffff;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover, .header:not(.transparent) .header-bottom-nav.nav>li.active>a, .header:not(.transparent) .header-bottom-nav.nav>li.current>a, .header:not(.transparent) .header-bottom-nav.nav>li>a.active, .header:not(.transparent) .header-bottom-nav.nav>li>a.current {
    color: #f3f3f3;
}

.header-bottom-nav.nav-line-bottom>li>a:before, .header-bottom-nav.nav-line-grow>li>a:before, .header-bottom-nav.nav-line>li>a:before, .header-bottom-nav.nav-box>li>a:hover, .header-bottom-nav.nav-box>li.active>a, .header-bottom-nav.nav-pills>li>a:hover, .header-bottom-nav.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: #156953;
}

.absolute-footer, html {
    background-color: #0d5240;
}

.nav>li>a {
    /* font-family: "UTM Avo", sans-serif; */
    text-transform: none;
    font-weight: bold;
    font-size: 14px
}

h1, h2, h3, h4, h5, h6, .heading-font {
    text-transform: none;
}

.alt-font {
}

.header-bottom {
    background: #156953;
    border: none;
    margin-bottom: 0;
    background-size: 100% 100%;
}

.nav-spacing-large>li {
    margin: 0
}

.nav-spacing-large>li a {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 34px
}

.nav-spacing-large>li a:hover {
    background: #f3f3f3;
    color: white
}

.header:not(.transparent) .header-bottom-nav.nav>li.active>a {
    background: #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    color: #156953;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover {
    color: #156953;
}

.nav-dropdown {
    padding: 0;
    border: 0px solid #ddd;
    color: #1b1b1b;
}

.nav-dropdown>li>a, .nav-column>li>a {
    color: #156953;
    line-height: 18px;
    font-size: 14px
}

.nav-dropdown>li>a:hover, .nav-column>li>a:hover {
    color: white
}

.nav-dropdown.nav-dropdown-simple>li>a:hover, .nav-column>li>a:hover {
    background: rgb(21, 105, 83);
}

.nav-dropdown .menu-item-has-children>a, .nav-dropdown .title>a, .nav-dropdown .nav-dropdown-col>a {
    color: #156953;
    font-size: 14px;
}

li:hover > .menu-ver {
    display: block
}

.menu-item {
    position: relative;
}

.menu-ver {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100%;
    background: #fff;
}

.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover {
    background: #156953;
}

.block-title.title-large span {
    color: #156953;
    font-weight: bold;
    font-size: 29px;
}

.block-title.title-large {
    margin-bottom: 0 ;
    padding: 10px 0;
}

.name-chatluong {
    font-weight: bold;
}

.name-chungtoicogi {
    font-weight: bold;
}

.block-title {
    padding: 10px 0 10px;
    /* margin-bottom: 20px; */
}

.box-text .button {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
    border-radius: 4px;
	color: #156953;
}

.cau-chuyen .row .col .post-item .box-text {
    background: #156953;
}

.cau-chuyen .row .col .post-item .box-text p {
    color: #fff;
    font-size: 15px;
}

.post-item .box-text .post-title {
    color: #156953;
    margin-bottom: 10px;
    /* font-family: "UTM Avo", sans-serif; */
    text-transform: uppercase;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 23px;
    height: 43px;
    font-weight: bold;
}

.box-blog-post .is-divider {
    display: none
}

.cau-chuyen .row .col .post-item .post-title {
    margin-bottom: 30px;
    color: white;
    /* font-family: "UTM Avo", sans-serif; */
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.video .row .col .post-item .box-text {
    /* border-bottom: 5px solid #ed3c8f; */
    padding-bottom: 3px;
    text-align: center
}

.khuyen-mai .row .col .post-item .box-vertical {
    border-bottom: 5px solid #ed3c8f;
}

.footer2-nav ul {
    margin-bottom: 0;
    max-width: 1200px;
    margin: 0 auto
}

.footer2-nav {
    display: flex;
    border-top: 2px solid #156953;
    margin-bottom: 0;
    background: #1a8065
}

.footer2-nav ul li {
    float: left;
    list-style: none;
    margin-bottom: 0
}

.footer2-nav ul li a {
    padding-left: 15px;
    line-height: 40px;
    color: #ffffff;
    font-family: "UTM Avo", sans-serif;
    font-weight: normal;
    padding-right: 15px;
    font-size: 13px;
    text-transform: uppercase;
}

.footer2-nav ul li a:hover {
    background: #156953;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-section .cot4 .sidebar-wrapper .widget_nav_menu {
    margin-left: 0
}

.footer-section .cot4 .sidebar-wrapper .widget_nav_menu li {
    list-style: square;
    color: #fff;
}

.footer-section .cot4 .sidebar-wrapper .widget_nav_menu li a {
    font-size: 14px;
    color: white
}

.footer-section .cot4 .sidebar-wrapper .widget_nav_menu li a:hover {
    color: #f3f3f3;
}

.nhan-tin .row .col, .entry-header-text {
    padding-bottom: 0
}

.nhan-tin .row .col p, form {
    margin-bottom: 0;
    color: #000;
}

.nhan-tin .form-flat input:not([type="submit"]) {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border-color: transparent;
}

.nhan-tin input[type='submit']:not(.is-form) {
    border-radius: 4px;
    background: #f3f3f3;
    text-transform: none;
    font-weight: normal;
	color: #156953;
}
.title-main-lienhe {
    padding-top: 15px;
	text-align: center;
}
.tin-tuc .post .cot1 .post-item .post-title {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 32px;
	height: 66px;
}

.tin-tuc .post .cot2 .col {
    padding-bottom: 10px;
    padding-top: 10px;
}

.tin-tuc .post .cot1 .post-item .box-text {
    padding-left: 10px;
    padding-right: 10px
}

.tin-tuc .row .col, .tin-tuc .post .cot1 .post-item .box-text, .tin-tuc .post .col {
    padding-bottom: 5px;
}

.tin-tuc .post .post-item .box-text {
    background: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px
}

.cau-hoi .accordion-title.active, .accordion-title {
    /* font-family: "UTM Avo", sans-serif; */
    font-weight: bold;
    color: #ffffff;
    background: #156953;
    margin-bottom: 7px;
    border-color: #156953;
}

.accordion-inner {
    background: #f3f3f3;
    margin-bottom: 7px;
    color: #156953;
}

.accordion-title span, .toggle i {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-floatright {
    width: 100px;
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 99999
}

.menu-floatright #toggle_social {
    position: absolute;
    right: 5px;
    display: none;
}

.menu-floatright ul {
    padding: 0;
}

.menu-floatright #toggle_social ul li {
    position: relative;
    border-radius: 3px;
    border: 1px solid #fff;
    list-style: none;
    margin-bottom: 10px;
}

.menu-floatright #toggle_social ul li img {
    width: 40px;
    border-radius: 5px;
}

.menu-floatright #toggle_social ul li .toggle_social-des {
    font-size: 9px;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 5%;
    margin-bottom: 0;
}

.menu-floatright #back_to_top {
    border: 1px solid #fff;
    width: 57px;
    height: 57px;
    background: #F7C15F;
    border-radius: 5px;
}

.menu-floatright #back_to_top a {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    font-size: 26px;
}

.menu-floatright #toggle_social ul li .toggle_social-des {
    font-size: 9px;
    text-align: center;
    color: rgb(255, 255, 255);
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 5%;
    margin-bottom: 0px;
}

.hidden-lg {
    display: none !important;
}

.menu-floatright .click-toggle_social {
    width: 30px;
    height: 30px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: -40px;
    background: rgb(255, 204, 76);
    border-radius: 5px;
    transition: all 1s ease;
}

.blog-single .article-inner .entry-image img, .blog-single .badge.post-date {
    display: none
}

.blog-single .article-inner .is-divider {
    height: 1px;
    max-width: 100%;
}

.duong_dan_breadcrumb {
    display: block;
    margin-bottom: 10px
}

.duong_dan_breadcrumb #crumbs {
    margin-bottom: 0
}

.duong_dan_breadcrumb #crumbs li {
    color: gray;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    list-style: none;
}

.duong_dan_breadcrumb #crumbs li a {
    color: #f3f3f3;
    font-size: 14px;
    padding-right: 5px
}

.duong_dan_breadcrumb span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 1;
    padding-right: 7px;
}

.duong_dan_breadcrumb li a {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #288ad6;
    padding: 0 10px 0 0;
}

.info-tieu-de {
    margin-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
}

.meta-date-capnhat, .luot-xem {
    padding-right: 13px
}

.info-tieu-de a {
    color: gray
}

.meta-related a {
    font-size: 15px;
    color: #f3f3f3
}

.entry-content {
    padding-top: 15px
}

footer.entry-meta {
    font-size: 15px
}

footer.entry-meta a {
    color: #f3f3f3
}

footer.entry-meta .bottom-post-tag {
    display: block;
    margin-top: 10px;
}

footer.entry-meta .bottom-post-tag a {
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
}

footer.entry-meta .bottom-post-tag a:hover {
    background: #fac100;
    color: #b20000;
}

.title-post-lien-quan {
    margin-top: 15px;
}

.list-news {
    display: inline-table;
}

.list-news li:first-child {
    width: 22%;
    margin-right: 15px;
    float: left;
    list-style: none;
    margin-left: 0;
}

.list-news li {
    width: 22%;
    margin-left: 15px;
    margin-right: 14px;
    float: left;
    list-style: none;
}

.list-news li:nth-child(4n+4) {
    width: 22%;
    margin-left: 15px;
    float: right;
    list-style: none;
    margin-right: 0;
}

.list-news li .item-list h4 {
    margin-top: 10px;
    line-height: 19px;
    font-size: 14px;
    font-family: "UTM Avo", sans-serif;
    font-weight: bold
}

.list-news .item-list h4 a {
    color: black;
}

.blog-wrapper .large-8 {
    padding-right: 10px
}

.blog-wrapper .large-4 {
    padding-left: 10px
}

.article-inner .entry-content .row {
    margin-left: 0;
    margin-right: 0
}

.section-slider, .section-body {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.section-body .cot4 .tieu-de {
    height: 40px;
    background: #156953;
    padding-left: 10px;
    color: white;
    padding-top: 9px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.section-body .cot4 .sidebar-wrapper {
    background: #ffffff;
}

.section-body .cot4 .sidebar-wrapper .widget_nav_menu ul li {
    list-style: circle;
    color: #282828;
    margin-left: 5px;
    margin-right: 10px;
}

.form-lien-he {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 9px;
    border-radius: 4px;
    background: #156953;
    padding: 20px;
}

.wpcf7 .wpcf7-form-control-wrap {
    text-align: left;
}

.form-lien-he h3, .form-lien-he .wpcf7-list-item-label {
    color: white;
}

.form-lien-he input[type='submit']:not(.is-form) {
    margin: 0;
    border-radius: 4px;
    margin-top: 5px;
    background: #86c52e;
}

.section-body .cot4 .sidebar-wrapper .widget_nav_menu ul li a {
    color: #2a2a2a;
}

.section-body .cot4 .tieu-diem .post-item {
    margin-right: 8px;
    padding-bottom: 0;
    margin-left: 8px;
    padding-top: 5px;
}

.section-body .cot4 .tieu-diem .post-item .box-text {
    padding-right: 5px;
}

.section-body .cot4 .tieu-diem .post-item .box-text .post-title {
    font-size: 14px;
    font-weight: bold;
    font-family: "UTM Avo", sans-serif;
    text-transform: none;
    color: #156953;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-price thead>tr>th {
    background-color: #ffbe02;
    padding: 20px 20px 20px 0 !important;
    color: #a9410f;
    text-transform: uppercase;
    border: 0 !important;
}

.table-price thead>tr>th {
    background-color: #ffbe02;
    padding: 20px 20px 20px 0 !important;
    color: #a9410f;
    text-transform: uppercase;
    border: 0 !important;
}

.table-price thead>tr>th span {
    border-left: 2px solid #fff;
    padding-left: 20px !important;
}

.table-title-level01 {
    background-color: #fedf67;
    color: #a9410f;
    text-transform: uppercase;
    font-weight: 500;
    border: 0 !important;
    padding-left: 0px !important;
}

.section-bang-gia .table-title-level01 td {
    border: 0;
}

.section-bang-gia .table-bordered td {
    padding: 14px 0 14px 30px;
    vertical-align: middle;
}

.table-title-level01 td span {
    padding-left: 0px !important;
    display: block;
    color: black;
}

.table-td1 {
    font-weight: bold;
}

.table-bordered {
    border: 1px solid #ddd;
}

.tb-text-align {
    text-align: center;
    padding: inherit !important;
}

.table>tbody>tr>td {
    line-height: 25px;
}

.table-title-level02 {
    background-color: #fff3cb;
    color: #a9410f;
    text-transform: uppercase;
    font-weight: 500;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-right: 1px solid #ececec;
    padding-left: 8px;
}

a.danhmucc1 {
    text-transform: uppercase;
}

.page-khuyen-mai .post-item .box-text .post-title {
    margin-bottom: 10px;
}

.page-khuyen-mai .post-item .col-inner:hover {
    border-bottom: 5px solid #fae600;
}

.page-khuyen-mai .post-item .col-inner {
    border-bottom: 5px solid #f7f7f7;
}

.page-inner p, .article-inner p {
    line-height: 1.7;
}

h3.tieudiem {
    font-size: 14px !important;
}

.page-inner h2, .article-inner h2 {
    font-size: 18px;
}

.page-wrapper .accordion .accordion-item .accordion-title {
    font-size: 15px;
    font-family: "UTM Avo", sans-serif;
    font-weight: bold;
}

.box-text p {
    color: #000;
}

#col-706189771 .post-item .box-text .post-title {
    -webkit-line-clamp: 1;
    height: 23px
}

.tin-tuc .post-item .box-text .post-title {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    /* fallback */
}

.footer-secondary {
    padding: 0;
}

.footer-section .col {
    padding-bottom: 10px;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

.duong_dan_breadcrumb #crumbs {
    margin-bottom: 0;
    background: #e3efcd;
    padding: 5px 10px;
    color: white;
    border-radius: 4px;
}

#secondary .section-slider {
    padding-top: 0;
    padding-bottom: 0;
}

.is-divider {
    height: 1px;
    max-width: 100%
}

.html-before-comments .post-item {
    padding-bottom: 0
}
.mb-3{margin-bottom:30px}
.mb-2{margin-bottom:20px}
.mb-1{margin-bottom:10px}
.mt-3{margin-top:30px}
.mt-2{margin-top:20px}
.mt-1{margin-top:10px}
.box-banner{
    position: relative;
}
.box-banner .name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: rgb(255 255 255 / 42%);
    font-weight: bold;
    font-size: 20px;
    color: #156953;
}
#giacong-list .description ~ a{
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    border: 1px solid #156953;
    padding: 8px 20px;
}
#giacong-list .description{
    border-left: 4px solid #156953;
    padding-left: 10px;
    color: #156953;
}
.ingredient-item{
    padding: 0px 10px 0px 10px;
}

.ingredient-item .col-inner{}
.ingredient-item .image-cover{
    padding-top: 150%;
    border-radius: 10px;
}
.ingredient-item .prebox-box-inner{
    padding: 10px;
    border: 1px solid rgb(204 204 204 / 54%);
    border-radius: 10px;
}
@media(max-width:768px){
	#col-37281026 .inner-form{margin-top:30px}
}
/* Custom CSS Mobile */
@media (max-width: 549px) {
    .menu-floatright {
        display: none;
    }

    .tin-tuc .row .cot2 .post-item .box-image {
        width: 25%;
        float: left;
    }

    .tin-tuc .row .cot2 .post-item .box-text {
        width: 75%;
        float: left;
        padding-left: 5px;
        background: none;
    }

    .tin-tuc .row .cot2 .post-item .box-text .post-title {
        font-size: 14.8px;
        padding-bottom: 40px;
    }

    .cau-chuyen .row .col .post-item .box-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nhan-xet .icon-box-left .icon-box-img {
        max-width: 100%;
        width: 100% !important;
    }

    .nhan-xet .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 0;
    }

    .footer-section .cot4 .sidebar-wrapper .widget_nav_menu li {
        margin-left: 20px;
    }

    .list-news li:first-child, .list-news li, .list-news li:nth-child(4n+4) {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .list-news .new-img {
        width: 25%;
        float: left;
    }

    .list-news .item-list {
        width: 75%;
        float: left;
        padding-left: 5px;
    }
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}

.tab-giacong {
    text-align: center;
    margin-bottom: 30px;
}

.tab-giacong input {
    display: none;
}

.tab-giacong label {
    display: inline-block;
}

.tab-giacong span {
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 7px 20px;
    transition: 0.2s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.tab-giacong input:checked ~ span,.tab-giacong label:hover span {
    background: #156953;
    color: #f3f3f3;
    border-color: #f3f3f3;
    text-transform: uppercase;
}

#section_41584779 {
    background: #f5f5f5;
}

#section_41584779 .content {
}

#section_41584779 .content .item {
    display: flex;
    margin-bottom: 10px;
}

.social {
    text-align: center;
}

#section_41584779 .content .item .icon span {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
}

#section_41584779 .content .item .icon {
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    padding-top: 7px;
}

#section_41584779 .content .item .icon img {
}

#section_41584779 .content .item .detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}

#section_41584779 .content .item .detail .name {
    font-weight: bold;
    color: #156953;
}

#section_41584779 .content .item .detail .desc {
    text-align: justify;
    color: #000;
}

element.style {
}

.s-home-17 .s_form {
    position: relative;
    background-color: #ffffff59;
    -webkit-box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    border-radius: 20px;
}

.s-home-17 .s_form {
    height: 100%;
    padding: 50px 45px 45px 45px;
    padding-top: 20px;
}

.s-home-17 .s_form .s_title {
    color: #fd248f;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    font-family: 'Playfair Display',serif;
    text-transform: uppercase;
}

.s-home-17 .c-form-border--icon {
    background-color: #ffffff;
}

.c-form-border {
    border-radius: 50px;
}

.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-form-border {
    border: 1px solid #156953;
    border-radius: 3px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-form-border {
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border-radius: 4px;
}

.form-group {
    position: relative;
    margin-bottom: 1.072em;
}

.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}

.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}

.c-form-border--icon .c_icon {
    -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
}

.c-form-border--icon .c_icon {
    -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
}

#form_form-1 .text--icon {
    color: #156953;
}

.text--icon {
    color: #999;
}

.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}

.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out;
}

.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}

.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out;
}

.c-form .c_input, .c-form-border .c_input {
    width: 100%;
    height: 0;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
    margin: 0;
    box-shadow: none !important;
}

.c-btn--secondary {
    background-color: #f7b;
}

.c-btn--secondary {
    -webkit-box-shadow: 0 2px 2px 0 rgb(255 102 0 / 14%), 0 3px 1px -2px rgb(255 102 0 / 20%), 0 1px 5px 0 rgb(255 102 0 / 12%);
    box-shadow: 0 2px 2px 0 rgb(255 102 0 / 14%), 0 3px 1px -2px rgb(255 102 0 / 20%), 0 1px 5px 0 rgb(255 102 0 / 12%);
}

.c-btn--secondary {
    background-color: #156953 !important;
}

.c-btn, [class*=c-btn-], button {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 0.715em 1.429em 0.715em 1.429em;
    border: none;
    border-radius: 0.3em;
    line-height: 1;
    text-transform: uppercase;
    /* background-color: #999; */
    -webkit-box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%);
    box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.p_chain_1 {
    position: absolute;
    top: -40px;
    left: 40px;
    font-size: 40px;
    color: #156953;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p_chain_2 {
    position: absolute;
    top: -40px;
    right: 40px;
    font-size: 40px;
    color: #156953;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.phaply-item {
    padding-top: 10px;
    padding-bottom: 0;
}

.phaply-item .photo .wrap {
    background: red;
    border-radius: 50%;
    padding: 0px;
    overflow: hidden;
}

.phaply-item:hover .photo {
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 4%);
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 4%);
}

.phaply-item .photo {
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    border: 2px dotted #156953;
    background: #fff;
    transition: 0.4s ease;
    max-width: 300px;
    margin: auto;
}

.phaply-item .photo img {
}

.phaply-item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 23px;
    /* fallback */
    max-height: 46px;
    text-align: justify;
    color: #000;
}

.phaply-item .name {
    margin-top: 15px;
    margin-bottom: 10px;
}

div.line {
    background: url(assets/images/line.png) repeat-x center;
    height: 0;
    padding-bottom: 12px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.mb-2 {
    margin-bottom: 1em;
}

.mxdbox {
    /*background: #fff;*/
    padding: 5px;
    border-radius: 3px;
}

.mxdbox p {
    line-height: 1.4;
}

.mxdbox h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
}

.mxdbox .icon-box-img {
}

.fontweight-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.block-title > * {
    margin: 0
}

.alert.alert-warning {
    padding: 10px;
    background: rgb(255 0 0 / 46%);
    color: #8c1e1e;
    margin-bottom: 20px;
    border-radius: 5px;
}

.mb-2 {
    margin-bottom: 20px;
    color: #000c;
}

.sidebar-wrapper, .sidebar-wrapper ul {
    line-height: none !important;
}

.sidebar-wrapper ul {padding-left: 10px;}

.sidebar-wrapper span {
    position: absolute;
    right: 6px;
    top: 7px;
    display: block;
    width: 15px;
    height: 20px;
}

.sidebar-wrapper li {
    position: relative;
    padding-right: 0 !important;
    list-style: none !important;
}

.sidebar-wrapper ul ul {
    margin: 0 !important;
}

.wrap-product {
    margin-bottom: 50px;
}

.product {
    border: 1px solid #c4c4c4;
    transition: 0.4s ease;
    padding: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.product:nth-child(4n) {
    margin-right: 0px;
}

.box-product {
    position: relative;
    display: block;
}

.box-product .stic {
    color: transparent;
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 3px;
}

.box-product .stic .hot {
    background: url(../images/stick-hot.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 30px;
}

.box-product .stic .new {
    background: url(../images/stick-new.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    width: 30px;
}

.pic-product {
    background: #fff;
    padding: 0;
    transition: 0.4s ease;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 0;
    height: 0;
    padding-bottom: calc(100% + 20px);
    position: relative;
}

.pic-product img {
    width: 100%;
    border-radius: 3px;
}

.name-product {
    font-size: 16px;
    color: #156953;
    margin: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 20px;
    /* fallback */
    /* fallback */
    font-size: 16px;
    font-weight: bold;
}

.name-product.text-split {
    -webkit-line-clamp: 1;
}

.price-product {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
}

.box-product .desc {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.price-product span {
    /* font-weight:700; */
}

.price-new {
    color: #a53822;
}

.price-old {
    padding-left: 10px;
    font-size: 14px;
    color: var(--color-gray);
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 5px;
    left: 0px;
    color: #111;
    background: #FFD200;
    font-size: 13px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-size: cover;
    border-radius: 50%;
    font-weight: bold;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span.cart-buy {
    cursor: pointer;
    /* float:left; */
    color: #176bb4;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 15px 7px 15px;
    border-radius: 3px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #176bb4;
}

.product:hover .cart-product span.cart-buy {
    background: #176bb4;
    color: #fff
}

.product:hover .cart-product .cart-add {
    background: #fde212;
    color: #111;
}

.cart-add {
    margin-right: 2%;
    background-color: #d3d3d3;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #7f7f7f;
    margin-left: 10px;
    cursor: pointer;
}

.cart-add:hover {
    background-color: #fde212;
    color: #fff;
}

.cart-buy {
    /* background-color:var(--color-green); */
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    float: left;
    width: 40%;
    text-align: center;
    margin-right: 2%;
    background: white;
}

.left-pro-detail .next-sli {
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    z-index: 123;
    font-size: 26px;
    color: #c06615;
    cursor: pointer;
}

.left-pro-detail .prev-sli {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    z-index: 123;
    font-size: 26px;
    color: #c06615;
    cursor: pointer;
}

.left-pro-detail .MagicZoom {
}

.right-pro-detail {
    width: calc(100% - 42%);
    float: left;
    background: #F5F5F5;
    padding: 20px;
    border-radius: 5px;
    padding-bottom: 0;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-thumb-pro {
    padding: 0px 40px;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    box-shadow: none!important;
    filter: brightness(100%)!important;
    border-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.title-pro-detail {
    display: block;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-bottom: 25px; */
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px!important;
}

.desc-pro-detail {
    font-size: 16px;
    color: #000;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
    color: #ff0101;
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active:before,.size-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
    outline: none;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #156953;
}

.cart-pro-detail a.buynow {
    background: #156953;
}

.cart-pro-detail a.buynow:hover {
    /* background-color:var(--color-dark-green); */
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    margin: 0rem 0px 0rem 0px;
}

.tags-pro-detail a {
    float: left;
    font-size: 12px;
    color: #fff;
    /* padding:5px 10px 7px 10px; */
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #ccc;
    border-radius: 1px;
    padding: 2px 4px;
    text-decoration: none;
    transition: 0.4s ease;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    margin: 5px -1px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: transparent;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

/* Toc */
.box-readmore {
    display: none;
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item,".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px!important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item,".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

.mt-3 {
    margin-top: 30px
}

.mt-2 {
    margin-top: 20px
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #156953;
    background-color: #fff;
    border: 1px solid #156953;
}

.page-link:hover {
    z-index: 2;
    color: #f3f3f3;
    text-decoration: none;
    background-color: #156953;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #156953;
    border-color: #f3f3f3;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.gal {
    column-count: 3;
    column-gap: 10px;
}

.gal figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

.gal figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.gal figure a {
    color: black;
    text-decoration: none;
}

.gal figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
}

@media (min-width: 576px) {
    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}

@media(max-width: 480) {
    .gal {
        column-count: 2;
    }
}

.btn-custom {
    border: 2px solid #a1a1a1;
    color: #333;
}

body.loading .lds-dual-ring span {
    display: inline-block;
}

body.loading .lds-dual-ring {
    position: fixed;
    top: 0;
    display: block;
    z-index: 1345;
    color: white;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
}

body.loading:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 37%);
    z-index: 1;
    top: 0;
}

.lds-dual-ring {
    display: none;
    width: 80px;
    height: 80px;
}

.lds-dual-ring .inner:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
}

.mobile-hotline {
    display: none
}

.hotline {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9000;
    display: block;
    background: #ed3c8f;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 99px;
    border: 2px solid #fff;
}

.hotline .hotline-number {
    font-size: 20px;
    color: white;
    font-weight: bold
}

.mobile-hotline {
    display: none
}

#row-155624204 {
}

#menu-dich-vu-noi-bat-1 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

#menu-dich-vu-noi-bat-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    . }

.image-cover img {
    transition: 0.5s ease;
}

.image-cover:hover img {
    transform: scale(1.1);
}

@media(max-width: 480px) {
    .mxdbox .icon-box-img img {
        width: 80px;
    }

    .icon-box-left .icon-box-img+.icon-box-text {
        padding: 0;
        text-align: center;
    }

    .mxdbox .icon-box-img {
        min-width: 100px;
        text-align: center;
        flex: 1;
    }

    #section_41584779 .content .item .icon span {
        width: 90px;
        height: 90px;
    }

    #section_41584779 .content .item .icon img {
        width: 100% !important;
    }

    #section_41584779 .content .item .icon {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }

    #section_41584779 .content .item .detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        max-width: calc(100% - 110px);
    }
}

.menu-floatright {
    display: none;
}

@media (max-width: 1024px) {
    .mw {
        min-width:100%
    }
}

@media (max-width: 767px) {
    #wrapper {
        margin-top: 70px
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        z-}

    .page-link {
        padding: 0.3rem 0.5rem;
        font-size: 12px;
    }

    .pagination .page-item:first-child {
        display: none;
    }

    .view-desktop,.col-inner.mb-2 {
        display: none;
    }

    .left-pro-detail,.right-pro-detail {
        margin: 0;
        margin-bottom: 10px;
        width: 100%
    }

    .large-3.col,.large-9.col {
        flex: 100%
    }

    #button-contact-vr {
        bottom: 100px !important
    }

    #section_1168399203 .mw {
        min-width: 100%
    }

    #section_1168399203 .mw ~ div {
        margin: 0
    }

    .menu-floatright {
        display: block;
    }

    .hotline {
        display: none;
    }

    .mobile-hotline {
        display: block;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        height: 60px;
        position: fixed;
        z-index: 9999999;
        display: none;
    }

    .mobile-hotline .mobile-hotline-left {
        width: 45%;
        float: left;
        text-align: center;
        background: #ed3c8f;
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 7px;
        height: 45px;
        border-radius: 4px
    }

    .mobile-hotline .mobile-hotline-left a {
        color: white;
        line-height: 46px;
        font-size: 16px;
        font-weight: bold
    }

    .mobile-hotline .mobile-hotline-right {
        width: 45%;
        float: right;
        text-align: center;
        background: #ed3c8f;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 7px;
        height: 45px;
        border-radius: 4px
    }

    .mobile-hotline .mobile-hotline-right a {
        color: #fff;
        line-height: 46px;
        font-size: 16px;
        font-weight: bold;
    }
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media(max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

#popup-showroom-vr, div#popup-form-contact-vr {
    display: none;
}

#popup-showroom-vr.active, div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
}

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh;
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex;
}

.content-popup-vr input, .content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff;
}

.content-popup-vr label {
    width: 100%;
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px;
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7;
}

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: black;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer;
}

.content-popup-vr .close-popup-vr:hover {
    background: #b50000;
}

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px;
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

#loco-top, #loco-bottom {
    display: block;
}

#loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center;
}

#contact-showroom.no-event a {
    pointer-events: none;
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px;
}

.news-content {
}

.news-content .item {
    margin: 5px 0;
}

.news-content .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.news-content .item .image img {
    border: 1px solid #156953
}

.news-content .item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    padding: 0 5px;
}

.news-content .item .desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    padding: 0 5px;
}

.news-content .item .desc h3 {
    font-size: 14px !important;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5c5c5c;
}

.news-content .item .desc p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 14px;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-height: 23px !important;
    /* fallback */
    height: 69px;
}

@media(min-width: 673px) {
    .order-1 {
        order:1
    }

    .order-2 {
        order: 2
    }
}

.home .block-title {
    background: url(assets/images/line-tit.png) no-repeat bottom center;
    margin-bottom: 10px;
}

@media(max-width: 673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display: block;
    }

    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none;
    }
}

.block-title span,.custom-color {
    color: #156953;
    font-size: 25px;
    font-weight: bold;
}

.zalo-share-button {
    top: 8px;
}

.addthis_inline_share_toolbox_qj48 {
    display: inline-block
}

.name-phaply {
    font-weight: bold;
    margin-top: 10px;
}

.mr-1 {
    margin-left: 5px
}

.mr-r {
    margin-right: 5px
}

li.search-action {
}

li.search-action .wrap-search {
}

li.search-action .wrap-search span {
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin: 0 5px;
}

li.search-action .wrap-search span i {
}

li.search-action .wrap-search form.active {
    display: block
}

li.search-action .wrap-search form {
    position: absolute;
    display: none;
    width: 250px;
    top: 110%;
    border-radius: 5px;
    right: 0;
    padding: 5px;
    background: rgb(255 255 255 / 75%);
}

li.search-action .wrap-search form div {
    position: relative;
}

li.search-action .wrap-search form input {
    width: 100%;
    padding: 10px;
}

li.search-action .wrap-search form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: transparent;
    box-shadow: none;
    color: #fff;
    margin: 0;
    background: #ed3c8f;
    border-radius: 0;
    padding: 0 15px;
}

li.search-action .wrap-search form button button {
}
.section-bg-overlay.absolute.fill {
   
}
#section_1168399203 .section-bg-overlay {
    background-color: #156953 !important;
}
.mm-listitem form {
    position: relative;
}
section#section_451077848 {
    background-color: #156953;
}
.mm-listitem form input {
    border-radius: 3px;
}

.mm-listitem form button {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0 14px;
    margin: 0;
    background: #156953;
}
.row.large-columns-4.medium-columns-2.small-columns-2.has-shadow.row-box-shadow-1.row-box-shadow-3-hover {
    border: 2px dotted #ccc;
    border-radius: 31px;
}