html,
body {
    width: auto !important;
}

body {
    background-color: #f8f8f8;
}

body.index {
    background-color: #fff;
}

figure img {
    display: block;
    margin: auto;
}

.product_wrap .product_info .add-to-cart-button img{
    width: 40px;
}

.header-mobile .logo img{
    max-width: 200px;
}

.mota_banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.mota_banner p {
    font-size: 16px;
    color: var(--color-1st);
    font-weight: 700;
    margin-bottom: 0;
}

.d-grid {
    display: grid !important
}

.chinhsachsanpham {
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.addThis_listSharing {
    z-index: 99999;
}

.grid-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-2-1 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.grid-col-1-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}

.grid-col-1-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
}

.grid-col-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-90 {
    grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
}

.grid-col-920-1 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 815px);
}

.grid-col-920-1.video {
    grid-template-columns: minmax(0, 748px) minmax(0, 1fr);
    /**701**/
}

.grid-col-890 {
    grid-template-columns: minmax(0, 890px) minmax(0, 1fr);
}

.grid-col-2-80 {
    grid-template-columns: 100px 1fr;
}

.grid-col-product {
    grid-template-columns: 1fr 260px;
}

.grid-col-support {
    grid-template-columns: 30px 1fr;
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.gap-25 {
    gap: 25px
}

.gap-30 {
    gap: 30px
}

.gap-35 {
    gap: 35px
}

.gap-40 {
    gap: 40px
}

.gap-45 {
    gap: 45px
}

.gap-50 {
    gap: 50px
}

.gap-55 {
    gap: 55px
}

.gap-60 {
    gap: 60px
}

.icon_box h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #868686;
}

.icon_box p {
    font-size: 14px;
    line-height: 20px;
}

.main-color {
    color: var(--color-1st);
}

.auth-block,
.product-categories {
    list-style: none;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product.horz .product_title {
    white-space: unset;
    font-size: 14px;
}

.slider-part .product.horz .product_info {
    margin-left: 50px;
}

.slider-part .product.horz .product_title {
    font-size: 17px;
    font-weight: 700;
}

.colm .slick-arrow {
    opacity: 1;
}

.colm .slick-prev {
    left: 0;
}

.colm .slick-next {
    right: 0;
}

.captions.slick-initialized .slick-slide {
    padding: 0 15px;
}

#navCatContent>ul>li {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}

#navCatContent>ul>li>a {
    color: #464545;
    font-weight: 500;
}

#navCatContent img {
    max-height: 52px;
}

#navCatContent .mega-menu-col li {
    width: 100%;
}

.nav-fixed #navCatContent li:hover>a {
    color: var(--color-1st);
}

.social_icons li a {
    color: #333;
    border-radius: 5px;
    font-size: 19px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff !important;
    border: unset !important;
    border-radius: 50%;
}

.top_body {
    position: fixed;
    bottom: 128px;
    right: 19px;
    width: 44px;
}

body .scrollup {
    position: relative;
    z-index: 999;
    transform: translateY(-25px);
}

.social_icons li a i {
    color: var(--color-1st) !important;
}

.bottom_header .categories_wrap {
    background-color: #004361;
    width: 100%;
}

.bottom_header {
    background-color: #F2F8FD;
}

.product_wrap .pr_action_btn {
    justify-content: center;
    display: flex;
    gap: 5px;
}

.main-slider {
    border-radius: 10px;
    overflow: hidden;
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    max-width: 200px;
}

.breadcrumb_custom .breadcrumb {
    justify-content: unset !important
}

.pre-wrap {
    white-space: pre-wrap;
}

.related-box .product_title {
    font-size: 16px;
}

.widget_recent_post li {
    margin-bottom: 5px;
    border-radius: 7px;
    padding: 6px 10px;
    background: #ebebeb;
    transition: all .3s ease;
}

.widget_recent_post li:hover,
.widget_recent_post li.active {
    background: #4c4a4a;
}

.widget_recent_post li:hover a,
.widget_recent_post li.active a {
    color: #fff !important;
}

.widget_recent_post .post_content h6 {
    font-weight: 700;
}

.widget_recent_post .post_content span {
    color: #9b9a9a
}

.middle-header .input-group {
    border-radius: 20px;
}

.middle-header .input-group>.input-group-prepend {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-header .input-group .custom_select .first_null {
    border: unset;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.middle-header .input-group>.form-control {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-radius: 20px;
}

/* .middle-header {
    background-color: var(--color-1st);
} */

.contact_detail li:first-child {
    box-shadow: unset;
}

.newsletter_text_custom p {
    font-size: 33px;
    line-height: 25px;
}

.contact_detail>li span {
    color: #fff;
}

.contact_detail>li:hover {
    background-color: var(--color-1st) !important;
}

.contact_detail>li:hover * {
    color: #fff;
}

.ps-list--categories>li>a {
    color: #fff;
}

.ps-list--categories>li>a {
    padding: 6px 20px 6px 10px;
    font-size: 15px;
}

.ps-list--categories .sub-menu li {
    padding-left: 10px;
}

.ps-list--categories .sub-menu li:last-child {
    border-bottom: unset;
}

.ps-list--categories li .sub-menu li:hover {
    background: #ddd;
}

.ps-list--categories>li {
    border: 1px solid #ddd;
    border-bottom: unset;
    background: var(--color-1st);
    padding: 0;
    color: #fff;
}

.ps-list--categories>li:last-child {
    border-bottom: 1px solid #ddd;
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    transform: translateX(100%);
    border: 1px solid #ddd;
    width: 100%;
    z-index: 100;
}

.ps-list--categories>li li {
    border-bottom: 1px solid #ddd;
}

.product_header_info .sub-l3 {
    padding: 15px 30px;
    background: #e8e8e8;
}

#filter_categories .widget_title {
    padding: 10px 0;
}

.sort-gr .product_header {
    background: #e0e0e0;
    padding: 5px 10px;
}

.bg-index-color {
    background: #EAF1FF;
}

#app .section {
    padding: 35px 0;
}

#app .single_post.whitebox-cover {
    padding: 25px 30px;
}

.gia_goc {
    line-height: 10px;
}


.sticky_product_hot{
    position: sticky;
    top: 170px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.sticky_product_hot .title h3{
    background: var(--color-1st);
    color: #fff;
    margin-bottom: 25px;
    padding: 10px;
}

.header-mobile{
    display: none;
}

.cart_link img,
.btn_menu_mobile img{
    max-width: 30px;
}

.btn_menu_mobile{
    background: transparent;
    border: 0;
}

.product_hot {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {

.header-mobile,
.header-mobile .right{
    display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
}

.categories_product .product_header {
    flex-wrap: wrap;
}
.products_all .categories_product > .row {
    flex-direction: column-reverse;
}

.products_all .categories_product .categoriess .d-grid.grid-col-4{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .slider_media .bottom_suppot {
        gap: 10px;
        margin-bottom: 20px;
    }

    .blog_not_first .item_new {
        grid-template-columns: 1fr !important
    }

    .item_suppot,
    .blog_not_first .item_new .info {
        padding: 5px !important;
    }

    .item_suppot a.d-flex {
        display: grid !important;
        justify-items: center;
        gap: 0;
        text-align: center;
    }

    .chinhsach_item .icon img {
        width: 50px;
    }

    .addThis_listing {
        display: grid;
        gap: 10px;
    }

    .timkiem_footer {
        display: none;
    }

    .timkiem_footer.show {
        display: flex !important;
    }

    .btn_timkiem.show .icon_timkiem_close,
    .btn_timkiem .icon_timkiem {
        display: block;
    }

    .btn_timkiem .icon_timkiem_close {
        background: var(--color-1st);
        border-radius: 50%;
        padding: 5px;
        border: 1px solid #fff;
    }

    .btn_timkiem .icon_timkiem_close img {
        width: 30px;
    }

    .btn_timkiem .icon_timkiem_close,
    .btn_timkiem.show .icon_timkiem {
        display: none;
    }

    .fixed--menu-mobile ul li .cart_count {
        position: absolute;
        top: 0;
        right: 0px;
        background: #fff;
        border-radius: 50%;
        padding: 0px 5px;
    }

    .fixed--menu-mobile ul li .btn-shopping-cart {
        position: relative;
    }

    .fixed--menu-mobile ul .timkiem_footer img {
        width: auto !important;
    }

    .fixed--menu-mobile ul {
        display: flex;
        list-style-type: none;
        justify-content: space-between;
        align-items: center;
        margin-top: -25px;
        padding-bottom: 10px;
    }

    .fixed--menu-mobile ul button {
        background: transparent;
        border: 0;
    }

    /* .fixed--menu-mobile ul button img,
    .fixed--menu-mobile ul a img{
        border-radius: 50%;
        overflow: hidden;
    } */

    .fixed--menu-mobile ul .btn_menu_mobile img {
        width: 60px;
    }

    .fixed--menu-mobile ul img {
        width: 40px;
    }

    .fixed--menu-mobile ul .timkiem_footer {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 350px;
        margin-bottom: 20px;
    }

    .fixed--menu-mobile {
        position: fixed;
        bottom: -1px;
        left: 0;
        width: 100%;
        background: var(--color-1st);
    }

    .header_wrap.nav-fixed .header-mobile {
        padding: 10px 10px !important;
    }

    .header_wrap.nav-fixed .header-mobile img {
        width: 90px;
    }

    .product-categories-child .product_grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .section-categories .content_section {
        background: transparent !important;
    }

    .header_section .categories_child,
    .product-categories-child.category_image {
        display: block !important;
    }

    .middle-header,
    .menu_media_categories,
    .header_section .categories_child .btn_xemthem,
    .product-categories-child .categories_child {
        display: none;
    }

    .slider_media,
    .item_product .product_wrap .product_price {
        display: block !important;
    }

    .slider_right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .slider_right .bottom_item {
        margin-top: 0 !important;
    }

    .slide .slide__content--headings h4,
    .item_slider .title {
        font-size: 16px !important;
    }

    .slide .slide__content {
        bottom: 15px !important;
        left: 15px !important;
    }

    .slider_right {
        padding: 0 10px;
    }

    .banner__slider .container {
        padding: 0 0 !important;
    }

    .product_wrap {
        position: relative;
    }

    .product_wrap .add-to-cart-button {
        position: absolute;
        top: 67px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
    }

    .product_wrap:hover .add-to-cart-button {
        opacity: 1;
        visibility: visible;
    }

    .categories_child_ul {
        flex-wrap: wrap;
    }

    .section_news .content_section .blog {
        grid-template-columns: 1fr !important;
    }

    .blog_not_first .item_new .decs {
        display: none;
    }
}

@media (max-width:769px) {}

@media (max-width: 600px) {}

@media (max-width: 480px) {
    .price {
        font-size: 12px !important;
        display: block;
    }

    .product_price del {
        margin: 0 0 !important;
        font-size: 10px;
    }
}

@media (max-width: 390px) {}

.input_group {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0 20px;
    width: 400px;
}

.input_group input {
    background: transparent;
    border: 0;
}

.search_btn {
    border: 0;
    background: transparent;
}

.f-700 {
    font-weight: 700;
}

/* .category_menu {
    list-style-type: none;
    display: flex;
    gap: 19px;
    justify-content: space-between;
} */

.category_menu {
    list-style-type: none;
    border-radius: 5px;
}

.category_menu li a {
    font-size: 14px;
    /* color: #fff; */
    display: block;
    padding: 10px;
}

/* .category_menu li {
    padding: 10px 0;
} */

.slider_left {
    box-shadow: 0 0 6px 0px #e1e1e1;
}


/* css slider */

.slide {
    position: relative;
}

.slide .slide__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 55%;
}

.slide .slide__content--headings {
    color: #FFF;
}

.slide .slide__content--headings h2 {
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
    font-family: "Playball", cursive;
    font-size: 2.5rem;
}

.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

.slider_media {
    display: grid;
    grid-template-columns: 300px 600px 300px;
    gap: 15px;
}

/* End slider */

.slider_right .text-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.item_slider {
    overflow: hidden;
}

.item_slider:hover>img {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.item_slider>img {
    transition: all 0.2s ease;
}

.slide__content .text-decs .decs {
    font-size: 14px;
    color: #ffffffbd;
}

.slide .slide__content--headings h4 {
    font-size: 22px;
}

.item_slider .title {
    font-size: 22px;
}

.header_section h2 {
    color: var(--color-1st);
}

.item_product .product_wrap .product_price .sotien {
    flex-wrap: wrap;
}

.item_product .product_wrap .product_price {
    display: grid;
    grid-template-columns: 5fr 1fr;
    gap: 10px;
    align-items: center;
}

.product-categories-child {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.product-categories-child.category_image {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 10px;
}

.product-categories-child .categories_child,
.product-categories-child .item_product {
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.product-categories-child.active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
}

.product-categories-child.active .categories_child,
.product-categories-child.active .item_product {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.categories_child_ul {
    list-style-type: none;
}

.categories_child_ul li button {
    border: 0;
    background: transparent;
}

.categories_child_ul li button {
    position: relative;
}

.categories_child_ul li button.active::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: var(--color-1st);
    content: '';
}

.categories_child_ul li button:hover {
    color: var(--color-1st);
}

.categories_child_ul li button.active {
    color: var(--color-1st);
    padding-left: 30px;
}

.section-categories.even .product_grid {
    grid-row: 1;
}

.section-categories.even .product-categories-child {
    grid-template-columns: 4fr 1fr;
}

.footer_light .container {
    background: #fff;
    border-radius: 10px;
}

.widget .widget_title h3 {
    position: relative;
    color: var(--color-1st);
    margin-bottom: 30px;
}

.widget .widget_title h3::before {
    background: var(--color-1st);
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    content: '';
    position: absolute;
}

.widget ul {
    padding-left: 0;
    list-style-type: none;
}

.widget ul li {
    padding-bottom: 5px;
}

/* menu mobile */

.menu-media {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 99999;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-media .menu-media-nav,
.categories-child {
    position: fixed;
    width: 70%;
    top: 0;
    bottom: 0;
    background: #ffff;
    z-index: 99999;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mangmo_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000056;
    z-index: 0;
}

.menu-media-nav {
    position: relative;
    z-index: 1;
}

.menu-media.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.menu-media.show .menu-media-nav,
.categories-child.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}

.menu-media .menu-media-nav li {
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #b70d802b;
}

.menu-media .menu-media-nav .header_menu {
    border-bottom: 1px solid var(--color-1st);
}

.btn-menu-child {
    border: 0;
    background: transparent;
}

#shop_container {
    display: none;
}

.lick_danhmuc1 {
    flex-wrap: wrap;
}

.title_tuvan p {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.chinhsach_bottom {
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.chinhsach_item {
    margin-bottom: 20px;
}

.product_description .product_title_chitiet a {
    font-size: 20px;
    font-weight: 700;
}

.heading_s1 h3,
.title_tuvan p,
.product_description .product_title_chitiet a {
    color: var(--color-1st);
}

.item_suppot span,
.category_menu .icon i {
    font-size: 12px;
}

.item_suppot {
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.slider_left,
.header_categories_menu {
    position: relative;
}

.categories_child_menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    height: 100%;
    background: #f8f8f8;
    list-style-type: none;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.category_menu li:hover .categories_child_menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
}

.header_categories_menu .category_menu {
    overflow-y: scroll;
    height: 60vh;
}

.middle-header .header_categories_menu {
    opacity: 0;
    visibility: hidden;
}

.header_wrap.nav-fixed .middle-header .danhmuc:hover .header_categories_menu,
body:not(.index) .header_wrap .middle-header .danhmuc:hover .header_categories_menu {
    opacity: 1;
    visibility: visible;
}

.menu-ul {
    list-style-type: none;
}

.bottom_menu .danhmuc {
    padding: 5px;
    width: 300px;
    background: var(--color-1st);
    color: #fff;
    text-transform: uppercase;
}

.header_categories_menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 300px;
}

.item_product:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 55%);
}

.blog_first {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog_first .info {
    padding: 10px;
}

.blog_not_first .item_new {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.section_news .content_section .blog {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 20px;
}

.section_news .container {
    background: #fff;
    padding: 10px !important;
}

.item_new .decs,
.blog_post .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_new .title p {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog_not_first .item_new .decs {
    -webkit-line-clamp: 2;
    height: 47px;
}

.middle-header .search_btn {
    border: 2px solid var(--color-1st);
    margin-left: 20px;
    border-radius: 30px;
    padding: 0 20px;
}