:root{
    --main-cl: #000;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}


.color_button{
    position: relative;
}
.color_button >a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.tax-danh-muc-san-pham nav#brxe-izqhtn>*:last-child {
    display: none;
}
section#brxe-nzkuxs img {
    width: 100%;
    height: auto;
}
[class*="brxe-jet-smart-filters-"] .jet-filter {
    display: block !important;
}
.wrap_filter_product .item_filter {
    width: calc(100% / 3);
}

.wrap_filter_product {
    display: flex;
    --columns: 1;
    column-gap: 10px;
    --column-gap: 10px;
    row-gap: 10px;
    align-items: flex-start;
}
.wrap_filter_product .item_reset_filter {}

button.reset_filter {
    background-color: #f9bb34;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: 50px;
    margin-top: 30px;
}

.select2-container--default .select2-selection--multiple {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    border: 1px solid #ebeced !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    color: var(--bricks-color-4a3797);
    height: 50px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    color: var(--bricks-color-4a3797);
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: var(--bricks-color-4a3797);
}

.wrap_filter_product .item_filter>span.title {
    font-size: 14px;
    color: var(--bricks-color-tjzzvf);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    height: 20px;
}

.select2.select2-container.select2-container--default {
    margin-bottom: 0;
    height: 50px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    font-size: 17px !important;
    padding: 0 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 10px;
    height: 100%;
}
.news {
    padding: 30px 45px;
}

@media only screen and (max-width: 992px) {
    .news {
        padding: 30px 15px;
    }
}

.news > header {
    text-align: right;
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 10px;
    line-height: 1rem;
}

@media only screen and (max-width: 992px) {
    .news > header {
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 30px;
    }
}

.news > header a {
    color: #000;
    display: inline-block;
    border-left: 1px solid #ccc;
    text-transform: uppercase;
    padding-left: 20px;
    margin-left: 15px;
    font-size: 16px;
}

@media only screen and (max-width: 992px) {
    .news > header a {
        padding-left: 5px;
        margin-left: 2px;
    }
}

.news > header a:first-child {
    border-left: 0;
    padding-left: 0;
}

.news > header a.active,
.news > header a:hover {
    color: #333;
}

.news ul {
    font-size: 0;
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.news ul li {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    width: 33.33333%;
    padding: 0 30px;
    border-left: 1px solid #ccc;
    margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
    .news ul li {
        width: 100%;
        margin-bottom: 30px;
    }
}

.news ul li:nth-child(3n + 1) {
    border-left: 0;
}

.news ul li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news ul li article {
    position: relative;
}

.news ul li .image {
    overflow: hidden;
}

.news ul li img {
    transition: all 0.3s ease;
    display: block;
    height: auto;
}

.news ul li footer {
    color: #4f4f4f;
    padding: 30px;
}

.news ul li footer h3 {
    font-weight: 400;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    text-transform: uppercase;
}

.news ul li footer h4 {
    font-weight: 400;
    font-size: 19px;
    font-size: 1.3vw;
    line-height: 25px;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news ul li footer p {
    margin-bottom: 30px;
    font-size: .9vw;
    line-height: 1.7;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news ul li .btn-4 {
    position: absolute;
    bottom: 0;
    left: 60px;
    font-size: .7vw;
}

.news > footer {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: .9vw;
}

@media only screen and (max-width: 992px) {
    .news > footer {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
    }
}

.news > footer a {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
    margin-right: 5px;
    font-size: .8vw;
}

.news > footer a:last-child {
    border-right: 0;
}

.news > footer strong {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
    margin-right: 5px;
    color: #333;
    font-weight: 700;
}

.news > footer strong:last-child {
    border-right: 0;
}

.news-detail ul,
.news-detail ol {
    list-style-type: inherit;
    padding-left: 17px;
    margin-bottom: 15px;
}

.news-detail .inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

.news-detail article {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

.news-detail article img {
    margin-bottom: 15px;
}

.news-detail article .btn-back {
    background-color: #fff;
    color: #333;
    font-size: 20px;
    font-size: 17px;
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.news-detail article .btn-back:hover {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
}

.news-detail article .btn-back i,
.news-detail article .btn-back span {
    display: inline-block;
    vertical-align: top;
}

.news-detail article .btn-back span {
    margin-left: 10px;
    font-size: 12px;
    font-size: 14px;
    line-height: 21px;
    line-height: 2.1rem;
}

.news-detail header h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 15px;
    line-height: 17px;
    line-height: 1.7rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 13px 0;
}

.news-detail header h3 {
    color: #000;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .news-detail header h3 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 38px;
        line-height: 3.8rem;
    }
}

.news-detail iframe {
    width: 100%;
    height: 600px;
}

@media only screen and (max-width: 992px) {
    .news-detail iframe {
        height: 300px;
    }
}

.lastest {
    border-top: 1px solid #ccc;
    padding: 30px 60px 0;
    margin-top: 30px;
}

@media only screen and (max-width: 992px) {
    .lastest {
        padding: 15px;
    }
}

.lastest > header {
    text-align: right;
    margin-bottom: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem;
}

@media only screen and (max-width: 992px) {
    .lastest > header {
        margin-bottom: 30px;
    }
}

.lastest > header a {
    color: #000;
    display: inline-block;
    border-left: 1px solid #ccc;
    text-transform: uppercase;
    padding-left: 20px;
    margin-left: 15px;
}

.lastest > header a:first-child {
    border-left: 0;
    padding-left: 0;
}

.lastest ul {
    font-size: 0;
    padding: 0;
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

@media only screen and (max-width: 992px) {
    .lastest ul {
        margin: 0;
    }
}

.lastest ul li {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    width: 33.33333%;
    padding: 0 30px;
    border-left: 1px solid #ccc;
    margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
    .lastest ul li {
        width: 100%;
        border: 0;
        padding: 0;
        margin-bottom: 30px;
    }
}

.lastest ul li:nth-child(3n + 1) {
    border-left: 0;
}

.lastest .btn-4 {
    position: absolute;
    bottom: 0;
    left: 60px;
    position: absolute;
    bottom: 0;
    left: 60px;
    font-size: .7vw;
}

.lastest article {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.lastest footer {
    color: #4f4f4f;
    padding: 30px;
}

.lastest footer h3 {
    font-weight: 400;
    font-size: 11px;
    font-size: .8vw;
    line-height: 17px;
    line-height: 1.7rem;
    text-transform: uppercase;
}

.lastest footer h4 {
    font-weight: 400;
    font-size: 19px;
    font-size: 1.3vw;
    line-height: 25px;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.lastest footer p {
    margin-bottom: 30px;
    font-size: .9vw;
    line-height: 1.7;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.lastest > footer {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
}

.lastest > footer a {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 5px;
}

.lastest > footer a:last-child {
    border-right: 0;
}

.lastest > footer a span {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 5px;
    color: #333;
    font-weight: 700;
}

.showroom {
    padding-top: 30px;
}


.news ul li .image a {
    display: inline-block;
    width: 100%;
}
.btn-4 {
    color: #f9bb34;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem;
}

@media only screen and (min-width: 1440px) {
    .btn-4 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
    }
}

.btn-4:hover {
    color: #4c4c4e;
}

.btn-4 i {
    border: 1px solid #efefef;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-size: .6rem;
    line-height: 26px;
    line-height: 2.6rem;
    color: #f9bb34;
    padding-left: 2px;
    margin-right: 5px;
    margin-top: -3px;
    align-items: center;
    justify-content: center;
}
.title {
    position: relative;
    width: 100%;
    max-width: 640px;
    text-align: left;
}

.title.center {
    text-align: center;
    margin: 0 auto;
}

.title.center h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title.right {
    text-align: right;
}

.title.right h2:after {
    left: auto;
    right: 0;
}

.title h2 {
    position: relative;
    color: #f9bb34;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.post_content {
    line-height: 1.6;
}

.post_content h1,.post_content h2,.post_content h3 {
    margin-bottom: 20px;
    line-height: 1.5;
}
.social-share {
    margin: 20px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem;
    color: #3d3d3d;
}

.social-share span {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}

.social-share a {
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    border-radius: 50%;
    border: 2px solid #ccc;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.social-share a:hover {
    color: #616161;
    border: 2px solid #616161;
}

.social-share a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
}
.image.image_post a {
    display: inline-block;
    width: 100%;
    padding-bottom: 64.25%;
    position: relative;
}

.image.image_post a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
ul.slick-dots {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

ul.slick-dots li.slick-active button {background-color: #333;cursor: default;pointer-events: none;}

ul.slick-dots button {
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 #000;
}

.slider_imgs img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
    .title h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem;
    }
}

@media only screen and (max-width: 992px) {
    .title h2 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem;
    }
}

.title h2:after {
    content: '';
    display: table;
    width: 30px;
    height: 1px;
    border-top: 1px solid #4f4f4f;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.thenativePagination {
    display: flex;
    flex-wrap: nowrap;
}

ul.thenativePagination li {
    padding: 0;
    margin: 0;
    border: none !important;
    width: auto !important;
}

ul.thenativePagination li.thenativePaginationStart, ul.thenativePagination li.thenativePaginationEnd, ul.thenativePagination li.thenativePaginationPrev, ul.thenativePagination li.thenativePaginationNext {
    display: none;
}

ul.thenativePagination li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f9bb34 !important;
    padding: 0;
    color: #333;
    border-radius: 50%;
}

ul.thenativePagination li.active a {
    background: #f9bb34;
    color: #fff;
}
i.yith-wcwl-icon.fa.fa-heart-o:before {
    content: "\f08a";
}

.like_product {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    color: #f9bb34;
}
.like_product.CR-add-favorite-btn.active i.yith-wcwl-icon.fa.fa-heart-o:before {
    content: "\f004";
    font-weight: 900;
    font-family: Font Awesome\ 6 Solid;
}
i.fa.fa-heart-o {
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 400;
}

i.fa.fa-heart-o:before {
    content: "\f08a";
}
td.product-empty {
    width: 50%;
    font-size: 22px;
}
#brxe-ogagzi {
    background-color: #000000;
    justify-content: center;
    height: 250px;
}
.brx-popup.brxe-popup-13216 {
    transform: translateX(-100%);
    transition: .5s all;
    top: 50px;
    padding-top: 0;
}
.brx-popup.brxe-popup-13216.active{
    transform: translateX(0%);
}

@media (max-width: 478px) {
    #brxe-ogagzi {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

div#brxe-dvvgco h2 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 34px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f9bb34 !important;
    color: #000 !important;
    border-color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f9bb34 !important;
    color: #000 !important;
}

.select2-results__option[aria-selected] {
    font-size: 15px;
}
.yith-wcwl-add-button.no_ab .like_product {
    position: unset;
}
.brxe-popup-13216 .bricks-nav-menu .active .brx-megamenu {
    opacity: 1 !important;
    visibility: unset;
}
/*loading-effect-page*/
.load_home_page img,
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg,.load_home_page.complete img {
    transition-delay: 0.4s;
    opacity: 0;
}

.load_home_page rect, .load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}
#brx-header {
    z-index: 9999 !important;
}
.brxe-aheimx_{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Cho phép xuống hàng nếu không đủ chỗ */
    column-gap: 10px;
    row-gap: 10px;
}
.brxe-aheimx_ .brxe-block{
    width: calc((100% - 30px) / 4);
}
.brxe_scvjxa:nth-child(2) #brxe-zpzjih{
    justify-content: flex-start;
    align-self: flex-start;
}
.inner_form {
    display: flex;
}

#brxe-bjpmfk .wpcf7-form {
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    background: #fff;
    margin: 10px 0 0;
    text-align: center;
    font-size: 13px;
}
#brxe-qxxxuj .form-group input[type="submit"]{
    transition: .3s all;
}
#brxe-qxxxuj .form-group input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.select2-container--default .select2-selection--multiple{
    background-image: url(../images/down-arrow.svg) !important;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.page-template-page-blank-title-center div#content {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
    line-height: 1.7;
}

.page-template-page-blank-title-center h1.entry-title {
    text-align: center;
    margin-bottom: 20px;
}
.lang-item a img {
    display: none;
}
.lang-item a {
    display: inline-block;
    background: unset !important;
    background-color: unset !important;
    background-image: url(../images/gb.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 26px !important;
    height: 17px;
    padding: 0 10px !important;
    color: unset !important;
}
.lang-item a[lang="vi"] {
    background-image: url(../images/vn.png) !important;
}
header#header .header-nav li.lang-item {
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.content h2,.content h3,.content h4,.content h5 {
    margin-bottom: 20px;
}
.brxe-container ul.thenativePagination {
    list-style: none;
    margin: 0;
    justify-content: center;
    display: flex;
    width: 100%;
}

footer.js-news-paging {
    width: 100%;
    margin-top: 20px;
}

ul.thenativePagination li {
    margin: 0 3px;
}
#brxe-47e137 .bricks-nav-menu > li > a{
    font-size: 16px !important;
}
#brxe-47e137 .bricks-nav-menu > li:hover>ul {
    visibility: unset;
    opacity: 1;
    pointer-events: unset;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a, :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button {
    line-height: 1.5;
    padding: 10px 20px;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a:hover {
    color: #fff;
    background: #000;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a {
    transition: .3s all;
}
#brxe-47e137 .bricks-nav-menu .current-menu-item > a {
    background: #000000;
    color: #333;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    overflow: auto !important;
}
div#load_brand {
    width: 100%;
    display: flex;
    --columns: 1;
    column-gap: 10px;
    --column-gap: 10px;
    row-gap: 10px;
}

div#load_brand>* {
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    #id-new-sp > .jet-listing-grid > .jet-listing-grid__items {
        --columns: 3;
        --column-gap: 20px;
        column-gap: 20px;
        --row-gap: 20px;
        row-gap: 20px;
    }

    .brxe-container {
        max-width: 100vw;
    }
    .news ul {
        padding: 0;
    }


}
@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
    .news ul li footer h3 {
        font-size: 17px;
    }

    .news ul li footer h4 {
        font-size: 22px;
    }

    .news ul li footer p {
        font-size: 14px;
    }

    .news ul li .btn-4 {
        font-size: 13px;
    }
    .load_home_page svg {
        width: 320px;
    }
    .news ul li footer h3 ,
    .lastest footer h3{
        font-size: 17px;
    }

    .news ul li footer h4,
    .lastest footer h4{
        font-size: 22px;
    }

    .news ul li footer p,
    .lastest footer p{
        font-size: 14px;
    }

    .news ul li .btn-4 ,
    .lastest .btn-4{
        font-size: 13px;
    }
    .news > header a {
        line-height: 1.5;
        margin: 10px 1px;
    }
    .lastest footer {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    td.product-empty {
        line-height: 1.5;
        font-size: 12px;
    }

    form#yith-wcwl-form {
        margin-top: 30px;
    }


    table.wishlist_table {
        width: 500px;
    }
    #id-new-sp > .jet-listing-grid > .jet-listing-grid__items {
        --columns: 2;
        --column-gap: 20px;
        column-gap: 20px;
        --row-gap: 20px;
        row-gap: 20px;
    }

    .brxe-jet-listing .brxe-rvnfla.brxe-image {
        height: 225px;
    }

    .wrap_filter_product {
        display: block;
    }

    .wrap_filter_product .item_filter {
        width: 100%;
    }

    .item_filter+.item_filter {
        margin-top: 20px;
    }

    .wrap_filter_product .item_reset_filter {
        margin-top: 15px;
    }
    button.reset_filter {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .slider_imgs img {
        height: 180px;
    }
    .news-detail {
        padding: 0 15px;
    }

    .news-detail header h3 {
        font-size: 25px;
        line-height: 1.5;
    }
    #brxe-ddb14e {
        height: auto;
        width: 100px;
    }
    div#brxe-dvvgco h2 {
        line-height: 1.2;
    }
    .page-template-page-blank-title-center div#content {
        max-width: 100vw;
        padding: 60px 15px;
    }
    #brxe-hijwbr .bricks-nav-menu > li.lang-item a {
        width: 2rem !important;
        display: inline-block;
    }

    #brxe-hijwbr .bricks-nav-menu > li.lang-item  .brx-submenu-toggle.icon-right {
        width: 25px;
        padding-left: 30px;
    }
}

