/*
Theme Name: neomedia
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
    background-color: grey;
}
html,
body {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
b,
strong {
    font-weight: 700;
}
.h2,
h2 {
    font-size: 1.4em;
}
.h3,
h3 {
    font-size: 1.2em;
}
.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    margin-bottom: 8px;
}
#breadcrumbs {
    padding: 10px 0;
    background: #f1f1f1;
    margin-bottom: 30px;
}
#breadcrumbs p {
    margin: 0;
}
.breadcrumbs,
#breadcrumbs span {
    font-size: 14px;
    text-transform: initial !important;
    font-weight: 400;
    color: #184363;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 14px;
    color: #184363;
}
.taxonomy-description ul,
.taxonomy-description ol {
    padding-left: 25px;
}
.taxonomy-description {
    margin-bottom: 30px;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.row-small > .flickity-viewport > .flickity-slider > .col,
.row-small > .col {
    padding: 0 10px 20px;
    margin-bottom: 0;
}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 15px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 10px 5px;
}
.nav-dropdown-has-border .nav-dropdown a {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ececec !important;
}
.az-title-shortcode {
    margin-bottom: 20px;
}
.az-title-shortcode.center {
    text-align: center;
    margin-bottom: 40px;
}
.az-sub-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #8b8b8b;
}
.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}
.az-title {
    text-transform: uppercase;
    color: #2e3191;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 800;
}
.section-title .sub-title {
    font-size: 22px;
    color: #ee9320;
    font-weight: 500;
    padding: 0;
    text-transform: initial;
    opacity: 1;
    line-height: 1.2;
}
h2.section-title {
    text-align: center;
    letter-spacing: -1.7px;
    font-size: 32px;
    line-height: 125%;
    border: none;
    margin-bottom: 0;
}
.section-title-center {
    margin-bottom: 20px !important;
}
.description-title {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.section-title-center ~ .description-title {
    text-align: center;
}
.section-title-normal {
    border: none;
    margin-bottom: 0;
    flex-direction: column;
    align-items: normal;
}
.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}
.section-title-normal a.view-more i {
    color: #fff;
}
.section-title-normal .section-title-main {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    text-transform: initial;
    font-weight: 700;
    letter-spacing: initial;
    text-align: left;
    color: #333;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
.section-title {
    font-weight: 700;
    flex-direction: column;
}
h1.section-title .section-title-main {
    font-size: 32px;
}
h2.section-title .section-title-main {
    font-size: 30px;
}
.section-title-center {
    justify-content: center;
    align-items: center;
}
.section-title-center span {
    text-transform: initial;
    margin: 0 auto;
}
.button.az-button {
    padding: 0 25px;
    line-height: 46px;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
}
.button.az-button.secondary {
    border-color: #df4521;
}
.button.az-button.is-small {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 16px;
    border: none;
    font-weight: 500;
}
.az-button.white {
    background: white !important;
    border: 1px solid white !important;
    color: #184363 !important;
}
.az-button.white:hover {
    background: #15a9e3 !important;
    border: 1px solid #15a9e3 !important;
    color: #fff !important;
    box-shadow: unset;
}
.is-outline.az-button {
    background: transparent;
}
.button.az-button > i {
    vertical-align: 0;
    margin-right: 10px;
    margin-left: 0;
}
.button.az-button > span + i {
    margin-right: 0;
    margin-left: 10px;
}
.az-button.is-outline.white {
    background: transparent !important;
    color: #fff;
    border-color: #fff;
}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    width: 80%;
}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea,
input[type="password"],
input[type="time"],
input[type="date"],
select {
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
}
textarea {
    min-height: 100px;
    padding: 5px 10px;
    line-height: 1.6;
    border-radius: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.box-push .box-text {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.8);
}
.flickity-prev-next-button {
    height: 40px;
    width: 40px;
    background: #fff;
    margin: 0 !important;
    color: #184363;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 2px 2px 5px #00000036;
    top: calc(50% - 20px);
}
.flickity-prev-next-button:hover {
    background: #184363;
    color: white !important;
}
.flickity-prev-next-button:before {
    content: "\F285";
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}
.flickity-prev-next-button.previous:before {
    content: "\F284";
}
.flickity-prev-next-button svg {
    display: none;
}
.slider-nav-circle .flickity-prev-next-button .arrow {
    border: none;
}
.slider-nav-normal .flickity-prev-next-button,
.slider-nav-small .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    min-height: unset;
    font-size: 13px;
    top: calc(50% - 13px);
}
.slider-nav-light .flickity-prev-next-button {
    color: #184363;
    background: #ebebeb;
}
.slider-nav-light .flickity-prev-next-button:hover {
    color: #fff;
    background: #184363;
}
.flickity-enabled .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #d3b769;
    opacity: 1;
    margin: 0 4px;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
    background: #d3b769;
}
.pagination-outside > .slider,
.pagination-outside.slider {
    padding-bottom: 30px;
}
.page-wrapper {
    padding: 0;
}
table {
    margin: 0 auto 1.5em;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}
table td,
table th {
    padding: 10px !important;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.contact_form .row {
    margin: 0 -5px !important;
}
.contact_form .col {
    padding: 0 5px 10px;
}
.contact_form input,
.contact_form textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 16px;
    height: 56px;
    box-shadow: unset;
    margin: 0;
    display: block;
    color: #333;
    font-size: 16px;
}
.contact_form textarea {
    min-height: 84px;
}
.input-eff {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    height: 56px;
    box-shadow: unset;
    margin: 0;
    display: block;
    overflow: hidden;
    background: #fff;
}
.input-eff.input-select:after {
    content: "\F282";
    position: absolute;
    display: flex;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 0;
    height: 100%;
    width: 54px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.input-eff label {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    left: 16px;
    position: absolute;
    top: 50%;
    transition: all linear 0.3s;
    transform: translateY(-50%);
    color: #666;
    line-height: 150%;
    z-index: 1;
}
.input-eff.active label,
.input-eff.input-select label {
    font-size: 12px;
    top: 6px;
    transform: translateY(0);
    z-index: 20;
}
.input-eff input,
.input-eff select {
    width: 100%;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    top: -1px;
    outline: none;
    padding: 25px 16px 9px;
    z-index: 9;
    background: transparent;
    transition: all linear 0.3s;
    right: 0;
    margin: 0;
    height: 56px;
}
.input-eff select {
    padding-right: 60px;
}
.input-eff input:focus {
    box-shadow: unset;
    background: transparent;
}
.contact_form .button,
.contact_form button {
    margin: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
}
@media screen and (min-width: 850px) {
    .row-1-5 .col {
        max-width: 20% !important;
        -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    }
}
.nav-simple.nav-center .tab {
    margin: 0 10px 10px;
}
.nav-simple.nav-center .tab.active a {
    background: #184363;
    color: #fff;
}
.nav-simple.nav-center .tab a {
    min-width: 150px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #edf4f6;
    color: #184363;
    border-radius: 50px;
    height: 40px;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 80px;
    background-color: #eee;
    -webkit-mask: url(assets/images/star.svg)
        left top;
    mask: url(assets/images/star.svg) left top;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    transition: all 0.3s ease-out;
    margin: 0 0 10px;
    visibility: visible !important;
    opacity: 1 !important;
}
.star-rating span,
.et-testimonial .rating span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9000em;
    height: 15px;
    background-color: #f2971f;
    -webkit-mask: url(assets/images/star.svg)
        left top;
    mask: url(assets/images/star.svg) left top;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    transition: all 0.3s ease-out;
}
.js-star-rating:before {
    display: none;
}
.row-box {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 15px 20px;
    box-shadow: 2px 2px 5px #00000026;
}
.archive .row-box {
    padding: 5px 0 15px;
}
.entry-header-text {
    padding: 0;
}
.az-icon-box {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.az-icon-header {
    padding: 25px;
    text-align: center;
}
.az-icon-box-title {
    margin: 8px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}
.az-icon-box-description {
    font-weight: 300;
    padding: 15px 15px 10px;
    text-align: center;
}
.az-icon-box-description > *:last-child {
    margin-bottom: 10px;
}
.az-icon-box-description p {
    margin-bottom: 10px;
}
.az-menu,
.sticky-menu .ux-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    margin-bottom: 20px;
}
.sticky-menu {
    position: sticky;
    top: 70px;
    background: #f7f7f7;
    z-index: 99;
    padding: 0 !important;
}
.sticky-menu .ux-menu {
    justify-content: center;
}
.az-menu li,
.sticky-menu .ux-menu-link {
    margin-right: 32px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.az-menu li a,
.sticky-menu .ux-menu-link a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    white-space: nowrap;
    min-height: unset;
    padding: 0;
    display: block;
}
.az-menu li.current-menu-item a,
.az-menu li:hover a,
.sticky-menu .ux-menu-link:hover a,
.sticky-menu .ux-menu-link.active a {
    color: #e51b23;
}
.az-menu li a:after,
.sticky-menu .ux-menu-link a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
    display: block;
    background: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
}
.az-menu li.current-menu-item a:after,
.az-menu li:hover a:after,
.sticky-menu .ux-menu-link:hover a:after,
.sticky-menu .ux-menu-link.active a:after {
    background: #e51b23;
}
.neo_cta {
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    bottom: 0;
    padding: 15px;
}
.neo_cta.right {
    left: initial;
    right: 0;
}
.neo_cta_list_button .cta_button {
    margin-top: 10px;
    margin-bottom: 0;
}
.neo_cta_list_button {
    list-style: none;
    margin: 0;
}
.neo_cta_list_button .cta_button .cta_button--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.neo_cta_list_button .cta_button .cta_button--icon img {
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text {
    position: absolute;
    top: 4px;
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgb(207 23 31);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text {
    right: 55px;
    left: initial;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.left .neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    right: 100%;
    left: initial;
    border-color: transparent rgb(207 23 31) transparent transparent;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text:before {
    right: initial;
    left: 100%;
}
.neo_cta_list_button .cta_button .cta_button--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.neo_cta_list_button .cta_button .cta_button--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.neo_cta.cta_mobile {
    padding: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: -2px -2px 5px #00000029;
    border-top: 1px solid #ebebeb;
}
.neo_cta.cta_mobile .neo_cta_list_button {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button {
    margin: 0 3px;
    flex: 0 0 auto;
    border-radius: 9999px;
    padding: 2px;
    background: #cf181f;
    overflow: hidden;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:nth-of-type(2) {
    background: rgb(16, 143, 255);
    background: linear-gradient(
        90deg,
        rgba(16, 143, 255, 1) 0%,
        rgba(255, 85, 125, 1) 100%
    );
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:nth-of-type(3) {
    background: #00acd4;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon {
    width: 100%;
    height: auto;
    box-shadow: unset;
    display: flex;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    padding: 0 10px 0 2px;
    align-items: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon img {
    border: none;
    border-radius: 0;
    width: 30px;
    display: block;
    height: 30px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 0 5px;
    line-height: 32px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text:before {
    display: none;
}
.mobile-nav .icon-menu {
    line-height: 40px;
    font-size: 30px;
}
#masthead .html_topbar_left .hotline {
    color: #cf181f;
    font-size: 20px;
}
#masthead .html_topbar_left .hotline:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(assets/images/hotline_top.png);
    margin-right: 10px;
}
#masthead .html_topbar_right,
#wide-nav .html_topbar_right {
    border: 2px solid #d3d3d4;
    border-radius: 99px;
}
#masthead .html_topbar_right .order,
#wide-nav .html_topbar_right .order {
    color: #fff;
    background: rgb(255, 133, 0);
    background: linear-gradient(
        0deg,
        rgba(255, 133, 0, 1) 0%,
        rgba(255, 133, 0, 1) 50%,
        rgba(255, 221, 199, 1) 100%
    );
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff8602;
    border-radius: 40px;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
}
#wide-nav .html_topbar_right .order {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
}
#masthead .html_topbar_right .order:before,
#wide-nav .html_topbar_right .order:before {
    content: "\F245";
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-right: 10px;
    margin-top: -4px;
}
#wide-nav .html_topbar_right .order:before {
    font-size: 18px;
    margin-right: 5px;
}
#masthead .search-field,
.searchform .search-field {
    border-radius: 7px 0 0 7px;
    border-right: none;
    min-width: 260px;
}
#masthead .ux-search-submit,
.searchform .ux-search-submit {
    width: 40px;
    background: #cf171f;
    height: 40px;
    border-radius: 0 7px 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#masthead .ux-search-submit svg,
.searchform .ux-search-submit svg {
    width: 18px;
    fill: #fff;
}
#masthead .header-search-form {
    margin: 0 15px;
}
#masthead .nav:hover > li:not(:hover) > a:before {
    opacity: 1;
}
#wide-nav {
    border-top: 2px solid #3f2c25;
    border-bottom: 2px solid #3f2c25;
    background: #D2A65A;
    background: linear-gradient(0deg,rgba(210, 166, 90, 1) 0%, rgba(241, 229, 166, 1) 50%, rgba(194, 141, 47, 1) 100%);
}
#wide-nav .header-bottom-nav li {
    margin: 0;
}
#wide-nav .header-bottom-nav > li > a {
    padding: 0 30px;
    color: #3f2c25;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 50px;
    height: 50px;
}
#wide-nav .header-bottom-nav > li.current-menu-item > a,
#wide-nav .header-bottom-nav > li:hover > a {
    background: #402d26;
    color: white;
}
#wide-nav .header-bottom-nav li:not(:last-child) a:after {
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(0 0 0 / 13%) 0%, rgb(0 0 0 / 44%) 50%, rgb(0 0 0 / 6%) 100%);
    right: 0;
    top: 5px;
    height: 40px;
    width: 1px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    opacity: 1;
}
#wide-nav .header-bottom-nav li.current-menu-item a:after,
#wide-nav .header-bottom-nav li:hover a:after {
    opacity: 0;
}
#secondary .is-divider {
    display: none;
}
#secondary .widget {
    background: #f5f6f8;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 13px 10px;
}
#secondary .widget_media_image {
    padding: 0;
}
#secondary .widget_media_image img {
    width: 100%;
}
#secondary .widget-title {
    background: #733b26;
    color: #fff;
    display: block;
    text-align: center;
    padding: 13px 15px;
    margin: 0 -13px 15px;
}
.recent-blog-posts-li .plain {
    padding: 10px 0;
    display: flex;
}
.recent-blog-posts-li {
    margin: 0 !important;
    padding-left: 0 !important;
}
.recent-blog-posts-li:before {
    display: none !important;
}
.recent-blog-posts-li .box-text {
    padding: 0 15px;
}
.recent-blog-posts-li .box-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
#form--dktv {
    text-align: center;
}
.neo--form .group-field {
    display: flex;
    margin: 0 -5px;
}
.neo--form .group-field label {
    padding: 0 5px;
    flex: 1;
}
.neo--form .group-field label.sodienthoai {
    width: calc(100% - 150px);
    flex: 0 0 auto;
}
.neo--form label {
    display: flex;
    margin-bottom: 12px;
}
.neo--form label .icon {
    background: #733b26;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    flex: 0 0 auto;
    width: 40px;
    border-radius: 5px 0 0 5px;
    display: block;
}
.neo--form label .icon i:before {line-height: inherit;}
.neo--form label input,
.neo--form label textarea {
    border-radius: 0 5px 5px 0;
    border: 1px solid #ebebeb;
    border-left: none;
    font-weight: 400;
    margin: 0;
    padding: 8px 15px;
}
.neo--form .note {
    font-size: 14px;
    color: gray;
    padding: 0 10px;
}
.neo--form button {
    height: 40px;
    display: block;
    background: #733b26;
    color: #fff;
    border-radius: 7px;
    text-transform: initial;
    min-width: 150px;
    margin: 10px auto 0;
}
#terms_and_conditions {
    margin: 0;
    padding: 15px 5px;
    position: relative;
    z-index: 23;
    cursor: pointer;
    font-weight: normal;
    display: block;
}
#terms_and_conditions input {
    margin-right: 5px;
    cursor: pointer;
    vertical-align: -1px;
}
#modal-terms_and_conditions {font-size: 14px;}
#modal-terms_and_conditions h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}
#modal-terms_and_conditions h4 {font-size: 18px;}
#modal-terms_and_conditions ul {
    padding-left: 25px;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    height: 60px;
    display: block;
    background: #cf171f;
    color: #fff;
    border-radius: 7px;
    text-transform: initial;
    padding: 0 25px;
    margin: 0 auto;
}
#ftwp-list > .ftwp-item > .ftwp-anchor:before {
    display: none !important;
}
.post-item .post-title {
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
.has-shadow .col-inner {
    box-shadow: unset !important;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    overflow: hidden;
}
.has-shadow .box-vertical {
    background-color: #f8f8f8 !important;
}
.from_the_blog_excerpt {
    font-size: 15px;
}
.single-post-meta {
    padding: 10px 0;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #ebebeb;
    border-bottom: 1px dashed #ebebeb;
    font-size: 14px;
}
.single-post-meta .author-box {padding: 0}
.single-post-meta .author-box a {
    display: flex;
    align-items: center;
}
.single-post-meta .author-box .blog-author-image {
    margin-right: 10px;
}
.single-post-meta .rating-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.single-post-meta .tham_van {
    display: flex;
    max-width: 360px;
    flex: 0 0 auto;
    min-width: 40%;
}
.single-post-meta .author_post {
    font-size: 13px;
}
.single-post-meta .author-name {
    margin: 0;
}
.single-post-meta .tv_text {
    font-size: 14px;
}
.single-post-meta .tvyk {
    font-size: 15px;
}
.single-post-meta .social-s a {
    margin-bottom: 3px;
    border: none;
    min-width: unset;
    width: 30px;
    min-height: unset;
    height: 30px;
    font-size: 10px;
    line-height: 33px;
    border-radius: 5px !important;
}
.single-post-meta .review {
    font-size: 15px;
    color: #333;
}
.single-post-meta .avatar {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.single-post-meta .mr-auto {
    display: flex;
}
.single-post-meta .align-items-center {
    align-items: center;
}
.single-post-meta .author-link {
    font-weight: 600;
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review-title {
    margin-bottom: 0;
    font-size: 15px;
}
.kk-star-ratings {
    display: block !important;
}
.kk-star-ratings .kksr-stars {
    margin: 3px 0;
}
.kk-star-ratings .kksr-legend {
    margin: 0;
    font-size: 15px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.meta-top span {
    font-size: 14px;
    margin-right: 10px;
    color: #828080;
}
.social-icons .button.icon:not(.is-outline) {
    margin-left: 0 !important;
    border-radius: 7px !important;
    background: white !important;
}
.social-icons .button svg {
    fill: #184363;
    transition: fill 0.3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons a.pinterest > svg {
    fill: #cb2027;
}
.social-icons a.linkedin > svg {
    fill: #007bb6;
}
.social-icons a.twitter > svg {
    fill: #00aced;
}
.social-icons .instagram i.icon-instagram,
.author-box .social-icons .instagram i.icon-instagram {
    color: #dd2a7b !important;
}
.single-post-meta .social-icons a {
    margin-bottom: 0;
    margin-top: 5px;
    border: none;
}
.share-meta {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share-meta .author-name {
    font-size: 15px;
}
.share-meta .author-name a {
    display: block;
    font-weight: 600;
}
.related {
    padding-top: 30px;
}
.related .section-title-main {
    color: #cf171f;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.social-icons .button {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 10px !important;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backface-visibility: hidden;
    transform-origin: 0 100%;
    background-color: #f0f0f0;
    color: #184363;
    border: none;
    margin: 5px 3px 0 !important;
}
.social-icons .button i,
.social-icons .button svg {
    display: block;
    top: 0;
}
.social-icons .button.icon:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0 !important;
}
.social-icons .button.icon:hover i {
    color: inherit !important;
}
.social-icons .button svg {
    fill: #184363;
    transition: fill 0.3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons a.twitter > svg {
    fill: #00aced;
}
.social-icons a.pinterest > svg {
    fill: #cb2027;
}
.social-icons a.linkedin > svg {
    fill: #007bb6;
}
.social-icons a.whatsapp > svg {
    fill: #55b750;
}
.social-icons a.telegram > svg {
    fill: #08c;
}
.header-author {
    padding: 30px 10px;
    background: #efefef;
    margin-bottom: 50px;
}
.wrap-header-author {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-author .col {
    padding-bottom: 0;
}
.header-author .header-author-col {
    overflow: hidden;
    margin-right: 50px;
}
.header-author .author-avatar {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
}
.single-doctor .author-name {
    font-size: 20px;
}
.single-doctor .profile-type {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.single-doctor .profile-type svg {
    margin-left: 5px;
    color: #22c55e;
}
.single-doctor .profile-list {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
}
.single-doctor .profile-list h2 {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}
.content-author ul,
content-author ol {
    padding-left: 20px;
}
.single-doctor .profile-list p {
    margin-bottom: 5px;
}
.social-author a {
    display: inline-block;
    line-height: 28px;
    height: 26px;
    width: 26px;
    text-align: center;
    background: #cf181f;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.nt .section {
    padding: 0;
}
.page-id-34 #main {
    background: url(assets/images/bg_diem_ban.png)
        no-repeat center bottom;
    background-size: cover;
}
.page--diem-ban-wrapper .page-title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.page-note {
    text-align: center;
    padding-bottom: 50px;
}
.box-note-white {
    padding: 20px 20px 35px;
    background: #fff;
    border: 1px solid #cf171f;
    border-radius: 12px;
    font-size: 20px;
}
.box-note-white b {
    color: #c21c24;
    font-size: 25px;
}
.box-note-red {
    display: inline-flex;
    margin: -30px auto 0;
    width: auto;
    background: #cf181f;
    padding: 14px 30px;
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    align-items: center;
}
.box-note-red a {
    color: #fff;
    border-radius: 38px;
    border: 2px solid #fff;
    overflow: hidden;
    margin-left: 20px;
    white-space: nowrap;
    min-width: 115px;
    text-align: center;
}
.box-note-red a span {
    background: rgb(255, 133, 0);
    background: linear-gradient(
        0deg,
        rgba(255, 133, 0, 1) 0%,
        rgba(255, 133, 0, 1) 50%,
        rgba(255, 221, 199, 1) 100%
    );
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}
.location {
    padding-top: 50px;
}
.location .dvls_maps_wrap {
    background: #fff;
    height: 100%;
    border-radius: 12px;
}
.location .dvls_maps_header {
    padding: 0;
    background: #fff;
}
.location .dvls_maps_header .title {
    background: #c5202e;
    color: #fff;
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}
.location .dvls_maps_header .title select {
    max-width: 300px;
    border: none;
}
.location .dvls_maps_header_form {
    padding: 20px 20px 10px;
}
.location .dvls_maps_header_form form,
.dvls_maps_wrap select {
    margin: 0;
    line-height: 35px;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.location .dvls_maps_wrap select {
    font-weight: 600;
    padding-right: 25px;
    text-overflow: ellipsis;
    border-radius: 0 3px 3px 0;
}
.location .dvls_maps_wrap input.dvls-submit {
    margin: 0;
    background: #cf171f;
    font-weight: 600;
    text-transform: initial;
    min-width: unset;
    height: 35px;
    line-height: 36px;
    width: 100%;
}
.location .dvls_maps_sidebar {
    float: none;
    width: 100%;
    position: relative;
}
.location .dvls_maps_main {
    display: none;
}
.location .dvls_result_status {
    padding: 10px 20px;
    font-size: 14px;
}
.location .dvls_result_item {
    padding: 20px;
    background: white !important;
}
.location .dvls_result_wrap {
    max-height: 442px;
    overflow-y: auto;
}
.location .dvls_result_item:last-child {
    border: none;
}
.location .dvls_maps_3col {
    display: flex;
}
.location .dvls_maps_3col .dvls_maps_col {
    float: none;
    flex: 1;
}
.location .dvls_maps_3col .dvls_maps_col.col_select {
    width: 43%;
    flex: 0 0 auto;
    display: flex;
}
.location .dvls_maps_3col .dvls_maps_col.col_select span {
    font-size: 14px;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 5px 0 0 5px;
    border-right: none;
}
.location .dvls_maps_wrap .dvls_near_you {
    font-size: 14px;
}
.location .dvls_maps_wrap .dvls_result_infor h3 {
    font-weight: 600;
    font-size: 18px;
}
.location .dvls_maps_wrap .dvls_result_infor a {
    color: #f7931e;
}
.col-logo img:last-child {
    margin: 0;
}
#footer img.size-full.alignnone {
    margin-bottom: 0;
}
.dang-ky-nhan-tin .form-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
}
#form--dknt {
    position: relative;
    margin: 0;
}
#form--dknt input {
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    height: 50px;
    padding: 0 160px 0 20px;
    margin: 0;
}
#form--dknt .submit-form {
    width: 130px;
    right: 3px;
    top: 3px;
    position: absolute;
    margin: 0;
    height: 44px;
}
#footer .tt1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
#footer .tt2 {
    text-transform: uppercase;
    color: #335f97;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}
#footer .section-title-container {
    margin-bottom: 15px;
}
#footer .ux-menu {
    margin-bottom: 15px;
}
#footer .col {
    padding-bottom: 0;
}
#footer .social-icons > span {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
#footer .social-icons .button {
    background: #733b26;
}
#footer .social-icons .button i {
    color: white !important;
}
#footer .social-icons .button:hover i {
    color: #cf171f !important;
}
#footer .social-icons .button svg {
    fill: white !important;
}
#footer .social-icons .button:hover svg {
    fill: #cf171f !important;
}
.tooltipster-sidetip .tooltipster-box {
    border: none !important;
    font-family: "Montserrat", sans-serif !important;
}
.tooltipster-default .tooltipster-content {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
}
.absolute-footer.dark {
    color: #fff;
    padding: 10px 0;
}
.cong-dung-san-pham {
    padding: 50px 0;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.cong-dung-san-pham .item {
    width: 296px;
    height: 90px;
    background: url(assets/images/r_1-min.png)
        no-repeat left center;
    padding: 10px 10px 30px 95px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 9%;
    right: -33%;
    text-align: left;
}
.cong-dung-san-pham .item-2 {
    top: 28%;
    right: -38%;
    background: url(assets/images/r_2-min.png)
        no-repeat left center;
}
.cong-dung-san-pham .item-3 {
    right: -38%;
    top: 47%;
    background: url(assets/images/r_3-min.png)
        no-repeat left center;
}
.cong-dung-san-pham .item-4 {
    right: -33%;
    top: 65%;
    background: url(assets/images/r_4-min.png)
        no-repeat left center;
}
.cong-dung-san-pham .left-content .item {
    justify-content: right;
    text-align: right;
    left: -33%;
    background: url(assets/images/l_1-min.png)
        no-repeat left center;
    padding: 10px 95px 30px 10px;
}
.cong-dung-san-pham .left-content .item-2 {
    top: 28%;
    left: -38%;
    background: url(assets/images/l_2-min.png)
        no-repeat left center;
}
.cong-dung-san-pham .left-content .item-3 {
    left: -38%;
    top: 47%;
    background: url(assets/images/l_3-min.png)
        no-repeat left center;
}
.cong-dung-san-pham .left-content .item-4 {
    left: -33%;
    top: 65%;
    background: url(assets/images/l_4-min.png)
        no-repeat left center;
}
.cong-dung-san-pham-mobile {
    padding: 20px 0;
}
.cong-dung-san-pham-mobile img {
    max-width: 350px;
    margin-bottom: 20px;
}
.cong-dung-san-pham-mobile .text {
    display: flex;
}
.cong-dung-san-pham-mobile .left-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 15px;
}
.cong-dung-san-pham-mobile .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 15px;
}
.cong-dung-san-pham-mobile .item {
    background: #fff;
    margin-bottom: 10px;
    border: 5px solid #bd0002;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    padding: 0 40px 0 20px;
    font-size: 15px;
    border-radius: 99999px;
    position: relative;
}
.cong-dung-san-pham-mobile .item:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background: url(assets/images/l1_mobile.png)
        no-repeat center center;
    right: -15px;
}
.cong-dung-san-pham-mobile .item-2:after {
    background: url(assets/images/l2_mobile.png)
        no-repeat center center;
}
.cong-dung-san-pham-mobile .item-3:after {
    background: url(assets/images/l3_mobile.png)
        no-repeat center center;
}
.cong-dung-san-pham-mobile .item-4:after {
    background: url(assets/images/l4_mobile.png)
        no-repeat center center;
}
.cong-dung-san-pham-mobile .right-content .item {
    padding: 0 20px 0 40px;
}
.cong-dung-san-pham-mobile .right-content .item:after {
    right: inherit;
    left: -15px;
}
.cong-dung-san-pham-mobile .right-content .item-2:after {
    background: url(assets/images/r2_mobile.png)
        no-repeat center center;
}
.cong-dung-san-pham-mobile .right-content .item-3:after {
    background: url(assets/images/r3_mobile.png)
        no-repeat center center;
}
.cong-dung-san-pham-mobile .right-content .item-4:after {
    background: url(assets/images/r4_mobile.png)
        no-repeat center center;
}
.section-dhts .col-inner {
    height: 100%;
}
.section-dhts .col-inner .box {
    height: 100%;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
}
.section-dhts .box-image a:before {
    content: "";
    position: absolute;
    background: #cf171f;
    width: 100%;
    height: 15px;
    left: 0;
    top: 0;
    z-index: 1;
}
.section-dhts .box-image a:after {
    content: "";
    width: 145px;
    height: 8px;
    background: #cf171f;
    position: absolute;
    bottom: 0;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.section-dhts .box-text {
    padding: 15px;
}
.section-dhts .box-text h3 a,
.section-dhts .box-text h4 a {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 600;
}
.section-dhts .box-image {
    padding-bottom: 4px;
}
.support_block {
    background: url(assets/images/support_bg.jpg)
        no-repeat center bottom;
    padding: 25px 25px 10px;
    border: 3px solid #e5bd41;
    border-radius: 21px;
    background-size: cover;
}
.support_block h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
.support_block p {
    color: #fff;
    font-size: 18px;
}
.support_block p strong {
    display: block;
    text-transform: uppercase;
}
.support_block .neo--form {
    margin-top: 30px;
}
.support_block .neo--form label .icon {
    background: #dfdfdf;
    color: #cf171f;
    width: 44px;
}
.support_block .neo--form label .icon i {
    line-height: 44px;
}
.support_block .neo--form .group-field label.sodienthoai {
    width: 60%;
}
.support_block .neo--form input {
    height: 44px;
}
.support_block .neo--form textarea {
    height: 80px;
    min-height: unset;
}
.support_block .neo--form button,
.dat-hang .neo--form button,
.order-form button {
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ffffff75;
    height: auto;
    min-width: 170px;
}
.support_block .neo--form button span,
.dat-hang .neo--form button span,
.order-form button span {
    display: block;
    background: #733b26;
    background: linear-gradient(0deg,#733b26 0%,#733b26 50%,rgba(255, 255, 255, 1) 100%);
    border: 2px solid #733b26;
    border-radius: 7px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 18px;
}
.section-cbss .box {
    display: flex;
}
.section-cbss .col:nth-of-type(1) .box,
.section-cbss .col:nth-of-type(2) .box {
    flex-direction: row-reverse;
}
.section-cbss .box-text {
    background: url(assets/images/bg_box_text.png);
    background-size: cover;
    padding: 20px 25px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section-cbss .box-text:before {
    content: "";
    border-left: 30px solid #c9193c;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -15px;
}
.section-cbss .col:nth-of-type(3) .box-text:before,
.section-cbss .col:nth-of-type(4) .box-text:before {
    left: initial;
    right: 100%;
    border-left: none;
    border-right: 30px solid #e83443;
}
.section-cbss .box-text p {
    color: #ff9f44;
    font-size: 60px;
    font-weight: 600;
}
.section-cbss .box-text h3 a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0;
    line-height: 1.5;
}
.section-bao-chi .box {
    opacity: 1 !important;
}
.section-bao-chi .box-image {
    display: flex;
    justify-content: center;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
}
.section-bao-chi .box-image img {
    width: auto;
}
.section-bao-chi .box-text h3 a,
.section-bao-chi .box-text h4 a {
    font-weight: 600;
    color: #333;
}
.section-tin-tuc .list-article .box-text {
    padding-bottom: 0;
}
.section-tin-tuc .list-article .post-item .post-title {
    margin-bottom: 0;
}
.dat-hang {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 2px 5px #0000003b;
}
.dat-hang .neo--form .group-field label.sodienthoai,
.order-form .group-field label.sodienthoai {
    width: 50%;
}
.dat-hang .cart-box label[for="product"] {
    margin: 0;
    background: #cf171f;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-radius: 7px 7px 0 0;
}
.dat-hang .cart-box label[for="product"] span {
    white-space: nowrap;
    padding: 0 20px;
    background: #ebebeb;
    height: 30px;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
}
.dat-hang .cart-box label[for="product"] select {
    margin: 0;
    border-radius: 0 5px 5px 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
.dat-hang .table-header,
.dat-hang .table-body {
    display: flex;
    background: #1c2f5a;
    color: #fff;
    padding: 0 10px;
    border-radius: 7px 7px 0 0;
}
.dat-hang .table-body {
    background: #fff;
    color: #c72826;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 0 0 7px 7px;
}
.dat-hang .col {
    padding: 10px;
}
.dat-hang .col:nth-of-type(2),
.quantity {
    text-align: center;
    display: inline-flex;
    justify-content: center;
}
.dat-hang .col:last-child {
    text-align: right;
}
.quantity input {
    height: 30px;
    width: 50px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0;
    color: #c72826;
    line-height: 30px;
}
.minus,
.plus {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}
.dat-hang .note {
    border: 1px solid #ebebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0 0 7px 7px;
    color: #333;
    font-weight: 600;
    text-align: left;
}
#form--buy {
    margin-bottom: 0;
}
.dat-hang .neo--form button {
    margin: 10px auto;
    min-width: 200px;
}
.az-video .box {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.az-video .box-image {
    border-radius: 10px;
}
.az-video .box-text {
    padding: 15px 10px 5px;
}
.az-video .box-text h3 {
    text-align: center;
    margin: 0;
    color: #4d4d4d;
}
.doi-ngu-chuyen-gia .box a {
    background: #cf171f;
    border: 1px solid #cf171f;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    color: #fff;
}
.doi-ngu-chuyen-gia .box-image {
    border-radius: 12px;
    padding: 10px;
    background: transparent;
    width: 230px !important;
    flex: 0 0 auto;
    position: relative;
}
.doi-ngu-chuyen-gia .image-cover {
    border-radius: 12px;
    overflow: hidden;
    border: 5px solid #fff;
    z-index: 9;
}
.doi-ngu-chuyen-gia .box-text {
    background: #fff;
    display: block;
    padding: 0;
}
.doi-ngu-chuyen-gia .box-text .title {
    background: #cf181f;
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.doi-ngu-chuyen-gia .box-text .title span {
    display: block;
}
.doi-ngu-chuyen-gia .box-text .box-text-inner {
    height: 100%;
    background: #cf181f;
    display: flex;
    flex-direction: column;
}
.doi-ngu-chuyen-gia .box-text .content {
    font-size: 15px;
    height: 100%;
    color: #333;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    position: relative;
}
.doi-ngu-chuyen-gia .box-text .content > * {
    position: relative;
    z-index: 9;
}
.doi-ngu-chuyen-gia .box-text .content:after {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    background: #fff;
    z-index: 1;
    left: -50px;
    border-top-left-radius: 90px;
}
.page-title {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}
.product-content ul,
.product-content ol,
.entry-content.single-page ul,
.entry-content.single-page ol {
    padding-left: 25px;
}
.product-images {
    margin-bottom: 5px;
}
.product-thumbnails .col a, .woocommerce-product-gallery__image a {
    position: relative;
    padding-top: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
.product-thumbnails .col a img, .woocommerce-product-gallery__image a img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.product-content .tab-title {
    border-bottom: 1px solid #1c2f5a;
    margin-bottom: 20px;
}
.product-content .tab-title span {
    text-transform: uppercase;
    color: #fff;
    background: #733b26;
    line-height: 45px;
    height: 44px;
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}
.product-name {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.product_short_description {
    font-size: 18px;
    margin-bottom: 20px;
}
.product_short_description table {
    border: none;
}
.product_short_description table tr {
    display: flex;
    margin-bottom: 15px;
}
.product_short_description table td {
    border: none;
    padding: 0 !important;
    flex: 1;
}
.product_short_description table td:first-child {
    max-width: 170px;
    padding-right: 20px !important;
}
.product_short_description ul {
    list-style: none;
}
.product_short_description *:last-child {margin: 0;}
.product_short_description ul li {
    position: relative;
    padding-left: 25px;
}
.product_short_description ul li:before {
    content: '\F26E';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 5px;
    color: #00b014;
}
.price-wrapper {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 10px 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.price-wrapper span {
    margin: 0 10px;
}
.price-wrapper span.quy-cach {
    color: #733b26;
}
.price-wrapper .label {
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background: #D2A65A;
    background: linear-gradient(0deg, rgba(210, 166, 90, 1) 0%, rgba(241, 229, 166, 1) 50%, rgba(194, 141, 47, 1) 100%);
    padding: 0 15px;
    color: #733b26;
    font-size: 18px;
}
.price-wrapper .normal-price {
    font-size: 20px;
    text-decoration: line-through;
    color: #666;
}
.price-wrapper .regular-price {
    font-size: 25px;
    font-weight: 700;
    color: #733b26;
}
.product_description {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.product_description li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.product_description li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #cf171f;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.product_description .label {
    min-width: 150px;
    display: inline-block;
}
.san-thuong-mai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.san-thuong-mai .wrap-link {
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 20px;
}
.san-thuong-mai .wrap-link a {
    flex: 1;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    margin-left: 15px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    padding: 15px;
}
.customer-order {
    max-width: 450px;
}
.order-form .submit-form {
    margin: 0;
    min-width: 300px;
    height: 55px;
}
.order-form .submit-form span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}
.order-form .submit-form span i {
    font-size: 30px;
    margin-right: 15px;
}
.page-id-374 #breadcrumbs {
    margin-bottom: 0;
}
.row-white-box .featured-box {
    background: #fff;
    padding: 40px 40px 70px;
    border-radius: 24px;
    border: 1px solid #d5d5d5;
}
.row-white-box .featured-box .icon-box-img {
    width: 33.333% !important;
    max-width: unset;
}
.row-white-box .featured-box .icon-box-img img {
    display: block;
    padding: 0;
    max-width: 263px;
    margin: 0 auto;
}
.row-white-box .icon-box-text p {
    margin-bottom: 5px;
    color: #333;
    font-size: 17px;
}
.row-white-box .icon-box-text h2 {
    text-transform: uppercase;
    color: #16498b;
    margin-bottom: 5px;
}
.row-button {
    margin-top: -77px;
    padding: 0 30px;
}
.row-button p {
    margin: 0;
    border: 4px solid #e1e3e4;
    border-radius: 9999px;
}
.row-button .ct-button {
    background: rgb(207, 23, 31);
    background: linear-gradient(
        0deg,
        rgba(207, 23, 31, 1) 0%,
        rgba(207, 23, 31, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    );
    border: 4px solid #cf171f;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    height: 84px;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.row-button .ct-button span {
    font-size: 18px;
    color: #ff0;
    display: block;
    line-height: 1.5;
}
#map {
    padding: 5px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    overflow: hidden;
}
#map iframe {
    border-radius: 30px;
    display: block;
}
.back-to-top,
.back-to-top.active {
    background: #733b26 !important;
    border: none !important;
    color: #fff !important;
    line-height: 47px !important;
    height: 45px;
    bottom: 10px;
    left: 50%;
    width: 45px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    background: #fff;
}
.mobile-nav svg {
    display: block;
    width: 16px;
    fill: #184363;
}
#main-menu .nav-sidebar li {
    border-color: #f1f1f1;
}
#main-menu .nav-sidebar li button.toggle {
    font-size: 11px;
}
#main-menu .nav-sidebar li a {
    text-transform: initial;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
#main-menu .nav-sidebar .sub-menu {
    padding-bottom: 10px;
}
#main-menu .nav-sidebar .sub-menu li a {
    display: flex;
}
#main-menu .nav-sidebar .sub-menu li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    margin-right: 10px;
}
#main-menu .nav-sidebar .title {
    padding: 0 20px;
    text-transform: uppercase;
    color: #cf181f;
    font-weight: 700;
    font-size: 20px;
    border: none !important;
}
#main-menu .nav-sidebar .search-form {
    border: none;
}
#main-menu .searchform {
    position: relative;
}
#main-menu .search-field {
    height: 36px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    padding: 0 40px 0 15px;
}
#main-menu .ux-search-submit {
    color: #ab2025;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-menu .ux-search-submit svg {
    fill: #ab2025;
    width: 18px;
}
#main-menu .nav-sidebar li a.hotline-mobile {
    color: #333;
    padding: 0;
}
#main-menu .nav-sidebar li a.hotline-mobile span {
    width: 100%;
    display: flex;
    margin-top: 10px;
    font-size: 22px;
    color: #cf181f;
    align-items: center;
}
#main-menu .nav-sidebar li a.hotline-mobile span:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(assets/images/hotline_top.png);
    margin-right: 10px;
}
.posts_by_category .view_all a {
    display: block;
    background: #cf181f;
    color: white;
    padding: 7px 15px;
    text-align: center;
    border-radius: 5px;
    max-width: 200px;
    margin: 10px auto;
}
.gallery.product-gallery-slider {margin: 0;}
.product-info .action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product-info .action a {
    flex-basis: calc(50% - 5px);
    text-align: center;
    background: #f82222;
    line-height: 46px;
    height: 46px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
}
.product-info .action a i {
    margin-right: 10px;
}
.product-info .action a.hotline {
    background: red;
}
.accordion-title {
    background: #733b26;
    color: white !important;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    margin: 2px 0;
}
.accordion-title.active {background: #402d26;}
.accordion .toggle {
    margin: 0;
    border: none;
    left: unset;
    right: 0;
    font-size: 12px;
    opacity: 1;
    width: 45px;
    height: 45px;
}
.accordion-inner {padding: 20px;background: #efefef;border-radius: 5px;}
.accordion-inner > *:last-child {margin: 0;}
.product_note {
    padding: 20px;
    border: 1px solid #1c2f5a;
    border-radius: 5px;
    margin: 10px 0 20px;
}
.product_note *:last-child {margin: 0;}
.single-product #secondary {
    position: sticky;
    top: 170px;
}
#table-of-contents h2 {
    background: #733b26;
    display: inline-block;
    width: auto;
    color: white;
    padding: 0 20px;
    line-height: 45px;
    border-radius: 5px;
}
#table-of-contents ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#table-of-contents ul li {
    margin: 0;
}
#table-of-contents ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 2px dashed #ebebeb;
    font-weight: 600;
    font-size: 16px;
}
#table-of-contents ul li.active a {color: red;}
.support-section .box {max-width: 250px;}
.support-section .box-image {
    max-width: 160px;
}
.support-section .box .az-button {
    line-height: 1.4;
    min-height: unset;
    height: auto;
    color: #527ff7;
    font-size: 16px;
    font-weight: 600;
}
.product-buy .section-title-center {
    border-top: 3px solid #733b26;
}
.product-buy .section-title-center .section-title-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #733b26;
    font-weight: 600;
    padding: 0 85px;
    line-height: 50px;
    height: 50px;
    top: -3px;
}
.product-buy .section-title-center .section-title-main:before {
    content: ' ';
    display: block;
    background: #733b26;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    transform: skew(10deg);
    border-radius: 0 8px;
    z-index: 5;
}
.product-buy .section-title-center .section-title-main:after {
    content: ' ';
    display: block;
    background: #733b26;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skew(-10deg);
    border-radius: 8px 0;
    z-index: 5;
}
.header-button-1 .az-button {
    min-width: 150px;
    font-size: 20px;
}
.header-button-1 .az-button:before {
    content: "\f17f";
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.html_topbar_left .hot-line {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.html_topbar_left .hot-line__content {
    padding: 0 10px;
    font-size: 20px;
}
.html_topbar_left .hot-line__content p {
    font-weight: bold;
    line-height: 1;
}
.html_topbar_left .hot-line__content a {
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
}
/********* REVIEWS *********/
.reviews-section .section-title {align-items: start;margin-bottom: 20px;}
.reviews-score {
    padding: 30px;
    background: #3f2c25;
    border-radius: 12px;
    box-shadow: 0px 0px 5px #0000001c;
    color: white;
}
.product-info .reviews-score {padding: 0 0 15px;background: none;color: #333;box-shadow: unset;border-bottom: 1px dashed #ebebeb;display: flex;gap: 20px;}
.reviews-score-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.reviews-score-top .score {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.product-info .reviews-score-top .score {
    font-size: 22px;
}
.stars {
    position: relative;
    width: 170px;
    height: 27px;
}
.product-info .stars {
    width: 112px;
    height: 18px;
}
.stars .stars-score {
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: auto 100%;
    z-index: 1;
    background-repeat: no-repeat;
}
.stars .stars-empty {
    position: absolute;
    width: 100%;
    left: 1px;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.reviews-score-bottom {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed white;
    margin-top: 20px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed white;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
}
.star-model-list .star-model-list-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.star-model-list .star-model-list-item .label {
    min-width: 100px;
}
.star-model-list .star-model-list-item .bar {
    width: 300px;
    background: #ebebeb;
    height: 16px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.star-model-list .star-model-list-item .score-bar {
    position: absolute;
    left: 0;
    height: 100%;
    background: #f8bd22;
}
.show-review-form, #submit-review {
    margin: 0;
    background: #D2A65A;
    background: linear-gradient(0deg, rgba(210, 166, 90, 1) 0%, rgba(241, 229, 166, 1) 50%, rgba(194, 141, 47, 1) 100%);
    font-size: 18px;
    border-radius: 12px;
    color: var(--fs-experimental-link-color);
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    padding: 0 30px;
    min-width: 150px;
}
.review-item {
    padding: 20px 0;
    border-bottom: 1px dashed #ebebeb;
}
.review-item:last-child {border-bottom: none;}
.review-item .review-item-header {
    display: flex;
    gap: 10px;
    align-items: center;
}
.review-item .review-item-header .author {
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
}
.review-item .review-item-header .stars {
    transform: scale(.6);
    transform-origin: left center;
}
.review-item-content .review-time {
    font-size: 14px;
    color: grey;
    margin-bottom: 5px;
}
.feedback {
  --normal: #414052;
  --normal-shadow: #313140;
  --normal-shadow-top: #4c4b60;
  --normal-mouth: #2e2e3d;
  --normal-eye: #282734;
  --active: #f8da69;
  --active-shadow: #f4b555;
  --active-shadow-top: #fff6d3;
  --active-mouth: #f05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #e94f1d;
  --hover: #454456;
  --hover-shadow-top: #59586b;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.feedback label {
  position: relative;
  transition: transform 0.3s;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.feedback label input, .feedback label.active:after {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--sb, var(--normal));
  box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow)), inset -1px 1px 2px var(--sht, var(--normal-shadow-top));
  transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.feedback label.active:after {content: '';}
.feedback label div {
  width: 40px;
  height: 40px;
  position: relative;
  transform: perspective(240px) translateZ(4px);
  margin-bottom: 10px;
}
.review-item .feedback label div {width: 30px;height: 30px;}
.feedback label div svg, .feedback label div:before, .feedback label div:after {
  display: block;
  position: absolute;
  left: var(--l, 9px);
  top: var(--t, 13px);
  width: var(--w, 8px);
  height: var(--h, 1px);
  transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback label div svg {
  fill: none;
  stroke: var(--s);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s;
}
.feedback label div svg.eye {
  --s: var(--e, var(--normal-eye));
  --t: 17px;
  --w: 7px;
  --h: 4px;
}
.feedback label div svg.eye.right {
  --l: 23px;
}
.feedback label div svg.mouth {
  --s: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 7px;
}
.feedback label div:before, .feedback label div:after {
  content: "";
  z-index: var(--zi, 1);
  border-radius: var(--br, 1px);
  background: var(--b, var(--e, var(--normal-eye)));
  transition: background 0.4s;
}
.feedback label.angry {
  --step-1-rx: -24deg;
  --step-1-ry: 20deg;
  --step-2-rx: -24deg;
  --step-2-ry: -20deg;
}
.feedback label.angry div:before {
  --r: 20deg;
}
.feedback label.angry div:after {
  --l: 23px;
  --r: -20deg;
}
.feedback label.angry div svg.eye {
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback label.angry input:checked {
  -webkit-animation: angry 1s linear;
          animation: angry 1s linear;
}
.feedback label.angry input:checked + div:before {
  --middle-y: -2px;
  --middle-r: 22deg;
  -webkit-animation: toggle 0.8s linear forwards;
          animation: toggle 0.8s linear forwards;
}
.feedback label.angry input:checked + div:after {
  --middle-y: 1px;
  --middle-r: -18deg;
  -webkit-animation: toggle 0.8s linear forwards;
          animation: toggle 0.8s linear forwards;
}
.feedback label.sad {
  --step-1-rx: 20deg;
  --step-1-ry: -12deg;
  --step-2-rx: -18deg;
  --step-2-ry: 14deg;
}
.feedback label.sad div:before, .feedback label.sad div:after {
  --b: var(--active-tear);
  --sc: 0;
  --w: 5px;
  --h: 5px;
  --t: 15px;
  --br: 50%;
}
.feedback label.sad div:after {
  --l: 25px;
}
.feedback label.sad div svg.eye {
  --t: 16px;
}
.feedback label.sad div svg.mouth {
  --t: 24px;
  stroke-dasharray: 9.5;
  stroke-dashoffset: 33.25;
}
.feedback label.sad input:checked + div:before, .feedback label.sad input:checked + div:after {
  -webkit-animation: tear 0.6s linear forwards;
          animation: tear 0.6s linear forwards;
}
.feedback label.ok {
  --step-1-rx: 4deg;
  --step-1-ry: -22deg;
  --step-1-rz: 6deg;
  --step-2-rx: 4deg;
  --step-2-ry: 22deg;
  --step-2-rz: -6deg;
}
.feedback label.ok div:before {
  --l: 12px;
  --t: 17px;
  --h: 4px;
  --w: 4px;
  --br: 50%;
  box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.feedback label.ok div:after {
  --l: 13px;
  --t: 26px;
  --w: 14px;
  --h: 2px;
  --br: 1px;
  --b: var(--m, var(--normal-mouth));
}
.feedback label.ok input:checked + div:before {
  --middle-s-y: 0.35;
  -webkit-animation: toggle 0.2s linear forwards;
          animation: toggle 0.2s linear forwards;
}
.feedback label.ok input:checked + div:after {
  --middle-s-x: 0.5;
  -webkit-animation: toggle 0.7s linear forwards;
          animation: toggle 0.7s linear forwards;
}
.feedback label.good {
  --step-1-rx: -14deg;
  --step-1-rz: 10deg;
  --step-2-rx: 10deg;
  --step-2-rz: -8deg;
}
.feedback label.good div:before {
  --b: var(--m, var(--normal-mouth));
  --w: 5px;
  --h: 5px;
  --br: 50%;
  --t: 22px;
  --zi: 0;
  opacity: 0.5;
  box-shadow: 16px 0 0 var(--b);
  filter: blur(2px);
}
.feedback label.good div:after {
  --sc: 0;
}
.feedback label.good div svg.eye {
  --t: 15px;
  --sc: -1;
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback label.good div svg.mouth {
  --t: 22px;
  --sc: -1;
  stroke-dasharray: 13.3;
  stroke-dashoffset: 23.75;
}
.feedback label.good input:checked + div svg.mouth {
  --middle-y: 1px;
  --middle-s: -1;
  -webkit-animation: toggle 0.8s linear forwards;
          animation: toggle 0.8s linear forwards;
}
.feedback label.happy div {
  --step-1-rx: 18deg;
  --step-1-ry: 24deg;
  --step-2-rx: 18deg;
  --step-2-ry: -24deg;
}
.feedback label.happy div:before {
  --sc: 0;
}
.feedback label.happy div:after {
  --b: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 8px;
  --br: 0 0 8px 8px;
}
.feedback label.happy div svg.eye {
  --t: 14px;
  --sc: -1;
}
.feedback label.happy input:checked + div:after {
  --middle-s-x: 0.95;
  --middle-s-y: 0.75;
  -webkit-animation: toggle 0.8s linear forwards;
          animation: toggle 0.8s linear forwards;
}
.feedback label input:checked, .feedback label.active:after, .feedback label:hover input {
  --sb: var(--active);
  --sh: var(--active-shadow);
  --sht: var(--active-shadow-top);
}
.feedback label input:checked + div, .feedback label.active div {
  --m: var(--active-mouth);
  --e: var(--active-eye);
  -webkit-animation: shake 0.8s linear forwards;
  animation: shake 0.8s linear forwards;
  z-index: 99;
}
.feedback label input:not(:checked):active {
  transform: scale(0.925);
}
.feedback label input:not(:checked):active + div {
  transform: scale(0.925);
}
.feedback label:hover {
  transform: scale(1.08);
}


@-webkit-keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}

@keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}
@-webkit-keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
  }
}
@keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
  }
}
@-webkit-keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
  }
}
@keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
  }
}
@-webkit-keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
  }
}
@keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
  }
}

.lightbox-content {border-radius: 12px;}
#reviews-form-modal h3 {font-size: 32px;margin: 0;}
#reviews-form .feedback {padding: 15px 0;display: flex;flex-wrap: wrap;gap: 15px;}
@media screen and (max-width: 1050px) {
    .single-post-meta {
        background: none;
        padding: 0;
        display: block;
    }
    .single-post-meta > * {
        width: 100%;
        max-width: unset !important;
        background: #f3f3f3;
        padding: 10px;
        margin-top: 10px;
        border-radius: 7px;
        position: relative;
    }
    .single-post-meta .author_post .social-icons {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .single-post-meta .rating-share {
        display: block;
    }
    .single-post-meta .rating-share .kk-star-ratings .kksr-stars {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 850px) {
    .location {
        padding-top: 0;
    }
    #wide-nav .mobile-nav {
        justify-content: space-between;
    }
    #wide-nav .header-bottom-nav > li > a {
        padding: 0;
    }
    #wide-nav .header-bottom-nav li:not(:last-child) a:after {
        display: none;
    }
    .product-footer {
        padding-top: 20px;
        border-top: 1px dashed #ebebeb;
    }
}
@media screen and (max-width: 768px) {
    .location .dvls_maps_sidebar {
        max-height: unset;
    }
    .box-note-red {
        font-size: 16px;
        text-align: left;
    }
    .doi-ngu-chuyen-gia .box-text .content p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .dang-ky-nhan-tin .form-title {
        display: none;
    }
    #footer img.size-full.alignnone {
        margin-bottom: 15px;
        max-width: 150px;
    }
    .support_block {
        padding: 15px !important;
        text-align: center;
    }
    .support_block h3 {
        font-size: 20px;
    }
    .support_block p {
        font-size: 15px;
    }
    .support_block .neo--form button,
    .dat-hang .neo--form button,
    .order-form button {
        margin: 10px auto;
    }
    .support_block .neo--form .group-field label.sodienthoai {
        width: 50%;
    }
    .section-dat--hang .section-title-normal .section-title-main,
    .section-dat--hang .description-title {
        text-align: center;
    }
    .section-dat--hang p > img {
        max-width: 350px;
        display: block;
        margin: 0 auto !important;
    }
    h2.section-title {
        margin-bottom: 0 !important;
    }
    h2.section-title .section-title-main {
        font-size: 24px;
    }
    .cart-box .table-header .col {
        padding-top: 10px;
    }
    .cart-box .table-body .col {
        padding-bottom: 0;
    }
    .dat-hang .neo--form .group-field label.sodienthoai,
    .order-form .group-field label.sodienthoai {
        width: 100%;
    }
}
@media screen and (max-width: 900px) and (min-width: 550px) {
    .section-cbss .box {
        flex-direction: column !important;
    }
    .section-cbss .box > * {
        width: 100% !important;
    }
    .section-cbss .box-text:before {
        bottom: 100%;
        margin: 0;
        left: 50% !important;
        top: unset;
        border-bottom: 20px solid #c9193c;
        border-left: 15px solid transparent !important;
        border-right: 15px solid transparent !important;
        margin-left: -10px;
    }
    .section-cbss .box-text p {
        font-size: 35px;
    }
    .section-cbss .box-text h3 a {
        font-size: 15px;
    }
    .section-dat--hang .section-title-normal .section-title-main,
    .section-dat--hang .description-title {
        text-align: center;
    }
    .section-dat--hang p > img {
        max-width: 350px;
        display: block;
        margin: 0 auto !important;
    }
    h2.section-title {
        margin-bottom: 0 !important;
    }
    h2.section-title .section-title-main {
        font-size: 24px;
    }
    .cart-box .table-header .col {
        padding-top: 10px;
    }
    .cart-box .table-body .col {
        padding-bottom: 0;
    }
    .dat-hang .neo--form .group-field label.sodienthoai,
    .order-form .group-field label.sodienthoai {
        width: 50%;
    }
}
@media screen and (max-width: 580px) {
    .single-post-meta {border: none;}
    .product-footer {padding-top: 30px;margin-top: 20px;}
    .box-list-view .box,
    .box-vertical {
        display: block;
    }
    .post-item .box-list-view .box .box-image,
    .post-item .box-vertical .box-image {
        width: 100% !important;
    }
    .box-list-view .box .box-image,
    .box-list-view .box .box-text,
    .box-vertical .box-image,
    .box-vertical .box-text {
        display: block;
    }
    .post-item .box-vertical .box-text {
        padding: 15px;
        background: none;
    }
    #secondary .post-item .box-vertical .box-text {
        padding: 15px 0;
    }
    .post-item .post-title {
        font-size: 16px;
    }
    .from_the_blog_excerpt {
        font-size: 14px;
    }
    .doi-ngu-chuyen-gia .box a {
        display: block;
    }
    .doi-ngu-chuyen-gia .box-image {
        background: #fff;
        padding: 5px;
    }
    .doi-ngu-chuyen-gia .box-text .content {
        color: #fff;
    }
    .doi-ngu-chuyen-gia .box-text .content:after {
        display: none;
    }
    #footer .tt1,
    #footer .tt2 {
        font-size: 16px;
    }
    #footer {
        font-size: 15px;
    }
    #footer .col {
        padding-bottom: 15px;
    }
    .footer-bottom img.alignnone {
        display: block;
        max-width: 200px !important;
        margin: 0 auto !important;
    }
    #footer .social-icons {
        display: block;
        text-align: center;
    }
    #footer .social-icons > span {
        font-size: 16px;
    }
    #footer .ux-menu {
        margin-bottom: 0;
    }
    #footer p:last-child {
        margin-bottom: 0;
    }
    .row-divider .col {
        padding-bottom: 0 !important;
    }
    .divider-top .is-divider {
        margin-bottom: 0;
    }
    .divider-bottom .is-divider {
        margin-top: 0;
    }
    .section-cbss .box-image {
        width: 50% !important;
    }
    .row-white-box .featured-box {
        display: block;
        padding: 15px;
        text-align: center;
    }
    .row-white-box .featured-box .icon-box-img {
        width: 100% !important;
        margin: 20px auto;
    }
    .row-button p {
        max-width: 350px;
        margin: 0 auto;
    }
    .row {
        padding: 0 10px;
        margin: 0 auto !important;
    }
    .row .col {
        padding: 0 5px 10px;
    }
    .related .row,
    .blog-archive .row {
        margin: 0 -5px !important;
    }
    .wrap-header-author {
        display: block;
    }
    .header-author .header-author-col {
        margin: 0;
    }
    .header-author .author-avatar {
        margin-bottom: 15px;
    }
    .header-author .author-avatar,
    .header-author .author-avatar img {
        width: 100%;
    }
    .cong-dung-san-pham-mobile .left-content {
        padding-right: 10px;
    }
    .cong-dung-san-pham-mobile .right-content {
        padding-left: 10px;
    }
    .cong-dung-san-pham-mobile .item {
        width: 100%;
        font-size: 12px;
        padding: 0 20px !important;
        border: 2px solid #bd0002;
        height: 50px;
    }
    .cong-dung-san-pham-mobile .item:after {
        width: 30px;
        height: 30px;
        background-size: contain !important;
        right: -10px;
    }
    .cong-dung-san-pham-mobile .right-content .item:after {
        left: -10px;
    }
    .cong-dung-san-pham-mobile img {
        max-width: 280px;
    }
    #reviews-form, #reviews-form-modal h3 {text-align: center;}
}
@media screen and (max-width: 550px) {
    .recent-blog-posts-li .box-text {
        padding: 15px 0;
    }
    .page-title,
    .page--diem-ban-wrapper .page-title {
        font-size: 20px;
    }
    #form--dknt input {
        height: 44px;
        padding-right: 110px;
    }
    #form--dknt .submit-form {
        height: 38px;
        line-height: 38px;
        width: 100px;
        min-width: unset;
        font-size: 13px;
        padding: 0;
    }
    #footer img.size-full.alignnone {
        margin-bottom: 0;
    }
    .section-dhts .box-text h3 a,
    .section-dhts .box-text h4 a {
        font-size: 15px;
    }
    .neo--form .group-field {
        display: block;
        margin: 0;
    }
    .neo--form .group-field label {
        padding: 0;
    }
    .support_block .neo--form .group-field label.sodienthoai {
        width: 100%;
    }
    .section-cbss .col {
        padding-bottom: 0;
    }
    .section-cbss .box-text {
        padding: 10px;
        display: flex;
    }
    .section-cbss .box-text p {
        font-size: 40px;
    }
    .section-cbss .box-text:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #c9193c;
        margin-top: -7.5px;
    }
    .section-cbss .col:nth-of-type(2n + 1) .box-text:before {
        right: 100%;
        left: inherit;
        border-left: none;
        border-right: 20px solid #e23242;
    }
    .section-cbss .col:nth-of-type(2n) .box-text:before {
        left: 100%;
        border-left: 20px solid #c9193c;
        border-right: none;
    }
    .section-cbss .col:nth-of-type(2n + 1) .box {
        flex-direction: row;
    }
    .section-cbss .col:nth-of-type(2n) .box {
        flex-direction: row-reverse;
    }
    .section-bao-chi .box-image img {
        height: 50px;
    }
    .price-wrapper .label {
        font-size: 16px;
    }
    .price-wrapper .normal-price {
        font-size: 18px;
    }
    .price-wrapper .regular-price {
        font-size: 22px;
    }
    .order-form .submit-form {
        width: 100%;
    }
    .reviews-score-bottom > * {width: 100%;}
    .star-model-list .star-model-list-item .label {min-width: 80px;}
    .star-model-list .star-model-list-item .bar {
        width: calc(100% - 145px) !important;
        /* flex: 1; */
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    .product-info .action a {
        padding: 0 20px;
        flex: auto;
    }
    .location .dvls_maps_3col,
    .share-meta {
        display: block;
    }
    .location .dvls_maps_3col .dvls_maps_col.col_select,
    .location .dvls_maps_3col .dvls_maps_col {
        width: 100%;
    }
    .location .dvls_maps_3col .dvls_maps_col.col_select span {
        width: 150px;
    }
    .single-post-meta .author-link,
    .single-post-meta .tvyk,
    .review-title,
    .kk-star-ratings .kksr-legend,
    .share-meta .author-name {
        font-size: 14px !important;
    }
    .share-meta .author-name {
        margin-bottom: 10px;
    }
    .dat-hang .table-body {
        font-size: 14px;
    }
    .quantity input {
        width: 40px;
    }
    .col-logo img {
        height: 70px;
    }
}
@media screen and (max-width: 420px) {
    .product_short_description table tr {display: block;height: auto !important;}
    .product_short_description table td {width: 100% !important;max-width: unset !important;display: block;height: auto !important;}
    .product_short_description table td:first-child {margin-bottom: 10px;}
    #reviews-form .feedback {
        flex-wrap: nowrap;
        transform: scale(.9);
        gap: 0;
        transform-origin: center;
    }
}

.wpforms-container .wpforms-field {padding: 0 0 10px;}
.wpforms-container .wpforms-field.wpforms-five-sixths, .wpforms-container .wpforms-field.wpforms-four-sixths, .wpforms-container .wpforms-field.wpforms-four-fifths, .wpforms-container .wpforms-field.wpforms-one-fifth, .wpforms-container .wpforms-field.wpforms-one-fourth, .wpforms-container .wpforms-field.wpforms-one-half, .wpforms-container .wpforms-field.wpforms-one-sixth, .wpforms-container .wpforms-field.wpforms-one-third, .wpforms-container .wpforms-field.wpforms-three-fourths, .wpforms-container .wpforms-field.wpforms-three-fifths, .wpforms-container .wpforms-field.wpforms-three-sixths, .wpforms-container .wpforms-field.wpforms-two-fourths, .wpforms-container .wpforms-field.wpforms-two-fifths, .wpforms-container .wpforms-field.wpforms-two-sixths, .wpforms-container .wpforms-field.wpforms-two-thirds {margin-left: 10px;}
.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {width: calc(50% - 5px);}
.cart-box {padding: 10px 0;}
.list-option label {
    position: relative;
    display: flex;
    align-items: baseline;
    border-bottom: 1px dashed #ebebeb;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
}
.list-option label .label {
    min-width: 130px;
    position: relative;
}
.list-option label .label:before {
    content: '\F26D';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 16px;
    color: #212e59;
}
.list-option label input:checked ~ .label:before {
    content: '\F26C';
    color: #733b26;
    transition: all linear .3s;
}
.list-option input {
    display: none;
}
.list-option .price {
    color: #733b26;
    font-size: 18px;
}
#banner {padding-top: 20px;}
#banner img {border-radius: 12px}

.section-thanh-phan table {
    background: white;
    border-top: none;
    margin: 0;
}
.section-thanh-phan table td {font-size: 16px;color: #333;border: none;}
.section-thanh-phan table tr:nth-child(even) td {background: #f9f9f9;}
.section-thanh-phan table tr:last-child td {border-bottom: none;}
.section-thanh-phan table th:last-child, .section-thanh-phan table td:last-child {border-right: none;}
.section-thanh-phan table th {
    background: white;
    font-size: 18px;
    color: #97621f;
    border-top: none;
    padding: 15px !important;
    position: sticky;
    top: 0;
    border-right: none;
}
.section-thanh-phan .scroll-table {
    max-height: 460px;
    overflow-y: auto;
    border-bottom: 1px solid #bfbfbf;
}
.section-thanh-phan .tabbed-content {
    flex-direction: row-reverse;
}
.section-thanh-phan .nav-vertical+.tab-panels {padding: 0;border: none;}
.section-thanh-phan .ux_div {
    padding: 34px 40px;
    background: url(assets/images/table.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 2px 2px 5px #00000047;
}
.section-thanh-phan .tabbed-content .nav-vertical {
    width: 180px;
    padding-top: 50px;
}
.section-thanh-phan .nav.nav-vertical li {
    margin-bottom: 10px;
    border: none;
}
.section-thanh-phan .tab a {
    padding: 10px 20px;
    background: #ebebeb;
    border-radius: 0 9px 9px 0;
    box-shadow: 2px 2px 5px #00000047;
    color: #333;
}
.section-thanh-phan .tab.active a {
    background: #3e2d26;
    color: white;
}
.section-thanh-phan .tab.active a:before, .section-thanh-phan .tab:hover a:before {display: none;}