﻿
.mobile {
    display: none;
}

.p-cate {
    color: #75CBCB;
    font-weight: 100;
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 150%;
    margin-bottom: 4px;
}

@keyframes fordecor {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes fordecor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

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

.side-right {
    width: 320px;
    float: right;
}

.flatpickr-calendar {
    z-index: 9999999999999999999999999999999999999 !important;
}

.side-kp-btn .icon img {
}

.side-kp-btn span {
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: robotoR;
    margin-left: 8px;
    transform: translateY(1px);
}

section img {
    max-width: 100%;
    display: inline-block;
}



/* no data*/
.no-data {
    color: #5ed13a;
    margin-top: 17px;
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
    font-family: 'interR';
    opacity: .8;
    margin-left: 10px;
}


/*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: 50%;
        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;
        border-radius: 50%;
        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;
        }

/*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-title-top {
    margin: 0;
    font-size: 28px;
    text-align: center;
    color: #3CB5E7;
    font-weight: 100;
    font-family: 'geoBook';
    line-height: 126.2%;
}

.p-title {
    color: #2c946a;
    margin: 0;
    position: relative;
    font-family: 'interB';
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 126.2%;
    font-weight: 100;
    text-align: center;
}



/*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 {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    height: 300px;
}

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

.p-video-item a {
    width: 100%;
    height: 100%;
    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;
    }

.p-video-item .img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

    .p-video-item .img img {
    }

.p-video-item .icon {
    position: absolute;
    z-index: 2;
    transition: all linear .2s;
}

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

.p-video-item .icon img {
}

.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;
    opacity: 0;
    width: 100%;
    z-index: 3;
    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:hover h3 {
    color: var(--default-color-1);
}

.p-video-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
    font-family: interSB;
    transition: all ease .3s;
    color: #333333ad;
    font-size: 15px;
    line-height: 145%;
    font-weight: 100;
    padding: 10px 16px;
    background-color: #fff;
}

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


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

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

    .my-news-rs .btn {
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        color: var(--default-color-4);
        font-size: 23px;
        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;
}




.p-descript {
    text-align: center;
    display: block;
    color: #767676;
    font-size: 25px;
    font-weight: 100;
    max-width: 871px;
    margin: 0 auto;
    line-height: 166%;
    margin-top: 12px;
    font-family: interM;
}



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

.p-new-item {
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}

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

.p-new-img {
    overflow: hidden;
    height: 225.64px;
    border-radius: 15px;
}

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

.p-new-content {
    padding: 12px;
    padding-bottom: 2px;
}

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

    .p-new-content .title {
        margin: 0;
        color: var(--default-color-1);
        font-family: 'interB';
        font-weight: 100;
        font-size: 18px;
        line-height: 166%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 3px;
        transition: all .3s;
    }

    .p-new-content .descript {
        color: #767676;
        line-height: 166%;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 5px;
    }

    .p-new-content .btn:hover {
        background-color: transparent;
        color: var(--default-color-2);
    }

    .p-new-content .btn {
        width: fit-content;
        background-color: var(--default-color-2);
        border-radius: 55px;
        font-family: 'interSB';
        color: #fff;
        font-weight: 100;
        font-size: 14px;
        padding: 9px 24px;
        margin-top: 10px;
        border: 2px solid var(--default-color-2);
        transition: all .3s;
    }

.my-news-breadcum .container {
    padding: 6px 0
}

.my-news-breadcum {
    background-color: #e9fff2;
}

    .my-news-breadcum .slug {
        display: flex;
        align-items: center;
        color: #0000008c;
        font-size: 13px;
    }

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

        .my-news-breadcum .slug a {
            transition: all .3s;
        }

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

        .my-news-breadcum .slug span {
        }


.side-left {
    float: left;
    width: 370px;
}

.side-wrap {
    margin-bottom: 25px;
}

.side-kp-hotline .side-title {
    color: #fff;
    font-size: 18px;
}

.side-title {
    text-transform: uppercase;
    font-weight: 100;
    font-family: interSB;
    margin: 0;
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c946a;
}

.side-list {
    border: 1px solid rgba(4, 20, 66, .1);
    background: #e9fff2;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 15px;
    row-gap: 15px;
}

    .side-list.df {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

.side-item:hover span {
    color: var(--default-color-1);
}

.side-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f7fd;
    border-radius: 55px;
    padding: 16px 20px;
}

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

    .side-item span {
        font-family: interSB;
        color: #333;
        font-size: 16px;
        transition: all .3s;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .side-item:hover i {
        transform: translateX(0);
        opacity: 1;
        color: var(--default-color-1);
    }

    .side-item i {
        opacity: 0;
        transform: translateX(-15px);
        transition: all .3s;
    }


.side-new {
}

.side-new-list {
}

.side-new-item {
}

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

.side-new-img .options {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px;
}

.side-new-img .options-item {
    background-image: linear-gradient(to right, var(--default-color-1) 0%, var(--default-color-1) 100%);
    border-radius: 55px;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
}

    .side-new-img .options-item i {
        font-size: 10px;
    }

    .side-new-img .options-item span {
        font-size: 10px;
        line-height: 100%;
        padding-left: 4px;
    }

.side-new-img:hover img {
    transform: scale(1.02);
}

.side-new-img {
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .side-new-img img {
        transition: all .3s;
    }

.side-new-content {
}

.side-new-item:last-child .side-new-content h3 {
    margin-bottom: 0;
}

.side-new-content h3:hover {
    color: var(--default-color-1);
}

.side-new-content h3 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'interSB';
    color: #333;
    );
    font-size: 14px;
    margin-top: 6px;
    transition: all .3s;
    line-height: 150%;
    font-weight: 100;
}


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

.p-news-list__same .p-news-item__type2 {
    margin-bottom: 0;
}

.p-news-item__type2 {
    margin-bottom: 0;
}

.p-news-link__type2 {
    border: 1px solid rgba(4, 20, 66, .1);
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
}

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

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

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

.p-news-options__type2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(20, 21, 21, .1);
    padding: 16px 0;
}

    .p-news-options__type2 .options-item {
        margin-right: 10px;
        font-size: 15px;
        color: #333;
        display: flex;
    }

        .p-news-options__type2 .options-item i {
            color: var(--default-color-1);
        }

        .p-news-options__type2 .options-item span {
            display: inline-block;
            margin-left: 3px;
        }


.p-news-content__type2 {
    padding-top: 20px;
}

    .p-news-content__type2 .title {
        margin: 0;
        font-family: 'interSB';
        font-weight: 100;
        text-transform: capitalize;
        font-size: 18px;
        color: #333;
        line-height: 155%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all .3s;
    }

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

    .p-news-content__type2 .descript {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        line-height: 154%;
    }

    .p-news-content__type2 .btn:hover {
        background-color: transparent;
        color: var(--default-color-2);
    }

    .p-news-content__type2 .btn {
        width: fit-content;
        background-color: #58BA92;
        color: #fff;
        border-radius: 55px;
        padding: 10px 20px;
        border: 2px solid #1d7c2c;
        transition: all .3s;
        margin-top: 15px;
    }

        .p-news-content__type2 .btn span {
            font-family: 'interSB';
            font-size: 16px;
            display: inline-block;
            margin-right: 5px;
        }

        .p-news-content__type2 .btn i {
        }

.side-kp-hotline {
    background-color: #e9fff2;
    padding: 14px;
    border-radius: 10px;
}

    .side-kp-hotline .item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        .side-kp-hotline .item:last-child {
            margin-bottom: 0;
        }

        .side-kp-hotline .item .icon img {
        }

        .side-kp-hotline .item .icon {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 10px 0 #33333324;
        }

        .side-kp-hotline .item span strong {
            color: #2c946a;
            margin-top: 2px;
            font-size: 17px;
            font-family: 'interSB';
            font-weight: 100;
        }

            .side-kp-hotline .item span strong:hover {
                text-decoration: underline;
            }

        .side-kp-hotline .item span {
            color: #04a93a;
            font-size: 13px;
            padding-left: 10px;
            display: flex;
            flex-direction: column;
        }


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


.p-photo-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;
    list-style: none;
}

.p-photo-item {
    position: relative;
}

    .p-photo-item a {
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }

.p-photo-img {
    height: 290px;
    border-radius: 5px;
    overflow: hidden;
}

    .p-photo-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.p-photo-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-family: 'interSB';
    padding: 10px 18px;
    color: #333;
    font-size: 15px;
    line-height: 151%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    background-color: var(--default-color-1);
    color: #fff;
    font-weight: 100;
    font-family: 'interSB';
}

.pro-a-title {
    font-family: 'interSB';
    text-align: center;
    color: #A8E663;
    font-size: 12px;
}

    .pro-a-title h4 {
        margin: 0;
    }

.pro-a {
    margin-top: 10px;
    text-align: center;
    font-family: 'interSB';
    font-size: 30px;
    color: #666;
}

    .pro-a h3 {
        margin: 0;
    }
