/*!
 * style.css
 * Version - 1.1
 * Website: elmich.vn
 * Author: Thuong_BC
 * Copyright (c) 2021 Bicweb.Vn
 */

body * {
    outline: none;
}

:root {
    --primary-color: #ed2024;
    --primary-color-hover: #e01014;
    --wpforms-button-background-color: #ed2024 !important;
}

body.no-scroll {
    max-height: 100vh;
    overflow: hidden;
    animation: fadeIn 0.3s ease-in 0s;
}

a {
    text-decoration: none;
    color: #e91d29;
}

a:hover {
    text-decoration: none;
    color: #e91d29;
    outline: none;
    -webkit-transition: all 100ms ease 0s;
    -moz-transition: all 100ms ease 0s;
    -o-transition: all 100ms ease 0s;
    transition: all 100ms ease 0s;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #606060;
}

.RadRating.RadRating_Default {
    height: 35px !important;
    width: 100% !important;
    margin: 10px 0;
}

.product_vote li {
    padding: 0 !important;
    height: 2.5rem;
    margin-right: 12px !important;
}

.product_vote li a span {
    font-weight: 300;
    height: 2.5rem;
}

#ctl00_cphMain_ctl00_proVote .rrtItem {
    text-align: center;
}

#ctl00_cphMain_ctl00_proVote .rrtItem li {
    margin: 0 10px;
}

.RadRating a:before,
.RadRating a span:before {
    font-size: 2rem !important;
}

.RadRating .rrtSelected a span {
    width: 2rem !important;
    height: 2rem !important;
}

.product-tab.p_comment {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin: auto;
    margin-top: 2rem;
}

.RadRating ul {
    margin-left: -4px !important;
}

.product_share .vote_wrap ul li {
    margin-right: 8px !important;
}

.RadAjax.RadAjax_Default {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

.bic_banner {
    clear: both;
}

.bct-banner-item img {
    width: 100%;
}

.bic_banner_image {
    margin: 0;
}

.bic_banner_item {
    width: 100%;
    float: left;
}

.bic_banner_item .img-fluid {
    width: 100%;
}

.bic_banner .owl-nav [class^="owl-"] {
    color: #fff;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 100;
    height: 65px;
    width: 40px;
    cursor: pointer;
    font-size: 60px;
}

.bic_banner .owl-prev {
    left: 40px;
}

.bic_banner .owl-next {
    right: 40px;
}

.bic_banner:hover .owl-nav [class^="owl-"] {
    opacity: 1;
    visibility: visible;
}

.bic_banner .owl-nav.disabled {
    display: none;
}

.bic_banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
}

.bic_banner .owl-dots::after,
.bic_banner .owl-dots:before {
    content: "";
    bottom: 0;
    position: absolute;
}

.bic_banner .owl-dot {
    padding: 5px;
}

.bic_banner .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e5e5;
    cursor: pointer;
}

.bic_banner .owl-dot.active span {
    background: #0e4736;
}

.owl-nav.disabled {
    display: none;
}

.bic_cover_item {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bic_cover_item .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bic_cover_item .bic_absolute {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    top: 50%;
    color: #fff;
    position: absolute;
    left: 50%;
}

.bic_cover_item .bic_text {
    color: #fff;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    line-height: 1;
}

.bct-about-slider {
    height: 100%;
    cursor: pointer;
}

.bct-about-slider .owl-dots {
    width: 30%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.bct-about-slider .owl-dot {
    width: 15px;
    height: 15px;
    border: #fff 1px solid;
    border-radius: 50%;
    transition: 0.4s;
}

.bct-about-slider .owl-dot.active {
    background: #e91d29;
    border: 1px solid #e91d29;
    width: 30%;
    border-radius: 34px;
}

.bct-about-slider .owl-stage-outer {
    height: 100%;
}

.bct-about-slider .owl-stage {
    height: 100%;
}

.bct-about-slider .owl-item {
    height: 100%;
}

.bct-about-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bic_introduction {
    margin-bottom: 80px;
    padding-top: 3.125rem;
}

.bic_introduction h1 {
    padding: 40px 0;
    font-size: 3.125rem;
    font-weight: 300;
    color: #e91d29;
    text-align: center;
    background: url(images/bg_fav.png) no-repeat center center;
}

.bic_introduction h1 span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #e91d29;
    margin-top: 1rem;
}

.bic_introduction .bic_desc {
    text-align: center;
    max-width: 60%;
    margin: auto;
}

#history {
    padding: 10rem 0 3.125rem;
    background: url(images/bg_history.jpg) no-repeat bottom center;
    position: relative;
}

#history .bic_box__title .bic_text {
    color: #fff;
}

#history::before,
#history::after {
    content: "";
    height: 6rem;
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: -60px;
    transform: skewY(4deg);
}

#history::after {
    right: 0;
    transform: skewY(-4deg);
    width: calc(50% + 1px);
}

.bic_slider_history {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.bic_slider_history::before {
    content: "";
    position: absolute;
    bottom: 3rem;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.sh-history-item {
    padding-top: 280px;
}

.sh-history-box {
    opacity: 0;
    position: absolute;
    top: 8%;
    left: calc(var(--content-size) / 4);
    width: calc(var(--content-size) / 2);
}

.sh-history-item.active .sh-history-box {
    display: flex;
}

.sh-history-title {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 400;
}

.sh-history-image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 125px;
}

.sh-history-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.sh-history-desc {
    color: #fff;
}

.sh-history-desc p {
    margin-bottom: 0.5rem;
}

.sh-history-detail {
    margin-left: 1.875rem;
}

.sh-history-detail .sh-history-title {
    font-size: 1.25rem;
    display: block;
}

.sh-history-bar .sh-history-title {
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.sh-history-bar .sh-history-title::before,
.sh-history-bar .sh-history-title::after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 25px;
    top: -12px;
}

.sh-history-item.active .sh-history-title::after {
    width: 10px;
    height: 10px;
    background-color: #e91d29;
    top: -9px;
    left: 28px;
}

.sh-history-item.active .sh-history-box {
    animation: fadeInUp 1s ease 0s forwards;
}

.bic_contact__us .contact-form-container {
    background: none;
}

.bic_contact__us .form-contact {
    width: 60%;
    margin: auto;
}

.bic_parner {
    background: url(images/bg_partner2.jpg) no-repeat center center;
    background-size: cover;
    padding: 3.125rem 0;
}

.bic_parner.owl-carousel .owl-stage-outer {
    padding: 15px;
}

.bic_partner .item {
    background-color: #fff;
    display: flex;
    height: calc(100vh / 6);
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    min-height: 8rem;
}

.bic_partner .item img {
    margin: auto;
    width: auto !important;
}

.bic_partner .owl-dots {
    text-align: center;
    margin-top: 3vh;
}

.bic_partner .owl-dots .owl-dot {
    display: inline-block;
}

.bic_partner .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-color: #fff;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease 0s;
    -o-transition: opacity 200ms ease 0s;
    transition: opacity 200ms ease 0s;
    width: 12px;
    border: 1px solid #ccc;
}

.bic_partner .owl-dots .owl-dot span::before {
    border: 3px solid #cae7c7;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 20px;
}

.bic_partner .owl-dots .owl-dot.active span,
.bic_partner .owl-dots .owl-dot:hover span {
    background-color: #e91d29;
    border-color: #e91d29;
}

.bic_partner .owl-dots.disabled {
    display: none;
}

.bic_partner__slider .owl-prev,
.bic_partner__slider .owl-next {
    color: #fff;
    height: 40px;
    line-height: 1;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100px;
    z-index: 100;
    border-bottom: 2px solid #ccc;
    left: 35%;
    cursor: pointer;
}

.bic_partner__slider .owl-prev::after,
.bic_partner__slider .owl-next::after {
    content: "";
    width: 50px;
    border: 1px solid #ccc;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    bottom: 16px;
    left: -6px;
}

.bic_partner__slider .owl-next {
    left: auto;
    right: 35%;
}

.bic_partner__slider .owl-next::after {
    left: auto;
    right: 35%;
    transform: rotate(45deg);
    left: auto;
    right: -6px;
}

.RadSlider_Default .rslSelectedregion {
    background-color: #f00 !important;
    background-image: none !important;
}

.filter_close {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #fff;
    transition: 0.4s;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #ed2024;
    cursor: pointer;
}

.bic_filter__popup.active {
    position: fixed;
    z-index: 999999999;
    opacity: 1;
    visibility: visible;
}

.bic_price_Filter {
    margin-bottom: 2rem;
}

.bic_fillter__price {
    border: none;
    color: #ec1f24;
    padding: 10px 2rem;
    border-radius: 2rem;
    margin-right: 15px;
    font-weight: 600;
    cursor: pointer;
    background: none;
    text-transform: uppercase;
}

.bic_fillter__price.active {
    background: #ec1f24;
    color: #fff;
}

.RadSlider .rslHorizontal a.rslDraghandle {
    width: 1.42857143em !important;
    height: 1.42857143em !important;
    line-height: 1.57142857em;
    margin-top: -0.5em;
    border-radius: 50%;
    border-color: #fff;
}

.price-rank {
    display: flex;
    justify-content: space-between;
    color: #ec1f24;
}

@media (max-width: 992px) {
    .bic_filter__popup {
        display: none;
    }
    .bic_filter__popup.active {
        display: block;
    }
}

.bic_filter__popup.active .bic_filter__popup-inner {
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    transform-origin: center;
    transition: 0.4s ease;
    max-height: 90vh;
    overflow-y: auto;
}

.bic_filter__type-title {
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.bic_filter__content {
    display: flex;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.bic_filter__option {
    border-radius: 2rem;
    background: #fff;
    margin: 5px 10px;
    cursor: pointer;
    transition: 0.4s ease;
    border: 1px solid #f00;
}

.bic_filter__option:hover,
.bic_filter__option.active {
    background: #ec1f24;
}

.bic_filter__option.active .bic_filter__label {
    color: #fff;
}

.bic_filter__content:last-child {
    padding-bottom: 2rem;
    border-bottom: 1px solid #fff;
}

.bic_filter__label {
    color: #f00;
    font-weight: 400;
    padding: 5px 1rem;
}

.bic_filter__option:hover .bic_filter__label {
    color: #fff;
}

.bic_p__title {
    display: block;
}

.wrap_row {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.wrap_row .item {
    margin-right: 2rem;
}

.bic_p__text.khuyenmai {
    padding: 10px 1.5rem;
    background: #d5d5d5;
    margin-bottom: 1rem;
    border-radius: 6px 6px 0 0;
}

.bic_p__text.khuyenmai.v2 {
    background-color: #ed2024;
    color: #fff;
    text-transform: uppercase;
}

.prod_tag__detail {
    margin-left: 5px;
}

.bic_prod__gr-img img {
    margin-bottom: 1rem;
}

.bic_cat__desc {
    margin-top: 1rem;
    position: relative;
}

.bic_p__button {
    display: flex;
    width: 200px;
    padding: 0 1rem;
    justify-content: center;
    margin: auto;
    margin-bottom: 1.25rem;
    align-items: center;
    height: 3.125rem;
    border-radius: 2.5rem;
    border: 1px solid #ec1f24;
    cursor: pointer;
    transition: 0.4s ease;
    font-weight: 600;
    position: relative;
}

.bic_p__button:hover>a {
    color: #444;
}

.bic_p__button a {
    transition: 0.4s;
}

.bic_p__button:hover .bic_p__cta-options {
    opacity: 1;
    visibility: visible;
}

.bic_p__button:hover {
    background: #ccc !important;
    color: #444 !important;
    border-color: #ccc !important;
}

.bic_p__button:hover i {
    color: #444;
}

.bic_p__cta-options {
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    background: #fff;
    border-radius: 10px;
    padding: 0.8rem 1.5rem;
    z-index: 2;
    border: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

.bic_p__button i {
    margin: 9px;
    color: #ec1f24;
    transition: 0.4s ease;
}

.bic_p__content ins {
    color: #e91d29;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.15rem;
}

.bic_p__detail-cta .bic_p__subChanel {
    height: 52px;
    background-repeat: no-repeat;
    transition: 0.4s;
    position: relative;
    display: block;
    color: #333;
    font-weight: 300;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 10px 10px 8px;
    padding-left: 52px;
    background: none;
    font-weight: 500;
    min-width: 95px;
    margin-right: 1rem;
}

.bic_p__detail-cta .bic_p__subChanel::after {
    display: none;
}

.bic_p__detail-cta .bic_p__subChanel:hover {
    padding-left: 52px;
}

.bic_p__detail-cta .bic_p__subChanel.eshop {
    height: 52px;
    background-color: #ed2024;
    border-color: #ed2024;
    width: 150px;
}

.bic_p__detail-cta .bic_p__subChanel::before {
    font-weight: 500;
    outline-offset: 7px;
    width: 40px;
    background: url("../images/chanel.png") no-repeat;
    height: 40px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 5px;
}

.bic_p__detail-cta .bic_p__subChanel.tiki::before {
    background-position: 0 -37px;
}

.bic_p__detail-cta .bic_p__subChanel.lazada::before {
    background-position: 0 4px;
}

.bic_p__detail-cta .bic_p__subChanel.shopee::before {
    background-position: 0 -79px;
}

.bic_p__detail-cta .bic_p__subChanel.eshop::before {
    background-image: url("../icon/shop_now.svg");
    height: 36px;
    width: 80px;
    background-position: 10px center;
    content: "Mua ngay";
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
    color: #fff;
}

.bic_p__detail-cta .bic_p__subChanel a {
    color: #333;
    font-weight: 400;
}

.bic_p__detail-cta .eshop::after {
    left: 88px;
}

.bic_p__subChanel {
    padding: 10px 0 10px 45px;
    background-image: url("/styles/images/chanel.png");
    background-repeat: no-repeat;
    transition: 0.4s;
    position: relative;
    display: block;
    color: #333;
    font-weight: 300;
}

.bic_p__subChanel.tiki {
    background-position: 0 -37px;
}

.bic_p__subChanel.lazada {
    background-position: 0 4px;
}

.bic_p__subChanel.shopee {
    background-position: 0 -79px;
}

.bic_p__subChanel.eshop {
    background-position: 6px -115px;
    height: 36px;
}

.bic_p__subChanel a {
    color: #333;
    font-weight: 400;
}

.bic_p__subChanel:hover {
    padding-left: 55px;
}

.bic_p__subChanel::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #008000;
    font-weight: lighter;
    left: 36px;
    opacity: 0;
    transition: 0.4s;
}

.bic_p__subChanel:hover::after {
    opacity: 1;
}

.bic_p__subChanel.eshop::after {
    left: 88px;
}

.bic_p__icons {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.bic_prod_list-title a {
    color: #333;
}

.bic_p__list-title {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 1.25rem;
}

.bic_p__list-title:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #333;
    bottom: 0;
    left: 0;
}

.bic_prod_list-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #ccc;
}

.bic_prod_list-item {
    margin-top: 2.25rem;
}

.saleOff {
    background: #7b7575;
    padding: 0 20px;
    color: #fff;
    margin: 0 3px;
    padding-top: 3px;
    font-weight: 400;
}

.newIcon {
    background: #e91d29;
    padding: 0 20px;
    color: #fff;
    margin: 0 3px;
    padding-top: 3px;
    font-weight: 400;
}

.bic_p__content del {
    color: #9d9d9d;
}

.search-box .input-text {
    width: 85%;
    margin-right: 10px;
    height: 38px;
    padding: 8px 15px;
    border: 1px solid #ccc;
}

.tab-header .bic_p__inner {
    border-bottom: 2px solid #e91d29;
    width: 100%;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    align-items: center;
}

.tab-header .bic_p__inner .price_unit {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.page-product {
    padding: 50px 0;
}

.bic_p__item {
    margin-bottom: 1.5rem;
}

.bic_p__item .bic_p__inner {
    border: 1px solid #ccc;
    height: 100%;
}

.bic_p__image {
    margin-bottom: 0;
    /* height: calc(1 * (var(--content-size) / 4 - 30px)); */
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}

.bic_p__image a {
    /* height: 100%;
    width: 100%; */
}

#load_product .bic_p__image>a {
    overflow: hidden;
    display: block;
    width: 100%;
}

.bic_p__image .img-fluid {
    /* object-fit: contain;
    margin: auto;
    display: block;
    transition: 0.4s;
    width: 100%;
    height: 100%; */
}

.bic_p__image:hover img {
    transform: scale(1.2);
}

.bic_p__content {
    position: relative;
    text-align: center;
    padding: 1rem;
}

.bic_p__content.icon {
    display: none;
}

.bic_p__Price a {
    font-size: 1.125rem;
    color: #e91d29;
    font-weight: 500;
}

.bic_p__content .bic_p_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    background-color: #fff;
    color: #666;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    top: -25px;
    animation: fadeIn 300ms ease-in;
}

.bic_p__content .bic_p_icon:hover {
    background-color: #e91d29;
    border-color: #e91d29;
    color: #fff;
}

.bic_p__content .bic_p_icon.bic_view {
    left: 50%;
    margin-left: -55px;
}

.bic_p__content .bic_p_icon.bic_call {
    left: 50%;
    margin-left: 5px;
}

.bic_p__content .bic_p_icon::before {
    content: "";
    border-left: 6px solid transparent;
    border-top: 8px solid #666;
    border-right: 6px solid transparent;
    display: none;
    visibility: hidden;
    position: absolute;
    top: -12px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: fadeIn 300ms ease-in;
}

.bic_p__content .bic_p_icon::after {
    content: attr(title);
    position: absolute;
    visibility: hidden;
    top: -46px;
    white-space: nowrap;
    font-size: 1rem;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #666;
    color: #fff;
    line-height: 1;
    padding: 8px 30px 10px;
    animation: fadeIn 300ms ease-in;
    display: none;
}

.bic_p__content .bic_p_icon:hover::after,
.bic_p__content .bic_p_icon:hover::before {
    visibility: visible;
    display: block;
}

.bic_p__Price span {
    color: #808080;
    font-weight: 300;
}

.bic_p__title .bic_text {
    font-size: 14px;
    color: #232323;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    font-weight: 600;
	display: block;
 	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}

.bct-prodPrice {
    margin-top: 10px;
}

.bic_p__title .bic_text:hover {
    color: #e91d29;
}

.bic_p__status {
    display: block;
    font-weight: 300;
    color: #e91d29;
}

.bic_p__status.online {
    font-style: italic;
}

.bic_hover__box {
    border-radius: 5px;
    width: calc(1 * (var(--content-size) / 4 - 30px));
    position: absolute;
    z-index: 100;
    background-color: #fff;
    display: none;
}

.bic_hover__box>.bic_text {
    font-size: 1.325rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to right, #e91d29 0%, #e91d29 80%);
    display: block;
    padding: 15px 30px;
    border-radius: 5px 5px 0 0;
}

.bic_hover__box .bic_desc {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
    border-top: none;
    width: calc(100% - 2px);
    margin-left: 1px;
    border-radius: 0 0 5px 5px;
}

.bic_hover__box .bic_desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bic_hover__box .bic_desc ul li {
    display: flex;
}

.bic_hover__box .bic_desc>ul li span {
    flex: 0 0 45%;
}

.bic_hover__box .bic_shortdesc {
    margin-top: 15px;
}

.bic_hover__box .bic_shortdesc .bic_subtitle {
    font-weight: 500;
    color: #e91d29;
}

.bic_hover__box .bic_shortdesc p {
    margin: 0;
}

.bic_hover__box .bic_shortdesc ul li {
    list-style: circle;
}

.bic_bh__filter>span {
    display: flex;
}

.bic_bh__filter>span>label {
    margin-bottom: 0;
}

.bic_bh__filter>span>input {
    margin: 0 7px;
    cursor: pointer;
    margin-left: 15px;
}

.bic_bh__filter {
    display: flex;
    align-items: center;
    flex: 0 0 20%;
    min-width: 285px;
}

.bic_p__search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.bic_p__search.bao_hanh {
    margin-bottom: 2rem;
}

.bic_module.product_group {
    margin-top: 1rem;
}

.bic_search__filter {
    flex: 0 0 25%;
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.root .bic_search__filter {
    flex: 0 0 48%;
}

.bct_sear_tour_fillter {
    text-align: center !important;
    display: block !important;
    cursor: pointer;
    background: #ed2024;
    color: #fff;
    position: relative;
}

.bic_search__filter.button::before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "";
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    left: 29%;
    font-weight: bold;
    color: #fff;
    background: none;
    text-align: center;
    line-height: 30px;
}

.bct_search_tour_fillter {
    background: #ed2024 !important;
    color: #fff;
    border-color: #ed2024 !important;
    width: 100%;
    border: none;
    height: 100%;
    border-radius: 30px;
    cursor: pointer;
}

.bct_search_tour_fillter:focus {
    outline: none;
}

.bic_search__filter.text::before {
    display: none;
}

.bic_search__filter input:focus,
.bic_search__filter select:focus,
.bic_search__button {
    box-shadow: 0 -4px 6px #71717157;
}

.bic_search__filter.text {
    flex: 0 0 50%;
}

.bic_search__filter input,
.bic_search__filter select,
.bic_search__button {
    width: 100%;
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 2rem;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    z-index: 1;
    background: transparent;
    cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    -moz-appearance: none;
}

.bic_search__filter::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    right: 30px;
    top: 45%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 0;
}

.bic_search__filter::before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    background: #ed2024;
    border-radius: 50%;
    right: 20px;
    z-index: 0;
}

.bic_search__filter.soft select {
    flex: 0 0 45%;
    border: none;
}

.p_text__filter {
    font-weight: 600;
}

.bic_search__filter.soft select {
    flex: 0 0 auto;
    max-width: 55%;
    border: none;
    box-shadow: none;
}

.sorting_wrap {
    justify-content: space-between;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 15px;
    border-radius: 2rem;
    border: 1px solid #ccc;
}

.p_text__filter {
    font-weight: 600;
}

.bic_search__filter.button::after {
    display: none;
}

.bic_search__filter.button span {
    justify-content: center;
    background: #ec1f24;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.bic_search__filter.button span i {
    margin-right: 7px;
}

.bic_search__filter.text::after {
    display: none;
}

.bic_module .product_group {
    margin-top: 1rem;
}

.pager .num {
    width: 3.75rem;
    display: block;
    height: 3.75rem;
    background: #d7d7d7;
    color: #333;
    text-align: center;
    line-height: 3.75rem;
    border-radius: 50%;
    margin: 0 5px;
}

.page .pager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pager .num.select,
.pager .num:hover {
    color: #fff;
    background: #e91d29;
    font-weight: 500;
}

.section_logo {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.section_logo .bic_brand {
    display: flex !important;
}

.section_logo .bic_item {
    display: flex;
    align-items: center;
    padding: 15px;
    height: 100px;
    justify-content: center;
}

.section_logo .bic_item img {
    width: auto !important;
    max-height: 100%;
}

.owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 1px;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.5rem;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: #f2f0f3;
    font-size: 3rem;
    color: #747275;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: -4.5rem;
}

.owl-next {
    right: -4.5rem;
}

.section_category {
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.section_category .slider_category {
    padding-left: 30px;
    padding-right: 30px;
}

.section_category .bic_item {
    padding: 5px;
}

.section_category .bic_p__inner {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: left;
}

.section_category .bic_p__inner a {
    color: #222;
}

.section_category .bic_p__inner:hover,
.section_category .bic_p__inner.active {
    background-color: #e91d29;
    border-color: #e91d29;
}

.section_category .bic_p__inner:hover a,
.section_category .bic_p__inner.active a {
    color: #fff;
}

.section_category .bic_p__inner .d-flex {
    align-items: center;
    height: 100%;
}

.section_category .bic_p__inner img {
    width: auto !important;
    margin-right: 30px;
    filter: invert(0.75);
    max-width: 60px;
}

.section_category .bic_p__inner:hover img,
.section_category .bic_p__inner.active img {
    filter: none;
}

.section_category .bic_item .fa {
    font-size: 30px;
    font-weight: 300;
    margin-right: 30px;
    padding: 5px 10px;
    line-height: 30px;
}

.section_category .bic_item a>span {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_category .owl-prev,
.section_category .owl-next {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.bic_filter__box {
    padding-top: 30px;
    background-color: #fff;
    position: relative;
}

.bic_filter__controls {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.bic_filter__controls .bic_control {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    position: relative;
}

.bic_filter__controls .bic_control .form-control {
    height: 50px;
    border-radius: 0;
    background-color: #ebebeb;
}

.bic_filter__controls .bic_control .form-control:focus {
    box-shadow: none;
    border-color: #e91d29;
}

.bic_filter__controls .bic_control .search-code {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 1.125rem;
    color: #e91d29;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.bic_filter__controls .RadDropDownTree_Default .rddtInner {
    background: transparent;
    border: none;
    padding-right: 15px;
}

.bic_filter__controls .RadDropDownTree .rddtIcon {
    display: none;
}

.bic_filter__controls .RadDropDownTree .rddtClearButton {
    right: 8px;
    color: #333;
}

.bic_filter__controls .rddtFakeInput {
    font-style: normal;
    color: #333;
}

.form-wrap .RadTreeView_Default .rtHover .rtIn,
.form-wrap .RadTreeView_Default .rtHover .rtOut,
.form-wrap .RadTreeView_Default .rtSelected .rtOut {
    border-radius: 0;
    border-color: #e91d29;
    background: #ebebeb;
}

select>option {
    color: #222;
}

#eshop {
    background-color: #e91d29;
    background-image: url("../icon/shop_now.svg");
    background-repeat: no-repeat;
    box-shadow: 0 0 9px #c6c6c6;
    transition: 0.4s;
    transform-origin: 100% 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-position: center;
}

#eshop a {
    color: #fff;
    font-weight: 600;
    display: block;
    transition: 0.4s;
    width: 100%;
    height: 100%;
}

.bic_p__youtube {
    margin-top: 10px;
}

.bic_p__youtube .bic_p_image {
    width: calc(25% - 9px);
}

.bic_p__youtube .bic_p_image img {
    max-width: 100%;
    object-fit: cover;
}

.show.why_Elmich {
    -webkit-line-clamp: inherit;
}

.why_Elmich {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.why_Elmich p {
    display: -webkit-inline-box;
    margin-bottom: 5px;
}

.show_all i {
    margin-left: 9px;
}

.show_all {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    background-color: #e91d29;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

.content-area img {
  		display: block;
  		margin: 0 auto;
  		max-width: 100%;
		}

.fancybox__container {
    z-index: 999999 !important;
}

.bic_p_image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ed2024;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding-left: 4px;
    z-index: 1;
}

.bct_p__gallery.hasLink {
    display: flex;
}

.bct_p__youtube {
    display: none;
}

.hasLink .bct-prodThumb {
    flex: 0 0 75%;
    max-width: 75%;
}

.hasLink .bct_p__youtube {
    flex: 0 0 25%;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bct_p__cta {
    display: flex;
    justify-content: space-between;
}

.bct_p__cta .item {
    flex: 0 0 49%;
    padding: 10px;
    text-align: center;
    color: #444;
    margin-top: 1.25rem;
    margin-bottom: 3.75rem;
    border-radius: 6px;
    font-weight: 500;
    border: 1px solid #ed2024;
    cursor: pointer;
}

.bct_p__cta .item.buy {
    color: #fff;
    background-color: #ed2024;
}

.bct_p__youtube img {
    height: 100%;
    object-fit: cover;
    max-width: 90%;
    display: block;
    max-height: 100%;
}

.bic_grids .item {
    margin-bottom: 1.5rem;
}

.bic_grids.tab-content.content-area table {
    width: 100% !important;
}

.bct_p__gallery .bic_p_image {
    padding: 10px;
    border: 1px solid #ccc;
}

.bct-prodThumb .bic_p_image {
    width: 99%;
}

.tab-heading.panel-heading.fixed {
    position: fixed;
    z-index: 2;
    top: 0 !important;
    width: 75%;
    padding: 0 13.5%;
    transform: translate(-50%);
    left: 50%;
}

.tab-heading.panel-heading.fixed::before {
    position: absolute;
    content: "";
    width: 1000%;
    background: #fff;
    height: 50%;
    z-index: -1;
    left: -50%;
    border-bottom: 1px solid #ccc;
    top: -4%;
}

.product-info-bottom .product-tab .nav-item:hover a {
    background: #e91d29;
    color: #fff;
}

.product-info-bottom.fixed .tab-heading.panel-heading::before {
    position: absolute;
    content: "";
    width: 1000%;
    background: #f5f5f5;
    height: 50%;
    z-index: -1;
    left: -50%;
    border-bottom: 1px solid #ccc;
    top: -4%;
}

.bct-prodThumb {
    margin-top: 10px !important;
}

.bic_p_image.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 65%;
}

.bic_p__content>a {
    font-weight: bold;
}

.bic_p__content>a>span {
    font-weight: 300;
    color: #222;
}

.bct-prodThumb .owl-nav {
    display: block;
    top: 50%;
}

.bct-prodThumb .owl-prev,
.bct-prodThumb .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #514d4dd6;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
    opacity: 0;
    visibility: visible;
    border-radius: 0;
    font-size: 25px;
}

.bct-prodThumb .owl-prev {
    left: 0;
}

.bct-prodThumb .owl-next {
    right: 0;
}

.fb-comments {
    margin-top: 3rem;
}

.fb-comments iframe {
    width: 100% !important;
}

.bct-prodThumb:hover .owl-prev,
.bct-prodThumb:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.product-info-top {
    padding: 40px 0 5rem;
}

.bic_breadcrumb.bic_nav_bar span {
    color: #000;
}

.bic_breadcrumb p {
    margin-bottom: 0;
}

.bic_product_detail .product-info-top h1.bic_title {
    text-align: center;
    font-size: 30px;
}

.bic_product_detail .bic_product_shortinfo {
    margin-top: 60px;
}

.bic_product_shortdesc {
    font-size: 16px;
}

.bic_price {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1.25rem;
}

.product_info .bic_price ins {
    font-size: 1.25rem;
    color: #d2091e;
    text-decoration: none;
    font-weight: bold;
}

.product_info .bic_price del {
    font-size: 1rem;
    color: #666;
}

.bic_p__chanel {
    margin-top: 1rem;
    width: 100%;
}

.bic_p__text {
    font-weight: 600;
    margin-top: 1rem;
}

.bic_p__detail-cta .bic_p__chanel {
    display: flex;
    flex-wrap: wrap;
}

.bic_p__detail-cta .bic_p__button {
    margin: 0;
    margin-right: 2rem;
    background: #fff;
    border-color: #ccc;
    color: #e91d29;
}

.bic_product_shortdesc ul {
    padding: 0;
}

li.bic_p_title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
}

.bic_title.pro_title {
    font-size: 1.875rem;
    font-weight: 600;
}

.bic_info_properties .item {
    padding: 0.5rem 0;
    font-size: 1rem;
}

.p_loadmore {
    display: block;
    margin-top: -6px;
}

.p_loadmore>span {
    cursor: pointer;
    color: #ed2024 !important;
}

#prod_guar p {
    line-height: 1.2;
    display: inline-block;
}

#prod_guar {
    display: flex;
}

li.bic_p__detail-brand {
    color: #e91d29;
    font-weight: bold;
}

.bic_p__detail-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product_image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.product_info {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 15px;
}

.bct-prodDetail-inner {
    width: 100%;
    height: 100%;
    display: block;
}

li.bic_p__detail-price {
    padding: 2rem 0 1.25rem;
}

.item.bic_p_title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
}

.bic_info_properties .item span {
    font-weight: 600;
    display: inline-block;
    color: #222;
    line-height: 1.2;
}

#load_more__info {
    font-weight: 400;
    cursor: pointer;
}

.bic_info_properties .bic_product_shortdesc span {
    font-weight: 400;
    margin-bottom: 5px;
}

.bic_p__detail-price>span {
    min-width: auto !important;
    margin-right: 10px;
}

.bic_info_properties .item>span:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
}

.bic_info_properties .item span.instock {
    color: #159b36;
}

.product_image .gallery {
    background: #fff;
    border: 1px solid #ccc;
}

.product_image .bic_p_image {
    margin: 0;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding: 10px;
    border: 1px solid #ccc;
	border-radius:20px;
}

.bct-prodThumb .bic_p_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.4s;
}

.bct_p__gallery .bic_p_image:hover img {
    transform: scale(1.2);
}

.product_info .bic_info_properties {
    margin-bottom: 10px;
    position: relative;
}

.bic_info_properties .item ins {
    color: #e91d29;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 0.4;
}

.bic_info_properties .item del {
    color: #aca9a9;
    font-size: 0.9rem;
}

.bic_product_shortinfo .bic_product_action {
    display: flex;
    justify-content: space-between;
}

.bic_product_shortinfo .bic_product_action a {
    width: 49%;
    padding: 12px 15px 14px;
    color: #fff;
    font-size: 1.4375rem;
    transition: all 0.3s ease;
    display: block;
    white-space: nowrap;
    transition: all 300ms ease-in 0ms;
    position: relative;
    text-align: center;
}

.bic_product_shortinfo .bic_product_action>a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.bic_product_shortinfo .bic_product_action a i.fa {
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.bic_product_shortinfo .bic_product_action a::after {
    right: 15px;
    position: absolute;
    top: 28px;
}

.bic_product_shortinfo .bic_product_action .dropdown {
    flex: 0 0 49%;
}

.bic_product_shortinfo .bic_product_action .dropdown .bic_btn_download {
    display: block;
    width: 100%;
}

.bic_product_action .dropdown .dropdown-menu {
    border-radius: 0;
    width: auto;
    overflow: hidden;
    padding: 0;
    max-width: 150%;
    right: 0 !important;
    left: auto !important;
}

.bic_product_action .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

.bic_product_action .dropdown .dropdown-menu .dropdown-item a {
    color: #666;
    width: auto;
    display: inline-block;
    font-size: 1rem;
    border-right: 1px solid #ebebeb;
    padding: 8px 10px;
    text-align: center;
}

.bic_product_action .dropdown .dropdown-menu .dropdown-item a i.fa {
    position: static;
    font-size: 1rem;
}

.bic_product_action .dropdown .dropdown-menu .dropdown-item>span {
    display: block;
    padding: 8px;
}

.bic_btn.bic_btn_contact {
    background: #e91d29;
}

.bic_btn.bic_btn_download {
    background: #e91d29;
}

.bic_product_shortinfo .bic_product_action {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.product-info-bottom {
    background: #fff;
    border-top: 1px solid #ccc;
}

.product-info-bottom .product-tab .nav-link {
    display: block;
    padding: 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 40px;
    font-weight: 600;
    color: #333;
}

.product-info-bottom .product-tab .nav-link.active {
    background-color: #e91d29;
    color: #fff;
    border-color: #e91d29;
}

.bic_grids.tab-content.content-area h2 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.bct-prodIcons {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.product-info-bottom .product-tab .nav-item {
    width: 22%;
    text-align: center;
}

.product-info-bottom .product-tab .nav-item:last-child {
    margin-right: 0;
}

.product-tab,
.product-info-bottom .product-sidebar {
    position: relative;
    top: -26px;
    margin: auto;
}

.bic_product_detail .nav {
    justify-content: space-between;
}

.bic_menu_category.fixed {
    width: 100%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 2px 10px #dbdbdb;
    overflow-x: hidden;
}

.product-info-bottom .product-tab .fixed .nav-link {
    border: none;
    border-radius: 0;
}

.bic_grids.tab-content {
    padding-top: 30px;
    overflow: hidden;
    position: relative;
    height: auto;
}

.product-info-bottom .table-responsive>.table-bordered {
    margin: auto !important;
}

.content-short {
    font-family: "Avetar-R", sans-serif;
}

.bic_social__bar {
    margin-top: 40px;
}

.bic_bh__filter>span {
    display: flex;
    align-items: center;
}

.show_more {
    width: 100%;
    padding: 35px 15px 15px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
    text-align: center;
    display: block;
}

.show_more.bzz {
    background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.bic_wrap__ct.hidden {
    height: 200px;
    overflow: hidden;
}

.show_more::after {
    content: "";
    cursor: pointer;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    margin-left: 5px;
    font-weight: 400;
}

.show_more.bzz::after {
    content: "";
}

.product-sidebar .bic_widget {
    padding: 0;
    border: none;
    background-color: #fff;
}

.product-sidebar .bic_widget__title {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.product-sidebar .bic_widget__title .bic_widget__text {
    background: #e91d29;
    font-size: 1.4375rem;
    font-weight: 400;
    color: #fff;
    padding: 6px 15px 9px;
    display: block;
    text-align: center;
    text-transform: none;
    line-height: 1.5;
}

.product-sidebar .bic_pro__item {
    margin-bottom: 10px;
}

.product-sidebar .bic_pro__item .bic_p__inner {
    display: flex;
    width: 100%;
}

.product-sidebar .bic_pro__image {
    margin: 0 15px 0 0;
    flex: 0 0 60px;
    max-width: 60px;
    border: 1px solid #ebebeb;
    display: block;
    height: 60px;
    overflow: hidden;
}

.product-sidebar .bic_pro__image img {
    max-width: 100%;
}

.product-sidebar .bic_pro__title .bic_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-sidebar .bic_pro__title {
    flex: 0 0 calc(100% - 75px);
    display: block;
}

.product-sidebar .bic_widget__content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px 20px 10px;
}

.product-sidebar .bic_widget__content ul {
    padding-left: 15px;
    list-style: none;
}

.product-sidebar .bic_widget__content ul li {
    padding-bottom: 10px;
}

.product-sidebar .bic_widget__content ul li strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.product-sidebar .bic_widget ul li a {
    padding-left: 0;
    font-size: 1.125rem;
    font-weight: 300;
}

.product-sidebar .bic_widget ul li a:before {
    display: none;
}

.related_product {
    margin-bottom: 50px;
}

.bic_p__item .bic_action {
    flex: 0 0 85px;
    text-align: center;
    font-size: 14px;
}

.bic_p__item .bic_action .bic_p__type {
    background: #e1e1e1;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 2px;
    line-height: 25px;
}

.bic_p__item .bic_action .bic_p__addcart {
    text-align: right;
    line-height: 25px;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 3px;
}

.bic_p__item .bic_action .bic_p__addcart.outstock {
    pointer-events: none;
}

.bic_p__item .bic_action .bic_p__addcart.check {
    text-align: center;
    background: #e91d29;
    color: #fff !important;
    display: flex;
    justify-content: space-around;
}

.bic_p__item .bic_p__addcart .bic_p__check {
    visibility: hidden;
}

.bic_p__item .bic_p__addcart.check .bic_p__check {
    visibility: visible;
}

.bic_p__item .bic_action .bic_p__addcart:hover {
    background: #e91d29;
    color: #fff !important;
}

.bic_p__index .fa-level-up-alt {
    color: #e91d29;
}

.bic_p__index .fa-level-down-alt {
    color: #d83e31;
}

.bic_p__item .bic_action .bic_p__addcart.check .bic_p__index .fa,
.bic_p__item .bic_action .bic_p__addcart:hover .bic_p__index .fa {
    color: #fff;
}

.bic_p__price {
    padding: 0 3px;
}

.bic_p__note span {
    display: block;
    font-size: 12px;
}

.bic_p__note span.bic_p__stock {
    font-size: 11px;
    color: #d83e31;
}

.bic_p__note span.bic_p__promo {
    font-weight: 600;
    color: #e91d29;
}

.bic_p__search.bao_hanh.root {
    width: 60%;
    margin: 1rem auto;
}

.contact-map {
    position: relative;
}

.elmich_bh {
    display: flex;
    min-width: 270px;
    background: #ed2024;
    color: #fff;
    border-radius: 2rem;
    position: relative;
    padding: 1rem 10px;
    margin: 0 5px 2rem;
    text-align: center;
    transition: 0.4s;
    justify-content: center;
    line-height: 1;
}

.elmich_bh i {
    margin-right: 10px;
}

.QuynhChiken_bh {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.elmich_bh:hover {
    transform: translateY(5px);
}

.elmich_bh:hover {
    color: #fff;
}

.bic_map {
    height: 100%;
}

.contact-address.bic_absolute {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    width: 370px;
    max-height: calc(100% - 2rem);
    overflow: auto;
    scrollbar-color: #acacac #ccc;
    scrollbar-width: thin;
    scrollbar-face-color: #003d36;
    scrollbar-track-color: #ccc;
}

.map_index {
    position: absolute;
    right: 0;
    top: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 0;
}

.map_index::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: #ed2024;
    font-weight: bold;
    z-index: -1;
}

.totalShop {
    padding: 1rem;
    background: #ed2024;
    color: #fff;
}

.totalShop span {
    font-weight: 700;
    font-size: 1.15rem;
}

.bic_map {
    height: 100%;
    margin-bottom: 3.75rem;
}

.map_Agence__inner,
.map_bh__inner {
    padding: 1rem;
}

.bic_map__content {
    cursor: pointer;
    margin-bottom: 1rem;
    position: relative;
    padding-right: 2rem;
    border-bottom: 1px solid #d4d0d0;
    padding-bottom: 15px;
}

.map_name {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.map_phone * {
    font-size: 0.9rem;
}

div#map {
    height: 100%;
}

.contact_info__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 1rem;
    position: relative;
}

.contact_if__col {
    flex: 0 0 50%;
    padding: 0 15px;
    padding-bottom: 1rem;
}

.contact_if__col p {
    margin-bottom: 10px;
}

.contact_if__title {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ec1f24;
}

.contact_if__col strong {
    text-transform: uppercase;
}

.form-group input {
    line-height: 1;
    padding: 1.5rem 2rem;
    width: 100%;
    border: 1px solid #ccc;
}

.wrap_col .form-group {
    flex: 0 0 49%;
}

.wrap_col {
    display: flex;
    justify-content: space-between;
}

.form-group textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 1.5rem 2rem;
}

.form-group.btn-contact a {
    padding: 10px 5.5rem;
    background: #e91d29;
    border-color: #e91d29;
    border-radius: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.contact_CTA>span {
    display: inline-block;
    min-width: 180px;
    font-weight: 700;
}

.contact_CTA.hotline {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e91d29;
}

.contact_CTA.hotline>span {
    font-size: 1rem;
    color: initial;
}

.contact_CTA.social a {
    font-size: 2rem;
    margin-right: 1.25rem;
}

.contact_info__row::after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #ccc;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tab-heading .nav.bh {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 3rem;
}

.bh .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    margin: 0 15px;
    color: #333;
    line-height: 1;
    position: relative;
}

.bh .nav-item .nav-link.active::after {
    transform: scaleX(1);
}

.bic_hb__title {
    text-align: center;
    color: #ed2024;
    text-transform: uppercase;
    margin: 3.75rem 0;
    line-height: 1;
    font-size: 2rem;
    font-weight: 500;
}

.bh_desc {
    text-align: center;
}

.bh_images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.bh_images a {
    margin: 0 10px;
}

.nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #f00;
    bottom: 0;
    left: 0;
    transition: 0.4s;
    transform-origin: center;
    transform: scaleX(0);
}

.bh .nav-item .nav-link:hover::after {
    transform: scaleX(1);
}

.bic_module {
    margin-top: 3rem;
}

#SearchResult {
    min-height: 50vh;
}

.bic_breadcrumb {
    clear: both;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    background: #e1e1e1;
    position: relative;
    overflow-y: auto;
}

.bic_breadcrumb ol {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    color: #222;
    justify-content: center;
}

.bic_breadcrumb ol li {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.bic_breadcrumb a,
.bic_breadcrumb span {
    color: #222;
    text-transform: none;
    font-weight: 400;
}

.bic_breadcrumb li:last-child a {
    color: #e91d29;
}

.bic_breadcrumb a:hover {
    color: #e91d29;
}

.bic_breadcrumb ol li:last-child span span {
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#float_button {
    margin-top: 20px;
    position: relative;
}

#float_button .play-now {
    display: block;
}

#float_button .d-flex {
    background: #fff;
    visibility: hidden;
    position: absolute;
    top: -15px;
    right: 50px;
    box-shadow: 0 0 5px #0e4736;
    border-radius: 25px;
    padding: 5px 15px;
    animation: fadeInRight 500ms ease-in;
    display: none;
}

#float_button.active .d-flex {
    visibility: visible;
    display: block;
}

#float_button .d-flex a {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    line-height: 30px;
    padding: 0 15px;
    color: #757575;
    position: relative;
}

#float_button .d-flex a:hover {
    color: #0e4736;
}

#float_button .d-flex a::before {
    content: "";
    border-left: 6px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.85);
    border-right: 6px solid transparent;
    display: none;
    visibility: hidden;
    position: absolute;
    top: -18px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: fadeIn 300ms ease-in;
}

#float_button .d-flex a::after {
    content: attr(title);
    position: absolute;
    visibility: hidden;
    top: -40px;
    white-space: nowrap;
    font-size: 12px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    border-radius: 15px;
    line-height: 1;
    padding: 5px 10px;
    animation: fadeIn 300ms ease-in;
    display: none;
}

#float_button .d-flex a:hover::after,
#float_button .d-flex a:hover::before {
    visibility: visible;
    display: block;
}

#float_button .fa-comment-dots {
    font-size: 16px;
}

#float_button.active .fa-comment-dots::before {
    content: "";
}

.introduction #back-to-top {
    visibility: hidden;
}

@keyframes vibrate {
    0% {
        top: 0;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes vibrate {
    0% {
        top: 0;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes vibrate {
    0% {
        top: 0;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes vibrate {
    0% {
        top: 0;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0;
    }
}

.bic_paging {
    margin: 30px 0;
    clear: both;
}

.pager.paged.bic_paged {
    display: flex;
    justify-content: center;
}

.bic_paged label:empty {
    display: none;
}

.bic_paged .num.select {
    background: #e91d29;
    border-color: #e91d29;
    color: #fff;
    font-weight: bold;
}

.bic_paged .num:hover {
    border-color: #e91d29;
    color: #e91d29;
}

.wheel,
.wheel-b {
    border: 1px solid rgba(255, 255, 255, 1);
    width: 30px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    height: 54px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    pointer-events: none;
    z-index: 20;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wheel-b {
    left: auto;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    opacity: 1;
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    right: 25px;
    width: 25px;
    bottom: 100px;
}

.wheel::before,
.wheel-b::before {
    content: " ";
    width: 2px;
    height: 25px;
    background-color: #fff;
    top: -35px;
    left: 50%;
    position: absolute;
    margin-left: -1px;
}

.wheel::after,
.wheel-b::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    width: 5px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: trackBallSlide 3s linear infinite;
    animation: trackBallSlide 3s linear infinite;
}

.wheel-b span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    left: -13.5px;
    top: -75px;
    letter-spacing: 2px;
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

.bic_pro__gr-title {
    font-size: 1rem;
    color: #333;
    transition: 0.4s;
}

.bic_prod__gr-img {
    max-height: 50px;
    margin-bottom: 1rem;
}

.bic_prod__gr-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s;
    max-height: 50px;
}

.bic_prod__gr-item.item:hover img {
    transform: translateY(5px);
}

.bic_prod__gr-item.item:hover .bic_pro__gr-title {
    font-weight: 600;
    transform: translateY(-5px);
}

.bic_prod__gr-item.item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bic_wrap__ct iframe {
    max-height: 70vh;
}

#toc {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 15px 15px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

#toc>span {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

#toc>span a {
    font-weight: 300;
    font-size: 15px;
}

.bic_post__image {
    height: auto;
}

.bic_post__image .c-img {
    position: relative;
    width: 100%;
    display: block;
}

.bic_post__image .c-img img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bic_post__item {
    margin-bottom: 4.375rem;
}

.related .bic_post__item {
    margin-bottom: 0;
}

.bic_post__title .bic_text {
    font-size: 1.25rem;
    line-height: 1.25;
    color: #222;
    padding: 1.625rem 0 1.25rem;
    text-align: left;
}

.bic_post__shortDesc {
    display: flex;
    margin-top: 1.5rem;
    text-align: left;
    flex-wrap: wrap;
}

.bic_post__calendar {
    position: relative;
    padding-left: 19px;
    margin-right: 15px;
    color: #666;
}

.post__calendar {
    font-size: 14px;
}

.bic_post__calendar::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    top: 0;
    left: 0;
    position: absolute;
    font-weight: bold;
}

.bic_post__author {
    color: #666;
    position: relative;
    padding-left: 19px;
}

.bic_post__author::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    left: 0;
    top: 0;
    position: absolute;
}

.bic_post__image img {
    width: 100%;
    /* object-fit: cover; */
    height: 100%;
    transition: 0.4s;
}

.bic_post__image {
    overflow: hidden;
}

.bic_post__image:hover img {
    transform: scale(1.08);
}

.bic_sideBar__widget.category li:hover {
    padding-left: 35px;
}

.bic_sideBar__widget.category li::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #ed2024;
    font-weight: lighter;
    left: 15px;
    opacity: 0;
    transition: 0.4s;
    font-weight: bold;
}

.bic_sideBar__widget.category li:hover::before {
    opacity: 1;
}

.bic_sideBar_title {
    font-size: 1.25rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.bic_sideBar__widget {
    margin-bottom: 2.5rem;
}

.bic_sideBar__widget.category li {
    padding: 10px 0;
    padding-left: 1rem;
    position: relative;
    border-bottom: 1px solid #ccc;
    transition: 0.4s;
}

.bic_sideBar__widget.category li::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 7px;
    color: #ec1f24;
}

a.widget_link {
    color: #333;
}

.bic_widget__searchForm {
    display: flex;
    border: 1px solid #ccc;
    height: 2.5rem;
    align-items: center;
    border-radius: 2rem;
    padding-left: 1rem;
    position: relative;
    justify-content: space-between;
}

.bic_widget__searchForm #txtTimKiem {
    flex: 0 0 86%;
}

.bic_widget__searchForm input {
    border: none;
    background: none;
}

.input-text.err_text {
    color: #ed2024;
}

.bic_post__search {
    width: 37px;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.bic_widget__searchForm::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    right: 12px;
    color: #ed2024;
}

.bic_sidebar .bic_post__inner {
    display: flex;
}

.bic_sidebar .bic_post__image {
    height: 5.625rem;
    flex: 0 0 5.625rem;
    margin-right: 1.25rem;
}

.bic_sidebar .bic_post__image img {
    object-fit: cover;
}

.bic_post__title {
    color: #222;
    display: block;
    display: -webkit-box;
/*    -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.bic_sidebar .bic_post__item {
    margin-bottom: 1.825rem;
}

.bic_widget__tags {
    display: flex;
    flex-wrap: wrap;
}

.bic_widget__tags li {
    padding: 10px 25px;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 2rem;
    background: #ccc;
}

.bic_widget__tags a {
    color: #222;
}

.bic_sidebar__adv img {
    width: 100%;
}

.bic_post__meta {
    position: absolute;
    left: 0;
    display: none;
}

.show_date .bic_post__meta {
    display: flex;
}

.bic_post__single_title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.5;
}

span.bic_date {
    display: block;
    flex-wrap: wrap;
    text-align: center;
    background: #ec1f24;
    color: #fff;
    font-size: 1rem;
    width: 5rem;
    padding: 10px 0;
}

span.bic_date>span {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 600;
}

.bic_article__single.show_date {
    padding-left: 6.25rem;
    position: relative;
}

.bic_article__single {
    overflow: hidden;
}

.bic_article__single .show_more {
    background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 65px 15px 25px 160px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
    text-align: center;
}

span.show_more i {
    color: inherit;
    font-weight: 300;
    margin-left: 5px;
}

.bic_post__single_body {
    margin-top: 2.5rem;
}

.bic_post__single_content .bic_post__shortDesc {
    margin-top: 10px;
}

.bic_post__calendar.v2 {
    margin-right: 3rem;
}

.bic_post__single_body {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
}

.page-gallery {
    padding: 40px;
}

.page-gallery .bic_grids {
    flex: 0 0 100%;
}

.page-gallery .bic_grids .bic_item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.page-gallery .bic_grids .item_inner {
    position: relative;
}

.page-gallery .bic_item__image {
    position: relative;
    margin: 0;
    height: calc(200 / 300 * (var(--content-size) / 3 - 30px));
}

.page-gallery .bic_item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 300ms ease-in 0ms;
}

.page-gallery .bic_item__image:hover img {
    opacity: 0.65;
}

.page-gallery .bic_item .video-link,
.page-gallery .bic_item .play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-gallery .bic_item .video-link::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-size: 100%;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
    z-index: 10;
}

.page-gallery .control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-gallery .control .bic_wrap_box {
    width: 100%;
    height: 100%;
}

.page-gallery .control a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-gallery .control a i.fa {
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 5rem;
    z-index: 10;
    background-color: #e91d29;
    padding-left: 6px;
}

.page-gallery .control:hover a::after {
    background-color: #e91d29;
}

.page-gallery .control a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    background: linear-gradient(to bottom, transparent 65%, #313131);
}

.page-gallery .bic_item .bic_text {
    color: #fff;
    padding: 0 1.5rem;
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 1rem;
    font-size: 1.4375rem;
    z-index: 100;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    animation-delay: 100ms;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    font-weight: normal;
    margin: 0;
}

.bic_wrap_box:hover a::after {
    background: transparent;
}

.page-gallery .bic_item .control:hover .bic_text {
    display: block;
}

.page-gallery .bic_item .control:hover a .fa {
    color: #e91d29;
    background-color: #fff;
}

.bic_ajax__gallery_box {
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    width: 100vw;
    display: none;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
}

.bic_ajax__gallery_wr {
    max-width: 920px;
    width: 68%;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bic_ajax__gallery_title {
    display: none;
}

.bic_ajax__gallery_image {
    width: 100%;
    float: left;
    overflow: hidden;
}

.bic_ajax__gallery_image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 450px;
    display: block;
}

.bic_ajax__gallery_thumbs {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.bic_ajax__gallery_thumbs .owl-item {
    opacity: 0.65;
}

.bic_ajax__gallery_thumbs .owl-item.center,
.bic_ajax__gallery_thumbs .owl-item:hover {
    opacity: 1;
    cursor: pointer;
}

.bic_ajax__gallery_box .btn-close {
    position: absolute;
    width: 45px;
    padding: 0 0 6px;
    background: #ce9b43;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
    right: -45px;
    top: 0;
}

.bic_ajax__gallery_box .download {
    display: block;
    top: 40px;
    right: 40px;
    position: absolute;
    background: url(icon/btn_download.png) no-repeat center center;
    width: 81px;
    height: 20px;
}

.bic_ajax__gallery_thumbs .owl-prev,
.bic_ajax__gallery_thumbs .owl-next {
    align-items: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100%;
    font-size: 25px;
    justify-content: space-around;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
}

.bic_ajax__gallery_thumbs .owl-prev {
    left: 0;
}

.bic_ajax__gallery_thumbs .owl-next {
    right: 0;
}

.bic_ajax__gallery_thumbs:hover .owl-prev,
.bic_ajax__gallery_thumbs:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.bic_article__gallery .bic_box_title {
    background: none;
}

.bic_gallery__content .bic_item {
    margin-bottom: 30px;
}

.bic_gallery__content .bic_item .fancybox {
    display: block;
    box-shadow: 0 0 15px #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.bic_gallery__content .bic_item .fancybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bic_social__bar {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.bic_social__bar .bic_print,
.bic_social__bar .bic_share__button {
    color: #222;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    background: #ebebeb;
    margin: 0 10px;
    padding: 0.5rem 2.5rem;
    width: 300px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.3s ease-in 0s;
    border-radius: 2rem;
}

.bic_social__bar .bic_print:hover,
.bic_social__bar .bic_share__button:hover,
.bic_social__bar a:active,
.bic_social__bar a:focus {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    background-color: rgba(235, 235, 235, 0.33);
    color: #222;
}

.bic_social__bar a>i {
    margin-right: 10px;
    color: #e91d29;
}

.bic_share__toggle {
    position: relative;
}

.bic_social__bar ul {
    position: absolute;
    bottom: 110%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    opacity: 0;
    left: 5px;
    width: calc(100% - 10px);
    border: 1px solid #ccc;
    visibility: hidden;
}

.bic_social__bar ul li {
    padding: 5px 10px;
    background-color: #f8f8f8;
    display: block;
    position: relative;
    transform: scaleY(0);
    transform-origin: left bottom;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.bic_social__bar ul li.fb_like {
    transition-delay: 0.2s;
}

.bic_social__bar ul li.fb_share {
    transition-delay: 0.1s;
}

.bic_social__bar .bic_share__button.active+ul {
    opacity: 1;
    visibility: visible;
}

.bic_social__bar .bic_share__button.active+ul li {
    transform: scaleY(1);
    left: 0;
    opacity: 1;
}

.widget-area .widget {
    margin-bottom: 2.5rem;
}

.widget-area .widget-title {
    font-size: 1.25rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.widget-area .search-form {
    display: flex;
    border: 1px solid #ccc;
    align-items: center;
    border-radius: 2rem;
    padding-left: 1rem;
    position: relative;
    justify-content: space-between;
}

.widget-area .search-form label {
    margin-bottom: 0;
}

.widget-area .search-form input {
    border: none;
    background: none;
    height: 2.5rem;
}

.widget-area .search-form .search-submit {
    width: 37px;
    height: 37px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='18' height='18' viewBox='0,0,256,256'%3E%3Cg fill='%23ef0b0b' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(5.12,5.12)'%3E%3Cpath d='M21,3c-9.39844,0 -17,7.60156 -17,17c0,9.39844 7.60156,17 17,17c3.35547,0 6.46094,-0.98437 9.09375,-2.65625l12.28125,12.28125l4.25,-4.25l-12.125,-12.09375c2.17969,-2.85937 3.5,-6.40234 3.5,-10.28125c0,-9.39844 -7.60156,-17 -17,-17zM21,7c7.19922,0 13,5.80078 13,13c0,7.19922 -5.80078,13 -13,13c-7.19922,0 -13,-5.80078 -13,-13c0,-7.19922 5.80078,-13 13,-13z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0px;
}

.widget_nav_menu .widget-title {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
}

:is(.widget_categories,
.widget_nav_menu) ul li {
    padding: 10px 0!important;
    padding-left: 1rem!important;
    position: relative;
    background: #f3f3f3;
}

:is(.widget_categories,
.widget_nav_menu) ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

:is(.widget_categories,
.widget_nav_menu) ul li:last-child {
    border-radius: 0 0 8px 8px;
}

:is(.widget_categories,
.widget_nav_menu) ul li a {
    color: #333;
    display: inline-block;
    font-weight: 600;
    transition: 0.4s;
}

:is(.widget_categories,
.widget_nav_menu) ul li a:hover {
    color: var(--primary-color);
}

.widget_tag_cloud a {
    padding: 10px 25px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 2rem;
    background: #ccc;
    color: #222;
    display: inline-block;
    font-size: 16px !important;
}

.gnws-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gnws-pagination ul li a {
    width: 3.75rem;
    display: block;
    height: 3.75rem;
    background: #d7d7d7;
    color: #333;
    text-align: center;
    line-height: 3.75rem;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s;
}

.gnws-pagination ul li:hover a,
.gnws-pagination ul li.active a {
    color: #fff;
    font-weight: 500;
    background: #e91d29;
}

.gnws-pagination ul li a svg {
    height: 16px;
}

.gnws-pagination ul li a svg path {
    stroke: #333;
}

.gnws-pagination ul li:hover a svg path,
.gnws-pagination ul li.active a svg path {
    stroke: #fff;
}

.story__system {
    padding-top: 20px;
    padding-bottom: 20px;
}

.story__system.bg {
    background-color: #f3f3f3;
}

@media only screen and (min-width: 1600px) {
    .story__system .container {
        max-width: 1370px !important;
        width: 1370px !important;
    }
}

.story__system-inner {
    background-color: #ffffff;
}

.story__system .title {
    font-size: 25px;
    color: #ed2024;
    margin-bottom: 20px;
}

.story__system-number .item:nth-child(3n+1) .number-item {
    background-color: #ff9800;
}

.story__system-number .item:nth-child(3n+1) .number-item::after {
    background-image: url("../images/nb_ico_1.webp");
}

.story__system-number .item:nth-child(3n+2) .number-item {
    background-color: #03a9f4;
}

.story__system-number .item:nth-child(3n+2) .number-item::after {
    background-image: url("../images/nb_ico_2.webp");
}

.story__system-number .item:nth-child(3n+3) .number-item {
    background-color: #9c27b0;
}

.story__system-number .item:nth-child(3n+3) .number-item::after {
    background-image: url("../images/nb_ico_4.webp");
}

.story__system-number .item .number-item {
    border-radius: 10px;
}

.story__system-number .item .number-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 84px;
    height: 72px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.story__system-number .item .text {
    font-size: 18px;
}

.story__system-number .item .number {
    font-size: 36px;
}

.story__system-left {
    background-color: #f3f3f3;
}

.story__system .select-city option:disabled {
    color: #a3a3a3;
}

.story__system-item {
    max-height: 395px;
    overflow-y: auto;
}

.story__system-item::-webkit-scrollbar {
    width: 3px;
}

.story__system-item::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    background-color: #ddd;
}

.story__system-item .item {
    font-size: 0.875rem;
    cursor: pointer;
    border: 1px solid #ed2024;
    transition: all 0.5s;
    background: #fff;
}

.story__system-item .item.active,
.story__system-item .item:hover {
    background-color: #ed2024;
    color: #ffffff;
}

.story__system-item .item.active .hotline a,
.story__system-item .item:hover .hotline a {
    color: #fff;
}

.story__system-item .item .district {
    font-size: 16px;
}

.story__system .box__map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.story__system .box__map iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.story__system-item .hotline a {
    color: #222222;
    transition: 0.4s;
}

.story__system-link a {
    min-width: 270px;
    background: #ed2024;
    color: #fff;
    border-radius: 2rem;
    position: relative;
    padding: 1rem 10px;
    margin: 0 5px 2rem;
    text-align: center;
    transition: 0.4s;
    justify-content: center;
    line-height: 1;
    display: inline-block;
}

.story__system-link a:hover {
    transform: translateY(5px);
}

.page-load-status {
    display: none;
    position: relative;
}

.loader-ellips__dot {
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 0.5em;
    background: #ed2024;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.loader-ellips {
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    top: -20px;
}

.post-loadmore {
    margin-top: 30px;
    border: none;
    background: #ed2024;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.4s all;
}

.post-loadmore:focus {
    outline: none;
}

.post-loadmore:hover {
    transform: scale(1.05);
}

.emagazine__header {
    background: #ed2024;
    padding: 10px 0;
}

.emagazine__footer {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 16px;
}

.emagazine__footer-content {
    width: 650px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.emagazine__footer-left {
    padding-left: 20px;
    border-left: 5px solid #dd1d25;
}

.emagazine__content {
    text-align: justify;
    padding: 2rem 15px;
}

.emagazine__content .content__650 {
    width: 650px;
    margin: auto;
    margin-top: 1rem;
    max-width: 100%;
}

.emagazine__content .content__980 {
    width: 980px;
    margin: auto;
    margin-top: 1rem;
    max-width: 100%;
}

@media (max-width: 767px) {
    .single-product .bic_breadcrumb {
        display: none;
    }
    .product-info-bottom {
        margin-top: 50px;
    }
}

.search__page .caption_search {
    padding: 15px 0 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

.search_item_inner {
    display: flex;
    margin-bottom: 30px;
}

.search_item_image {
    flex:0 0 165px;
    padding-right: 15px;
}

.search_item_image img {
        max-width: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 2px;
}

.search_item_title h2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.search_item_desc {
    margin-top: 10px;
    font-size: 14px;
}

.highlight {
    background: #6df3a3;
    font-weight: bold;
}

.search_item_cat {
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
}

.search_item_cat>a {
    float: right;
    display: inline-block;
    color: #f8900b;
}

.search_item_cat>a:hover {
    color: #ff0000;
}

.search_item_content {
    flex: 0 0 calc(100% - 165px);
}


/* style detail product 23/11 */

.bic_p__detail-cta {
    margin-bottom: 20px;
}

.product__detail-addtocart .woocommerce-variation-add-to-cart,
.product__detail-addtocart .cart:not(.variations_form) {
    display: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border: 1px solid #dee2e6;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents {
    position: relative;
    overflow: hidden;
}

.woo-variation-swatches .variable-item:not(.radio-variable-item) .variable-item-contents:before {
    border: 1rem solid transparent;
    border-bottom-color: var(--primary-color);
    content: '';
    position: absolute;
    right: -1rem;
    bottom: 0;
}

.woo-variation-swatches .variable-item:not(.radio-variable-item) .variable-item-contents:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='12' height='12' viewBox='0,0,256,256'%3E%3Cg fill='%23ffffff' fill-rule='nonzero' stroke='none' stroke-width='3' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(5.12,5.12)'%3E%3Cpath d='M41.9375,8.625c-0.66406,0.02344 -1.27344,0.375 -1.625,0.9375l-18.8125,28.78125l-12.1875,-10.53125c-0.52344,-0.54297 -1.30859,-0.74609 -2.03125,-0.51953c-0.71875,0.22266 -1.25391,0.83203 -1.37891,1.57422c-0.125,0.74609 0.17578,1.49609 0.78516,1.94531l13.9375,12.0625c0.4375,0.37109 1.01563,0.53516 1.58203,0.45313c0.57031,-0.08594 1.07422,-0.41016 1.38672,-0.89062l20.09375,-30.6875c0.42969,-0.62891 0.46484,-1.44141 0.09375,-2.10547c-0.37109,-0.66016 -1.08594,-1.05469 -1.84375,-1.01953z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    right: -1px;
    bottom: -6px;
}

.woo-variation-swatches .variable-item:not(.radio-variable-item) .variable-item-contents:before,
.woo-variation-swatches .variable-item:not(.radio-variable-item) .variable-item-contents:after {
    opacity: 0;
    transition: all 0.3s;
}

.woo-variation-swatches .variable-item:not(.radio-variable-item).selected .variable-item-contents:before,
.woo-variation-swatches .variable-item:not(.radio-variable-item).selected .variable-item-contents:after,
.woo-variation-swatches .variable-item:not(.radio-variable-item):hover .variable-item-contents:before,
.woo-variation-swatches .variable-item:not(.radio-variable-item):hover .variable-item-contents:after {
    opacity: 1;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    border-color: var(--primary-color);
    box-shadow: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: 15px;
    padding: 0 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    height: 40px;
    padding: 0;
}

.single_variation_wrap ins,
.single_variation_wrap .price>.amount>bdi {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.single_variation_wrap del {
    margin-right: 15px;
}

.woocommerce-variation-price {
    margin-top: 15px;
}

.stock.available-on-backorder {
    display: none;
}

.contact__btn {
    display: inline-block;
    padding: 10px 25px;
    background: var(--primary-color);
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
}

.contact__btn:focus {
    outline: none;
}

.contact__btn:hover {
    background: var(--primary-color-hover);
}

@media (min-width: 575px) {
    #popup-contact .product_image {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #popup-contact .product_info {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

#popup-contact .bct-prodThumb .bic_p_image img {
    height: 100% !important;
}
@media (max-width: 575px) {
#popup-contact .bct-prodThumb .bic_p_image img{
    height: 100px !important;
        object-fit: contain;
}
#popup-contact .product_info {margin: 0;}

#popup-contact .product_info * {
    padding-top: 0;
    padding-bottom: 5px;
}

#popup-contact .product_info .bic_info_properties {
    margin-bottom: 0;
}

#popup-contact .form__contact * {
    margin-bottom: 5px;
}

#popup-contact .form__contact-single .wpcf7-blockquote {
    padding: 0;
}
}
#popup-contact .bct-prodThumb .bic_p_image {
    border: none;
}

#popup-contact .modal-title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

#popup-contact .item.bic_p_title {
    font-size: 18px;
}

.form__contact .wpforms-field.wpforms-field-content .wpforms-field-row p {
    margin-bottom: 0;
}

.form__contact .wpforms-container .wpforms-field {
    padding: 10px 0;
}

.form__contact .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content.form-desc {
    background: #efefef;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 10px 0;
    font-weight: 700;
}

.form__contact .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content.form-desc * {
    font-size: 16px;
    margin-bottom: 0;
}

.form__contact .wpforms-submit-container {
    text-align: center;
}

.form__contact div.wpforms-container-full button[type=submit] {
    font-weight: 700;
}

.product__status {
    margin-top: 5px;
	display:none;
}

.product-label {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 25%;
}

.fancybox.has-video {
    position: relative;
    display: block;
}

.fancybox.has-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fancybox.has-video svg path {
    fill: var(--primary-color);
}

.fillter__popup .widget-title {
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 16px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .price_slider_amount .button {
    background-color: var(--primary-color);
    background-image: none;
}

.fillter__popup .price_label {
    color: var(--primary-color);
    font-size: 17px;
}

.fillter__popup .close {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #fff;
    transition: .4s;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #ed2024;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    font-weight: 400;
}

.fillter__popup .modal-body {
    padding: 2rem;
}

.bic_post__items .bic_post__item:first-child {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.bic_post__items .bic_post__item:first-child .bic_post__excerpt {
    display: block;
    margin-top: 20px;
}

.bic_post__items .bic_post__item .bic_post__excerpt {
    display: none;
}

.post__cat {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    color: inherit;
    border: 1px solid;
    transition: 0.4s;
    margin-right: 4px;
}
@media (max-width: 768px){
	.search_item_image {
    flex: 0 0 115px;
    padding-right: 15px;
}
	.search_item_image img {
    width: 100px;
    height: 100px;
}
	.search_item_content {
    flex: 0 0 calc(100% - 115px);
}
}
.widget_recent_entries ul li {
    margin-bottom: 10px; /* Khoảng cách giữa các bullet */
    color: #333; /* Màu chữ */
    font-size: 16px; /* Kích thước chữ */
    line-height: 1.5; /* Khoảng cách dòng */
}