.page-template-page-transparent-header-light  ul.header-nav.header-nav-main >li >a {
    color: var(--primary-color);
}
.page-template-page-transparent-header-light ul.header-nav.header-nav-main >li.active >a {
    color: var(--fs-color-secondary);
}
.header-button a {
    min-width: 120px;
    height: 40px;
    text-transform: capitalize !important;
    font-size: 14px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    overflow: hidden;
    width: max-content;
}
div#top-bar .html {
    font-size: 14px;
}
.header-button a:after {
    content: "\f095";
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
}

.header-button a {
    flex-flow: row-reverse;
}
.header-button a:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: transparent;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5));
    transform: skew(-25deg);
}

.header-button a:hover:before {
    -webkit-animation: shine-data-v-a1c521e2 1s;
    animation: shine-data-v-a1c521e2 1s;
}
@keyframes shine-data-v-a1c521e2 {
    to {
        left: 125%
    }
}

/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    background-color: var(--second-color);
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
ul.header-nav.header-nav-main.nav.nav-left li>ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid var(--primary-color);
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu {
    left: 0;
    top: 100%;
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid var(--primary-color);
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu li a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: .875rem;
    color: #000;
    position: relative;
    text-transform: initial;
}

ul.header-nav.header-nav-main.nav.nav-left>li.current-dropdown>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu li a:hover {
    color: var(--primary-color) !important;
}
/*  */

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu>li {
    position: relative;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu>li {
    width: 100%;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

ul.header-nav.header-nav-main.nav.nav-left li>ul.sub-menu ul.sub-menu:before,
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

ul.header-nav.header-nav-main.nav.nav-left .icon-angle-down:before {
    display: none;
}

ul.header-nav.header-nav-main.nav.nav-left>li.has-dropdown>a>i {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M7.63207 10.264L4.71215 6.80128C4.22148 6.21928 4.63744 5.33334 5.40144 5.33334H11.5987C12.3627 5.33334 12.7787 6.21995 12.288 6.80128L9.36807 10.264C8.9154 10.8007 8.08474 10.8007 7.63207 10.264Z" fill="%23000000"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
}


li.html.header-button-1 {
    margin: 0;
}
.page_header {
    height: 300px;
}

.page_header .page_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
}

nav.rank-math-breadcrumb p {margin: 0;}

nav.rank-math-breadcrumb p > * {
    /* background: rgba(0, 0, 0, .1); */
    padding: 5px 10px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
}

/* Footer */
.footer_top {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #333333;
    color: #fff;
}

.footer_top .footer_top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_top .footer_top-wrap .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_top .footer_top-wrap .social a {
    width: 40px;
    height: 40px;
    background: var(--fs-color-secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer_top .footer_top-wrap .social a > * {
    width: 20px;
    height: 26px;
}

.footer_top .form_righr {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_top .form_righr .icon {height: 32px;}

.footer_top .form_righr .wpcf7-form-control.wpcf7-email {
    height: 40px;
    background: #fff;
    border-radius: 4px;
    margin: 0;
}

.footer_top .form_righr form {
    margin: 0;
}

.footer_top .form_righr .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    text-transform: inherit;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
    height: 40px;
}

span.wpcf7-spinner {
    display: none;
}
.ss_footer .icon-box .icon-box-img {
    width: 16px !important;
}

.ss_footer .icon-box {
    margin-bottom: 10px;
}

.ss_footer .ux-menu-title {
    font-size: 16px;
}

.page_contact .wpcf7-form-control {
    border-radius: 4px;
    height: 36px;
}

.page_contact .wpcf7-form-control.wpcf7-submit {
    text-transform: inherit;
    font-weight: 500;
    margin: 0;
}
.social_contact {
    display: flex;
    flex-flow: column;
    gap: 10px;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.social_contact a.social img {
    height: 44px;
}
.footer-wrapper .icon-box svg {
    width: 16px;
}
.ux-menu-title.flex {
    font-size: 16px;
}
.list_post .box .box-text {
    padding: 10px 0 10px;
}

.list_post .box .box-text .post-title {
    font-size: 16px;
    font-weight: bold;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.list_post .box .box-text .box_date {
    margin: 5px 0;
    color: #8f8f8f;
}
a.button_custome_link {
    font-weight: bold;
    color: var(--primary-color);
}
.post-sidebar aside span.widget-title {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
}

.widget .is-divider {
    display: none;
}

.post-sidebar aside span.widget-title:after,.post-sidebar aside span.widget-title:before {
    position: absolute;
    content: "";
    background-color: var(--fs-color-secondary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.post-sidebar aside span.widget-title:after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
}

.post-sidebar aside span.widget-title:before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}
.widget_categories li a {
    font-weight: 500 !important;
}

.widget_categories li a:before {
    content: "\f105";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 14px;
}
.widget_categories li a:hover{
    color: var(--fs-color-secondary);
}
.item-populars {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.item-populars .item-popular {
    display: flex;
    gap: 10px;
}
.item-populars .item-popular .thumbnail {
    width: 100px;
    min-width: 100px;
}

.item-populars .item-popular  a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
}

.item-populars .item-popular .thumbnail img {
    aspect-ratio: 16/10;
    border-radius: 4px;
    object-fit: cover;
}

.item-populars .item-popular span.post-date {
    font-size: 14px;
    color: #ccc;
}
.page_archive {
    padding-top: 30px;
}
.page_header .section-bg.fill:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb8;
}
.border_5{
    border-radius: 5px;
    overflow: hidden;
}
/* chuyên mục */
.fillter {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.fillter_list a.filter-button {
    padding: 10px;
    margin: 0;
    color: #000;
}

.fillter > span {
    font-weight: bold;
    margin-right: 20px;
}

.fillter_list a.filter-button.active {
    color: #df0a11;
}
.product-small.box {
    padding: 10px;
    border: 1px solid #eee;
}
.product-small.box .box-text {
    padding: 20px 0 0;
}
.product_rating {
    margin-top: 5px;
}
.product-small.box .box-text a.woocommerce-LoopProduct-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 40px;
    font-weight: 600;
}

.product-price-cart {
    position: relative;
    margin-bottom: 5px;
}

.product-price-cart .product_box_price {
    display: flex;
    flex-flow: column;
}

.product-price-cart .product_box_price .sale_price span {
    font-size: 16px;
    color: #ed3324;
}

.product-price-cart .product_box_price .regular_price .amount {
    color: #8f8f8f;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}

.product-price-cart .product_box_price .regular_price span.discount_percentage {
    background: #fb6e2e;
    padding: 5px;
    z-index: 3;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
}

.product-price-cart a.add_to_cart {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    font-size: 18px;
    background: #00a0e3;
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    margin-left: auto;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, .25);
    position: absolute;
    right: 0;
    top: 0px;
}
@keyframes shineHover {
    to {
        left: 125%
    }
}
.list_danhmuc .box{
    overflow: hidden;
}
.list_danhmuc .box:before,.product-small.box .box-image::before{
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(-25deg);
    width: 50%;
    z-index: 2;
}

.list_danhmuc .box:hover:before,.product-small.box .box-image:hover::before {
    animation: shineHover 1s;
}
/* Product */
.box_border > .col-inner,.box_border-s {
    border-radius: 0.25rem;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
}
.single-product main#main {
    background: #f9f9fb;
}
.product-policises {
    list-style: none;
    margin: 0;
}

.product-policises li {
    margin: 0 !important;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
}

.product-policises li .thumbnail {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    min-width: 35px;
}

.product-policises .media + * {
    margin-top: 10px !important;
    border-top: 1px dashed #f1f1f1;
    padding-top: 10px;
}
.product-trustbadge {
    margin-top: 3px;
}

.product-trustbadge span.title-menu {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 10px;
    display: flex;
}

span.title-menu {
    margin: 0px 0px 10px;
    font-weight: bold;
    font-stretch: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.image-tools.absolute.bottom.left.z-3 {
    display: none;
}

.product-gallery-slider .woocommerce-product-gallery__image {
    border-radius: 4px;
    overflow: hidden;
}

.product-thumbnails a {
    aspect-ratio: 1/1;
    border-radius: 4px;
    overflow: hidden;
    transform: initial;
}

.product-thumbnails a img {
    height: 100%;
    margin: 0 !important;
    object-fit: cover;
    transform: initial !important;
}
.product_info h1.product-title {
    font-weight: 700;
    font-size: 20px;
}

.product_info .group-status {
    font-size: 14px;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

.product_info .group-status a {
    color: #007bff;
    font-weight: bold;
}
.default-price-wrapper {
    margin: 20px  0 10px;
}

.default-price-wrapper .custom_price {
    display: flex;
    flex-flow: column;
}

.default-price-wrapper .custom_price span.sale_price {
    display: flex;
    align-items: center;
    gap: 4px;
}

.default-price-wrapper .custom_price span.sale_price span.woocommerce-Price-amount.amount,.default-price-wrapper .custom_price > .sale_price > span.woocommerce-Price-amount.amount bdi {
    color: #ed3324;
    font-size: 24px;
}

.default-price-wrapper .custom_price span.discount_percentage {
    margin-left: 10px;
    background: #ffc207;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}
.default-price-wrapper .custom_price span.regular_price *,.default-price-wrapper .custom_price span.regular_price {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
}

.default-price-wrapper .custom_price .regular_price .amount {
    text-decoration: line-through;
}
#ega-salebox {
    padding: 10px;
    margin-bottom: 10px;
    background: #f9f9fb;
    border-radius: 3px;
}

#ega-salebox .product-promotion__heading {
    color: #fff;
    margin-bottom: 8px;
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 3px;
}

#ega-salebox * {
    font-size: 14px;
}

#ega-salebox ul {
    margin: 0;
}
.product_info 
 button.single_add_to_cart_button {
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    background-color: #fb6e2e;
    color: #fff;
    border-radius: 5px;
}

.product_info #buy_now_button {
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #00a0e3;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
}

.product_info #buy_now_button span.txt-main {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-variation-add-to-cart, form.cart {
    gap: 10px;
}
.product_info .ux-quantity:before {
    content: "Số lượng: ";
    min-width: 115px;
    font-weight: bold;
}

.product_info .ux-quantity {
    display: flex;
    align-items: center;
}

.product_info .ux-quantity .ux-quantity__button {
    border-radius: 4px;
    background: none;
    box-shadow: none;
    height: 40px;
}

.product_info .ux-quantity  .input-text {
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    height: 40px;
}
.description_tab a:before {display: none;}
.description_tab a {
    font-size: 18px !important;
    padding-bottom: 15px;
}
h3.container-width.product-section-title-related {
    padding: 0 !important;
    font-size: 18px !important;
}
.product-section {
    border: none !important;
}
.post_noibat {
    display: flex;
    flex-flow: column;
}
.post_noibat .item {
    display: flex;
    flex-flow: row;
    margin-bottom: 10px;
    border-bottom: 1px dashed #F2F2F2;
    padding-bottom: 5px;
    gap: 10px;
}
.post_noibat .item .post-thumb {
    width: 100px;
    min-width: 100px;
}
.post_noibat .item .post-thumb a {
    display: block;
    width: 100%;
    aspect-ratio: 16/11;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.title_module_main {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.post_noibat .item .title a {
    font-size: 14px;
    margin: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}
.post_noibat .item h3 {
    margin: 0;
}
.post_noibat .item .post-thumb a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.post_noibat .item p.time-post {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}
div#reviews.woocommerce-Reviews,.devvn_prod_cmt {
    min-width: 100% !important;
}

ul.tabs.wc-tabs.product-tabs {
    background: #f9f9fb;
}

ul.tabs.wc-tabs.product-tabs li {
    margin: 0;
}

ul.tabs.wc-tabs.product-tabs li a {
    height: 36px;
    padding: 0 15px;
    color: #000;
    font-size: 14px !important;
    text-transform: initial;
}

ul.tabs.wc-tabs.product-tabs li.active a {
    background: var(--primary-color);
    color: #fff;
}

ul.tabs.wc-tabs.product-tabs li a:before {
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
.iframe_map p {
    margin: 0;
}

.iframe_map iframe {
    height: 400px;
}
.page_contact .col_info >.col-inner {
    background-color: var(--primary-color);
    background-image: url(/wp-content/uploads/2025/05/bg_contac.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 14px;
    padding-top: 70px;
    padding-right: 40px;
    padding-bottom: 70px;
    padding-left: 40px;
}
.page_contact form .wpcf7-form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: none;
}

.page_contact form button.btn_submid {
    margin: 0;
    text-transform: inherit;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--fs-color-secondary);
    width: 100%;
    justify-content: center;
    height: 42px;
    border-radius: 8px;
    color: #fff;
}
.page_contact form button.btn_submid svg path{
    stroke:#fff;
}
.page_contact form {
    margin: 0;
}
.page_contact .title h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    position: relative;
    padding-left: 36px;
    background-image: url('data:image/svg+xml,<svg class="brxe-icon" id="brxe-fahmom" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.3333 2C19.0152 2 22 4.98477 22 8.66667M17.9214 8.11111C17.5867 7.16399 16.836 6.41332 15.8889 6.07856M21.0154 19.6231C19.7838 20.8548 18.5866 22 16.7076 22C14.4397 22 12.5362 21.101 10.6992 19.8764C8.09476 18.1401 5.85993 15.9052 4.12364 13.3008C2.89896 11.4638 2 9.56034 2 7.29244C2 5.41343 3.14524 4.21625 4.37693 2.98456C6.37227 0.989219 8.55126 2.40502 10.1264 3.98016C10.8893 4.74305 10.8893 5.97993 10.1264 6.74281C9.30564 7.56357 9.54442 8.56567 10.0001 9.47703C10.9787 11.4343 12.5657 13.0213 14.523 13.9999C15.4343 14.4556 16.4364 14.6944 17.2572 13.8736C18.0201 13.1107 19.257 13.1107 20.0198 13.8736C21.595 15.4487 23.0108 17.6277 21.0154 19.6231Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 24px;
}

.page_contact .title h1:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0px;
    background-image: linear-gradient(90deg, #d9d9d9 0%, rgba(217, 217, 217, 0) 100%);
}

.page_contact .icon-box {
    padding: 6px 0;
    align-items: center;
    font-size: 14px;
}

.page_contact .icon-box img {
    padding: 0;
}
.page_contact .social-icons.follow-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page_contact .social-icons.follow-icons a {
    margin: 0;
    border: none;
    background: #fff;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.box.box_feedback {
    padding: 10px;
    border: 1px solid rgb(226, 230, 231);
}

.box.box_feedback a.post-title {
    font-size: 16px;
}

.box.box_feedback .excerpt {
    -webkit-line-clamp: 4;
}
.entry-content.single-page {
    padding: 0;
}
/* Home */
.swiper_title {
    margin-bottom: 6pc;
}

.swiper_title .tab-name__regular {
    color: var(--primary-color);
    padding: 8px 10px 20px;
    position: relative;
    line-height: 1.4;
    transition: .4s ease-in-out;
    cursor: pointer;
}
.swiper_title .swiper-slide-thumb-active .tab-name__regular {
    font-weight: bold;
}
.swiper_title .tab-name__regular::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    content: "";
    transition: .4s ease-in-out;
}
.swiper_title .swiper-slide-thumb-active .tab-name__regular::before {
    height: 3px;
}
.global_wrap {
    display: flex;
    gap: 20px;
}

.global_wrap .left_info {
    gap: 2pc;
    margin-top: 71px;
    max-width: 48%;
    display: flex;
    flex-flow: column;
}

.global_wrap .left_info h2 {
    font-size: 48px;
    font-weight: 600;
}

.global_wrap .left_info  .exceprt {
    margin-left: 100px;
    font-weight: 600;
    color: #545454;
}

.global_wrap .left_info a.loadmore {
    margin-left: 100px;
    background: var(--primary-color);
    width: fit-content;
    border-radius: 99px;
    color: #fff;
    padding: 8px 32px 8px 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    height: 48px;
}

.global_wrap .left_info a.loadmore i {
    font-size: 32px;
}

.global_wrap .right_thumbnail {
    padding: 50px 50px 0 0;
}

.global_wrap .right_thumbnail img {
    border-radius: 8px;
}

.right_thumbnail {
    position: relative;
}

.global_wrap .right_thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 195px;
    height: 96px;
    background: #5aa800;
    z-index: -1;
    border-radius: 8px;
}
.product_video.img_boder {
    position: relative;
    overflow: hidden;
}

.btn_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.btn_pause {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.product_video video {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
    aspect-ratio: 16 / 7;
}

.product_video {
    position: relative;
}

.product_video:hover {
    cursor: pointer;
}
.box_congcu .box-text {
    position: absolute;
    bottom: 0;
    padding: 15px;
}

.box.box_congcu {
    border-radius: 10px;
    overflow: hidden;
}

.box.box_congcu p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.box.box_congcu a.button.primary.is-outline {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 30px 0 8px;
    height: 42px;
    font-size: 16px;
}

.box.box_congcu a.button.primary.is-outline:before {
    content: "\f0a9";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 25px;
}
/* Cửa hàng */
.dvls_maps_wrap,
.dvls_maps_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dvls_maps_wrap option {
    text-transform: capitalize;
}

.dvls_maps_col .btn {
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    height: 50px;
    width: 100%;
    margin-top: 10px;
}

.dvls_maps_wrap {
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.dvls_maps_main iframe {
    width: 100%;
    HEIGHT: 500PX;
}
.dvls_maps_wrap:after,
.dvls_maps_row:after,
.dvls_maps_col:after,
.dvls_maps_3col:after {
    content: '';
    display: table;
    clear: both;
}

.dvls_maps_header_left {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.dvls_maps_header_right {
    overflow: hidden;
}


.dvls_maps_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAVklEQVQImX3KQQ3AIBBE0bkjBTHIwUF9sBI2+4VgAwscyqUH0tD+ZC6TJ6AD98+63D0D4wMMd8+SJKAA8wUmULQXEXVHEVF1CmgPakcgSWaWgMvM0v4v8Btn7NLEpSUAAAAASUVORK5CYII=) right 10px center no-repeat #f5f5f5 !important;
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 9px 36px 9px 16px;
    color: #132432;
    height: 50px;
    margin: 0;
}

.dvls_maps_col {
    padding: 0 5px;
    width: 100%;
}

.dvls_maps_3col {
    margin: 0 -5px;
}


.dvls_maps_3col .dvls_maps_col {
    width: 50%;
    float: left;
}

.dvls_maps_wrap input.dvls-submit {
    border: 0;
    background: #4f1c78;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
}

.dvls_maps_wrap .dvls_near_you {
    margin: 10px 0 0;
    display: inline-block;
}

.dvls_maps_sidebar {
    background: #fff;
    float: left;
    width: 520px;
    position: absolute;
    top: 0;
    left: 0;
    height: 98.5%;
    overflow-x: hidden;
    z-index: 2;
    padding: 28px 28px 0;
}

.dvls_maps_main {
    overflow: hidden;
    padding-left: 520px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.dvls_maps_body {
    position: relative;
}

div#dvls_maps {
    width: 100%;
    height: 500px;

}

.dvls_result_thumb {
    min-width: 116px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 4px;
    overflow: hidden;
    width: 116px;
}

.dvls_result_infor {
    overflow: hidden;
}

.dvls_maps_wrap .dvls_result_infor h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.dvls_result_infor p {
    margin: 0 0 5px;
    font-size: 14px;
}

.d-none {
    display: none;
}

.dvls_result_wrap .dvls_result_item:hover,
.dvls_result_wrap .dvls_result_item.bg-active {
    background-color: #CEE8FA;;
}
.dvls_result_item {
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    padding: 10px;
    display: flex
    ;
}

.dvls_maps_col.col_btn {
    width: 100% !important;
}
.box.box-blog-post {
    padding: 10px;
    border: 1px solid rgb(226, 230, 231);
}

.box.box-blog-post .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

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

.box.box-blog-post .post-meta {
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0;
}

.box.box-blog-post p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

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

}
@media (min-width: 1023px){
    .col_2{
        flex-basis: 20% !important;
        max-width: 20% !important;
    }
}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

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

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .ss_footer .col {
        padding-bottom: 15px !important;
    }
    
    .ss_footer a.ux-menu-link__link {
        font-size: 14px;
    }
    
    .footer_top .footer_top-wrap {
        flex-flow: column-reverse;
        gap: 10px;
    }
    
    .footer_top .footer_top-wrap .form_righr {
        flex-flow: wrap;
        justify-content: center;
    }
    /* body.home #wrapper {
        padding-top: 70px;
    } */
    
    header#header {
        top: 0;
    }
    .global_wrap .left_info {
        margin: 0;
    }
    
    .global_wrap .left_info h2 {
        font-size: 32px;
        margin: 0;
    }
    
    .global_wrap .left_info .exceprt {
        margin: 0;
    }
    
    .global_wrap .left_info a.loadmore {
        margin: 0;
    }
    .dvls_maps_sidebar {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .dvls_maps_main {
        padding: 0;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .page_header {
        height: 200px;
    }
    .page_contact .col_info >.col-inner {
        padding: 20px;
    }
    
    .page_contact .title h1 {
        font-size: 20px;
        background-size: 20px;
    }
    .swiper_title  .swiper-wrapper {
        flex-flow: column;
    }
    
    .swiper_title .swiper-wrapper .swiper-slide {
        width: 100%;
        min-width: 100%;
    }
    
    .swiper_title .tab-name__regular {
        padding: 9px;
    }
    
    .swiper_title .swiper-slide-thumb-active .tab-name__regular {
        background-color: var(--primary-color);
        color: #fff;
    }
    
    .swiper_title {
        margin-bottom: 30px;
    }
    
    .global_wrap {
        flex-flow: column-reverse;
    }
    
    .global_wrap .right_thumbnail {
        padding: 20px 20px  0 0;
    }
    
    .global_wrap .right_thumbnail:before {
        width: 90px;
        height: 50px;
    }
    
    .global_wrap .left_info {
        max-width: 100%;
    }
    
    .global_wrap .left_info h2 {
        font-size: 26px;
    }
    
    .global_wrap .left_info {
        gap: 20px;
    }
    
    .global_wrap .left_info .exceprt {
        font-size: 15px;
    }
    .dvls_maps_sidebar {
        padding: 15px;
    }
    
    .dvls_maps_header_left {
        font-size: 18px;
    }
    
    .dvls_maps_wrap select {
        height: 44px;
        font-size: 14px;
    }
    
    .dvls_maps_col .btn {
        height: 44px;
        font-size: 14px;
    }
    
    .dvls_result_thumb {
        width: 80px;
        min-width: 80px;
    }
	div#top-bar .html {
    font-size: 12px;
}
}