.specification-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    min-height: 75vh;
    margin-bottom: 27px;
}
.elementor-page .elementor .elementor-section.specification-download{
    background-position: 206% 18%;
    background-size: 65.7291667%;
}
.elementor-page .elementor .elementor-section.specification-download .elementor-background-overlay{
    background-size: 34.84375%;
    background-position: -18% 103.3%;
}
.specification-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 57px;
}
.specification-img {
    margin-bottom: 30px;
}
.specification-title {
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
    text-align: center;
    padding: 0 10px;
}
.specification-cate .cate-bg {
    background-color: var(--e-global-color-primary);
    color: var(--color-white);
    position: relative;
}
.specification-cate .cate-items {
    display: flex;
    align-items: center;
}
.specification-cate .cate-items-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.specification-cate .cate-item {
    padding: 48px 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
    font-family: var(--e-global-typography-primary-font-family);
    margin-right: 98px;
    position: relative;
    display: flex;
    align-items: center;
}
.specification-cate .cate-item.active {
    font-weight: 700;
}
.specification-cate .cate-item:last-child {
    margin-right: 0;
}
.specification-cate .cate-desc .text:not(.active) {
    display: none;
}
.specification-section .more-posts:not(.show) {
    opacity: 0;
    visibility: hidden;
}
section.elementor-top-section.download-banner:before{
    background: linear-gradient(90.22deg, #000000 53.05%, rgba(0, 0, 0, 0) 99.79%);
}
.elementor-page .elementor .elementor-section.specification-list .elementor-widget-wrap{
    padding-top: 0;
}
.elementor-section.specification-list {
    overflow: hidden;
    margin-top: -1px;
}
.specification-cate .cate-bg:before {
    content: "";
    width: calc((100vw - 90%)/2);
    position: absolute;
    top: 0px;
    right: 100%;
    margin-left: auto;
    margin-right: -1px;
    height: 100%;
    background: inherit;
}
.specification-cate .cate-bg:after {
    content: "";
    width: calc((100vw - 90%)/2);
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -1px;
    height: 100%;
    background: inherit;
}
.specification-cate .cate-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-top: 104px;    
    font-family: var(--e-global-typography-primary-font-family);
}
.specification-section .specification-content{
    padding-top: 95px;
}
.specification-cate .cate-desc p:last-child {
    margin-bottom: 0;
}
.specification-cate .cate-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: var(--e-global-color-accent);
    opacity: 0;
    left: 0;
}
.specification-cate .cate-item.active:after {
    opacity: 1;
}
.specification-item .inner-img {
    position: relative;
    padding-bottom: 131.165312%;
    display: block;
    background: #F7F7F7;
}
.specification-item .inner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.specification-section .more-posts {
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    font-family: var(--e-global-typography-primary-font-family);
    text-align: center;
}
.specification-section .more-posts.disable{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.specification-section .loading-icon{
    margin: 0 auto 11px;
}
.specification-section .loading-icon:before {
    content: "";
    width: 50px;
    height: 54px;
    background: url(../images/loadmore.svg) no-repeat center;
    background-size: contain;
    animation: loadMore 2s linear infinite;
    display: inline-block;
    vertical-align: top;
}
.specification-item span.inner-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    background-image: url(../images/subtract.svg);
    opacity: 0;
    transition: all .25s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 72px;
}
.specification-item a:hover span.inner-img:after {
    opacity: 1;
}
.cate-name-hover{
    opacity: 0;
    font-weight: 700;
    white-space: nowrap;
}
.specification-item .inner-img [src=""] {
    opacity: 0;
}
@keyframes loadMore {
 0%{
    transform: rotate(0deg);
   opacity: 0;
   }
 40%{
    transform: rotate(180deg);
   opacity: 1;
 }
100%{
    transform: rotate(360deg);
  opacity: 0;
   }
}

@media (min-width: 768px){
    .specification-cate .cate-item:hover .cate-name{
        opacity: 0;
    }
    .specification-cate .cate-item:hover .cate-name-hover{
        opacity: 1;
    }
    .specification-cate .cate-item:hover:after{
        opacity: 1;
    }
    .cate-name {
        position: absolute;
        white-space: nowrap;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
@media (max-width: 1600px){
    .specification-item span.inner-img:after {
        background-size: 53px;
    }
    .specification-cate .cate-item{
        padding: 29px 0;
    }
    .specification-cate .cate-desc{
        padding-top: 84px;
    }
    .specification-section .specification-content{
        padding-top: 77px;
    }
    .specification-item .inner-img{
        padding-bottom: 133.2%;
    }
    .specification-img {
        margin-bottom: 21px;
    }
    .specification-item{
        margin-bottom: 46px;
    }
    .specification-content{
        margin-bottom: 33px;
    }
    .loading-icon:before{
        width: 37px;
        height: 40px;
    }
    .loading-icon {
        margin-bottom: 2px;
    }
    .elementor-page .elementor .elementor-section.specification-download{
        background-position: 207% 17.2%;
    }
    .elementor-page .elementor .elementor-section.specification-download .elementor-background-overlay{
        background-position: -18% 100%;
    }
}
@media (max-width: 1199px){
    .specification-title{
        padding: 0;
    }
    .specification-item {
        width: 33.3333%;
    }
    .specification-cate .cate-item{
        margin-right: 50px;
    }
}
@media (max-width: 991px){
    .specification-cate .cate-item{
        margin-right: 20px;
    }
}
@media (min-width:768px) {
    .specification-cate .cate-value {
        display: none;
    }
}
@media (max-width: 767px){
    .cate-name-hover{
        display: none;
    }
    .specification-cate {
        position: relative;
        z-index: 10;
    }
    section.elementor-top-section.download-banner:before{
        background: linear-gradient(to bottom, #000000 36.32%, rgba(0, 0, 0, 0.847128) 49.8%, rgba(0, 0, 0, 0.619403) 59.7%, rgba(0, 0, 0, 0) 80.42%);
    }
    .specification-item {
        width: 50%;
    }
    .specification-cate .cate-item:after{
        display: none;
    }
    .specification-cate .cate-item{
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin-bottom: 19px;
    }
    .specification-cate .cate-desc {
        padding-top: 44px;
    }
    .specification-section .specification-content{
        padding-top: 43px;
        padding-bottom: 16px;
    }
    .specification-section .loading-icon {
        margin: 0 auto 2px;
    }
    .specification-item .inner-img {
        padding-bottom: 132.5%;
    }
    .specification-item {
        margin-bottom: 44.3px;
    }
    .elementor-page .elementor .elementor-section.specification-download {
        background-position: -113% 6.6%;
        background-size: 135.116279%;
    }
    .elementor-page .elementor .elementor-section.specification-download .elementor-background-overlay {
        background-position: -208% 99.95%;
        background-size: 81.1627907%;
    }
    .specification-cate .cate-items {
        display: none;
        position: absolute;
        top: 100%;
        right: -36px;
        left: -36px;
        padding: 0 36px 32px;
        width: auto;
        background-color: var(--e-global-color-primary);
    }
    .specification-cate .cate-value {
        padding: 28px 0;
        font-size: 18px;
        line-height: 30px;
        font-family: var(--e-global-typography-primary-font-family);
    }
    .specification-cate .cate-value .text-select {
        padding: 3px 0;
        border-bottom: 1px solid #4D4D4D;
        font-weight: 700;
        position: relative;
        padding-right: 30px;
    }
    .specification-cate .cate-item.active {
        display: none;
    }
    .specification-cate .cate-value .text-select:after{
        content: "";
        width: 16px;
        height: 10px;
        background: url(../images/down.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 9px;
        top: 15px;
    }
    .specification-cate .cate-value.active .text-select:after{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .specification-cate .cate-item:last-child{
        margin-bottom: 0;
    }
    .specification-cate .cate-items-wrap{
        max-height: 193px;
        overflow: auto;
    }
    .specification-cate .cate-items-wrap::-webkit-scrollbar-track
    {
        background-color: #D9D9D9;
    }

    .specification-cate .cate-items-wrap::-webkit-scrollbar
    {
        width: 4px;
        background-color: #D9D9D9;
    }

    .specification-cate .cate-items-wrap::-webkit-scrollbar-thumb
    {
        background-color: var(--e-global-color-accent);
    }
    .specification-section .loading-icon:before{
        width: 37px;
        height: 40px;
    }
}
@media (max-width: 767px){
    .specification-cate .cate-item:hover {
        color: #707070;
    }
    .specification-cate .cate-item:active {
        color: #707070;
    }
}

@media (max-width: 479px){
    .specification-item {
        width: 100%;
        padding: 0;
    }
    .specification-content{
        max-width: 270px;
        margin: 0 auto;
    }
}
@media (max-width: 360px){
    .specification-cate .cate-items{
        right: -20px;
        left: -20px;
        padding: 0 20px 12px;
    }
}