﻿= /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.mobile {
    display: none;
}

section img {
    max-width: 100%;
}


.p-banner {
    height: 350px;
}


.p-product-content__df .item-title {
    margin-bottom: 10px;
    color: #252525;
    font-family: 'baiSB';
    text-align: center;
}

    .p-product-content__df .item-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: 'baiSB';
        color: var(--default-color-2);
        font-size: 18px;
    }

.p-banner img {
}
/* no data*/
.no-data {
    color: #555;
    margin-top: 17px;
    font-size: 17px;
    padding-bottom: 10px;
    display: block;
    opacity: 1;
    font-family: 'baiM';
}


/*show page*/

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 30px 0;
    justify-content: center;
    flex-wrap: wrap;
}

    .pager span {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        user-select: none;
        -ms-flex-pack: center;
        border-radius: 5px;
        justify-content: center;
        border: var(--default-color-1);
        color: #fff;
        background-color: var(--default-color-1);
        margin: 0 5px;
    }

    .pager a {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        border-radius: 5px;
        -ms-flex-align: center;
        color: var(--default-color-1);
        align-items: center;
        user-select: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid var(--default-color-1);
        margin: 5px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

        .pager a:hover {
            background-color: var(--default-color-1);
            color: #fff;
        }

.p-banner {
    position: relative;
    width: 100%;
    height: 188px;
    user-select: none;
}

    .p-banner img {
        position: absolute;
        top: 0;
        left: 0;
    }

.p-banner-container {
    position: relative;
    height: 100%;
}


.p-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .7;
    z-index: 1;
}

.p-banner-content {
    z-index: 2;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}


    .p-banner-content a {
        color: #fff;
        margin: 0 5px;
        transition: all linear .3s;
        font-size: 20px;
        padding: 10px 0;
    }

        .p-banner-content a:hover {
            color: var(--default-color-4);
        }

    .p-banner-content .icon:hover {
        color: var(--default-color-4);
    }

    .p-banner-content .icon {
        margin: 0 5px;
        transition: all linear .2s;
    }

    .p-banner-content span {
        font-size: 24px;
        display: block;
        margin: 0 5px;
        font-family: 'Lexen';
        color: #fff;
        line-height: 100%;
        text-align: center;
    }

.p-banner img {
    width: 100%;
    height: 100%;
}


.p-banner-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-banner-descript {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 155%;
    margin: 0;
    margin-top: 6px;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    max-width: 800px;
}

.p-banner-title {
    margin: 0;
    line-height: 150%;
    font-family: 'barSB';
    color: #fff;
    font-size: 31px;
}



/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-tag i {
        padding-right: 3px;
    }

.p-cate {
    margin: 0;
    font-family: 'baiR';
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 100;
    color: #fff;
    margin-bottom: 10px;
}

.p-title {
    font-family: baiB;
    text-align: center;
    margin: 0;
    max-width: 678px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    background: var(--gradient-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 151%;
}

.p-container {
    overflow: hidden;
}

.p-side-left {
    width: 68.2%;
    float: left;
}

    .p-side-left .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .p-side-left .wrap:last-child {
            padding-top: 25px;
            display: grid;
            grid-auto-rows: minmax(min-content,max-content);
            grid-template-columns: repeat(3,minmax(0,1fr));
            column-gap: 21px;
            row-gap: 21px;
            align-items: unset;
        }

.p-side-right {
    float: right;
    width: 28.7%;
}

.p-news-type_1 {
    border-bottom: 1px dashed #A0BBCA;
    padding-bottom: 17px;
}

    .p-news-type_1:hover img {
        transform: scale(1.03);
    }

    .p-news-type_1 .title {
        margin: 0;
        color: var(--default-color-4);
        font-family: sfB;
        font-size: 17px;
        line-height: 150%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
        display: -webkit-box;
        transition: all linear .2s;
        height: 51px;
    }

    .p-news-type_1:hover .title {
        color: var(--default-color-2);
    }

    .p-news-type_1:first-child .title {
        margin-top: 0;
    }

    .p-news-type_1:last-child {
        padding-bottom: 0;
        border: none;
    }

    .p-news-type_1 .content {
        display: flex;
        margin-top: 7px;
        align-items: center;
    }

    .p-news-type_1 .img {
        width: 139px;
        height: 95px;
        border-radius: 5px;
        overflow: hidden;
    }

        .p-news-type_1 .img img {
            transition: all ease .2s;
        }

    .p-news-type_1 .descript {
        flex: 1;
        font-size: 15px;
        color: #4D4D4D;
        line-height: 150%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 13px;
    }

.p-news-type_1_big {
}

    .p-news-type_1_big:hover img {
        transform: scale(1.02);
    }

    .p-news-type_1_big:hover .title {
        color: var(--default-color-2);
    }

    .p-news-type_1_big .img {
        height: 335px;
        border-radius: 10px;
        overflow: hidden;
    }

        .p-news-type_1_big .img img {
            transition: all linear .2s;
        }

    .p-news-type_1_big .content {
    }

    .p-news-type_1_big:hover .content .title {
        color: var(--default-color-2);
    }

    .p-news-type_1_big .content .title {
        margin: 0;
        font-family: 'SFB';
        color: var(--default-color-4);
        font-size: 20px;
        line-height: 150%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 13px;
        transition: all linear .2s;
        height: 60px;
    }

    .p-news-type_1_big .content .descript {
        font-size: 16px;
        color: #4D4D4D;
        line-height: 150%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-top: 6px;
        display: -webkit-box;
    }


/*news type 2*/

.p-news-type_2 {
}

    .p-news-type_2:hover img {
        transform: scale(1.02);
    }

    .p-news-type_2:hover .content .title {
        color: var(--default-color-2);
    }

    .p-news-type_2 .img {
        border-radius: 7px;
        overflow: hidden;
        height: 170px;
    }

        .p-news-type_2 .img img {
            transition: all linear .2s;
        }

    .p-news-type_2 .content {
    }

        .p-news-type_2 .content .title {
            color: var(--default-color-4);
            margin: 0;
            font-family: 'SFB';
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: 150%;
            margin-top: 15px;
            transition: all linear .2s;
            height: 51px;
        }

.p-side-right {
}

.p-side-read {
}

.p-side-title {
    background-color: var(--default-color-1);
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    padding: 0 14px;
    padding-bottom: 10px;
    padding-top: 13px;
}

    .p-side-title img {
    }

    .p-side-title h3 {
        line-height: 150%;
        margin: 0;
        font-size: 20px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 100;
        margin-left: 8px;
    }

    .p-side-title::before {
        content: '';
        position: absolute;
        background-image: url(../../Design/img/decor-border.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 69.5px;
        height: 28px;
        bottom: 0;
        left: 100%;
    }

.p-side-wrap {
    background-color: #EAECF7;
    border: 1px solid #3793FF;
    border-radius: 0px 10px 10px 10px;
}

.p-side-hotline {
    border-radius: 10px;
    overflow: hidden;
}

.p-side-read {
    margin-bottom: 19px;
}

    .p-side-read .p-side-wrap {
        padding: 30px 15px;
        height: 368px;
        overflow: hidden;
    }

    .p-side-read .icon {
        box-shadow: 0px 0px 2px 0px rgba(150, 158, 186, 0.50);
        border-radius: 50%;
        margin-right: 6px;
        height: fit-content;
        transform: translateY(5px);
    }

        .p-side-read .icon img {
        }

    .p-side-read .item:hover .title {
        color: var(--default-color-4);
    }

    .p-side-read .title {
        flex: 1;
        color: #818181;
        font-weight: 100;
        line-height: 150%;
        font-size: 18px;
        margin: 0;
        font-family: SFR;
        padding-bottom: 12px;
        transition: all linear .2s;
    }

        .p-side-read .title span {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

    .p-side-read .item {
        display: flex;
        /* align-items: center; */
        border-bottom: 1px dashed #A0BBCA;
        padding-top: 14px;
    }

    .p-side-read .swiper {
        overflow: hidden;
        height: 100%;
    }


    .p-side-read .swiper-slide {
        height: fit-content !important;
    }




/*public video*/

.p-video-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    position: relative;
}

.p-video-item {
    height: 329px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.video-wrap .p-video-item {
    display: block !important;
}

.p-video-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .p-video-item a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #16375E;
        border-radius: 7px;
        opacity: 0.3;
    }

.p-video-item .img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .p-video-item .img img {
    }

.p-video-item .icon {
    position: absolute;
    z-index: 2;
    transition: all linear .2s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--default-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-video-item:hover .icon {
    opacity: .7;
}

.p-video-item .icon img {
    width: 71px;
}

.p-video-item .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    /* height: 100%; */
    bottom: 0;
    display: none;
}

.p-video-item .overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    opacity: 0;
    transition: all linear .2s;
    width: 100%;
    pointer-events: none;
}

    .p-video-item .overlay-video iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

.p-video-item.show .overlay-video {
    opacity: 1;
}

.p-video-item .overlay img {
    width: 100%; /* height: 100%; */
}

.p-video-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 153%;
    padding: 14px 20px;
    background-color: var(--default-color-1);
    margin-bottom: 0;
    backdrop-filter: blur(11px);
    font-weight: 100;
    font-family: baiSB;
    text-transform: uppercase;
}



    .p-video-item h3 span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }



/*public link*/

.side-link {
    margin-top: 35px;
}

    .side-link .p-side-wrap {
        padding: 0 18px;
        padding-top: 24px;
        padding-bottom: 8px;
        background-color: #F0F0F0;
        border: 1px solid #DCD7D7;
    }

.side-link-drop {
    height: 55px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #BFBFC0;
    background: #FFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 22px;
    margin-bottom: 27px;
    user-select: none;
}

    .side-link-drop span {
        font-size: 18px;
        color: #A5A4A5;
        line-height: 150%;
        font-weight: 100;
        font-style: normal;
        pointer-events: none;
    }

    .side-link-drop:hover::before {
        display: block;
    }

    .side-link-drop .drop {
        position: absolute;
        top: 107%;
        width: 100%;
        background-color: #fff;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #BFBFC0;
        transform: translateY(15px);
        opacity: 0;
        pointer-events: none;
        transition: all ease .2s;
    }

    .side-link-drop::before {
        width: 100%;
        height: 23px;
        content: '';
        position: absolute;
        left: 0;
        top: 84%;
        display: none;
    }

    .side-link-drop.active .drop {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    }

    .side-link-drop .drop a {
        font-size: 15px;
        color: #2c2c2cd1;
        padding: 10px 15px;
        transition: all linear .2s;
    }

        .side-link-drop .drop a:hover {
            color: var(--default-color-4);
        }


.side-thongke {
}

    .side-thongke .title {
        margin: 0;
        font-family: 'SFB';
        color: var(--default-color-1);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 25.238px */
        margin-bottom: 10px;
    }

    .side-thongke .list {
        margin-bottom: 10px;
    }

    .side-thongke .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4px 0;
    }

    .side-thongke .left {
        display: flex;
        align-items: center;
        padding-bottom: 1px;
    }

        .side-thongke .left img {
        }

        .side-thongke .left span {
            color: #6B6B6B;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 37.23px */
            display: block;
            margin-left: 9px;
        }

.side-thongke-wrap {
    border-top: 1px dashed #999999;
    padding-top: 11px;
}

.side-thongke .result {
    font-size: 17px;
    color: #6B6B6B;
    line-height: 150%;
}




/*My RS*/
.my-news-rs {
    z-index: 9999;
}

    .my-news-rs.fixed {
        top: 85px;
    }

    .my-news-rs .btn {
        width: 45px;
        height: 45px;
        background-color: var(--default-color-2);
        color: #fff;
        font-size: 26px;
        box-shadow: 0 0 10px 0 #3333335c;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 20px;
    }

    .my-news-rs .container.show .wrap::before {
        right: 0;
    }

    .my-news-rs .container.show .wrap::after {
        left: 0;
    }

    .my-news-rs .container.show {
        opacity: 1;
        pointer-events: all;
    }

    .my-news-rs .container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        opacity: 0;
        background-color: #0082cab8;
        backdrop-filter: blur(8px);
        transition: all linear .2s;
    }

    .my-news-rs .wrap .rs-nav {
        flex: 1;
        margin-top: 10px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        padding: 0 20px;
    }

    .my-news-rs .wrap .rs-item {
    }

        .my-news-rs .wrap .rs-item:hover .rs-link {
            background-color: var(--default-color-4);
            color: #fff;
        }

    .my-news-rs .wrap .rs-link {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        margin: 5px 0;
        padding: 16px 19px;
        border-radius: 5px;
        transition: all linear .2s;
    }

    .my-news-rs .wrap {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

        .my-news-rs .wrap img {
            /* width: 159px; */
        }

        .my-news-rs .wrap::before {
            /* content: ''; */
            position: absolute;
            width: 50%;
            height: 100%;
            right: -100%;
            background-color: #0082cab8;
            backdrop-filter: blur(8px);
            transition: all ease .3s;
            transition-delay: .1s;
        }

        .my-news-rs .wrap::after {
            /* content: ''; */
            position: absolute;
            width: 50%;
            height: 100%;
            left: -100%;
            background-color: #0082cab8;
            backdrop-filter: blur(8px);
            transition: all ease .3s;
            transition-delay: .1s;
        }

.rs-bottom-text {
    margin-top: 13px;
}

    .rs-bottom-text h3 {
        display: flex;
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 10px;
        color: #fff;
        font-size: 18px;
        font-weight: 100;
        text-align: center;
    }

    .rs-bottom-text strong {
        font-weight: 100;
        font-size: 30px;
        font-family: 'SFSB';
        margin-top: 10px;
        text-transform: uppercase;
        text-align: center;
        padding: 0 20px;
    }

.rs-close:hover {
    background-color: var(--default-color-4);
    color: #fff;
}

.rs-close {
    position: absolute;
    right: 35px;
    top: 35px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 21px;
    color: #333;
    transition: all linear .2s;
}






/* news type 2 */

.p-news-list__type2 {
    width: 100%;
}

.same-cate .p-news-item__type2:last-child {
    border: none;
}

.p-news-item__type2 {
    padding: 26px 0;
    border-bottom: 1px solid #DFDDDD;
}

    .p-news-item__type2:first-child {
        padding-top: 0;
    }

    .p-news-item__type2:last-child {
        padding-bottom: 0;
    }

    .p-news-item__type2:last-child {
        border: none;
    }

.p-news-link__type2 {
    display: flex;
}

    .p-news-link__type2:hover img {
        transform: scale(1.02);
    }

.p-news-img__type2 {
    width: 260px;
    height: 191px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.p-news-link__type2 .cate {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 12px;
    line-height: 154%;
    font-family: 'baiSB';
    background-color: var(--default-color-1);
    border-radius: 4px;
    width: fit-content;
    padding: 6px 10px;
    margin-bottom: 9px;
    border-radius: 55px;
}

.p-news-img__type2 img {
    transition: all ease .3s;
}

.p-news-content__type2 {
    flex: 1;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 12px;
}

.p-news-date__type2 {
    font-size: 14px;
    color: #555;
}

.p-news-link__type2:hover .title {
    color: var(--default-color-1);
}

.p-news-link__type2 .title {
    margin: 0;
    font-weight: 100;
    font-family: baiB;
    color: #333;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
    text-transform: uppercase;
    margin: 8px 0;
    line-height: 150%;
}

.p-news-link__type2 .descript {
    font-size: 16px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 3px;
    line-height: 152%;
}


/* news breakcum */
.my-news-breadcum {
    height: 32px;
    border-bottom: 1px solid #cccccc42;
}

    .my-news-breadcum .container {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
    }

        .my-news-breadcum .container .item {
            display: none;
            height: 100%;
            width: 100%;
        }

            .my-news-breadcum .container .item.show {
                display: flex;
            }

            .my-news-breadcum .container .item:first-child {
                justify-content: end;
                width: 100%;
                justify-content: flex-end;
            }

            .my-news-breadcum .container .item:last-child {
            }

    .my-news-breadcum .slug {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .my-news-breadcum .slug * {
            display: flex;
        }

        .my-news-breadcum .slug a {
            font-size: 12px;
            color: #999;
            font-family: 'baiSB';
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            transition: all linear .2s;
            /* text-transform: uppercase; */
            /* letter-spacing: 1px; */
        }

            .my-news-breadcum .slug a:first-child {
                display: block !important;
                overflow: unset;
            }

                .my-news-breadcum .slug a:first-child:hover {
                    opacity: .8;
                }

            .my-news-breadcum .slug a:hover {
                color: var(--default-color-1);
            }

            .my-news-breadcum .slug a img {
                width: 21px;
            }

        .my-news-breadcum .slug p {
            margin: 0 6px;
            font-size: 10px;
            color: #999;
        }

        .my-news-breadcum .slug span {
            font-size: 14px;
            color: var(--default-color-2);
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: 'baiSB';
        }

    .my-news-breadcum .button-open {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        margin-left: 14px;
    }

        .my-news-breadcum .button-open img {
            width: 15px;
        }

        .my-news-breadcum .button-open span {
            font-size: 14px;
            color: #505050;
            margin-left: 10px;
            white-space: nowrap;
        }

    .my-news-breadcum .news-search {
    }

        .my-news-breadcum .news-search img {
            width: 16px;
            position: absolute;
            left: 0;
        }

        .my-news-breadcum .news-search .input {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 0 22px;
            position: relative;
        }

        .my-news-breadcum .news-search input {
            outline: none;
            border: none;
            background-color: transparent;
            height: 100%;
            width: 100%;
        }

        .my-news-breadcum .news-search .btn-close {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #505050;
            cursor: pointer;
            position: relative;
            padding-left: 17px;
            user-select: none;
        }

            .my-news-breadcum .news-search .btn-close::before {
                content: '';
                position: absolute;
                width: 1px;
                height: 28px;
                background-color: #CCCCCC;
                left: 0;
            }

.p-descript {
    margin: 0;
    text-align: center;
    display: block;
    color: #555;
    font-size: 18px;
    max-width: 875px;
    line-height: 157%;
    margin: 0 auto;
    margin-top: 4px;
    font-family: baiM;
    font-weight: 100;
}




.mobile-title {
    margin-bottom: 20px;
    color: var(--default-color-2);
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'osB';
    text-align: center;
    width: 100%;
    justify-content: center;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
    opacity: 0;
    background-color: red;
    bottom: -30px;
    border-radius: 50%;
    background-color: var(--default-color-1);
    left: calc(50% - 30px);
    cursor: pointer;
    transition: all ease .2s;
}

    .back-to-top::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #055bc047;
        left: 0;
        animation: forDecor-1 1.4s cubic-bezier(.3,2,.3,1) infinite;
        border-radius: 50%;
    }

    .back-to-top:hover {
        transform: scale(1.05);
    }

@keyframes forDecor-1 {
    0% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1);
    }
}

.back-to-top i {
    color: #fff;
    position: relative;
    z-index: 2;
    transform: translateY(-10px);
}


.p-btn-link {
    display: flex;
    align-items: center;
    background-color: var(--default-color-1);
    width: fit-content;
    border-radius: 10px;
    padding-left: 14px;
    padding-right: 5px;
    height: 51px;
}

    .p-btn-link span {
        color: #FFFFFF;
        font-family: 'barSB';
        font-size: 18px;
        line-height: 133.333%;
        font-weight: 100;
        display: block;
    }

    .p-btn-link .icon {
        width: 38px;
        height: 38px;
        background-color: var(--default-color-2);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 26px;
    }

        .p-btn-link .icon img {
            width: fit-content;
        }



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

.p-product-item {
    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    /* box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.20); */
    overflow: hidden;
    transition: all .3s;
}

    .p-product-item:hover {
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.20);
    }

.p-product-img {
    height: 336px;
    overflow: hidden;
}

.p-product-item:hover .p-product-img img {
    transform: scale(1.02);
}

.p-product-img img {
    transition: all .3s;
}

.p-product-content {
    padding: 0 43px;
    padding-top: 17px;
    padding-bottom: 24px;
}

.p-product-title {
    text-align: center;
    font-family: 'baiSB';
    text-transform: capitalize;
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    background: var(--gradient-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-product-descript {
    text-align: center;
    line-height: 155%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    margin-top: 9px;
    color: #767676;
}

.p-product-link {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid var(--default-color-1);
    border-radius: 55px;
    background: var(--gradient-2);
    display: flex;
    align-items: center;
    padding: 7px 22px;
    margin-top: 23px;
    transition: all .3s;
}

    .p-product-link:hover {
        opacity: .7;
    }


    .p-product-link span {
        font-family: 'baiM';
        color: #fff;
        line-height: 165%;
        font-size: 18px;
    }

.p-product-icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--default-color-1);
    font-size: 15px;
    border: 1px solid var(--default-color-1);
    margin-left: 10px;
}

    .p-product-icon i {
    }

.detail-member-album {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 20px;
}



.p-product-list__df {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom: 45px;
    padding-top: 30px;
    position: relative;
    z-index: 0;
}

.p-product-item__df {
    height: 287px;
    position: relative;
}

    .p-product-item__df:hover .p-product-content__df {
        opacity: 1;
    }

.p-product-img__df {
    width: 100%;
    height: 100%;
}

    .p-product-img__df img {
    }

.p-product-content__df {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #ffffffd4;
    backdrop-filter: blur(3px);
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
}

    .p-product-content__df .code {
    }

    .p-product-content__df .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid #33333329;
    }

        .p-product-content__df .item:last-child {
            border-bottom: 0;
        }

        .p-product-content__df .item span {
            font-size: 13px;
            color: #555;
        }

        .p-product-content__df .item h3 {
            margin: 0;
            font-family: 'baiM';
            font-weight: 100;
            font-size: 14px;
            color: var(--default-color-1);
            padding-left: 10px;
        }

.p-product-code__df {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff5e;
    text-align: center;
    font-size: 19px;
    font-family: 'baiM';
    z-index: 3;
    color: #555;
    padding: 10px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
