body{
    color: #2d2d2d !important;
}

.header-search {
    position: relative;
}
.intro-slider .banner img {
    height: unset;
}
.wrap-search {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    top: 50px;
    font-size: 14px;
    font-weight: normal;
}

.header-search.hs-simple input.form-control {
    border: 2px solid #ffbe00;
}

.box-product-search {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.box-product-search img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}
.box-product-search .info-product .product-name {
    color: #2d2d2d;
    font-weight: bold;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffbe00;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.title-line:after {
    background-color: #ffbe00;
}

.product-category .products-box {
    max-width: 100%;
    flex-basis: 100%;
}
.product-box {
    margin-bottom: 20px;
}

.product-box  .product-details .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 40px;
    white-space: inherit;
    text-align: left;
}

.text-center .product-details {
    padding: 10px;
}

.product-box .product:hover {
    border: 1px solid #ffbe00;
}

.category-group-image {
    display: block;
    width: 188px;
    text-align: center;
    height: 115px;
}

.container-categories {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    max-height: 240px;
    overflow: auto;
}

.container-categories .category-media {
    width: 100%;
    display: flex;
    align-items: center;
}

.container-categories .category-media img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.container-categories .category-name a {
    font-size: 15px;
    padding: 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: unset;
    font-weight: 400;
}


.box-categories-sp {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .box-categories-sp .container-categories {
        display: flex;
        gap: 5px;
        flex-wrap: unset;
        max-height: unset;
        overflow: unset;
    }
    .container-categories {
        width: 100%;
        overflow: unset;
        gap: 5px;
        max-height: unset;
    }

    .category-group-image {
        width: 116px;
    }

    .box-categories-sp {
        display: block;
        overflow: auto;
    }

    .box-categories-sp::-webkit-scrollbar {
        width: 0;
        height: 0;
    }


    .box-categories-pc {
        display: none;
    }

}

.category-group-image:hover {
    border: 1px solid #ffbe00;
}

.category-group-image.active {
    border: 1px solid #ffbe00 !important;
}

.category-group-image.active a {
    color: #ffbe00 !important;
}

.bg-article {
    background: linear-gradient(to bottom, rgba(255 255 255/0), rgba(255 255 255/62.5), rgba(255 255 255/1));
    margin-top: -40px;
    height: 40px;
    position: absolute;
    width: calc(100% - 40px);
}

.btn-read-more {
    border-radius: 5px;
    border: #ffbe00 1px solid;
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.btn-read-more:hover {
    background-color: #ffbe00;
    color: #fff;
}
.product {
    box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    border-radius: 5px;
    margin: 1px;
}

.product:hover {
    border: 1px solid #ffbe00;
}

.header {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.post-date {
    font-size: 12px;
}
.btn-link {
    color: #ffbe00;
}
.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 40px;
    font-size: 14px;
}

.page-link {
    min-width: 0;
    height: 0;
    padding: 15px 10px;
}
.page-item.active .page-link {
    color: #fff;
    background: #ffbe00;
    border: none;

}
.page-item .page-link:hover {
    border: 1px solid #ffbe00;
}

.product-over-line-2 {

}
.product-over-line-2 .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 40px;
    white-space: inherit;
    text-align: left;
}

.product-over-line-2 .product-name a {
    white-space: break-spaces;
}

.post {
    box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    margin: 1px;
    border-radius: 3px;
}

.post .post-details {
    padding: 10px;
}

.product-name {
    color: #2d2d2d;
    font-size: 15px;
}

.footer .copyright {
    color: #fff;
}

.category-menu .submenu a{
    font-size: 14px;
}

.show-menu-hide:before {
    display: none;
}

.show-menu-show:before {
    display: block;
}
.category-dropdown {
    z-index: 9999;
}

.input-contact {
    border: none;
    border-bottom: 2px solid #ffbe00;
}

.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}
