﻿/* detail news */

.detail-news {
    position: relative;
}

    .detail-news .container {
        padding: 50px 0;
    }

header {
    position: relative;
}

.detail-news-wrap .p-details h2 {
    font-size: 16px;
}

h3.title.title-cate-pro-r {
    line-height: 185% !important;
}

.detail-news-title {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--default-color-1);
    font-family: 'BeVietnamPro-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.2%;
    transition: all ease 0.2s;
}

.detail-news-bottom {
    padding-top: 35px;
}

    .detail-news-bottom .my-left {
        float: left;
        width: 64.7%;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
    }

.decor-t-t-about {
    position: absolute;
    top: -128px;
    right: 0;
}

.detail-news-bottom .my-right {
    float: right;
    width: 390px;
    padding-left: 5px;
}

.detail-news-wrap {
    padding-bottom: 50px;
}

.detail-news-author {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .detail-news-author .author-img {
    }

        .detail-news-author .author-img img {
        }

    .detail-news-author .author-content {
        padding-left: 12px;
    }

        .detail-news-author .author-content h3 {
            margin: 0;
            color: #212529;
            font-weight: 100;
            font-size: 17px;
            margin-bottom: 5px;
        }

        .detail-news-author .author-content span {
            color: #2c2c2c;
            font-size: 14px;
        }

.detail-news-wrap .descript {
    font-size: 16px;
    color: #000000;
    margin-bottom: 17px;
    line-height: 27px;
    font-family: 'Inter-Medium';
    font-weight: 500;
}

.detail-news-wrap .img {
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

    .detail-news-wrap .img img {
        height: auto !important;
        width: 100% !important;
    }

.detail-news-wrap .p-details {
    font-size: 16px;
    margin-top: 0;
    color: #333;
    line-height: 25px;
    margin-bottom: 14px;
}

.detail-news-wrap .social {
    display: flex;
    flex-direction: column;
}

    .detail-news-wrap .social .item {
        position: relative;
        border: 1px solid #505050;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border-radius: 10px;
        color: #505050;
        transition: all ease .2s;
        cursor: pointer;
        font-size: 13px;
    }

        .detail-news-wrap .social .item .fb-share-button span {
            width: 100% !important;
            height: 100% !important;
        }

        .detail-news-wrap .social .item .fb-share-button iframe {
            width: 100% !important;
            height: 100% !important;
        }

        .detail-news-wrap .social .item .fb-share-button {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
            opacity: 0;
        }

        .detail-news-wrap .social .item a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .detail-news-wrap .social .popup.show {
        opacity: 1;
        transform: translateY(0);
    }

    .detail-news-wrap .social .popup {
        position: absolute;
        top: 117%;
        pointer-events: none;
        white-space: nowrap;
        background-color: #2c2c2c17;
        color: #333c;
        font-size: 14px;
        border-radius: 5px;
        overflow: hidden;
        opacity: 0;
        padding: 4px 10px;
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
        transform: translateY(15px);
    }

    .detail-news-wrap .social .item:hover {
        background-color: #505050;
        color: #fff;
    }

    .detail-news-wrap .social h3 {
        margin: 0;
        font-size: 13px;
        color: #505050;
        font-weight: 100;
        margin-bottom: 9px;
        margin-top: 4px;
    }

.detail-news-wrap .social-list {
    display: flex;
}

.same-cate {
    background-color: #fafafa;
}

.same-cate-title {
    margin: 0;
    font-family: 'BeVietnamPro-Medium';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-news-bottom .my-right .list a:hover {
    background-color: transparent;
    color: var(--default-color-1);
    box-shadow: 0 0 10px 0 #00acfa2e;
}

.detail-news-bottom .my-right .list-tag {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    border: 1px dashed #919191;
    border-radius: 6px;
    padding: 5px;
    background: #fff;
}

    .detail-news-bottom .my-right .list-tag h3 {
        margin: 0;
        font-size: 14px;
        color: #505050;
        font-weight: normal;
    }

.detail-news-bottom .my-right .list {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.same-cate ul.p-news-list__type2 {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 0;
}

.detail-news-bottom .my-right .list a {
    font-size: 14px;
    color: #fff;
    background-color: var(--default-color-1);
    padding: 6px 16px;
    border-radius: 55px;
    border: 1px solid var(--default-color-1);
    display: block;
    margin: 5px 0;
    transition: all ease .3s;
}

.my-side-news .side-news-item:last-child {
    margin-bottom: 0;
}

.my-side-news .side-news-item {
    padding: 15px;
    margin-bottom: 30px;
    /* border: 1px dashed #919191; */
    border-radius: 10px;
    background-color: #fff;
}

ul.list-bottom-travel-guide.listHandbookHome {
    margin-top: 15px;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 15px;
}

.my-news-bottom .p-side-right.side-detail-news.my-side-news {
    width: 35%;
}

.my-side-news .side-news-item .title {
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
    font-family: 'BeVietnamPro-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.side-news-link:first-child {
}

.side-news-link:hover h3 {
    color: #F44336;
}

.side-news-link {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #d5d5d5;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
}

    .side-news-link:hover {
    }

        .side-news-link:hover span {
        }

        .side-news-link:hover h3 {
        }

    .side-news-link > img {
        width: 20px;
    }

    .side-news-link .index {
        background-color: #00acfa;
        height: fit-content;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #fff;
        font-family: 'Inter-Regular';
        font-size: 13px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
        opacity: .8;
    }

    .side-news-link:last-child {
        border: none;
        padding-bottom: 0;
    }

    .side-news-link > h3 {
        margin: 0;
        font-size: 16px;
        flex: 1;
        color: #2c2c2cbd;
        font-weight: 100;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 11px;
        font-family: 'BeVietnamPro-Medium';
        line-height: 24px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

.side-news-item.download {
}

    .side-news-item.download img {
        width: 22px;
    }

    .side-news-item.download a {
        align-items: center;
        padding: 18px 0 !important;
    }

        .side-news-item.download a:hover h3 {
            text-decoration: underline;
        }

        .side-news-item.download a h3 {
            color: var(--default-color-4);
            margin-left: 5px;
            padding: 0;
            transform: translateX(0) !important;
        }

.side-news-link.down {
    flex-direction: column;
    user-select: none;
    padding: 12px 0;
}

    .side-news-link.down h3 {
        padding: 0;
        color: #2c2c2c !important;
    }

    .side-news-link.down a {
    }

    .side-news-link.down .bot-options {
        display: flex;
        align-items: center;
        margin-top: 6px;
    }

    .side-news-link.down .options-item:first-child {
        margin-left: 0;
    }

    .side-news-link.down .options-item:hover {
        text-decoration: underline;
    }

    .side-news-link.down .options-item {
        cursor: pointer;
        font-size: 14px;
        color: var(--default-color-4);
        margin: 0 5px;
    }

.vanban-filter {
    margin-bottom: 43px;
}

.vanban-filter-item {
    display: flex;
    align-items: center;
}

    .vanban-filter-item h3 {
        margin: 0;
        font-family: 'BeVietnamPro-Regular';
        color: var(--default-color-4);
        font-size: 18px;
        margin-right: 30px;
    }

    .vanban-filter-item .input {
        flex: 1;
        border: 1px solid #33333329;
        border-radius: 5px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        user-select: none;
        cursor: pointer;
    }

        .vanban-filter-item .input.show::before {
            transform: rotate(180deg);
        }

        .vanban-filter-item .input::before {
            right: 15px;
            content: "\f078";
            position: absolute;
            font-family: FontAwesome;
            color: var(--default-color-1);
            font-size: 14px;
            transition: 0.8s cubic-bezier(.3,1.8,.3,1);
        }

        .vanban-filter-item .input span {
            font-family: 'BeVietnamPro-SemiBold';
            color: var(--default-color-4);
            font-size: 15px;
        }

        .vanban-filter-item .input.show .drop {
            opacity: 1;
            pointer-events: all;
            transform: translateY(0);
        }

        .vanban-filter-item .input .drop {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 2;
            border-radius: 5px;
            border: 1px solid #33333329;
            pointer-events: none;
            opacity: 0;
            transform: translateY(10px);
            transition: 0.6s cubic-bezier(.3,2.2,.3,1);
            box-shadow: 0 0 10px 0 #3333332e;
        }

        .vanban-filter-item .input .drop-item {
            color: #333;
            font-size: 15px;
            padding: 6px 12px;
            transition: all linear .2s;
            cursor: pointer;
        }

            .vanban-filter-item .input .drop-item:hover {
                background-color: #f2f2f2;
                color: var(--default-color-1);
            }

.detail-news:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(108, 188, 245, 0.60) 2.74%, #D9EFFF 52.34%, rgba(0, 138, 235, 0.70) 100%);
    opacity: 0.2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.vanban-filter-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.vanban-filter-count {
    color: #333;
    font-size: 15px;
    font-family: sfm;
    margin-bottom: 8px;
    display: block;
}

.vanban-filter-btn a {
    margin: 10px 5px;
    font-size: 16px;
    font-family: 'BeVietnamPro-Medium';
    border-radius: 5px;
    padding: 8px 18px;
    transition: all linear .2s;
}

    .vanban-filter-btn a:first-child:hover {
        background-color: transparent;
        color: var(--default-color-4);
    }

    .vanban-filter-btn a:last-child:hover {
        background-color: transparent;
        color: var(--default-color-2);
    }

    .vanban-filter-btn a:hover {
    }

    .vanban-filter-btn a:first-child {
        color: #fff;
        background-color: var(--default-color-4);
        border: 1px solid var(--default-color-4);
    }

    .vanban-filter-btn a:last-child {
        color: #fff;
        background-color: var(--default-color-2);
        border: 1px solid var(--default-color-2);
    }

.content.list-new-viewtop .p-news-img__type2 {
    width: 150px;
    height: 130px;
    overflow: hidden;
}

.content.list-new-viewtop .p-news-content__type2 span.descript {
    font-size: 14px;
    color: #2c2c2c;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 3px;
    line-height: 152%;
}

.content.list-new-viewtop a:hover .p-news-content__type2 h3.title {
    color: var(--default-color-2);
}

.content.list-new-viewtop .p-news-content__type2 h3.title {
    padding: 0;
    text-transform: none;
    margin: 0;
    font-weight: 100;
    font-family: 'BeVietnamPro-Medium';
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 5px;
    transition: all linear .2s;
    border: unset;
}

.content.list-new-viewtop .p-news-img__type2 img {
    overflow: hidden;
    transition: all .3s;
}

.content.list-new-viewtop a:hover .p-news-img__type2 img {
    transform: scale(1.1);
}
/*RS*/
@media(max-width:1023px) {
    .detail-news-bottom .my-right .list-tag {
        margin-top: 15px;
    }

    span.detail-travel-guide-bottom {
        font-size: 12px;
    }

        span.detail-travel-guide-bottom a {
            padding: 7px 9px;
        }

    .decor-t-t-about img {
        width: 100%;
    }

    .decor-t-t-about {
        width: 17%;
        top: -35px;
    }

    .my-news-bottom .p-side-right.side-detail-news.my-side-news {
        width: 100%;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .detail-news-title {
        font-size: 17px;
    }

    .detail-news-wrap {
        padding-bottom: 30px;
    }

    .detail-news .container {
        padding: 30px 0;
    }

    .detail-news-bottom {
        padding-top: 20px;
        display: block;
    }

    .same-cate ul.p-news-list__type2 {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 15px;
        margin-top: 20px;
    }

    .p-news-link__type2 .cate {
        display: none;
    }

    .p-news-link__type2 .title {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }

    .p-news-link__type2 .descript {
        font-size: 14px;
    }

    .p-news-item__type2 {
        padding: 0 !important;
    }

    .p-news-img__type2 {
        height: 135px !important;
    }

    .same-cate-title {
        font-size: 18px;
    }
}

.product {
    background-color: #F6F6F6;
    padding: 20px 0;
    overflow: hidden;
}

    .product .list-pro {
        margin-top: 45px;
    }

    .product .container {
        padding: 20px 0;
    }

    .product .product-list {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(4,minmax(0,1fr));
        column-gap: 20px;
        row-gap: 20px;
        margin-top: 45px;
        width: 100%;
    }

/*SanPham*/
.c-home-product {
    padding-top: 54px;
    padding-bottom: 55px;
    position: relative;
}

    .c-home-product:before {
        content: "";
        position: absolute;
        background: url(/Design/img/NamTrungBo/Product/la.png) no-repeat;
        background-size: cover;
        left: 0;
        top: -149px;
        width: 250px;
        height: 540px;
    }

img.decor-pro-home-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-pro-home .p-btn-link {
    text-align: center;
    margin: auto;
    margin-top: 41px;
}

.title-t-home-product h3 {
    margin: 0;
    text-transform: capitalize;
    font-family: 'BeVietnamPro-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 120.238% */
    background: linear-gradient(180deg, #18BFF0 0%, #1C3984 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-tab-menu-home-product {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

li.item-menu-pro-home {
    list-style: none;
    margin-left: 9px;
}

ul.list-tab-home-product {
    display: flex;
    align-items: center;
}

li.item-menu-pro-home a {
    display: flex;
    height: 55px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    color: #5A5A5A;
    font-family: 'Kanit-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid #628DFB;
    background: #FFF;
    transition: all .3s;
}

.c-home-product .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #18B6E9;
    border-radius: 56px;
    top: 50%;
    right: -60px;
    z-index: 0;
    font-size: 20px;
}

.c-home-product .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #18B6E9;
    border-radius: 56px;
    top: 50%;
    left: -60px;
    z-index: 0;
    font-size: 20px;
}

.top-home-product section {
    width: 950px;
    text-transform: capitalize;
    color: #6C6C6C;
    font-family: 'Inter-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 143.75% */
    text-align: center;
    margin: auto;
}

.c-home-product .grid.wide {
    padding: 0;
    position: relative;
    z-index: 1;
}

.title-t-home-product {
    position: relative;
}

li.item-menu-pro-home a:hover {
    background: #212F81;
    border: 1px solid #212F81;
    color: #fff;
}

.top-home-product {
    margin-bottom: 40px;
}

li.item-c-home-product {
    list-style: none;
    border-radius: 10px;
    transition: all .3s;
    position: relative;
}

ul.list-item-home-product {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.bottom-home-product {
    overflow: hidden;
}

.t-home-product h3 {
    margin: 0;
    color: #464646;
    font-family: 'BeVietnamPro-SemiBold';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cate-title-home-product h6 {
    margin: 0;
    color: #da261d;
    text-align: center;
    font-family: 'Inter-Medium';
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 151.023%; /* 18.123px */
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cate-title-home-product section {
    color: #464646;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 151.023%; /* 18.123px */
    text-transform: capitalize;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

li.item-c-home-product:hover:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
}

.top-b-pro-home-item {
    border: 1px solid #0eb657;
    border-bottom: unset;
    border-radius: 10px 10px 0 0;
}

li.item-c-home-product:hover .top-b-pro-home-item {
    border-color: transparent;
}

.top-img-home-product img {
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    background: #fff;
}

li.item-c-home-product:hover .cate-title-home-product {
    background: transparent;
}

.top-img-home-product span {
    position: absolute;
    width: max-content;
    height: max-content;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 6px 7px;
    border-radius: 7px;
    border: 1px solid #D11627;
    background: #D11627;
    color: #FFF;
    font-family: 'BeVietnamPro-Medium';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
}

li.item-c-home-product:hover .top-img-home-product span {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.t-home-product {
    text-align: center;
    border-bottom: 1px dashed #AEAEAE;
    padding-bottom: 5px;
}

span.price-pro-home {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: 'BeVietnamPro-Medium';
    font-size: 14px;
    padding: 5px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
}

li.item-menu-pro-home a h5 {
    margin: 0;
}

span.price-pro-home strong {
    color: #FFF;
    font-family: 'BeVietnamPro-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.cate-title-home-product {
    padding: 14px 14px 11px 14px;
    background: #fff;
    transition: 0.5s;
}

.top-img-home-product {
    overflow: hidden;
    padding: 5px 6px 0 7px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    transition: 0.5s;
    position: relative;
}

li.item-c-home-product:before {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 20%;
    top: 20%;
    content: "";
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
    border-radius: 10px;
}

li.item-c-home-product a {
    position: relative;
    border-radius: 10px;
}

li.item-c-home-product:hover .cate-title-home-product h3 {
    color: #fff !important;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.item-c-home-product:hover .t-home-product {
    border-bottom: 1px dashed #fff;
}

li.item-c-home-product:hover span.price-pro-home {
    border-radius: 0px 0px 10px 10px;
    background: #d11627;
}

li.item-c-home-product:hover .top-img-home-product {
    background: transparent;
}

li.item-c-home-product:hover .cate-title-home-product section {
    color: #fff;
}

li.item-c-home-product:hover .cate-title-home-product h6 {
    color: #fff;
}
/*RS*/
@media (max-width: 1150px) {
    .title-t-home-product h3 {
        font-size: 30px;
    }

    li.item-menu-pro-home a {
        height: 46px;
        padding: 10px 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .c-home-product .grid.wide {
        padding: 0 10px;
    }

    .top-home-product section {
        font-size: 14px;
        width: 100%;
    }

    ul.list-item-home-product {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 15px;
    }
}

@media (max-width: 1023px) {
    .c-home-product:before {
        width: 87px;
        height: 190px;
        top: -122px;
    }

    .my-side-news .side-news-item .title {
        font-size: 16px;
        line-height: 175%;
    }

    .title-tab-menu-home-product {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .title-t-home-product h3 {
        font-size: 24px;
        line-height: normal;
    }

    .c-home-product .swiper-button-next {
        right: 1px;
        z-index: 1;
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 57%;
    }

    .c-home-product .swiper-button-prev {
        left: 1px;
        z-index: 1;
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 57%;
    }

    ul.list-tab-home-product {
        display: inline-block;
    }

    li.item-menu-pro-home {
        display: inline-block;
        margin: 0;
        margin-bottom: 5px;
    }

    .c-home-product {
        padding-top: 0;
        padding-bottom: 49px;
    }

    .title-t-home-product {
        margin-bottom: 0;
    }

    .top-img-home-product img {
        height: 175px;
    }

    .t-home-product h3 {
        font-size: 15px;
        -webkit-line-clamp: 2;
    }

    .cate-title-home-product {
        padding: 14px 6px 11px 6px;
    }

    span.price-pro-home strong {
        font-size: 13px;
    }

    .cate-title-home-product h6 {
        font-size: 11px;
    }

    img.decor-pro-home-b {
        height: auto;
    }
}