.elementor-element.elementor-element-6242ce4.elementor-widget.elementor-widget-image {
    display: flex;
    align-items: center;
    color: #fff;
}

.elementor-element.elementor-element-6242ce4.elementor-widget.elementor-widget-image .elementor-widget-container {
    flex: 0 0 auto;
    margin-right: 30px;
}

.product-review, .marco-good-button-wishlist.hint--left.hint--bounce, .shop-action.shop-action-center,.product-caption-bottom a[class*=product_type_],li.product .shop-action {
    display: none !important;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.absolute{
    position: absolute !important;
}
#banner_gr:before{
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 36.98%, rgba(0, 0, 0, 0.7) 65.62%, #000000 100%);
    opacity: 0.4;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #181818 20%, rgba(24, 24, 24, 0.00) 100%);
    Selection colors
    Hex;
}
#banner_gr h1{
    font-family: SFU 'SFU Sigvar';
    font-weight: 400;
    font-size: 3.167rem;
    line-height: 4.583rem;
    text-transform: inherit;
    color: #FFFFFF;
    margin-bottom: 0.78125rem;
}
#banner_gr .gr_head {
    bottom: 2.604rem;
    width: 100%;
}
.breadcrumbs{
    padding-top: 2.083rem
}
#banner_gr .gr_head .breadcrumbs{
    margin-bottom: 0;
    padding-top: 0;
}
.breadcrumbs ul{
    display: flex;
    margin: 0;
    list-style: none;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
}
.breadcrumbs ul li cite{
    font-family: var(--font-400);
    font-style: normal;
    font-size: 0.833rem;
    line-height: 1.354rem;
    color: #666666;
    display: flex;
}
.gr_head .breadcrumbs ul li cite{
    color: #FFF
}
.gr_head .breadcrumbs svg path {
    stroke: #FFF
}
.breadcrumbs svg path{
    stroke: #666666
}
.breadcrumbs .divider{
    display: flex;
    margin: 0 0.677rem;
}
.breadcrumbs ul li:last-of-type cite{
    font-family:  var(--font-600);
}

div#banner_gr {
    position: relative;
    padding: 0;
    max-height: 280px;
    overflow: hidden;
}

#banner_gr .gr_head .row {
    margin: 0;
}

nav.breadcrumb ul {
    display: flex;
    align-items: center;
}

nav.breadcrumb ul li {
    margin: 0;
}

h2.sec_title.text_center.m_0 {
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-heading_title-font-family), Sans-serif;
    font-size: var(--e-global-typography-heading_title-font-size);
    font-weight: var(--e-global-typography-heading_title-font-weight);
    text-transform: var(--e-global-typography-heading_title-text-transform);
    line-height: var(--e-global-typography-heading_title-line-height);
    text-align: center;
}

section.posts_page_1{
    padding-top: 7.292rem;
    padding-bottom: 1.083rem;
}

.wrap_document {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -0.5rem 0;
}

.item_document {
    width: calc(25% - 1rem);
    margin: 0 .5rem 2rem;
    position: relative;
    text-align: center;
}

.item_document .box_img {
    position: relative;
    overflow: hidden;];];
}

.item_document h3 {
    font-size: 1.2rem;
    margin: 1rem 0 0 0;
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

footer#colophon .elementor-element.elementor-element-846623c.elementor-widget.elementor-widget-heading {
    position: relative;
    z-index: 99999999;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

footer#colophon .elementor-element.elementor-element-846623c.elementor-widget.elementor-widget-heading h2 {
    color: #fff;
    font-family: var(--e-global-typography-heading_title-font-family), Sans-serif;
    font-size: var(--e-global-typography-heading_title-font-size);
    font-weight: var(--e-global-typography-heading_title-font-weight);
    text-transform: var(--e-global-typography-heading_title-text-transform);
    line-height: var(--e-global-typography-heading_title-line-height);
}
._df_book {
    min-height: 700px;
}

/*loading-effect-page*/
.load_home_page svg {
    width: 40.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 {
    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;
}

header#masthead {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 0;
}
.elementor-1631 .elementor-element.elementor-element-ccc56a9 .hfe-site-logo-container .hfe-site-logo-img {
    height: 90px;
    width: auto;
}
.marquee-text {
    animation: textLoop 10s linear infinite;
}
li.product .product-labels .product-label.onsale{
    display: none;
}
section.breadcrumbs .row {
    justify-content: center;
}

section.breadcrumbs .row * {
    color: #fff;
}
section.breadcrumbs {
    padding-top: 0;
}
#banner_gr .gr_head .row {
    justify-content: flex-start;
}
/*.marco-good-language-switcher {*/
/*    pointer-events: none;*/
/*}*/
ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination li {
    margin: 0 .3rem;
}

ul.thenativePagination li a {
    font-family: var(--heading-font);
    text-align: center;
    font-weight: 400;
    color: var(--accent);
    text-decoration: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 44px;
    transition: all ease 0.25s;
    padding: 0 15px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.thenativePagination li.active a {
    color: #fff;
    background: var(--primary);
}
ul.product-categories li {
    margin: 0;
}
ul.sub_menu_cat {
    margin-top: 0 !important;
}

ul.sub_menu_cat:before {
    display: none;
}

ul.sub_menu_cat a {
    display: block;
    line-height: 31px;
    padding: 0 10px;
    border-radius: 8px;
    color: var(--accent);
}
.widget_product_categories ul.product-categories > li > a.active {
    background: var(--primary);
    color: #fff;
}
.marquee-text {
    filter: brightness(0) invert(1);
}

.marquee .marquee-text {
    flex: 0 0 auto;
    width: 370px;
    display: flex;
    align-items: center;
}
.marquee .marquee-text p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-element.elementor-element-85d977c.elementor-widget.elementor-widget-heading h2 {
    font-size: 55px;
}
.elementor-1328 .elementor-element.elementor-element-8a125bc > .elementor-widget-container {
    display: none;
}
.rs-group-wrap.rs-parallax-wrap{
    left: unset !important;
    right: 60px !important;
}
.lb-parallax-section.lb-parallax {
    min-height: 280px;
}
footer#colophon .category-product-img {
    margin: 0;
}

footer#colophon .elementor-widget-marco-good-product-categories .product-cat {
    padding: 20px 0;
}
.main-header-content {
    padding-top: 145px;
}
.main-header-content .main-header-content {
    padding-top: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    display: none !important;
}
ul.list_nhan {
    list-style: none;
    margin: 0;
    display: flex;
    position: absolute;
    right: 10px;
    top: 15px;
}

ul.list_nhan img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
}

ul.list_nhan li+li {
    margin-left: 10px;
}
.lb-parallax-section.lb-parallax.elementor-element.elementor-element-3dee24d.e-flex.e-con-boxed.e-con.e-parent{
    background-color: #F7EE17 !important;
}
@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.language-dropdown {
    position: relative;
    display: inline-block;
}
.lang-options {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    z-index: 999;
}
.lang-options li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}
.language-dropdown:hover .lang-options {
    display: block;
}
.lang-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.language-dropdown button {
    padding: 0;
    color: #000;
    background: transparent !important;
    width: max-content;
    font-size: 14px;
    display: flex;
    align-content: center;
    align-items: center;
}

.lang-options {width: 100px;}
.box_lag {
    width: 25px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    background-image: url(../images/vn.png);
}
.EN_lag .box_lag{
    background-image: url(../images/gb.png);
}
.box_lag img {
    opacity: 0;
}
.elementor-element.elementor-element-6242ce4.elementor-widget.elementor-widget-image {
    font-size: 23px;
    text-align: center;
}
.elementor-element.elementor-element-69e42c8.elementor-position-left.elementor-vertical-align-middle.elementor-hidden-tablet.elementor-hidden-mobile_extra.elementor-hidden-mobile.elementor-view-default.elementor-mobile-position-top.elementor-widget.elementor-widget-icon-box h4 span {
    font-family: var(--heading-font);
    color: var( --e-global-color-primary );
}
.elementor-334 .elementor-element.elementor-element-896751f .elementor-heading-title,
.elementor-334 .elementor-element.elementor-element-fd05015,
.elementor-334 .elementor-element.elementor-element-63bf0ca .elementor-heading-title,
.elementor-334 .elementor-element.elementor-element-e032f62 .elementor-icon-list-text,
.elementor-334 .elementor-element.elementor-element-e032f62 .elementor-icon-list-text,
.elementor-334 .elementor-element.elementor-element-4f246ca,
.elementor-334 .elementor-element.elementor-element-a7d01d9 .elementor-icon-list-text,
.elementor-334 .elementor-element.elementor-element-21e87b2 .hfe-copyright-wrapper a, .elementor-334 .elementor-element.elementor-element-21e87b2 .hfe-copyright-wrapper{color: var(--accent);}



.elementor-334 .elementor-element.elementor-element-e804294 .elementor-divider-separator {
    border-color: #07783d;
}
.elementor-334 .elementor-element.elementor-element-5a27531 .elementor-social-icon{
    background: #141515;

}


.elementor-334 .elementor-element.elementor-element-ccf2b99:not(.elementor-motion-effects-element-type-background), .elementor-334 .elementor-element.elementor-element-ccf2b99 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: #fff;
}

.elementor-334 .elementor-element.elementor-element-5a27531 .elementor-social-icon i {
    color: #fff;
}

.elementor-element.elementor-element-ccf2b99.e-flex.e-con-boxed.e-con.e-parent {}

.elementor-element.elementor-element-ccf2b99.e-flex.e-con-boxed.e-con.e-parent .e-con-inner {
    padding-top: 0 !important;
}
.elementor-element.elementor-element-a00fbbf.e-grid.e-con-full.e-con.e-parent {
    --e-con-grid-template-columns: 1fr 2fr;
}
.elementor-1298 .elementor-element.elementor-element-f5d927e .elementor-heading-title {
    line-height: 1.6;
}
rs-loop-wrap {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    transform: unset !important;
}
.mySwiper img {
    display: block;
    width: 100%;
    height: auto;
}
.arrow_slider {
    z-index: 9;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 100px;
    border: 1px solid #3333334f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s all;
}

.arrow_slider svg {
    height: auto;
    transform: rotate(90deg);
}

.arrow_slider.prev {
    bottom: 170px;
}

.arrow_slider.prev svg {
    transform: rotate(-90deg);
}

.arrow_slider:hover {
    background: #d60000;
}
.elementor-widget-marco-good-product-categories .product-cat {
    padding-left: 20px;
    padding-right: 20px;
}

.home .product-cat .cat-title{
    transition: .4s all;
}
.home .product-cat:hover .cat-title {
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .elementor-1631 .elementor-element.elementor-element-ccc56a9 .hfe-site-logo-container .hfe-site-logo-img {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .elementor-element.elementor-element-6242ce4.elementor-widget.elementor-widget-image {
        display: block;
    }

    .elementor-element.elementor-element-959ff44.e-flex.e-con-boxed.e-con.e-parent {
        padding: 0 20px;
    }

    .elementor-element.elementor-element-6242ce4.elementor-widget.elementor-widget-image .elementor-widget-container {
        margin: 0 auto 30px;
        display: block;
        text-align: center;
    }
    .marco-good-language-switcher span .title {
        display: none;
    }
    ul.marco-good-products.products:not(.products-list) > li.product {
        flex: 0 0 calc(100% / 1) !important;
        max-width: calc(100% / 1) !important;
    }
    .elementor-1631 .elementor-element.elementor-element-ccc56a9 .hfe-site-logo .hfe-site-logo-container img {
        height: auto;
    }
    #banner_gr .gr_head {
        bottom: 1rem;
    }

    #banner_gr h1 {
        font-size: 2rem;
        line-height: normal;
    }

    section.posts_page_1 {
        padding: 3rem 0;
    }

    .item_document {
        width: calc(50% - 1rem);
    }

    .item_document h3 {
        font-size: 1rem;
    }
    section.up-sells.upsells.products.elementor-dots-style-2 h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .single-product .woocommerce-tabs ul.tabs {
        display: block !important;
    }

    .single-product .woocommerce-tabs h2.resp-accordion {
        display: none !important;
    }

    .single-product div.product ul.tabs {
        display: flex !important;
        flex-wrap: nowrap;
    }
    .elementor-334 .elementor-element.elementor-element-ccf2b99:not(.elementor-motion-effects-element-type-background)>* {
        padding-bottom: 20px;
    }
    .mobile-navigation ul li.current-menu-item a {
        color: var( --e-global-color-primary ) !important;
    }
    rs-fullwidth-wrap#rev_slider_6_1_forcefullwidth img {
        height: 230px !important;
    }
    .elementor-element.elementor-element-dbe8be5.e-flex.e-con-boxed.e-con.e-parent {
        display: none;
    }

    .main-header-content {
        padding-top: 80px;
    }
    .lang-options li a {
        font-size: 0;
    }
    .lang-options {width: auto;}

    .lang-options img {
        margin: 0;
    }
    .hfe-site-logo-container img {
        max-height: 60px;
        width: auto;
        display: block;
        object-fit: contain;
    }
    .elementor-element.elementor-element-a00fbbf.e-grid.e-con-full.e-con.e-parent {
        display: block;
    }

    .elementor-element.elementor-element-97aa162.e-flex.e-con-boxed.e-con.e-parent {
        margin-top: 50px;
    }
    .arrow_slider {
        bottom: 20px;
        width: 40px;
        height: 40px;
    }

    .arrow_slider.prev {
        bottom: 70px;
    }
    .elementor-334 .elementor-element.elementor-element-a6d30ed>* {
        display: block;
    }

    .elementor-334 .elementor-element.elementor-element-a6d30ed .elementor-element.elementor-element-d70876a.e-con-full.e-flex.e-con.e-parent {
        margin-bottom: 35px;
    }
}
