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

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-search-form.search-form .searchform {
    width: 178px;
}

.header-search-form.search-form .flex-row {
    position: relative;
    height: 35px;
    background: #e3e3e3;
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
}

.header-search-form.search-form .flex-col.flex-grow {
    width: 100%;
}

.header-search-form.search-form .search-field {
    width: 100%;
    height: 36px;
    padding: 0 12px 0 38px;
    border: none;
    box-shadow: none;
    background: transparent;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.header-search-form.search-form .search-field::placeholder {
    color: #333;
    opacity: 1;
}

.header-search-form.search-form .ux-search-submit {
    position: absolute;
    left: 4px;
    top: 38%;
    width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    background: transparent !important;
    border: none;
    box-shadow: none;
    color: #1f2937;
    z-index: 2;
}

.header-search-form.search-form .ux-search-submit i {
    font-size: 16px;
    line-height: 20px;
}

.header-search-form.search-form .search-field:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.gtranslate_wrapper img {
    width: 38px;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-line-bottom {
    display: flex;
    gap: 8px;
}

.icon-box.featured-box.icon-box-left p {
    margin-bottom: 5px;
}

.absolute-footer.dark,
.product-small .star-rating {
    display: none;
}

.section-footer .social-button,
.section-footer .social-icons .button.icon:hover,
.section-footer .social-icons .button.icon:not(.is-outline) {
    background-color: #fff !important;
    border-color: #fff !important;
}

.section-footer .social-button>i,
.section-footer .social-button>span,
.section-footer .social-icons .button.icon:hover>i,
.section-footer .social-icons .button.icon:hover>span,
.section-footer .social-icons .button.icon:not(.is-outline)>i,
.section-footer .social-icons .button.icon:not(.is-outline)>span {
    color: #EF5A21 !important;
}

.section-footer .social-icons.follow-icons.full-width {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
}

.section-footer span.ux-menu-link__text:hover {
    color: #DB2114;
}

.flickity-page-dots .dot {
    background: #D9D9D9 !important;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    transition: opacity .3s;
    width: 12px;
    border: unset;
}

.flickity-page-dots .dot.is-selected {
    background-color: rgba(219, 33, 20, 1) !important;
}

.banner-radius,
.banner-radius .banner-bg {
    border-radius: 20px;
}

.col-count>.col-inner {
    border: none;
    border-radius: 20px;
    background: #fff;

    align-items: center;

    box-shadow:
        0 -1px 0 #ff2a22,
        0 1px 0 #ff2a22,
        0 8px 14px rgba(0, 0, 0, 0.18),
        inset 1px 0 0 rgba(255, 42, 34, 0.35),
        inset -1px 0 0 rgba(255, 42, 34, 0.35);
}

.section-grad-left {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.section-grad-left::before {
    content: "";
    position: absolute;
    left: -465px;
    top: -75px;
    width: 1200px;
    height: 1000px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 23, 16, 0.24) 0%, rgba(237, 23, 16, 0.14) 36%, rgba(237, 23, 16, 0.06) 58%, rgba(237, 23, 16, 0) 76%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.section-grad-left>.section-bg,
.section-grad-left-blog>.section-bg,
.section-grad-about>.section-bg,
.section-grad-about>.section-bg,
.section-grad-contact>.section-bg,
.section-grad-contact>.section-bg,
.blog-wrapper.blog-single.page-wrapper {
    background: transparent !important;
}

.section-grad-left .section-content,
.section-grad-left .row,
.section-grad-left .col,
.section-grad-left-blog .section-content,
.section-grad-left-blog .row,
.section-grad-left-blog .col,
.section-grad-about .section-content,
.section-grad-about .row,
.section-grad-about .col,
.section-grad-contact.section-content,
.section-grad-contact .section-content,
.section-grad-contact .row,
.section-grad-contact .col,
.blog-wrapper.blog-single.page-wrapper .col,
.blog-wrapper.blog-single.page-wrapper .row {
    position: relative;
    z-index: 2;
}

.product-small.box {
    background: transparent;
    box-shadow: none;
    border: none;
}

.product-small.box .box-image {
    margin-bottom: 9px;
    border-radius: 8px;
    overflow: hidden;
    background: #f2f2f2;
}

.product-small.box .box-image .image-fade_in_back,
.product-small.box .box-image a {
    display: block;
    aspect-ratio: 4 / 3;
}

.product-small.box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-small.box .box-text-products {
    padding: 0;
    text-align: left;
}

.product-small.box .title-wrapper {
    margin: 0;
}

.product-small.box .product-title {
    margin: 0 0 8px;
    min-height: 50px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.product-small.box .product-title a {
    color: #111;
}

.product-small.box .product-title a:hover {
    color: #e82117;
}

.product-small.box .price-wrapper {
    margin: 0;
}

.product-small.box .price {
    display: block;
    color: #e82117;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.product-small.box .price ins {
    color: #e82117;
    text-decoration: none;
}

.product-small.box .price .amount {
    color: #e82117;
    font-weight: 700;
}

.product-small.box .price del {
    display: none;
}

.product-small.box .woocommerce-Price-currencySymbol {
    margin-right: 1px;
}


.row-5-col>.col {
    flex-basis: 20%;
    max-width: 20%;
}

.section-grad-right,
.fx-related-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.section-grad-right::before,
.fx-related-section::before {
    content: "";
    position: absolute;
    right: -465px;
    top: 56px;
    width: 1200px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 23, 16, 0.24) 0%, rgba(237, 23, 16, 0.14) 36%, rgba(237, 23, 16, 0.06) 58%, rgba(237, 23, 16, 0) 76%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.section-grad-right>.section-bg {
    background: transparent !important;
}

.section-grad-right .section-content,
.section-grad-right .row,
.section-grad-right .col,
.fx-related-section .row,
.fx-related-section .col {
    position: relative;
    z-index: 2;
}

.col-grad>.col-inner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(90deg, #db2114 0%, #000000 100%);
}

.img-radius .box-image {
    border-radius: 16px;
    border: 1px solid #DB2114;
}

.img-radius img {
    border-radius: 16px;
}

.col.post-item .box-image {
    border-radius: 16px 16px 0px 0px;
}

h5.post-title.is-large a {
    color: #000;
    font-size: 22px;
}

h5.post-title.is-large a:hover {
    color: #DB2114;
}

.col.post-item .box-text.text-left {
    background: #fff;
    padding: 15px;
    border-radius: 0px 0px 16px 16px;
}


.section-grad-left-blog::before {
    content: "";
    position: absolute;
    left: -465px;
    bottom: 0px;
    width: 1200px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 23, 16, 0.24) 0%, rgba(237, 23, 16, 0.14) 36%, rgba(237, 23, 16, 0.06) 58%, rgba(237, 23, 16, 0) 76%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.col-grad-about>.col-inner {
    background:
        radial-gradient(ellipse 360px 220px at 0% 0%,
            rgba(219, 33, 20, 0.12) 0%,
            rgba(219, 33, 20, 0.06) 42%,
            rgba(219, 33, 20, 0) 72%),
        radial-gradient(ellipse 420px 260px at 100% 100%,
            rgba(219, 33, 20, 0.22) 0%,
            rgba(219, 33, 20, 0.10) 44%,
            rgba(219, 33, 20, 0) 76%),
        #fff;
    min-height: 300px;
}

.col-grad-about .icon-box.featured-box {
    display: flex;
    align-items: center;
}

.col-grad-about .icon-box.featured-box h3 {
    margin-bottom: 0px;
}


.section-grad-about {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.section-grad-about::before {
    content: "";
    position: absolute;
    left: -430px;
    top: 418px;
    width: 980px;
    height: 980px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 23, 16, 0.20) 0%, rgba(237, 23, 16, 0.12) 36%, rgba(237, 23, 16, 0.05) 58%, rgba(237, 23, 16, 0) 76%);
    filter: blur(20px);
    pointer-events: none;
    z-index: 0;
}

.section-grad-about::after {
    content: "";
    position: absolute;
    right: -460px;
    top: -150px;
    width: 980px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(237, 23, 16, 0.16) 0%,
            rgba(237, 23, 16, 0.09) 38%,
            rgba(237, 23, 16, 0.04) 60%,
            rgba(237, 23, 16, 0) 78%);
    filter: blur(22px);
    pointer-events: none;
    z-index: 0;
}

.section-grad-contact::before {


    content: "";
    position: absolute;
    left: -460px;
    top: -150px;
    width: 980px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(237, 23, 16, 0.16) 0%,
            rgba(237, 23, 16, 0.09) 38%,
            rgba(237, 23, 16, 0.04) 60%,
            rgba(237, 23, 16, 0) 78%);
    filter: blur(22px);
    pointer-events: none;
    z-index: 0;
}

.blog-wrapper.blog-single.page-wrapper::before {

    content: "";
    position: absolute;
    left: -460px;
    top: 16px;
    width: 980px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(237, 23, 16, 0.16) 0%,
            rgba(237, 23, 16, 0.09) 38%,
            rgba(237, 23, 16, 0.04) 60%,
            rgba(237, 23, 16, 0) 78%);
    filter: blur(22px);
    pointer-events: none;
    z-index: 0;
}

.section-grad-contact::after {
    content: "";
    position: absolute;
    right: -430px;
    top: 418px;
    width: 980px;
    height: 980px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 23, 16, 0.20) 0%, rgba(237, 23, 16, 0.12) 36%, rgba(237, 23, 16, 0.05) 58%, rgba(237, 23, 16, 0) 76%);
    filter: blur(20px);
    pointer-events: none;
    z-index: 0;
}

.blog-wrapper.blog-single.page-wrapper::after {
    content: "";
    position: absolute;
    right: -430px;
    bottom: 0px;
    width: 980px;
    height: 980px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 23, 16, 0.20) 0%, rgba(237, 23, 16, 0.12) 36%, rgba(237, 23, 16, 0.05) 58%, rgba(237, 23, 16, 0) 76%);
    filter: blur(20px);
    pointer-events: none;
    z-index: 0;
}

.icon-box.featured-box.icon-box-left p {
    margin-bottom: 0px;
}

.icon-box.featured-box.icon-box-left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.cf7-consult-form {
    width: 100%;
}

.cf7-consult-form label {
    display: block;
    margin: 0 0 10px;
    color: #111;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.cf7-consult-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.cf7-consult-form .cf7-field {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 9px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
}

.cf7-consult-form select.cf7-field {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 38px;
    background-image:
        linear-gradient(45deg, transparent 50%, #667085 50%),
        linear-gradient(135deg, #667085 50%, transparent 50%);
    background-position:
        calc(100% - 19px) 50%,
        calc(100% - 14px) 50%;
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.cf7-consult-form .cf7-field:focus {
    border-color: #db2114;
    box-shadow: 0 0 0 3px rgba(219, 33, 20, 0.08);
}

.cf7-consult-form .cf7-submit-btn {
    min-width: 116px;
    height: 42px;
    margin-top: 2px;
    padding: 0px 20px;
    border: none;
    border-radius: 6px;
    background: #e3261c;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-transform: none;
    cursor: pointer;
    margin: 12px 0 0 0;
}

.cf7-consult-form .cf7-submit-btn:hover {
    background: #c91f17;
}

.cf7-consult-form .wpcf7-spinner {
    margin-left: 8px;
}

.cf7-consult-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}

.col-contact .social-icons.follow-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.col-contact .social-icons.follow-icons a.icon.button {

    margin: 0;
    padding: 0;
    border: 1px solid #8f7777;
    border-radius: 4px !important;
    background: transparent !important;
    color: #000 !important;
    box-shadow: none;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.col-contact .social-icons.follow-icons a.icon.button i {
    color: #000 !important;

    line-height: 1;
}

.col-contact .social-icons.follow-icons a.icon.button:hover {
    background: #db2114 !important;
    border-color: #db2114;
    color: #fff !important;
    transform: none;
}

.col-contact .social-icons.follow-icons a.icon.button:hover i {
    color: #fff !important;
}

.woocommerce-ordering,
.woocommerce-ordering select {
    display: inline-block;
    margin: 0px;
    background: #E4E4E4;
}

.product-cat-menu li {
    margin-left: 10px !important;
}

.col-mo-ta-doanh-nghiep>.col-inner {
    position: relative;
}



.col-mo-ta-doanh-nghiep .mo-ta-content {
    position: relative;
    max-height: 455px;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.col-mo-ta-doanh-nghiep .mo-ta-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 135px;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            #fff 78%);
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.col-mo-ta-doanh-nghiep.is-expanded .mo-ta-content {
    max-height: 3000px;
}

.col-mo-ta-doanh-nghiep.is-expanded .mo-ta-content::after {
    opacity: 0;
}

.mo-ta-toggle-wrap {
    margin-top: 22px;
    text-align: center;
}

.mo-ta-toggle {
    padding: 0;
    border: none;
    background: transparent;
    color: #e82117;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    cursor: pointer;
    text-transform: none;
}

.mo-ta-toggle:hover {
    color: #c91f17;
}

.cf7-dark-consult {
    width: 100%;
}

.cf7-dark-consult p {
    margin: 0;
    padding: 0;
}

.cf7-dark-consult br {
    display: none;
}

.cf7-dark-consult .cf7-dark-row p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 17px;
}

.cf7-dark-consult .wpcf7-form-control-wrap {
    display: block;
    margin: 0;
}

.cf7-dark-consult>p:nth-of-type(1) {
    margin-bottom: 18px;
}

.cf7-dark-consult .cf7-dark-field {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 20px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
}

.cf7-dark-consult .cf7-dark-field::placeholder {
    color: #fff;
    opacity: 1;
}

.cf7-dark-consult .cf7-dark-field:focus {
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 0 0 2px rgba(237, 23, 16, 0.2);
}

.cf7-dark-consult .cf7-dark-submit {
    width: 100%;
    height: 47px;
    margin: 0;
    padding: 0 24px;
    border: none;
    border-radius: 999px;
    background: #ed1d14;
    color: #fff;
    font-size: 15px;
    line-height: 47px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: none;
    cursor: pointer;
}

.cf7-dark-consult .cf7-dark-submit:hover {
    background: #d91910;
}

.cf7-dark-consult .wpcf7-spinner {
    display: none;
}

.cf7-dark-consult .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
}

.cf7-dark-consult+.wpcf7-response-output,
.wpcf7 form .cf7-dark-consult~.wpcf7-response-output {
    margin: 12px 0 0;
}

.single-product .product-info.summary .price-wrapper {
    display: none !important;
}

.fx-product-sku-rating {
    margin: 0 0 16px;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.fx-product-sku-rating em {
    color: #aaa;
    font-style: normal;
}

.fx-rating-star {
    color: #f5a400;
}

.fx-single-price-box {
    margin: 0 0 14px;
    padding: 16px 22px;
    border: 1px solid #e82117;
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(232, 33, 23, 0.14);
    background: #f4f4f6;
}

.fx-single-price-box>span {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
}

.fx-single-price {
    color: #111;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
}

.fx-single-price ins {
    color: #111;
    text-decoration: none;
}

.fx-single-price del {
    margin-right: 16px;
    color: #777;
    font-size: 18px;
    font-weight: 400;
}

.fx-info-box {
    overflow: hidden;
    margin-bottom: 12px;
    background: #f5f5f5;
    border-radius: 16px;
}

.fx-info-title {
    padding: 10px 16px;
    background: #b8b8b8;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

.fx-feature-list {
    margin: 0;
    padding: 14px 22px 16px 38px;
}

.fx-feature-list li {
    margin-bottom: 8px;
    color: #222;
    font-size: 15px;
    line-height: 1.45;
}

.fx-spec-list {
    padding: 0 16px;
}

.fx-spec-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 14px;
}

.fx-spec-row:last-child {
    border-bottom: none;
}

.fx-spec-row strong {
    font-weight: 400;
    text-align: right;
}

.fx-product-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

.fx-product-btn {
    height: 48px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #e82117;
}

.fx-product-btn-red {
    background: #e82117;
    color: #fff;
    border: 1px solid #e82117;
}

.fx-product-btn-red:hover {
    background: #fff;
    color: #e82117;
}

.fx-product-btn-outline {
    border: 1px solid #e82117;
    background: #fff;
    color: #e82117;
}

.fx-product-btn-outline:hover {
    background: #e82117;
    color: #fff;

}

.single-product .fx-single-product-main {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}

.single-product .fx-single-product-main::before {
    content: "";
    position: absolute;
    left: -520px;
    top: 75px;
    width: 1050px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(237, 23, 16, 0.22) 0%,
            rgba(237, 23, 16, 0.13) 36%,
            rgba(237, 23, 16, 0.055) 58%,
            rgba(237, 23, 16, 0) 78%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.single-product .fx-single-product-main .container,
.single-product .fx-single-product-main .row,
.single-product .fx-single-product-main .col {
    position: relative;
    z-index: 2;
}

.fx-product-tabs-section {
    padding: 56px 0 64px;
    background: #fff;
}


.woocommerce-tabs {
    margin-top: 0;
}

.woocommerce-tabs .tabs {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 0 0 34px;
    border-top: 1px solid #ddd;
}

.woocommerce-tabs .tabs li a {
    padding-top: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-tabs .tabs li.active a {
    border-top: 4px solid #e82117;
    color: #111;
}

.fx-product-detail-section {
    clear: both;
    background: #fff;
}

.fx-product-detail-section+.fx-product-detail-section {
    padding-top: 20px;
}

.fx-product-detail-section h2 {
    margin: 0 auto 28px;
    padding: 0px 0 30px;
    border-bottom: 1px solid #000;
    color: #111;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.fx-product-description-content {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.65;
}



.fx-product-reviews-content {
    margin: 0 auto;
}

.fx-related-section {
    clear: both;
    padding: 44px 0 0;
    background: #fff;
}

div#reviews.woocommerce-Reviews,
.devvn_prod_cmt {
    width: 100%;
    max-width: 100%;
}

.woocommerce #reviews #comments h2 {
    font-size: 26px;
    margin-bottom: 42px;
}

span.devvn_num_reviews {
    min-width: 150px;
    color: #000;
}

#comments a.btn-reviews-now {
    background-color: #FF2E00;
}

span.devvn_num_reviews {
    min-width: 150px;
    color: #000;
}



.fx-related-section {
    clear: both;
    padding: 20px 0 40px;
    background: #fff;
    margin-top: -34px;
}

.product-section {
    border-top: unset;
}

h1.product-title.product_title.entry-title {
    color: #000;
    font-size: 38px;
}

section.fx-product-consult-section .section {
    padding: 0px;
    margin-top: 20px;
}

.shop-page-title.category-page-title.page-title {
    padding: 25px 0px;
}

.blog-cat-page .col.post-item .box-text.text-left {
    background: #e7e7e7;
}

.blog-cat-page .col.post-item .col-inner {
    border: 1px solid #c4c4c4;
    border-radius: 16px;
}

.single-post-title-meta {
    margin: 12px 0 0px;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.single-post-meta-left,
.single-post-share {
    display: flex;
    align-items: center;
    gap: 14px;
}

.single-post-meta-left span,
.single-post-share .share-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.single-post-share a {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-post-share a:hover {
    border-color: #db2114;
    background: #db2114;
    color: #fff;
}


.single-post-share svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

.single-post-share .share-label svg {
    width: 15px;
    height: 15px;
}

.blog-single nav.site-breadcrumb {
    margin-left: 0px;
    padding: 0px 0px 30px;
}

h1.entry-title {
    color: #000;
    font-size: 32px;
}

.blog-single.blog-wrapper .section {
    padding: 0px;
}

.post-meta.is-small {
    font-size: 16px;
}

.nav-vertical+.tab-panels {
    border-left: 1px solid #DB2114;
}

.nav-vertical>li+li {
    border-top: unset;
}

.tab-policy .nav.nav-vertical li {
    position: relative;
    padding-left: 22px;
}

.tab-policy .nav.nav-vertical li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #666;
    transform: translateY(-50%);
    transition: background .2s ease, transform .2s ease;
}

.tab-policy .nav.nav-vertical li a {
    display: block;
    color: #5d5d5d !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    transition: color .2s ease;
}

.tab-policy .nav.nav-vertical li a span {
    color: inherit !important;
    font-weight: inherit;
    font-size: inherit;
}

.tab-policy .nav.nav-vertical li.active::before,
.tab-policy .nav.nav-vertical li:hover::before {
    background: #DB2114;
    transform: translateY(-50%) scale(1.05);
}

.tab-policy .nav.nav-vertical li.active>a,
.tab-policy .nav.nav-vertical li:hover>a {
    color: #DB2114 !important;
    font-weight: 700;
}

.tab-policy .nav.nav-vertical li a::before,
.tab-policy .nav.nav-vertical li a::after {
    display: none !important;
    content: none !important;
}


.nav-dropdown,
.nav-dropdown ul.sub-menu {
    background: #e7e7e7;
    padding: 0;
    border: none;
    width: 250px;
    display: flex;
    flex-direction: column;
}

.nav-dropdown li a,
ul.sub-menu li a {
    color: #0e1e35 !important;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: unset;
    display: block;
    border-bottom: 1px solid #3e3e42;
    margin: 0;
}

.nav-dropdown li a:hover,
ul.sub-menu li a:hover {
    color: #fff !important;
    background: #db2114;
}

.sub-menu>li.menu-item-has-children {
    position: relative;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    margin: 0;
}

.sub-menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    margin-top: 0px;
}

.nav-dropdown-has-border .nav-dropdown {
    top: 64px;
    border: none;
    border-top: 5px solid #db2114;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.image-column,
.nav-dropdown>li.nav-dropdown-col {
    display: table-cell;
    min-width: unset;
    text-align: left;
    white-space: nowrap;
    width: unset;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset;
    margin: 0px;
    color: #fff;
    padding-left: 15px;
    padding-right: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 100;
}

.nav-dropdown li.menu-item-has-children>a::after,
ul.sub-menu li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-color: #111 !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.29 6.71a1 1 0 0 1 1.42 0L16 12l-5.29 5.29a1 1 0 1 1-1.42-1.42L13.17 12 9.29 8.12a1 1 0 0 1 0-1.41Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.29 6.71a1 1 0 0 1 1.42 0L16 12l-5.29 5.29a1 1 0 1 1-1.42-1.42L13.17 12 9.29 8.12a1 1 0 0 1 0-1.41Z'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: background-color .2s ease, transform .2s ease;
}

.nav-dropdown li.menu-item-has-children>a:hover::after,
ul.sub-menu li.menu-item-has-children>a:hover::after {
    background-color: #fff !important;
    transform: translateY(-50%) translateX(2px);
}

.nav-dropdown li.menu-item-has-children:hover>a:not(:hover)::after,
ul.sub-menu li.menu-item-has-children:hover>a:not(:hover)::after {
    background-color: #111 !important;
    transform: translateY(-50%);
}

.gtranslate_wrapper {
    display: flex;
    gap: 10px;
}

li.html.custom.html_topbar_right {
    margin-left: 4px;
}

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

.fx-livechat {
    position: fixed;
    right: 26px;
    bottom: 86px;
    z-index: 99999;
}

.fx-livechat-toggle {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #e82117;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: fx-chat-shake 1.8s infinite;
    box-shadow: 0 8px 24px rgba(232, 33, 23, .28);
}

.fx-livechat-toggle::before,
.fx-livechat-toggle::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: rgba(232, 33, 23, .22);
    z-index: -1;
    animation: fx-chat-pulse 1.8s infinite;
}

.fx-livechat-toggle::after {
    inset: -20px;
    background: rgba(232, 33, 23, .12);
    animation-delay: .35s;
}

.fx-livechat-toggle svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

@keyframes fx-chat-shake {

    0%,
    100% {
        transform: rotate(0) scale(1);
    }

    8%,
    20% {
        transform: rotate(-12deg) scale(1.03);
    }

    14%,
    26% {
        transform: rotate(12deg) scale(1.03);
    }

    32% {
        transform: rotate(0) scale(1);
    }
}

@keyframes fx-chat-pulse {
    0% {
        transform: scale(.75);
        opacity: .85;
    }

    70% {
        transform: scale(1.15);
        opacity: .18;
    }

    100% {
        transform: scale(1.22);
        opacity: 0;
    }
}

.fx-livechat-box {
    position: absolute;
    right: 0;
    bottom: 82px;
    width: 360px;
    padding: 18px;
    border-radius: 20px;
    background: #e82117;
    color: #fff;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: .22s ease;
}

.fx-livechat.is-open .fx-livechat-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fx-livechat-close {
    position: absolute;
    top: -7px;
    right: -12px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    margin: 0px;
}

.fx-livechat-box h3 {
    margin: 0 22px 20px 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}

.fx-livechat-box>p {
    margin: 0 0 16px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.45;
}

.fx-livechat-note {
    margin: 0 0 12px;
    color: #fff;
    font-size: 13px;
}

.fx-livechat .wpcf7 {
    padding: 12px;
    border-radius: 20px;
    background: #fff;
}

.fx-livechat .wpcf7 p {
    margin: 0 0 12px;
}

.fx-livechat .wpcf7 input[type="text"],
.fx-livechat .wpcf7 input[type="email"] {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-size: 14px;
    box-shadow: none;
}

.fx-livechat .wpcf7 input::placeholder {
    color: #555;
}

.fx-livechat .fx-chat-question {
    display: block;
    margin: 2px 0 8px;
    color: #111;
    font-size: 14px;
    font-weight: 800;
}

.fx-livechat .wpcf7-radio {
    display: block;
}

.fx-livechat .wpcf7-list-item {
    display: block;
    margin: 0 0 9px;
    color: #333;
    font-size: 14px;
}

.fx-livechat .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.fx-livechat .wpcf7-list-item input[type="radio"] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #e82117;
}

.fx-livechat .wpcf7-submit {
    min-width: 76px;
    height: 38px;
    margin: 3px 0 0;
    padding: 0 20px;
    border: none;
    border-radius: 6px;
    background: #e82117;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.fx-livechat .wpcf7-spinner {
    display: none;
}

.fx-livechat .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 6px 8px !important;
    color: #111;
    font-size: 12px;
}


.stuck .header-main .nav>li>a {
    line-height: 16px !important;
}

#button-contact-vr {
    position: fixed;
    bottom: 10%;
    z-index: 99999;
    left: 0;
    width: max-content;
}

@media (max-width: 549px) {
    .fx-livechat {
        right: 16px;
        bottom: 80px;
    }

    .fx-livechat-box {
        width: calc(100vw - 32px);
        right: -6px;
    }

    .fx-livechat-box h3 {
        font-size: 24px;
    }
}



.row-reviews {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1.8fr 1fr;
    gap: 14px 16px;
    align-items: stretch;
}

.row-reviews>.col {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    padding: 0 !important;
}

.row-reviews>.col>.col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.row-reviews>.col>.col-inner>.gap-element {
    display: none !important;
}




.row-reviews .box-image .image-cover {
    padding-top: 100% !important;
}

.row-reviews .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-reviews>.col:nth-child(3) .box {
    height: 100%;
}

.row-reviews>.col:nth-child(3) .box-image,
.row-reviews>.col:nth-child(3) .image-cover {
    height: 100%;
}

.row-reviews>.col:nth-child(3) .image-cover {
    padding-top: 0 !important;
}

.row-reviews .box-text {
    padding: 18px !important;
}

.row-reviews>.col:nth-child(3) .box-text {
    padding: 24px !important;
}



.single-product .product-gallery .product-thumbnails {
    margin-top: 14px;
}

.single-product .product-gallery .product-thumbnails .col {
    padding: 0 7px;
}

.single-product .product-gallery .product-thumbnails a,
.single-product .product-gallery .product-thumbnails .is-small,
.single-product .product-gallery .product-thumbnails img,
.single-product .product-gallery .flex-control-thumbs li,
.single-product .product-gallery .flex-control-thumbs img {
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
}

.single-product .product-gallery .product-thumbnails img,
.single-product .product-gallery .flex-control-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .2s ease;
}


.single-product .product-gallery .product-thumbnails .image-cover,
.single-product .product-gallery .product-thumbnails .img-inner {
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.single-product .fx-single-price-box {
    margin: 0 0 14px;
    padding: 25px 18px 25px;
    border: 1px solid #e82117;
    border-radius: 16px;
    background: #fff;
    box-shadow:
        inset 0 4px 10px rgba(219, 51, 50, .6),
        inset 0 -4px 10px rgba(219, 33, 20, .4);
}

.product-gallery-slider img,
.product-thumbnails img {
    width: 100%;
    border-radius: 10px;
}

.single-product .fx-single-price-box>span {
    display: block;
    margin: 0 0 8px !important;
    color: #444;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.single-product .fx-single-price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    line-height: 1;
}

.single-product .fx-single-price ins {
    order: 1;
    color: #111;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.single-product .fx-single-price del {
    order: 2;
    color: #777;
    opacity: 1;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
    border-color: rgba(0, 0, 0, .3);
    opacity: 1;
    transform: unset;
}

.current-post-cat-title {
    margin: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
}

.blog-archive .row.row-large {
    flex-flow: nowrap;
}

.blog-archive nav.site-breadcrumb {
    display: none;
}

.blog-wrapper.blog-archive.page-wrapper .blog-archive-wrap {
    padding-top: 50px;
}

.blog-wrapper.blog-archive.page-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
}

.blog-archive-wrap section.section {
    padding: 0px;
}

.blog-archive-wrap .box-text.text-left {
    background: #e7e7e7 !important;
}

.text-nhan-uu-dai p {
    margin: 0px;
}


.blog-wrapper.blog-archive.page-wrapper section.section {
    display: none;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .stuck #logo img {
        max-height: 75px !important;
    }

    .header-wrapper.stuck {
        background: #fff;
        height: 80px;
    }

    i.icon-menu {
        color: #000;
    }

    div#logo {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 0px;
    }

    #masthead .medium-logo-center {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%;
    }

    .mfp-content {
        background: #202020 !important;
    }

    .nav-sidebar.nav-vertical>li+li {
        border-top: unset;
    }

    ul.nav.nav-sidebar.nav-vertical li a {
        color: #fff !important;
        text-transform: none;
        font-size: 16px;
    }

    ul.nav.nav-sidebar.nav-vertical li a:hover,
    .nav-dropdown li a,
    ul.sub-menu li a:hover {
        color: #E82117;
    }

    i.icon-angle-down,
    .nav-dropdown li a,
    ul.sub-menu li a {
        color: #fff;
    }

    .header-search-form.search-form .searchform {
        width: 100%;
    }

    .header-search-form.search-form .ux-search-submit {
        top: 28%;
    }

    .product-small.box .product-title {
        min-height: 40px;
        font-size: 15px;
    }

    .cat-products-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 10px;
    }

    .cat-products-tab {
        font-size: 13px;
    }

    .cat-products-tabs {
        padding: 14px 14px !important;
        border-radius: 20px !important;

    }

    .cat-products-tab {
        text-align: left !important;
    }

    .cat-product-name {
        min-height: 40px;
        font-size: 15px;
    }

    .row-reviews {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        padding: 0 14px !important;
        align-items: stretch !important;
    }

    .row-reviews>.col {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: auto !important;
        padding: 0 !important;
        display: block;
    }

    .row-reviews>.col>.col-inner {
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .row-reviews>.col:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .row-reviews>.col:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1;
    }

    .row-reviews>.col:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .row-reviews>.col:nth-child(4) {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .row-reviews>.col:nth-child(4)>.col-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .row-reviews .box {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 12px;
        overflow: hidden;
    }

    .row-reviews .box-image .image-cover {
        width: 100%;
        height: auto;
        padding-top: 100% !important;
        border-radius: 12px;
        overflow: hidden;
    }

    .row-reviews .box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .row-reviews>.col:nth-child(3) .box-image .image-cover {
        padding-top: 72% !important;
    }

    .row-reviews>.col:nth-child(3) .box {
        position: relative;
    }

    .row-reviews>.col:nth-child(3) .box-text {
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 18px;
        color: #fff;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.7) 55%,
                rgba(0, 0, 0, 0.9) 100%);
    }

    .row-reviews>.col:nth-child(3) .box-text * {
        color: #fff;
    }

    .row-reviews>.col:nth-child(3) .box-text h3,
    .row-reviews>.col:nth-child(3) .box-text .uppercase {
        margin-bottom: 6px;
        font-size: 22px;
        line-height: 1.15;
        font-weight: 800;
    }

    .row-reviews>.col:nth-child(3) .box-text p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.35;
    }

    .row-reviews .box-text {
        padding: 12px !important;
    }

    .section-footer .social-icons.follow-icons.full-width {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    h5.post-title.is-large a {
        color: #000;
        font-size: 20px;
    }

    .single-post-title-meta {
        display: block;
    }

    .single-post-meta-left,
    .single-post-share {
        display: flex;
        align-items: center;
        gap: 14px;
        margin: 20px 0px;
    }

    .blog-single nav.site-breadcrumb {
        margin-left: 0px;
        padding: 0px 0px 30px;
    }

    .author-tax-meta {
        display: flex;
        justify-content: flex-start !important;
    }

    .author-tax-avatar {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 12px;
    }

    .author-tax-card {
        display: block !important;
    }

    .author-post-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 26px 24px;
    }

    .dealer-filter,
    .dealer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .dealer-single-gallery,
    .dealer-single-info {
        display: block !important;
        gap: 16px;
    }

    .dealer-single-box h1 {
        margin: 58px 0 16px !important;
    }

    .nav-vertical+.tab-panels {
        border-top: 1px solid #DB2114;
        padding-top: 30px;
        margin-top: 30px;
        border-left: unset;
    }

    .blog-archive .row.row-large {
        flex-flow: column;
    }
}