.list-range {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.list-range li {
    color: #fff;
    position: relative;
    padding: 2px 10px;
    background: #6b6969;
    margin-right: 10px;
}

.list-range .close_box {
    position: absolute;
    background: #404040;
    height: 13px;
    width: 13px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 12px;
    top: -6px;
    right: -5px;
}

.list-range .close_box:hover {
    cursor: pointer;
}

span.itemProduct {
    padding: 2px 10px;
    background: #ebebeb;
    display: inline-block;
}

.t-20 {
    font-size: 25px;
}

/*style-danh-muc*/
.post__menu {
    margin-bottom: 15px;
    border: 1px dashed #e6e6e6;
    padding: 8px 20px;
    border-radius: 5px;
    color: #2854a5;
}

.post__menu .heading {
    color: #333333;
    text-align: center;
    font-size: 14px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.lk-text {
    color: #3398cb;
    display: block;
}

.tab-parent {
    margin-bottom: 5px;
}

.lk-text:hover {
    cursor: pointer;
}

.m-breadcrumb__wrapper::after,
.card-title::before,
.card-header h2::before,
.card-header::before {
    background: none;
}

.card-header {
    background-color: #ebebeb;
}

#wrap-detail h2 {
    font-size: 22px;
    font-weight: bold;
}

#wrap-detail h3 {
    font-size: 17px;
    font-weight: bold;
}

.t-18 {
    font-size: 18px !important;
}

/*loading*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 99999999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(150, 11, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
        rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
        rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading.close {
    display: none;
}

.detail-content p {
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .h-dropdown:hover .h-dropdown__menu {
        background: #0c9112;
    }

    .h-dropdown__menu .h-dropdown__item {
        color: #fff;
    }
}

figcaption {
    font-style: italic;
    color: #3398cb;
    text-align: center;
}

.js-post-menu li:not(:first-child) .tab-parent {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .header__title {
        font-size: 30px;
        color: #0c9112;
        font-family: Arial;
        margin-left: 71px;

    }
}


.media-body.title_header {
    text-align: end;
}


.media-body.title_header span {
    color: red;
    font-weight: bold;
    margin-right: 72px;
}


.search-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #141313;
    border: 0;
    margin-left: 20px;
}


.search {
    width: 163px;
    background-color: #fff;
    height: 19px;
    margin-right: 20px;
    position: absolute;
    right: 376px;
    top: 100%;
}


.navigation {
    background-color: #fff;
    border-bottom: 3px solid #0c9112;
    position: relative;
    z-index: 100;
    border-top: 1px solid #4c3f3f;
}

@media (max-width: 1199px) {
    .header__logo img {
        height: 60px;

    }
}


@media (max-width: 1199px) {
    .header__btn {
        padding: 0;
        color: #364236;
        font-size: 18px;
        border: 0;
        background: 0;
        cursor: pointer;
        margin-left: 16px;
        position: absolute;
        bottom: -47px;
        right: 25px;
    }

    .title_mobile_custom {
        display: block !important;
        text-align: center;
        margin-bottom: 5px;
    }


    h2.header__title_mobile {
        font-size: 16px;
        color: #0c9112;
        font-family: Arial;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 5px 5px 5px rgb(0 0 0 / 15%);
        text-align: center;
        line-height: 14px;
    }

    .title_mobile_custom span {
        color: red;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2px;


    }



}

@media (max-width: 1199px) {
    .header {
        border-bottom: none;
        padding-top: 0;
    }
}


@media (max-width: 1199px) {
    .header__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding: 7px 0;
    }

}


.title_mobile_custom {
    display: none;
}


.mhx_footer {
    position: fixed;
    bottom: 80px;
    right: 10px;
}

li.hotline {
    background: red;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

li.hotline img {
    width: 30px;
    top: 10px;
    position: absolute;
    right: 10px;
}


li.zalo {
    background: #2196F3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

li.zalo img {
    width: 30px;
    top: 70px;
    position: absolute;
    right: 10px;
}


li.facebook {
    background: #2196F3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

li.facebook img {
    width: 30px;
    top: 130px;
    position: absolute;
    right: 10px;
}