
:root {
	/* --zmain-color:linear-gradient(to right , var(--ninian-main-color-dark) , var(--ninian-main-color-light));
	--zhover-color:linear-gradient(to right , var(--ninian-main-color-dark) , var(--ninian-main-color-light)); */
    --rfidcard-box-shadow:0px 14px 56px -11px var(--ninian-main-color-light);

	--zmain-color: var(--ninian-main-color);
	--zhover-color: var(--ninian-main-color);
}

.rfidcard img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.rfidcard body,
.rfidcard ul,
.rfidcard img,
.rfidcard p,
.rfidcard input,
.rfidcard dl,
.rfidcard dd,
.rfidcard tr,
.rfidcard th,
.rfidcard td {
    margin: 0;
    padding: 0;
    min-height: 1px;
}

.rfidcard *,
.rfidcard ::after,
.rfidcard ::before {
    box-sizing: border-box;
}

.rfidcard img {
    max-width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: auto;
    vertical-align: middle;
}

.rfidcard label,
.rfidcard button,
.rfidcard a {
    cursor: pointer;
}

.rfidcard audio,
.rfidcard canvas,
.rfidcard progress,
.rfidcard video {
    display: inline-block;
    vertical-align: baseline;
}

.rfidcard a:focus,
.rfidcard input:focus,
.rfidcard p:focus,
.rfidcard div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rfidcard img[src=""],
.rfidcard img:not([src]) {
    opacity: 0;
}



.rfidcard.n_main .my_more1,
.rfidcard.rel_section .my_more1 {
    font-size: 15px;
    height: 50px;
}

.rfidcard.n_main {
    padding: 5em 0 8em;
    /* background: #f5f5f5; */
    font-size: 16px;
}

@media only screen and (max-width:992px) {
    .rfidcard.n_main {
        padding: 3em 0;
    }
}

@media only screen and (min-width:992px) {
    .rfidcard.n_main>.flex {
        display: flex;
    }
}

.rfidcard .container {
    max-width: 95%;
    margin: 0 auto;
}

@media screen and (max-width: 1690px) {
    .rfidcard .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
}

@media screen and (max-width: 769px) {
    .rfidcard .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

.rfidcard .clearfix:before,
.rfidcard .clearfix:after,
.rfidcard .container:before,
.rfidcard .container:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.rfidcard .clearfix:after,
.rfidcard .container:after,
.rfidcard .container-fluid:after,
.row:after {
    clear: both;
}

.rfidcard li.megamenu .container {
    padding: 0
}

.rfidcard li.megamenu .container .elementor-column-wrap {
    padding: 0 !important
}

.rfidcard.search-box .container {
    position: relative;
    width: 100%;
    max-width: 8em;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 1em;
}

@media screen and (max-width:992px) {
    .rfidcard.search-box .container {
        padding: 20px !important;
        margin: 0;
        border-radius: 0;
        transform: translate(0);
        max-width: 100%;
    }
}


.rfidcard .news ul li {
    float: left;
    list-style: none;
    margin-bottom: 2em;
}

.rfidcard .news ul li .li {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: 0.5s all;
    overflow: hidden;
    padding: 1em;
}

.rfidcard .news .img {
    width: 50%;
    overflow: hidden;
    display: block;
    position: relative;
    transition: 0.5s all;
    flex-shrink: 0;
}

.rfidcard .news .text {
    width: 100%;
    transition: 0.5s all;
}

.rfidcard .news .img img {
    width: 100%;
}

.rfidcard .news .li .title {
    line-height: 24px;
    font-size: 18px;
    height: 48px;
    color: #333;
    display: block;
    overflow: hidden;
    /* font-family: var(--title-font); */
    font-family: var(--ninian-font-title);
}

.rfidcard .news ul li {
    list-style: none;
    margin-bottom: 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.rfidcard .news ul li:nth-child(2n+1) {
    clear: both;
}

.rfidcard .news ul li:last-child {
    margin-bottom: 0;
}

.rfidcard .news ul li .news_date {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    background: #83bb41;
    height: 106px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.rfidcard .news ul li .li .main {
    padding-left: 1em;
}

.rfidcard .news ul li p {
    color: #555;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
}

.rfidcard .news ul li:hover .img {
    background: #000;
}

.rfidcard .news ul li:hover .img img {
    transform: scale(1.1);
    opacity: 0.7;
}

.rfidcard .news ul li .img {
    position: relative;
    flex-shrink: 0;
}

.rfidcard .news ul li .img img {
    width: 100%;
}

.rfidcard .news ul li .img a {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    display: block;
}

.rfidcard .news ul li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .rfidcard .news ul li .li {
        display: block;
    }

    .rfidcard .news ul li .li .main {
        padding: 0;
        margin-top: 10px;
    }

    .rfidcard .news .img {
        width: 100%;
    }

    .rfidcard .news .text {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }

}


@media screen and (max-width: 460px) {
    .rfidcard .news ul li .li {
        display: block;
    }

    .rfidcard .news ul li .img {
        width: 100%;
        margin: 0;
        float: none;
        margin-bottom: .5em;
    }

    .rfidcard .news .text {
        width: 100%;
        padding: 0;
    }
}

.rfidcard .clearfix {
    zoom: 1;
}

.rfidcard .clearfix:before,
.rfidcard .clearfix:after {
    line-height: 0;
    display: taFable;
    content: "";
}

.rfidcard .clearfix:after {
    clear: both;
}

.rfidcard.page_num {
    width: 100%;
    margin-top: .8em;
    padding: .8em;
}

.rfidcard.page_num a,
.rfidcard.page_num span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    margin: 0 2px;
}

.rfidcard.page_num a i {
    line-height: 54px;
}

.rfidcard.page_num a:hover {
    color: #333;
    -webkit-animation: qodef-jump .6s cubic-bezier(.43, .41, .36, .9) forwards;
    animation: qodef-jump .6s cubic-bezier(.43, .41, .36, .9) forwards
}

.rfidcard.page_num span {
    background: var(--zmain-color);
    color: #fff;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

@media only screen and (max-width:992px) {
    .rfidcard .total {
        width: 100%;
        text-align: left;
    }

    .rfidcard.page_num a,
    .rfidcard.page_num>span {
        margin: 4px;
    }

    .rfidcard.page_num a {
        min-width: 40px;
    }

    .rfidcard.page_num a,
    .rfidcard.page_num span {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .rfidcard.page_num a i {
        line-height: 36px;
    }
}

@media only screen and (max-width:400px) {
    .rfidcard.page_num a {
        min-width: 30px;
        padding: 0px 6px;
    }
}

.rfidcard.page_num>span:before,
.rfidcard.page_num>span::after{
    content: ''!important;
}

.rfidcard .news_day {
    font-size: 12px;
    margin: 12px 12px 6px 0;
    padding: 2px 10px 2px 4px;
    background: #fff;
    border: 1px solid #eee;
    display: inline-block;
    line-height: 20px;
    color: #666;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}

.rfidcard .news_day i,
.rfidcard .tags_ul i {
    width: 18px;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    color: var(--zmain-color);
    margin-right: 4px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-right: 4px;
}

.rfidcard .my_more1 {
    display: inline-flex;
    padding: 0 2.3em;
    height: 52px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 18px;
    background: var(--zmain-color);
    min-height: 36px;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    transition: 0.5s;
    cursor: pointer;
    text-transform: capitalize;
    /* font-family: var(--title-font); */

    text-align: center;
    border-radius: 30px;
}

.rfidcard .my_more1 img {
    margin-right: 10px;
}

.rfidcard .my_more1:after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 20px;
    font-weight: bold;
    font-family: FontAwesome;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E %3Crect y='10' width='20' height='2' rx='1' fill='%23ffffff'/%3E %3Cpath d='M14.6569 16.657L20.3137 11.0001L14.6569 5.34327' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: 0.5s;
}

.rfidcard .my_more1:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.rfidcard .my_more1:hover {
    color: #fff;
    background: var(--zhover-color);
    box-shadow: 6px 6px 0 rgba(20, 67, 54, 0.08);
    box-shadow: var(--rfidcard-box-shadow);
    transform: translate3d(0, -3px, 0);
    padding-right: 40px;
}

.rfidcard .my_more1:hover:before {
    width: 100%;
}

.rfidcard .my_more1:hover:after {
    opacity: 1;
    right: 10px;
}

@media only screen and (max-width:992px) {
    .rfidcard .my_more1 {
        font-size: 14px;
    }
}

.rfidcard .li:hover .img_box img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.rfidcard .li:hover .img_box img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.rfidcard .li:hover .post-image-mask span,
.rfidcard .li:hover .post-image-mask:after,
.rfidcard .li:hover .post-image-mask:before {
    opacity: 1;
    -webkit-animation: wd-fadeInLeft .3s ease;
    animation: wd-fadeInLeft .3s ease;
}

.rfidcard .li:hover .post-image-mask:before,
.rfidcard .li:hover .post-image-mask:before,
.rfidcard .li:hover .post-image-mask:before {
    transition-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.rfidcard .li:hover .post-image-mask span,
.rfidcard .li:hover .post-image-mask span,
.rfidcard .li:hover .post-image-mask span {
    transition-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

@-webkit-keyframes wd-fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
}

@keyframes wd-fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
}

@-webkit-keyframes wd-fadeOutLeft {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
}

@keyframes wd-fadeOutLeft {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
}

@-webkit-keyframes wd-fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes qodefBorderAnimation {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0
    }

    100% {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%
    }
}

@keyframes qodefBorderAnimation {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0
    }

    100% {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%
    }
}

@-webkit-keyframes qodef-jump {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

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

@keyframes qodef-jump {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

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