.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-54 {
    font-size: 54px;
}

.fs-56 {
    font-size: 56px;
}

.fs-58 {
    font-size: 58px;
}

.fs-60 {
    font-size: 60px;
}

.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.bdr-8 {
    border-radius: 8px;
    overflow: hidden;
}

.bdr-12 {
    border-radius: 12px;
    overflow: hidden;
}

.bdr-16 {
    border-radius: 16px;
    overflow: hidden;
}

.bdr-24 {
    border-radius: 24px;
    overflow: hidden;
}


/* -------------------------------------------------------------------------- */
/*                               SETUP CSS START                              */
/* -------------------------------------------------------------------------- */

/* :root {
    --wrapper: 1440px;
    --container: 1216px;
    --c1: unset;
    --c2: unset;
    --c3: unset;
    --c4: unset;
    --txt1: unset;
    --txt2: unset;
    --txt3: unset;
    --txt4: unset;
    --bg1: unset;
    --bg2: unset;
    --bg3: unset;
    --bg4: unset;
    --bg1-hover: unset;
    --bg2-hover: unset;
    --bg3-hover: unset;
    --bg4-hover: unset;
    --a1: unset;
    --a2: unset;
    --a3: unset;
    --a4: unset;
    --a1-hover: unset;
    --a2-hover: unset;
    --a3-hover: unset;
    --a4-hover: unset;
    --b1: unset;
    --b2: unset;
    --b3: unset;
    --b4: unset;
    --b1-hover: unset;
    --b2-hover: unset;
    --b3-hover: unset;
    --b4-hover: unset;
    --rad4: 4px;
    --rad5: 5px;
    --rad6: 6px;
    --rad8: 8px;
    --shadow1: unset;
    --shadow2: unset;
    --shadow3: unset;
    --shadow4: unset;
} */
:root {
    --wrapper: 1440px;
    /** 1440px */
    --container: 1216px;
    /** 1216px */
    --font1: Arial, Helvetica, sans-serif;
    /* --font2: "iCielBCCubano",Arial,Helvetica,sans-serif; */
    --font2: "UTM Avo", Arial, Helvetica, sans-serif;
    /* --font3: "iCielBCRostrum","iCielBCCubano",Arial,Helvetica,sans-serif; */
    --font3: "UTM Avo", "iCielBCCubano", Arial, Helvetica, sans-serif;
    /* --font4: 'Inter', sans-serif; */
    --font4: 'UTM Avo', sans-serif;
    --c1: #9D0B0E;
    --c2: #FFC519;
    --c3: unset;
    --c4: unset;
    --t1: #15181E;
    --t2: #FFC519;
    --t3: unset;
    --t4: unset;
    --bg1: #9D0B0E;
    --bg2: unset;
    --bg3: unset;
    --bg4: unset;
    --bg1-hover: #860a0c;
    --bg2-hover: unset;
    --bg3-hover: unset;
    --bg4-hover: unset;
    --a1: unset;
    --a2: unset;
    --a3: unset;
    --a4: unset;
    --a1-hover: unset;
    --a2-hover: unset;
    --a3-hover: unset;
    --a4-hover: unset;
    --b1: unset;
    --b2: unset;
    --b3: unset;
    --b4: unset;
    --b1-hover: unset;
    --b2-hover: unset;
    --b3-hover: unset;
    --b4-hover: unset;
    --rad4: 4px;
    --rad5: 5px;
    --rad6: 6px;
    --rad8: 8px;
    --shadow1: unset;
    --shadow2: unset;
    --shadow3: unset;
    --shadow4: unset;
}

/* HEADER */

.page-template-page-transparent-header-light #top-bar a,
.page-template-page-transparent-header-light li.html.header-social-icons:before {
    color: white;
}

.logo-hotline {
    padding: 8px 20px;
    border-radius: 4px;
    background: #9D0B0E;
}

.logo-hotline:hover {
    background: #FEB842;
}

li.html.header-social-icons:before {
    content: "Theo dõi chúng tôi:";
    font-size: 16px;
    font-weight: 400;
}

.header a.icon:not(.button) {
    margin-left: .5em !important;
    margin-right: .5em !important;
}

li.html.header-social-icons {
    font-size: 16px !important;
}

div#top-bar .container {
    position: relative;
}

div#top-bar .container:after {
    content: "";
    width: calc(100% - 2rem);
    position: absolute;
    bottom: -13px;
    height: 1px;
    background: #d3d3d3;
}

.page-template-page-transparent-header-light div#top-bar .container:after {
    background: #ffffff;
}

.nav-spacing-xlarge>li {
    margin: 0 !important;
    padding: 0 13px !important;
}

.header-nav-main>li.current-menu-item::before,
.header-nav-main>li:hover::before {
    content: "";
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/bg/menu-hover.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* FOOTER */
.absolute-footer.dark {
    color: #fff !important;
    padding: 24px 0;
}

.footer-secondary {
    padding: 0 !important;
}

.footer-secondary a {
    padding: 0 8px 0 0;
}

/* marquee */
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee__inner {
    display: inline-flex;
    gap: 64px;
    animation: marquee-left 30s linear infinite;
}

.marquee__inner span {
    font-size: 72px;
    font-weight: bold;
    flex-shrink: 0;
    /* tránh co chữ */
}

.marquee-2 .marquee__inner span {
    color: rgba(170, 170, 170, 0.5);
}

.marquee-2 .marquee__inner {
    animation: marquee-right 30s linear infinite;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}



/* TITLE BLOCK */
span.section-title-main {
    font-size: 48px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0;
}

.section-title span.section-title-main,
.section-title {
    border: none !important;
    margin-bottom: 0;
}

.section-title span.section-title-main::after,
.section-title.section-title-center span.section-title-main::after {
    content: "";
    display: block;
    width: 250px;
    height: 4px;
    background: #9D0B0E;
    margin-top: 10px !important;
}

.section-title span span {
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
    color: #15181E;
}

.title-light .section-title span span {
    color: #ffffff;
}

.section-title.section-title-center span.section-title-main::after {
    margin: 0 auto;
}

.section-title.section-title-center b {
    opacity: 0 !important;
}

/* PRODUCT BLOCK */

.product-small .ux-swatches ~ .title-wrapper {
    margin-top: 0
}

.product-small .title-wrapper {
    margin-top: 45px
}

.product-small.box {
    padding: 24px;
    border-radius: 16px;
    background-image: url(../img/bg/bg-product.png);
    background-color: #ffffff;
    height: 100%;
}

.product-small .col-inner {
    height: 100%;
}

.product-small.box img {
    border-radius: 8px;
}

.box-text.box-text-products {
    padding-bottom: 0;
}

.add-tocart-custom>.add-to-cart-button {
    width: 100%;
    position: relative;
}

.add-tocart-custom .add-to-cart-button a,
.add-combo-to-cart {
    background: #9D0B0E;
    border: 1px solid #9D0B0E;
    color: #fff !important;
    margin: 0;
    border-radius: 8px !important;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    width: 100%;
    height: 40px;
    line-height: 36px;
    display: block;
}

.product-small.box:hover {
    background-color: #9D0B0E;
}

.product-small.box:hover .add-tocart-custom .add-to-cart-button a {
    background-color: #FEB842;
    border: 1px solid #FEB842;
}

.add-tocart-custom .add-to-cart-button a::after,
.add-combo-to-cart::after {
    content: '';
    height: 16px;
    width: 16px;
    background-image: url(../img/icons/cart-plus.png);
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 8px;
}

.add-combo-to-cart {
    margin-top: 16px;
    width: auto;
}

.combo-to-cart .price-wrapper {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.combo-to-cart .price-wrapper span {
    color: #9D0B0E;
}   

.add-tocart-custom .add-to-cart-button .added_to_cart {
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.add-tocart-custom .add-to-cart-button .added_to_cart:after {
    content: none;
}

.add-tocart-custom .more {
    border: 1px solid #E0E4EB;
    color: #15181E;
    width: calc(50% - 4px);
    border-radius: 4px;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    margin: 0 !important;
    display: block;
    height: 40px;
    line-height: 36px !important;
}

.add-tocart-custom {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.box-text-products .price-wrapper {
    margin-bottom: 10px;
}

.box-text-products {
    display: flex;
    flex-direction: column;
}

.box-text-products .title-wrapper a,
.combo-to-cart h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    display: block;
    height: 52px;
    overflow: hidden;
    text-transform: uppercase;
}

.combo-to-cart h3 {
    text-align: left;
    height: auto;
}

.price-wrapper .price {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.product-small .price-wrapper .price {
    text-align: center;
}

.price-wrapper .price span {
    color: #9D0B0E;
}

.product-small.box:hover .box-text-products .title-wrapper a,
.product-small.box:hover .price-wrapper .price span {
    color: white;
}

span.posted_in a,
.tagged_as a {
    padding: 4px 8px;
    border-radius: 50px;
    background: var(--Color-Brand-Grey, #2C2C2C);
    color: white;
    margin-left: 8px
}

.combo-box .add-to-cart-button{
    display: none;
}


.product-tabs li a {
    width: 150px;
    height: 42px;
    padding: 12px 16px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    text-transform: initial !important;
    justify-content: center;
    align-items: center;
}

.product-tabs li a:before {
    bottom: 0 !important;
    top: 35px !important;
}

.product-tabs li.active a {
    font-weight: 700;
}

.product-footer .woocommerce-tabs {
    border-top: none !important;
}


/* NEW BLOCK */

span.c-meta-category {
    background: #2C2C2C;
    border-radius: 50px;
    color: #ffffff;
    margin-right: 16px;
    padding: 3.5px 8px;
    font-weight: 500;
}

span.c-meta-date {
    font-weight: 500;
    font-size: 14px;
}

.post-item .post-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 14px 0;
    height: 52px;
    overflow: hidden;
}

.box-blog-post .is-divider {
    display: none;
}

.tabs-news .nav-line-bottom>li>a {
    padding: 12px 16px;
    display: block;
    min-width: 160px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.tabs-news .nav-line-bottom>li>a:before {
    background-color: #2C2C2C;
}

.tabs-news .tab-panels {
    padding-top: 32px;
}

/* CTA BLOCK */
.cta-home {
    background-image: url(../img/bg/bg-cta.png);
    border-radius: 24px;
}


/* ABOUT US */

.about-right>div.col-inner>.row {
    margin-left: 0;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    max-width: 90% !important;
}

.about-right .row-topscore {
    background: #2C2C2C;
}

.row-topscore {
    border-radius: 10px;
    background: #9D0B0E;
}

.row-topscore .col-inner {
    padding: 16px 0;
    color: #fff;
}

.row-topscore .col-inner p:first-child {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

.row-topscore .col-inner p {
    margin-bottom: 0;
    line-height: 130%;
}

.col-full-left {
    max-width: 580px !important;
}

.img-dhth.box-label .box-image {
    border-radius: 16px;
    width: 90%;
    margin-left: 0;
}

.img-dhth.box-label {
    text-align: left;
    overflow: visible;
}


.img-dhth.box-label .box-text.text-center {
    margin-bottom: -50px;
    margin-right: 0;
    background: #2C2C2C;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    padding: 16px 32px;
    width: 100%;
    max-width: 380px;
    transform: none;
    right: 0;
    left: auto;
    border-radius: 10px;
}


.title-2line span span {
    display: block;
}


/* ORIENTATION ITEM */
.orientation-item .icon-box-img {
    position: absolute !important;
    z-index: -1;
    padding-bottom: 0;
    left: 0;
    top: 0;
}

.orientation-item {
    padding-left: 48px;
    padding-top: 24px;
    position: relative;
    margin-bottom: 32px;
}

.orientation-item:last-child {
    margin-bottom: 0;
}


/* Blog Page */
.widget_categories span.widget-title {
    color: #9D0B0E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}

.widget_categories .is-divider {
    display: none;
}

.widget_categories .cat-item {
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;
    display: flex;
    border: none;
}

.widget_categories .cat-item,
.widget_categories .cat-item a {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.widget_categories .cat-item.active {
    color: white;
    background: #9D0B0E;
}

.widget_categories .cat-item.active a {
    color: white;
}

.blog-archive .box-blog-post .image-cover {
    border-radius: 16px;
}

.blog-archive .box-blog-post .image-cover {
    border-radius: 16px;
}

.blog-archive .col.post-item:first-child {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
}

.blog-archive .col.post-item:first-child .image-cover {
    padding-top: 45.4% !important;
}

.widget_custom_html {
    background: white;
}


.d-flex {
    display: flex
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.fwrap,
.flex-wrap {
    flex-wrap: wrap
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.align-items-baseline {
    align-items: baseline
}

.align-items-center {
    align-items: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.justify-content-center {
    justify-content: center
}

.justify-content-baseline {
    justify-content: baseline
}


/* PRODUCT Page */

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

div#shop-sidebar {
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

div#shop-sidebar span.widget-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #15181E;
    margin-bottom: 12px;
    display: block;
}

#shop-sidebar .is-divider {
    display: none;
}

.product-categories .cat-item {
    border-radius: 4px;
    padding: 8px;
    display: flex;
    border: none;
    border: 1px solid var(--Color-Brand-Grey, #dddddd) !important;
    margin-bottom: 8px;
}

.product-categories .cat-item,
.product-categories .cat-item a {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.product-categories .cat-item.active,
.product-categories .cat-item:hover {
    color: white;
    background: #9D0B0E;
    border: 1px solid var(--Color-Brand-Grey, #9D0B0E) !important;
}

.product-categories .cat-item.active a,
.product-categories .cat-item:hover a {
    color: white;
}

.woocommerce-widget-layered-nav-list li {
    padding: 0 12px;
    margin-bottom: 12px !important;
    border-radius: 4px;
    border: 1px solid var(--Color-Brand-Grey, #2C2C2C) !important;
    background: var(--Color-Neutral-white, #FFF);
}


.woocommerce-widget-layered-nav-list li .count {
    display: none !important;
}

.woocommerce-widget-layered-nav-list li a {
    color: var(--Text-Color-primary, #15181E);
}

.woocommerce-widget-layered-nav-list li.chosen,
.woocommerce-widget-layered-nav-list li:hover {
    border: 1px solid var(--Neutral-100, #15181E) !important;
    background: var(--Neutral-100, #15181E);
    color: white;
}

.woocommerce-widget-layered-nav-list li.chosen a,
.woocommerce-widget-layered-nav-list li:hover a {
    color: white;
}

.widget_price_filter .price_slider_amount .button {
    border: 1px solid var(--Neutral-100, #15181E) !important;
    background: var(--Neutral-100, #15181E) !important;
    border-radius: 4px !important;
}




.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.title-payment {
    margin-bottom: 20px;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-form {
    margin-bottom: 0;
}

.form-contact label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #29303D;
}

.form-contact .wpcf7-form-control:not(.wpcf7-file, .wpcf7-submit) {
    padding: 13px 24px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E0E4EB;
    box-shadow: none !important;
    margin-bottom: 16px;
}

.form-contact .wpcf7-form-control.wpcf7-textarea {
    min-height: 107px;
}

.form-contact .wpcf7-submit {
    background-color: #9D0B0E !important;
    background: url(./assets/img/send.svg) no-repeat;
    background-size: 20px;
    background-position: center right 30px;
    border: 1px solid #E0E4EB;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 46px;
    line-height: 46px;
    text-transform: none;
}

.form-contact input.wpcf7-file {
    border: 1px dashed #9D0B0E;
    border-radius: 4px;
}

#breadcrumbs {
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
}

#breadcrumbs p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#breadcrumbs p>a:first-child:before {
    content: '';
    background: url(../img/icon_home.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 17px;
    display: inline-block;
    margin-right: 6px;
}

#breadcrumbs span.separator {
    background: url(../img/arrow_right.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin-right: 17px;
    margin-left: 17px;
    text-indent: 9999px;
}

.btn-discover-now {
    line-height: unset !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
}

.recruitment-wrap {
    padding-top: 32px;
}

.back-link {
    color: #414C62;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.back-link::before {
    content: '';
    background: url(../img/arrow-left-black.svg) no-repeat;
    background-size: 16px 14px;
    background-position: center;
    border: 1px solid #E0E4EB;
    border-radius: 50px;
    width: 56px;
    height: 56px;
    padding: 16px;
    margin-right: 16px;
}

.header-recruitment {
    margin: 0px 0px 32px 0;
}

.title-recruitment {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #15181E;
    margin-bottom: 32px;
}

.post-meta-single {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1F242E;
}

.post-meta-single img {
    border-radius: 50%;
    margin-right: 12px;
}

.post-meta-single .post-date {
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}

.post-meta-single .post-date::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #D0D5DD;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.apply-first {
    font-size: 16px;
    line-height: 24px;
    color: #414C62;
    margin-top: 12px;
}

.content-left {
    flex: 1;
    padding-bottom: 32px;
}

.info-recruitment .item {
    color: #6A7788;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.info-recruitment .item span {
    color: #061D38;
    font-weight: 700;
}

.info-recruitment .total-apply {
    background: #F8F9FA;
    padding: 16px;
    margin-bottom: 16px;
}

.info-recruitment .number-apply {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #6A7788;
    margin-bottom: 8px;
}

.info-recruitment .number-apply strong {
    color: #061D38;
}

#progress-apply {
    background: #E0E4EB;
    height: 8px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

#progress-apply::-webkit-slider-thumb {
    width: 0;
    height: 8px;
    -webkit-appearance: none;
    cursor: ew-resize;
}

.submit-job {
    padding: 12px 16px;
    height: 48px;
    background: #9D0B0E;
    border: 1px solid #9D0B0E;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #FDFDFD !important;
    display: flex;
    align-items: center;
    width: max-content;
}

.submit-job::after {
    content: '';
    background: url(../img/arrow-right-white.svg) no-repeat;
    background-size: cover;
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-left: 12px;
}

.share-job {
    border-top: 1px solid #E0E4EB;
    padding-top: 24px;
    margin-top: 24px;
}

.share-job a {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #FEFEFE;
    border: 1px solid #DAE2EE;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.share-job a .tooltiptext {
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0px 10px;
    position: absolute;
    z-index: 1;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    z-index: 1;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

.share-job a .tooltiptext::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.share-job a+a {
    margin-left: 12px;
}

.info-recruitment .related-recruitment {
    margin-top: 40px;
}

.related-recruitment ul li {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DAE2EE;
    border-radius: 8px;
    padding: 24px;
}

.related-recruitment ul li h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #061D38;
    margin-bottom: 0;
    flex: 1;
    margin-right: 24px;
}

.related-recruitment ul li h3 a {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.related-recruitment .info-job {
    color: #6A7788;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.related-recruitment .info-job>div+div::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #9BA5AF;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
}

.readmore-recruitment {
    padding: 8px;
    width: 32px;
    height: 32px;
    background: #F8F9FA;
    border-radius: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M9.797 4.5H0.5C0.354 4.5 0.234167 4.54683 0.1405 4.6405C0.0468334 4.73417 0 4.854 0 5C0 5.146 0.0468334 5.26583 0.1405 5.3595C0.234167 5.45317 0.354 5.5 0.5 5.5H9.797L6.1405 9.1405C6.04683 9.24483 6 9.36467 6 9.5C6 9.63533 6.0495 9.7525 6.1485 9.8515C6.2475 9.9505 6.36467 10 6.5 10C6.63533 10 6.75517 9.95317 6.8595 9.8595L11.3595 5.3595C11.4532 5.25517 11.5 5.13533 11.5 5C11.5 4.86467 11.4532 4.74483 11.3595 4.6405L6.8595 0.1405C6.75517 0.0468334 6.63533 0 6.5 0C6.36467 0 6.2475 0.0495 6.1485 0.1485C6.0495 0.2475 6 0.364667 6 0.5C6 0.635333 6.04683 0.755167 6.1405 0.8595L9.797 4.5Z' fill='%232E3094'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-position: 50%;
}

#popup_apply_job .maintitle {
    color: #9D0B0E;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

#popup_apply_job .related-recruitment {
    color: #6A7788;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.recruitment-item:last-child {
    padding-bottom: 0;
}

.recruitment-item {
    padding-bottom: 16px;
}

.recruitment-item>.col-inner {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E0E4EB;
}

.recruitment-item .post-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1F242E;
}

.recruitment-item .post-title:hover a {
    color: #233D8E;
}

.recruitment-item .job-infor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1F242E;
}

.recruitment-item .job-infor>div {
    display: flex;
    align-items: center;
}

.recruitment-item .job-infor>div span {
    color: #627293;
    margin-right: 8px;
}

.recruitment-item .job-infor>div+div {
    margin-left: 36px;
}

.recruitment-item .job-infor>div::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
}

.recruitment-item .working-job::before {
    background: url(../img/working.svg) no-repeat;
    background-size: cover;
}

.recruitment-item .address-job::before {
    background: url(../img/map.svg) no-repeat;
    background-size: cover;
}

.recruitment-item .salary-job::before {
    background: url(../img/salary.svg) no-repeat;
    background-size: cover;
}

.apply-now {
    padding: 0px 12px;
    min-width: 112px;
    height: 40px;
    border: 1px solid #9D0B0E;
    background: #9D0B0E;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    line-height: 38px;
}

.apply-now:hover {
    color: #fff;
}

.apply-now::after {
    content: '';
    background: url(../img/arrow-right-white.svg) no-repeat;
    background-size: cover;
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-left: 12px;
}

.related-post {
    padding-top: 32px;
}

.related-post .title-related {
    font-weight: 100;
    font-size: 36px;
    line-height: 44px;
    color: #15181E;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    font-family: var(--font2);
    text-align: center;
}

.single .blog-single {
    padding-bottom: 0;
    padding-top: 0;
}

.meta-post-bottom {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-top: 27px;
    border-top: 1px solid #DAE2EE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.meta-post-bottom .list-tag a {
    background: #F2F4F7;
    border-radius: 16px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
}

.meta-post-bottom .list-tag a+a {
    margin-left: 8px;
}

.meta-post-bottom .blog-share a {
    background: #F2F4F7;
    border-radius: 32px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    color: #475467;
    font-size: 16px;
}

.widget.widget_custom_html {
    border: 1px solid #E0E4EB;
    border-radius: 8px;
    padding: 32px;
}

.widget_list_hot_news .widget-title {
    margin-bottom: 42px;
}

.widget_list_hot_news .flickity-page-dots {
    bottom: unset !important;
    top: -30px;
    left: 10px;
    right: unset;
}

.widget_list_hot_news .flickity-page-dots .dot.is-selected {
    background-color: #9D0B0E;
}

.widget_list_hot_news .flickity-page-dots .dot:not(.is-selected) {
    background-color: #A3ADC2;
    width: 8px;
    height: 8px;
}

.wpcf7-form .wpcf7-form-control {
    box-shadow: none !important;
}

.form-email input {
    height: 44px !important;
    min-height: auto;
    line-height: unset;
    width: 100%;
    text-transform: none !important;
    color: #A3ADC2;
}

.form-email .wpcf7-submit {
    border: 1px solid #9D0B0E;
    border-radius: 4px;
    font-weight: 500;
}

.off-canvas-cart .inner-padding {
    padding: 148px 32px 148px;
}

.widget_shopping_cart_content ul.product_list_widget li {
    padding: 10px 0 5px 92px;
}

.widget_shopping_cart_content ul.product_list_widget li img,
#order_review .product-name img {
    width: 80px;
    height: 80px;
}

.woocommerce-checkout #order_review .product-name .product-quantity {
    top: 8px;
}

#order_review .product-name {
    position: relative;
    display: flex;
    font-family: var(--font2);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0A0A0A;
}

#order_review .product-total {
    font-weight: 100;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--font3);
}

#order_review .product-name img {
    margin-right: 12px;
}

#order_review .shop_table .cart_item td {
    padding: 14px 0;
    vertical-align: top;
}

#order_review .shop_table tfoot th {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #15181E;
    font-family: var(--font2);
    padding: 16px 0;
}

#order_review .shop_table tfoot span {
    font-family: var(--font3);
}

.wc_payment_methods {
    border-bottom: 4px solid #F0F1F5;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.payment_box.payment_method_cod {
    background: #F6F7F9;
    padding: 12px 12px 12px 44px;
    border: 1px solid #E0E4EB;
    border-radius: 4px;
    color: #1F242E;
    font-weight: 500;
    position: relative;
}

.payment_box.payment_method_cod::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #9D0B0E;
    border-radius: 50%;
    display: inline-block;
}

.payment_box.payment_method_cod::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #9D0B0E;
    border-radius: 50%;
    display: inline-block;
}

.payment_box.payment_method_cod p {
    margin-bottom: 0;
}

.woocommerce-checkout-payment #place_order {
    border: 1px solid #9D0B0E;
    border-radius: 4px;
    width: 100%;
    background-color: #9D0B0E;
    font-family: var(--font2);
    font-weight: 400;
}

.product-small.box .order-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.product-small.box .order-product * {
    width: calc(50% - 4px);
    border-radius: 4px;
    padding: 10px 12px;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    font-family: "iCielBCCubano", Arial, Helvetica, sans-serif;
    text-transform: none;
}

.product-small.box .order-product .order,
.product-small.box .order-product *:hover {
    background: #9D0B0E;
    border: 1px solid #9D0B0E;
    color: #fff !important;
}

.product-small.box .order-product .more {
    border: 1px solid #E0E4EB;
    color: #15181E;
}

.title-small {
    margin-bottom: 0px !important;
}

.title-small .section-title-main {
    font-size: 20px;

}

.top__feedback {
    border-top: 1px solid #000;
    padding-top: 15px;
}

.top__feedback .testimonial-text p {
    margin-bottom: 3px;
}

.star-rating:before,
.woocommerce-page .star-rating:before {
    color: #FEC84B !important;
}

.star-rating span:before {
    color: #FEC84B !important;
}

.text-feedback {
    position: relative;
}

.text-feedback:after {
    content: "";
    background-image: url('../img/blockquote.png');
    position: absolute;
    width: 33px;
    height: 32px;
    right: 0px;
    bottom: -15px;
}

.feedback-slider .flickity-prev-next-button {
    top: unset;
    bottom: -20px;
}

.feedback-slider .flickity-prev-next-button.previous {
    left: 45% !important;
    transform: translateX(-45%) !important;
}

.feedback-slider .flickity-prev-next-button.next {
    right: 45% !important;
    left: unset !important;
    transform: translateX(-45%) !important;
}

.button-color-white {

    color: #fff !important;
    border: 1px solid #fff !important;
    height: 40px;
    line-height: 40px !important;
}

.button-color-white span {
    line-height: unset;
}

.total-apply .progress-bar {
    background: #E0E4EB;
    width: 100%;
    height: 8px;
    font-size: 0px;
    overflow: hidden;
}

.total-apply .progress-bar .container-progressbar {
    color: #1ccf77;
    font-size: 1px;
    background: #00A654;
    height: 8px;
}

.main-archive-recruitment h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

.main-archive-recruitment h1 span {
    color: #9D0B0E;
}

.breadcrumbs-archive-recr {
    padding: 16px 0px;
}

.wrap-form-recr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.wrap-form-recr .item {
    width: calc(100% - 130px);
    display: flex;
    align-items: center;
    margin-left: -16px;
}

.wrap-form-recr .item * {
    margin-bottom: 0px;
    margin-left: 16px;
    border-radius: 4px;
}

.wrap-form-recr .btn-search-recr {
    background: #9D0B0E;
    color: #fff;
    margin: 0;
    width: 130px;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-transform: inherit;
}

.wrap-form-recr .btn-search-recr svg {
    margin-right: 5px;
}

.recruitment-item-archive {
    padding-bottom: 16px !important;
}

.recruitment-item-archive .col-inner {
    border-radius: 8px;
}

.icon-box-store .icon-box-text h5 {
    font-weight: 500;
    font-size: 14px;
    color: #414C62;
    text-transform: inherit;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.icon-box-store .icon-box-text .text-box-store {
    font-weight: 600;
    font-size: 16px;
    color: #29303D;
}

.wrap-store-main {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.wrap-store-main .column-left {
    width: 45%;
    padding: 20px;
}

.wrap-store-main .column-right {
    width: 55%;
}

.wrap-store-main .column-right iframe {
    width: 100%;
    height: 100%;
}

.wrap-store-main .column-left .list-store-item {
    height: 430px;
    overflow: auto;
}

.wrap-store-main .column-left .list-store-item .item-store {
    background: #F6F7F9;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.wrap-store-main .column-left .list-store-item .item-store .thumbnail {
    width: 170px;
}

.wrap-store-main .column-left .list-store-item .item-store .thumbnail img {
    width: 170px;
    height: 140px;
    object-fit: cover;
}

.wrap-store-main .column-left .list-store-item .item-store .content {
    width: calc(100% - 170px);
    padding-left: 10px;
}

.wrap-store-main .column-left .list-store-item .item-store .content h4 {
    font-size: 14px;
}

.wrap-store-main .column-left .list-store-item .item-store .content h4 a {
    color: #000;
}

.wrap-store-main .column-left .list-store-item .item-store .content .address {
    font-size: 14px;
}

.wrap-store-main .column-left .list-store-item .item-store .content .hotline {
    font-weight: 500;
    font-size: 14px;
    color: #9D0B0E;
}

.wrap-store-main .column-left .list-store-item .item-store:hover,
.wrap-store-main .column-left .list-store-item .item-store.active {
    background: #9D0B0E;
    color: #fff;
}

.wrap-store-main .column-left .list-store-item .item-store:hover h4 a,
.wrap-store-main .column-left .list-store-item .item-store.active h4 a {
    color: #fff;
}

.wrap-store-main .column-left .list-store-item .item-store:hover .hotline,
.wrap-store-main .column-left .list-store-item .item-store.active .hotline {
    color: #FFC519;
}

.header-store-list select {
    border-radius: 4px;
    border: 1px solid #9D0B0E;
    height: 44px;
}

.header-store-list h3 {
    display: flex;
    align-items: center;
    color: #000;
    cursor: pointer;
}

button#btn-search-store {
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #9D0B0E;
    border-radius: 6px;
    margin: 0px;
    margin-left: 20px;
    font-size: 14px;
}

.row-store-list>.col {
    margin-top: -100px;
}

.wrap-single-store .map-store iframe {
    width: 100%;
}

.wrap-single-store .meta {
    border-left: 4px solid #9D0B0E;
    padding-left: 15px;
    margin-bottom: 20px;
}

.wrap-single-store .meta .item {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 5px;
}

.wrap-single-store .meta .item svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.wrap-single-store .meta .address {
    color: #000;
}

.title-list-store {
    font-weight: 100;
    font-size: 36px;
    line-height: 44px;
    color: #15181E;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    font-family: var(--font2);
    text-align: center;
}

.date-time-nq {
    width: 80px;
    border: 1px solid #FC820A;
    border-radius: 8px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-time-nq p {
    margin-bottom: 0px;
    font-size: 16px;
}

.date-time-nq strong {
    font-size: 42px;
    font-weight: 500;
}

.section-time-line-nq .section-content .row-timeline {
    position: relative;

}

.section-time-line-nq .section-content .row-timeline:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 96%;
    left: 27%;
    background-image: url(../img/line-nq.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.wrap-form-nq {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.wrap-form-nq label span {
    display: block;
    margin-top: 5px;
}

.wrap-form-nq label input {
    height: 45px;
    border-radius: 4px;
}

.wrap-form-nq {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    max-width: 650px;
    margin: 0 auto;
}

.wrap-form-nq .item {
    display: flex;
    flex-wrap: wrap;
}

.wrap-form-nq .item label {
    width: calc(50% - 20px);
    margin-left: 20px;
}

.wrap-form-nq .item {
    margin-left: -20px;
}

.wrap-form-nq textarea {
    border-radius: 4px;
}

.wrap-form-nq .btn-wrap input {
    display: block;
    width: 100%;
    border-radius: 4px;
    text-transform: inherit;
    margin-bottom: 0px;
}

.header-nav-main.nav-right {
    display: flex;
    max-width: 226px;
    flex-wrap: nowrap;
}

.header-nav-main.nav-right .header-block {
    max-width: 216px;
    margin-right: 0px;
}

.header-button-1 .header-button a {
    padding: 0px;
    display: block;
    max-width: 140px;
    text-align: center;
    font-family: var(--font2);
    padding: 0px 10px;
}

.wrap-form-feedback .title {
    display: block;
    text-align: center;
    font-size: 30px;
    font-family: var(--font2);
    color: #9d0d0d;
}

.wrap-form-feedback .wpcf7-submit {
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.cart-mini-fixed {
    position: fixed;
    bottom: 230px;
    right: 25px;
    z-index: 9;
}

.cart-mini-fixed img {
    width: 45px;

}

.cart-mini-fixed a {
    display: flex;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: relative;
    align-items: center;
    justify-content: center;
}

button.single_add_to_cart_button.button.alt,
.ux-quantity.quantity.buttons_added {
    border-radius: 8px;
    overflow: hidden;
}

.ux-quantity.quantity.buttons_added .ux-quantity__button--minus {
    border-radius: 8px 0px 0px 8px;
}

.ux-quantity.quantity.buttons_added .ux-quantity__button--plus  {
    border-radius: 0px 8px 8px 0px;
}

.product_meta>span,
.product-section {
    border: none !important;
}

#button-contact-vr {
    bottom: 50px !important;
}

b#countShoppingCart {
    position: absolute;
    font-size: 14px;
    color: #fff;
    background: #f4aa41;
    border-radius: 99px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: 0px;
}

.header-nav-main.nav-right .cart-item {
    display: none;
}

.order-product .added_to_cart {
    background: #9d0d0d;
    color: #fff;
}

.order-product .added_to_cart:after {
    content: none;
}

.mobile-nav.nav-left .cart-item {
    display: none;
}

.ux__top_product .box-image {
    border-radius: 8px;
}

#payment .woocommerce-terms-and-conditions>section.section {
    padding: 10px 0px;
}

#payment .woocommerce-terms-and-conditions .large-3 {
    display: none;
}

#payment .woocommerce-terms-and-conditions .large-9 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}

#payment .woocommerce-terms-and-conditions .large-9 .col-inner {
    padding: 10px;
}

.section-form-nq .wpcf7-response-output {
    color: #fff;
}

.title-feedback h3 span {
    font-size: 30px
}

h1.product_title {
    color: #9D0B0E;
    text-transform: uppercase;
}

h1.product-title.product_title.entry-title {
    font-size: 40px;
}

.product-section-title-related {
    color: #9D0B0E;
}

.product-gallery-slider img {
    border-radius: 16px;
}

.product-main {
    padding: 16px 0 !important;
}

.woocommerce a.remove,
.woocommerce a.icon-remove {
    line-height: 15px !important;
}

.project-item .box.box-vertical {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-item .box.box-vertical .box-text {
    padding-top: 0;
    padding-bottom: 0px;
    width: calc(100% - 52%);
    display: flex;
}

.project-item .box.box-vertical .box-text .box-text-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.post_promotion.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -2%;
}

.list-social-index .col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-social-index .col-inner a {
    margin: 0px 10px;
}

a.detail-store {
    color: #fff;
    background: #9d0d0d;
    font-size: 14px;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 3px;
    border-radius: 5px;
}

.wrap-store-main .column-left .list-store-item .item-store:hover a.detail-store,
.wrap-store-main .column-left .list-store-item .item-store.active a.detail-store,
.wrap-store-main .column-left .list-store-item .item-store.active .group-with-km span,
.wrap-store-main .column-left .list-store-item .item-store:hover .group-with-km span {
    color: #9d0d0d;
    background: #fff;
}

.product-small.box .order-product .added_to_cart {
    font-size: 13px;
}

.single_add_to_cart_button {
    background: #9d0d0d !important;
}

.single-product .woocommerce-breadcrumb {
    display: none;
}

.text-feedback p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 30px;
    min-height: 153px;
}

.group-btn-nq .col-inner a {
    height: 45px;
    line-height: 39px;
}

.widget_categories ul {
    display: flex;
    flex-direction: column;
}

.widget_categories ul .cat-item-1 {
    order: 0;
}

.widget_categories ul .cat-item-24 {
    order: 1;
}

.row-people .col {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.group-with-km {
    display: flex;
    align-items: center;
}

.group-with-km a {
    margin-right: 10px;
}

.group-with-km span {
    color: #fff;
    background: #9d0d0d;
    font-size: 14px;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 3px;
    border-radius: 5px;
}

.shop_table .product-remove a.remove {
    background: rgba(222, 54, 24, 0.1) url('../img/icon-remove.svg') no-repeat;
    background-size: 16px;
    background-position: center;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    font-size: 1px !important;
}

.cart_totals .product-name {
    border: none;
    color: #9d0d0d;
}

.cart_totals .checkout-button {
    background-color: #9d0d0d !important;
}

#order_review .shop_table .cart_item .quantity.buttons_added {
    position: absolute;
    bottom: 14px;
    left: 92px;
}

#order_review .shop_table .cart_item td .input-text {
    font-size: 10px;
}

#order_review .shop_table .cart_item .buttons_added input {
    min-height: 1em;
    line-height: 1em;
}

.group-content-checkout .child-group dt.variation-Size {
    display: none;
}

.group-content-checkout .child-group dd.variation-Size {
    width: max-content;
    border: 1px solid #9d0d0d;
    padding: 0px 10px;
    color: #9d0d0d;
}

.continue-shopping-checkout a {
    display: flex;
    align-items: center;
    /* margin: 0px !important; */
    margin-bottom: 0px;
    margin-top: 20px;
    margin-right: 0px;
}

.continue-shopping-checkout {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.option-variation-loop .variations th.label,
.option-variation-loop .reset_variations {
    display: none !important;
}

.option-variation-loop .single_add_to_cart_button {
    margin-bottom: 0px;
    text-transform: initial;
    border-radius: 4px;
    height: 40px;
    line-height: 36px;
    font-weight: 500;
    font-size: 14px;
}

.option-variation-loop .woocommerce-variation-price {
    border-top: none;
}

.option-variation-loop .single_variation_wrap .single_add_to_cart_button {
    margin-top: 0px;
}

.option-variation-loop .quantity input.button,
.add-tocart-custom .quantity input.button {
    margin-top: 0;
}

.add-tocart-custom .quantity input,
.option-variation-loop .quantity input {
    height: 40px;
}

.read-more-product-var {
    border: 1px solid #E0E4EB;
    color: #15181E;
    width: calc(50% - 4px);
    border-radius: 4px;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    margin: 0 !important;
    display: block;
    height: 40px;
    line-height: 36px !important;
}

.option-variation-loop .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.option-variation-loop .variations_form,
.option-variation-loop .variations_form table.variations {
    margin-bottom: 0px;
}

.swal2-popup {
    width: 250px !important;
    font-size: 8px !important;
}

.loading {
    position: relative;
}

.loading:before {
    content: "";
    display: block !important;
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    background: url(https://kombo.vn/medias/2022/10/loading01.gif) no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    z-index: 9;
    backdrop-filter: blur(2px);
}

.icon-menu:before {
    content: "" !important;
}


#button-contact-vr2 {
    position: fixed;
    bottom: 4% !important;
    z-index: 99999;
}

#button-contact-vr2 #phone-vr2 {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#button-contact-vr2 .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr2 .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-and-call {
    display: flex;
    align-items: baseline;

}

.hotline-and-call .hotline {
    margin-right: 30px;
}

div#list-phone-number-store {
    max-height: 500px;
    overflow: auto;
}

.hotline-and-call a.detail-store {
    border: 1px solid #9d0d0d;
}

.hotline-and-call a.detail-store:hover {
    color: #9d0d0d;
    background-color: #fff;
}

.slide-history .history-item {
    width: 240px;
    padding: 0 12px;
}


.slide-history .flickity-viewport .flickity-slider:before {
    display: block;
    height: 4px;
    width: calc(100% - 130px);
    content: "";
    background: #333;
    position: absolute;
    top: 53px;
    left: 120px;
}

.history-item .history-date {
    font-weight: 700;
    text-align: center;
    color: #9D0B0E;
}

.slider-nav-outside.slider-nav-circle .flickity-button svg {
    background-color: white;
}

.history-item .history-title {
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
}

.history-item .history-content {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

i.history-icon {
    width: 25px;
    height: 25px;
    background: #FEB842;
    display: block;
    border-radius: 50%;
    margin: 16px auto;
    border: 5px solid #fff3e0;
}

.product-small .ux-swatches.ux-swatches-in-loop {
    justify-content: center;
}

.ux-swatch--label {
    border-radius: 8px;
}

.product-small:hover .ux-swatch--label {
    background: white;
    box-shadow: 0 0 0 2px white;
}

.product-small:hover .ux-swatch.ux-swatch--label.selected {
    background: #FEB842;
    box-shadow: 0 0 0 2px #FEB842;
    color: white;
}


.combo-box {
    border: 5px solid #9d0b0e;
    padding: 16px 16px 0;
    border-radius: 32px;
    margin-bottom: 32px;
    width: 100%;
}

.combo-box .product-small.col {
    padding-bottom: 16px;
}
@media only screen and (min-width: 1240px) {
    .post-sidebar {
        max-width: 300px !important;
        flex-basis: 300px !important;
        margin-left: 32px !important;
        padding: 0 !important;
    }
}

@media only screen and (min-width: 1100px) {
    .content-right {
        width: 393px;
        margin-left: 23px;
    }

    #order_review .product-name {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 850px) {
    .blog-wrapper>.row>.large-9.col {
        flex: 1;
    }

    .off-canvas .off-canvas-cart {
        width: 382px !important;
        background-color: #fff !important;
    }
}

@media only screen and (max-width: 850px) {
    .content-recruitment .d-flex {
        flex-direction: column;
    }

    .flex-column-tl {
        flex-direction: column-reverse !important;
    }

    .about-section-4 .row .col {
        padding: 0 15px 15px !important;
    }
}

@media only screen and (max-width: 475px) {
    .recruitment-item .job-infor {
        flex-direction: column;
        align-items: start;
    }

    .recruitment-item .job-infor>div+div {
        margin-left: 0;
    }

    .wrap-store-main {
        flex-direction: column;
    }

    .wrap-store-main .column-left {
        width: 100%;
        padding: 10px;
    }

    .wrap-store-main .column-right {
        width: 100%;
        height: 300px;
    }

    .fs-30-sm h2 {
        font-size: 30px;
    }

    .fs-30-sm {
        font-size: 30px;
    }


    .section-time-line-nq .section-content .row-timeline:before {
        background-image: none;
    }

    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        width: 320px !important;
    }

    .wrap-form-recr .item * {
        margin-bottom: 10px;
    }

    .wrap-form-recr {
        flex-direction: column;
        align-items: center;
    }

    .wrap-form-recr .item {
        flex-direction: column;
        width: 100%;
    }

    .row-store-list>.col {
        margin-top: 0px;
    }

    .project-item .box.box-vertical .box-text {
        width: 100%;
    }

    .list-social-index .col-inner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .list-social-index .col-inner>a {
        width: calc(50% - 20px);
        display: block;
        margin-bottom: 10px;
    }

    .desc-box h4 span {
        font-size: 22px !important;
    }

    .wrap-store-main .column-left .list-store-item .item-store {
        padding: 7px;
    }

    .wrap-store-main .column-left .list-store-item .item-store .thumbnail {
        width: 100px;
    }

    .wrap-store-main .column-left .list-store-item .item-store .content {
        width: calc(100% - 100px);
    }

    .wrap-store-main .column-left .list-store-item .item-store .thumbnail img {
        width: 100%;
        height: auto;
    }

    .icon-box-store .icon-box-text .text-box-store {
        font-size: 16px;
    }

    .menu-menu-thuc-don-container {
        padding: 20px;
    }

    .single-product .product-main {
        padding-top: 0px;
    }

    #header .header-main {
        background-color: #be1d2d;
        padding: 3px;
    }

    .header-main #logo {
        width: auto;
    }

    .header-main #logo>a {
        display: none;
    }

    .header-main li.html.custom {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
        text-align: center;
    }

    .header-main li.html.custom a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #be1d2d;
        margin-left: 10px;
        font-size: 10px;
        text-transform: uppercase;
    }

    .header-main li.html.custom img {
        width: 30px;
        height: 30px;
    }

    /* .header-main li.html.custom a .text{
        font-size: 12px10;
    } */
    .header-main li.html.html_topbar_left {
        margin-left: -10px;

    }

    .header-main li.html.html_topbar_right a {
        margin-left: 0px;
    }

    .mobile-nav .nav-icon a {
        display: flex;
        flex-direction: column;
        color: #be1d2d;
        font-size: 20px;
        background-image: url('../img/MOBILE-09.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .title-cart-mini {
        font-size: 12px;
        display: block;
        text-transform: initial;
    }

    header#header,
    .header-wrapper.stuck {
        position: fixed !important;
        bottom: 0px;
        left: 0;
        right: 0;
        top: auto;
    }

    .cart-mini-mobile {
        object-fit: contain;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: 33px;
    }

    .cart-mini-mobile a {
        margin-bottom: 5px !important;
        font-size: 16px !important;
        text-transform: uppercase;
    }

    .cart-mini-mobile i {
        font-size: 20px;
    }

    #header .header-inner.flex-row {
        box-shadow: 0 0 8px #be1d2d;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #fff;
        border-radius: 6px;
    }

    .medium-logo-center .logo {
        margin: 0px 5px !important;
    }

    .stuck .header-main .nav>li>a {
        line-height: 16px !important;
    }

    .title-feedback-1 .section-title .section-title-main {
        font-size: 16px !important;
    }

    .title-feedback .section-title .section-title-main {
        font-size: 19px !important;
    }

    .row-people .col {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .row-people .col .img {
        margin-bottom: 4px !important;
    }

    .wrap-store-main .column-right iframe {
        height: 300px;
    }

    .category-page-title .page-title-inner .flex-grow {
        flex-grow: 1;
    }

    nav.breadcrumbs {
        flex-wrap: wrap !important;
        width: auto !important;
    }

    nav.breadcrumbs a {
        margin-bottom: 5px;
    }

    .ux__top_product .box-blog-post .from_the_blog_excerpt {
        display: none;
    }

    #footer {
        padding-bottom: 70px;
    }

    .shop_table .product-remove a.remove {
        background-color: #fff;
        background-image: url('../img/icon-remove.svg') no-repeat;
        background-size: 16px;
        background-position: center;
        border: none;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        font-size: 1px !important;
    }

    .wrap-form-nq {
        padding: 15px;
    }

    .wrap-form-nq .item {
        flex-direction: column;
    }

    .wrap-form-nq .item label {
        width: calc(100% - 20px);
    }

    .mobile-nav .nav-icon a i {
        opacity: 0;
    }

    .header .stuck .header-main {
        height: 80px !important;
    }

    /* #wrapper .header.show-on-scroll, #wrapper .stuck .header-main{
        height: 70px !important;
    } */
    .add-tocart-custom {
        flex-direction: column;
    }

    .add-tocart-custom>* {
        width: 100% !important;
    }

    .add-tocart-custom>.add-to-cart-button {
        margin-bottom: 5px;
    }

    .option-variation-loop .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    .option-variation-loop .single_variation_wrap .single_add_to_cart_button {
        width: 100%;
        margin-bottom: 5px;
    }

    .read-more-product-var {
        width: 100%;
    }

    .box-text-products .ux-swatches {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: -5px;
    }

    .ux-swatches .ux-swatch {
        margin-right: 0px;
        margin-left: 5px;
        width: calc(50% - 5px);
        font-size: 12px;
    }

    .continue-shopping-checkout a {
        font-size: 14px;
    }

    .add-tocart-custom .quantity,
    .option-variation-loop .quantity {
        margin-bottom: 5px;
        margin-right: 0px;
        display: flex;
        justify-content: center;
    }

    .add-tocart-custom .quantity input.button,
    .option-variation-loop .quantity input.button {
        width: 26px;
    }

    .add-tocart-custom .quantity input.qty,
    .option-variation-loop .quantity input.qty {
        width: 35px;
    }

    .html_topbar_right {
        margin-right: 12px;
    }

    #fb-root .fb_dialog_content iframe:nth-child(1) {
        right: 5px !important;
        margin: 0 !important;
        transform: scale(0.8);
    }

    button#btn-checkout-mobile {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        border-radius: 4px;
        background: #9d0d0d;
    }

    #place_order {
        display: none;
    }

}

/* end mobile 475 */

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1020px) {

    .feedback-slider .flickity-prev-next-button.previous {
        left: 40% !important;
        transform: translateX(-40%) !important;
    }

    .feedback-slider .flickity-prev-next-button.next {
        right: 40% !important;
        left: unset !important;
        transform: translateX(-40%) !important;
    }

    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        width: 460px !important;
    }

    .woocommerce .shop_table .product-remove a {
        background: red;
        line-height: 15px !important;
    }

    .wrap-store-main .column-left .list-store-item .item-store .thumbnail {
        width: 100px;
        margin-bottom: 5px;
    }

    .wrap-store-main .column-left .list-store-item .item-store .content {
        width: calc(100% - 100px);
    }

    .wrap-store-main .column-left .list-store-item .item-store .thumbnail img {
        width: 100px;
        height: auto;
    }

    .wrap-store-main .column-left .list-store-item .item-store .content .hotline {
        font-size: 12px;
    }

    .wrap-store-main .column-left .list-store-item .item-store .content .address {
        font-size: 12px;
    }

    .wrap-store-main .column-left .list-store-item .item-store .content h4 {
        font-size: 13px;
    }

    #header .header-main {
        background-color: #be1d2d;
        padding: 3px;
        height: 100px !important;
    }

    .header-main #logo {
        width: auto;
    }

    .header-main #logo>a {
        display: none;
    }

    .header-main li.html.custom {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
    }

    .header-main li.html.custom a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #be1d2d;
        margin-left: 10px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .header-main li.html.custom img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    .header-main li.html.html_topbar_left {
        margin-left: -10px;
        width: 100%;
        justify-content: space-evenly;
    }

    .header-main li.html.html_topbar_right a {
        margin-left: 0px;
    }

    .mobile-nav .nav-icon a {
        display: flex;
        flex-direction: column;
        color: #be1d2d;
        font-size: 20px;
        background-image: url('../img/MOBILE-09.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .title-cart-mini {
        font-size: 16px;
        display: block;
        text-transform: initial;
    }

    header#header,
    .header-wrapper.stuck {
        position: fixed !important;
        bottom: 0px;
        left: 0;
        right: 0;
        top: auto;
    }

    .cart-mini-mobile {
        object-fit: contain;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: 45px;
    }

    .cart-mini-mobile a {
        margin-bottom: 5px !important;
        font-size: 26px !important;
    }

    .cart-mini-mobile i {
        font-size: 32px;
    }

    #header .header-inner.flex-row {
        box-shadow: 0 0 8px #be1d2d;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #fff;
        border-radius: 6px;
    }

    .medium-logo-center .logo {
        margin: 0px 5px !important;
    }

    .stuck .header-main .nav>li>a {
        line-height: 16px !important;
    }

    .cart-mini-mobile.show-for-small {
        display: flex !important;
    }

    .mobile-nav.nav.nav-right {
        width: 100%;
        justify-content: space-evenly;
    }

    .mobile-nav .nav-icon a i {
        /* width: 40px;
        height: 40px; */
        font-size: 50px !important;
        text-align: center;
        margin-bottom: 5px;
        opacity: 0;
    }

    #wrapper .header.show-on-scroll,
    #wrapper .stuck .header-main {
        height: 100px !important;
    }

    #footer {
        padding-bottom: 90px;
    }

    .absolute-footer>div.container {
        border: none !important;
    }

    .stuck #logo img {
        max-height: 92px !important;
    }

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1224px) and (orientation: landscape) {

    .feedback-slider .flickity-prev-next-button.previous {
        left: 40% !important;
        transform: translateX(-40%) !important;
    }

    .feedback-slider .flickity-prev-next-button.next {
        right: 40% !important;
        left: unset !important;
        transform: translateX(-40%) !important;
    }

    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        width: 460px !important;
    }

    .woocommerce .shop_table .product-remove a {
        background: red;
        line-height: 15px !important;
    }

    .banner-htch {
        min-height: 500px !important;
    }

    .header:not(.transparent) .header-nav-main.nav>li>a {
        font-size: 12px !important;
    }

}

@media screen and (min-width: 850px) {
    .large-4 .res-text {
        font-size: 16px !important;
    }
}