﻿.row {
    margin-left: 0;
    margin-right: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}

h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, .h5, .h6 {
}

h1, .h1 {
    font-size: 1.6rem;
}

h2, .h2 {
    font-size: 1.3rem;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    font-size: 1.2rem;
}

a {
    transition: .2s;
    text-decoration: none;
}


.modal-content {
    border-radius: 6px;
}

    .modal-content .bstrap-df {
        min-height: auto;
        padding: 8px;
        border-radius: 6px;
    }

.bstrap-df {
    min-height: 500px;
    padding: 1rem 1rem;
    background-color: #fff;
}

    .bstrap-df .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bstrap-df .col-1, .bstrap-df .col-2, .bstrap-df .col-3, .bstrap-df .col-4, .bstrap-df .col-5, .bstrap-df .col-6, .bstrap-df .col-7, .bstrap-df .col-8, .bstrap-df .col-9, .bstrap-df .col-10, .bstrap-df .col-11, .bstrap-df .col-12, .bstrap-df .col, .bstrap-df .col-auto, .bstrap-df .col-sm-1, .bstrap-df .col-sm-2, .bstrap-df .col-sm-3, .bstrap-df .col-sm-4, .bstrap-df .col-sm-5, .bstrap-df .col-sm-6, .bstrap-df .col-sm-7, .bstrap-df .col-sm-8, .bstrap-df .col-sm-9, .bstrap-df .col-sm-10, .bstrap-df .col-sm-11, .bstrap-df .col-sm-12, .bstrap-df .col-sm, .bstrap-df .col-sm-auto, .bstrap-df .col-md-1, .bstrap-df .col-md-2, .bstrap-df .col-md-3, .bstrap-df .col-md-4, .bstrap-df .col-md-5, .bstrap-df .col-md-6, .bstrap-df .col-md-7, .bstrap-df .col-md-8, .bstrap-df .col-md-9, .bstrap-df .col-md-10, .bstrap-df .col-md-11, .bstrap-df .col-md-12, .bstrap-df .col-md, .bstrap-df .col-md-auto, .bstrap-df .col-lg-1, .bstrap-df .col-lg-2, .bstrap-df .col-lg-3, .bstrap-df .col-lg-4, .bstrap-df .col-lg-5, .bstrap-df .col-lg-6, .bstrap-df .col-lg-7, .bstrap-df .col-lg-8, .bstrap-df .col-lg-9, .bstrap-df .col-lg-10, .bstrap-df .col-lg-11, .bstrap-df .col-lg-12, .bstrap-df .col-lg, .bstrap-df .col-lg-auto, .bstrap-df .col-xl-1, .bstrap-df .col-xl-2, .bstrap-df .col-xl-3, .bstrap-df .col-xl-4, .bstrap-df .col-xl-5, .bstrap-df .col-xl-6, .bstrap-df .col-xl-7, .bstrap-df .col-xl-8, .bstrap-df .col-xl-9, .bstrap-df .col-xl-10, .bstrap-df .col-xl-11, .bstrap-df .col-xl-12, .bstrap-df .col-xl, .bstrap-df .col-xl-auto {
        padding-left: 15px;
        padding-right: 15px;
    }

body, input, button, option, textarea, label, select, legend {
    color: #333;
}

* {
    font: 14px/18px Arial,Helvetica,sans-serif;
}

body {
    position: relative;
    max-width: 100%;
    margin: auto;
    background-color: #fff;
}

.container {
    max-width: 1200px !important;
    padding-left: 0;
    padding-right: 0;
}

.p-home {
    background-color: #f3f3f3 !important;
}

    .p-home body {
        background-color: #f3f3f3 !important;
    }

.p-ncate-recruitment {
    background-color: #f3f3f3 !important;
}

    .p-ncate-recruitment body {
        background-color: #f3f3f3 !important;
    }

.page-bg1, .page-bg2 {
}

.bgheader-menu {
    background-color: #D71920;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    height: 40px;
}

.bg-page {
    min-height: 500px;
    margin: 10px auto;
}

.bg-footer {
    background-color: #FFF !important;
}

.bg-createby {
    background-color: #f1f1f1;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.input-validation-error {
    border-color: red;
}

.form-control {
    padding: .15rem;
    line-height: 1rem;
    height: calc(1.25rem + .5rem + 2px);
}

.inline {
    display: inline;
}

/*Body*/

/*Breadcrumb*/
.breadcrumb-highlight {
    position: fixed;
    top: -100px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

    .breadcrumb a {
        color: #ed1c24;
        font-size: 12px;
    }

    .breadcrumb .breadcrumb-item:first-child a {
        color: #ed1c24;
    }

/*Header*/
.main-header {
    position: relative;
    width: 100%;
    height: 64px;
}

.header-body {
    position: relative;
    padding: 0 0;
    height: 80px;
}

.menuhead-news {
    display: block;
    width: 100%;
    float: right;
}

    .menuhead-news ul {
        float: right;
        margin: 0;
        padding-left: 0;
    }

        .menuhead-news ul li {
            float: left;
        }

            .menuhead-news ul li a {
                display: block;
                color: #fff;
                padding: 7px 6px;
            }

                .menuhead-news ul li a span {
                    font-size: 11px;
                }

    .menuhead-news button {
        color: #fff;
        font-size: 12px;
    }

.login {
    margin: 0;
    list-style: none;
}

    .login a {
        color: #fff;
        font-size: 12px;
    }

.box-logo {
    float: left;
    width: 80%;
    height: 100%;
}

    .box-logo img {
        display: block;
        max-width: 100%;
        margin: auto;
    }

    .box-logo a span {
        display: block;
        background-image: url(images/logo.png);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: middle;
    }

.register {
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 2;
    height: 20px;
    line-height: 20px;
    padding: 5px 0 0;
    margin: 0;
}

    .register a, .register button {
        color: #fff;
        font-size: 0.9rem;
    }

/*Box Search*/
.box-search form {
    position: relative;
}

.box-search .search-input {
    width: calc(100%);
}

    .box-search .search-input input {
        border-radius: 4px;
        height: 32px;
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        background: #ffffff;
    }

        .box-search .search-input input:hover,
        .box-search .search-input input:focus {
            box-shadow: none;
            outline: none;
            border: none;
        }

.box-search .search-btn {
    position: absolute;
    background: none;
    z-index: 1;
    border: none;
    width: 34px;
    height: 34px;
    top: -1px;
    right: 0;
}

.box-search-auto {
    position: relative;
}

.search-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.search-autocomplete-close {
    cursor: pointer;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    color: #c2c2c2;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    float: unset;
    padding: unset;
}

    .search-autocomplete-close:hover {
        color: #333;
    }

.search-autocomplete p {
    margin-bottom: 5px;
}

.search-autocomplete ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.search-autocomplete li a {
    display: flex;
    align-items: center;
    padding: 4px 0;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
}

    .search-autocomplete li a .name {
        font-size: 13px;
    }


.search-autocomplete .banner-item {
    width: 100%;
}

.search-autocomplete .banner-item-image a {
    text-decoration: none;
    color: #333;
}

    .search-autocomplete .banner-item-image a span {
        color: #333;
        font-size: 13px;
        margin-bottom: 5px;
    }

.search-autocomplete .banner-item-text {
    margin-top: 10px;
}

    .search-autocomplete .banner-item-text a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        text-decoration: none;
        font-size: 15px;
        font-family: Arial, sans-serif;
        transition: all 0.3s ease;
        border-radius: 8px;
        background: #fffd7a;
    }


    .search-autocomplete .banner-item-text a {
    }

        .search-autocomplete .banner-item-text a b {
            font-weight: normal;
            padding: 5px 8px;
            border-radius: 8px;
            background: #e50000;
            color: #fff;
            max-width: 60%;
            font-size: 13px;
        }

        .search-autocomplete .banner-item-text a span {
            font-weight: normal;
            padding: 5px 8px 5px 0;
            color: #3b3b3b;
            max-width: 40%;
        }

        .search-autocomplete .banner-item-text a b,
        .search-autocomplete .banner-item-text a span {
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
        }


/*  .search-autocomplete .banner-item-text.active a {
        background-color: #1d82e6;
        color: #ffffff;
    }

        .search-autocomplete .banner-item-text.active a b {
            font-weight: normal;
        }*/
@media (max-width: 767px) {
    .search-autocomplete {
        top: 35px;
    }

        .search-autocomplete .banner-item-text {
            margin-top: 7px;
        }

            .search-autocomplete .banner-item-text a b {
                font-size: 12px;
                padding: 4px 6px;
            }

            .search-autocomplete .banner-item-text a span {
                font-size: 12px;
                padding: 4px 6px 4px 0;
            }
}
/*box-utilities*/
.box-utilities {
    padding: 25px 0 0;
}

    .box-utilities b {
        display: block;
    }

    .box-utilities span {
        display: block;
        line-height: 1.8;
    }

.box-contact {
    height: 100%;
}

    .box-contact a {
        display: block;
        line-height: 1.2;
        color: #fff;
        background: url('icon/call-icon.png') left center no-repeat transparent;
        padding-left: 38px;
    }

        .box-contact a:hover {
            text-decoration: none;
        }

.box-location {
    height: 100%;
}

    .box-location a {
        display: block;
        color: #fff;
        background: url('icon/location-icon.png') left center no-repeat transparent;
        padding-left: 36px;
    }

.box-cart {
}

.cart-badge {
    position: relative;
    height: 100%;
}

    .cart-badge i {
        display: none;
    }

    .cart-badge a {
        display: block;
        height: 100%;
        background: url('icon/cart-icon.png') left center no-repeat transparent;
        padding-left: 36px;
    }

        .cart-badge a:hover {
            text-decoration: none;
        }

    .cart-badge span {
        color: #fff;
        padding-top: 10px;
    }

        .cart-badge span.badge {
            display: none;
            top: -5px;
            right: -4px;
            position: absolute;
            background: white;
            color: #000;
        }

/*navbar
.navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 15px;
    padding: 5px 7px
}
    */
.box-nav-promotion ul {
    font-size: 0;
    padding-left: 5px;
    margin: 5px 0 0;
    margin-left: -50px;
    height: 30px;
    overflow: hidden;
}

.box-nav-promotion li {
    border-right: 1px solid #fff;
    border-right: unset !important;
    display: inline-block;
    padding: 0 3px;
    vertical-align: middle;
}

    .box-nav-promotion li:last-child {
        border-right: none;
    }

    .box-nav-promotion li a {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        overflow: hidden;
        height: 30px;
        display: block;
        padding: 0 10px;
    }

        .box-nav-promotion li a:hover {
            background-color: #C5232B;
            color: #fff;
            border-radius: 5px;
        }

            .box-nav-promotion li a:hover * {
                color: #fff;
            }

        .box-nav-promotion li a img {
            float: left;
            margin-right: 3px;
            max-height: 25px;
            margin-top: 2px;
        }

        .box-nav-promotion li a:hover {
            text-decoration: none;
        }

        .box-nav-promotion li a span {
            font-weight: unset;
        }

/*
        .box-nav-promotion li a:hover span {
            color: #ed1c24 !important
        }
            */


.breadcrumb a, .breadcrumb span, .breadcrumb h1, .breadcrumb h2, .breadcrumb h3, .breadcrumb h4 {
    color: #333;
    font-size: 12px;
    display: inline-block;
}

.box-utilities-m {
    display: none;
}

/*CusPage*/
.cuspage-box {
    margin-bottom: 10px;
}

    .cuspage-box .cuspage-fullcontent img {
        max-width: 100%;
    }

.cuspage-banner-area {
    position: relative;
    width: 100%;
    display: inline-block;
}

    .cuspage-banner-area img {
        width: 100%;
        height: auto;
        display: block;
    }

    .cuspage-banner-area .click-area {
        position: absolute;
        /* Trực quan hóa vùng click khi test, khi chạy thật thì xóa background đi background: rgba(255, 0, 0, 0.2);*/
        cursor: pointer;
        z-axis: 10;
    }
/*Footer*/
.footer-hr {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.footer-content {
    color: #444;
    font-size: 1rem;
}

    .footer-content h5 {
        color: #444;
        margin-bottom: 10px;
    }

    .footer-content h4 i {
        display: block;
        margin-top: 10px;
        width: 30%;
        height: 1px;
    }

    .footer-content a {
        color: #333;
    }

        .footer-content a b {
            display: block;
            color: #ed1c24;
            margin-bottom: 10px;
        }

    .footer-content li {
        margin: 6px 0;
    }

    .footer-content .footer-toggle-more a {
        color: #007bff
    }

    .footer-content ul li.v-menu-item:nth-child(n+8) {
        display: none;
    }

    .footer-content ul li.v-menu-item.extra-item {
        display: block;
    }


.footer-social ul {
    margin: 0;
}

    .footer-social ul li:nth-child(1) span, .footer-social ul li:nth-child(5) span {
        display: block;
        color: #ed1c24;
        font-weight: bold;
    }

    .footer-social ul li:nth-child(1), .footer-social ul li:nth-child(5) {
        margin-left: 0;
        width: 100%;
    }

    .footer-social ul li:nth-child(6), .footer-social ul li:nth-child(7) {
    }

    .footer-social ul li {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }

        .footer-social ul li span {
            display: none;
        }

.f-menu-cate {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: #444;
}

    .f-menu-cate .cate-bcrum-item {
        float: left;
        margin: 8px 2px;
    }

        .f-menu-cate .cate-bcrum-item:last-child {
            display: none;
        }

    .f-menu-cate a {
        color: #444;
    }

.statusBCT {
    display: block;
    background-image: url('images/bct.png');
    margin: 10px 0 0 -5px;
    width: 153px;
    height: 68px;
}

.footer-createby {
    padding: 15px 10px;
    color: #666;
}

.createby {
    font-size: 0.95rem;
}

/*chat*/
#chat-plugins {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 60px; /* kích thước widget Zalo */
    height: 60px;
    z-index: 9999;
    pointer-events: none; /* chưa active */
}

    #chat-plugins.active {
        pointer-events: auto;
    }

.chat-cta .zalo-chat-widget {
    bottom: 70px !important;
}

.esw-viewmore-content {
    display: none;
}

.esw-viewmore-content-show {
    display: block !important;
}

.pdetail-stockbyaddress {
    margin: 10px 0;
    display: none !important;
}

    .pdetail-stockbyaddress ul {
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        max-height: 233px;
        min-height: 99px;
        overflow-y: scroll;
        width: 100%;
    }

        .pdetail-stockbyaddress ul li a {
            height: 33px;
            overflow: hidden;
            padding: 0 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            display: block;
            line-height: 33px;
            font-size: 12px;
        }

            .pdetail-stockbyaddress ul li a span {
                color: #333;
                font-size: 14px;
            }

.esw-viewmore-item-1 {
    background-color: #f2f2f2;
}

.esw-viewmore-item-2 {
}

@media (max-width : 992px) {
    /*header*/
    .header-body {
        flex-wrap: wrap;
        padding: 0 8px;
    }

    .box-logo {
        order: 1;
    }

    .box-logo {
        width: 90%;
    }

        .box-logo img {
            max-width: 100%;
        }

    .box-search {
        order: 3;
    }

        .box-search .search-input {
            width: calc(90%);
            margin-left: 10%;
        }


    .box-utilities {
        padding-top: 30px;
        order: 2;
    }

        .box-utilities a {
            height: 26px;
            padding-left: 30px;
            background-size: contain;
        }

        .box-utilities b {
            padding-top: 5px;
        }

        .box-utilities span {
            display: none;
        }

        /*
        .box-utilities .cart-badge span {
            padding-top: 4px;
            display: block;
        }

            .box-utilities .cart-badge span.badge {
                display: none;
            }*/

        .box-utilities .flex-content-spacebetween {
            justify-content: space-evenly !important;
        }

    .box-nav-promotion li {
        overflow: hidden;
    }

        .box-nav-promotion li:nth-child(3) {
            display: none;
        }

    /*home*/
    #home-slide {
        margin-left: 0;
    }

    /*product*/
    .wrap-product {
        padding: 6px;
    }

    .pl-filters .card .card-body {
        padding: 10px 6px;
    }
    /*footer*/
    .footer-content {
        padding: 6px;
    }
}

@media (max-width : 992px) {
    .menuhead-news {
        width: 100%;
        height: 30px;
        overflow: hidden;
    }
}

@media (max-width : 768px) {
    * {
        line-height: 21px;
    }

    .nav-item-cuslogin {
        display: none;
    }

    .is-mhide {
        display: none !important;
        height: 0;
        width: 0;
    }

    .bgheader-menu, .bgheader-menu .main-nav {
        height: 0;
    }

    .wrap-bg1, wrap-product {
        padding: 0 10px;
    }

    .wrap-news {
        padding: 0 0;
    }

    .bstrap-df {
        padding: 10px 10px;
    }
    /*header*/
    .bg-header {
        padding-top: 10px;
    }

    .header-body {
        position: relative;
        flex-wrap: wrap;
        height: 113px;
        padding-bottom: 30px;
    }

    .menuhead-news {
        position: absolute;
        top: -98px;
        right: 0;
        display: none;
    }

    .login a {
        display: none;
    }

    .box-logo {
        order: 1;
        width: 100%;
        margin-top: 9px;
        margin-bottom: 9px;
        height: 29px;
    }

        .box-logo a span {
            background-position: center center;
        }

    .box-utilities {
        display: none;
    }

    .box-location {
        display: none;
    }

    .box-search {
        margin-top: 0;
    }

        .box-search .search-input {
            width: calc(90%);
            margin-left: 5%;
        }

        .box-search .search-btn {
            right: 5%;
        }

    .box-utilities .flex-content-spacebetween {
        justify-content: space-evenly !important;
    }

    .box-utilities b, .box-utilities span {
        display: none;
    }

    .box-utilities .cart-badge span {
        display: none;
    }

    .box-utilities a {
        margin-top: 16px;
        height: 26px;
        background-size: contain;
        padding-left: 28px !important;
    }

    .box-utilities-m {
        display: inline-flex;
        justify-content: space-around;
        margin-top: 0;
    }

        .box-utilities-m .box-contact {
            display: none !important;
        }

            .box-utilities-m .box-contact a {
                height: 26px;
                padding-left: 26px;
                background-size: contain;
            }

        .box-utilities-m .cart-badge * {
            display: none;
        }

        .box-utilities-m .cart-badge a {
            display: block;
            height: 31px;
            padding-left: 31px;
            background-size: contain;
        }

    .bg-header-menu {
        position: relative;
    }


    #cookieConsent {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100%);
    }

    #cookieConsent {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 0;
        padding-bottom: 0;
        width: calc(100%);
    }

        #cookieConsent * {
            margin-bottom: 0;
            font-size: 12px;
            line-height: 19px;
        }

        #cookieConsent p {
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .breadcrumb {
        margin-bottom: 5px;
    }


    /*footer*/
    .footer-content {
        padding: 10px;
    }

    .f-menu-cate .cate-bcrum-item {
        margin: 0 2px;
    }
}

@media (max-width : 420px) {
    .popup-mfooter {
        background-color: #fff;
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999;
    }

        .popup-mfooter .banner-item {
            float: left;
            width: 32%;
            margin-right: 1%;
        }

            .popup-mfooter .banner-item:nth-child(1) {
                margin-left: 1%;
            }


            .popup-mfooter .banner-item img {
                border-radius: 5px 5px 0 0;
            }
}


@media (max-width: 767px) {

    .box-nav-promotion {
        display: block;
        position: relative;
    }

        .box-nav-promotion > ul::-webkit-scrollbar {
            display: none;
        }


        .box-nav-promotion > ul {
            position: absolute;
            top: -30px;
            left: 0;
            width: 100vw;
            height: 30px;
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            list-style: none;
            margin: 0;
            -webkit-overflow-scrolling: touch;
        }

            .box-nav-promotion > ul li {
                display: flex;
                flex-direction: column;
                align-items: center;
                flex: 0 0 auto;
                cursor: pointer;
                padding: 0 5px 0 5px !important;
                border: none;
            }

            .box-nav-promotion > ul > li a {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                color: inherit;
                width: 100%;
                height: 100%;
                padding: 0 7px 0 7px !important;
            }

                .box-nav-promotion > ul > li a span {
                    font-size: 12px;
                    white-space: normal;
                    text-align: center;
                    display: block;
                }

                .box-nav-promotion > ul > li a img {
                    display: none;
                }


            .box-nav-promotion > ul > li > a span {
                font-size: 12px !important;
                color: #fff !important;
                font-weight: normal !important;
            }

            .box-nav-promotion > ul.navsubheader-fixed {
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                width: 100%;
                height: 55px;
                z-index: 9999;
                background-color: #ed1c24 !important;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
                border: none !important;
            }

                .box-nav-promotion > ul.navsubheader-fixed li {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    flex: 0 0 auto;
                    cursor: pointer;
                    padding: 0 5px 0 5px !important;
                    box-shadow: 4px 0 6px -2px rgba(0, 0, 0, 0.1);
                }

                    .box-nav-promotion > ul.navsubheader-fixed li a {
                        padding: 0 8px 0 8px !important;
                    }

                    .box-nav-promotion > ul.navsubheader-fixed li img {
                        float: left;
                        display: block;
                        max-height: 29px;
                        margin-bottom: 1px;
                        object-fit: contain;
                        order: 1;
                    }

                    .box-nav-promotion > ul.navsubheader-fixed li span {
                        display: block;
                        font-size: 16px;
                        color: #333;
                        float: right;
                        order: 2;
                    }
}
