.compimg img{
    width:auto;
    height:60px;
}

.section-title-left h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: var(--default-font)!important;
}

    .section-title-left h5:after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: var(--accent-color);
        left: 0;
        bottom: 0;
        margin: auto;
    }
.footer h4:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
    margin: auto;
}
.cardprod {
    background-color: var(--light-accent-color);
    padding: 20px;
    position: relative;
    border-color: #fff;
    min-height: 400px;
}

.cardprod img{
    max-height:250px;
    width:auto;
}



.cardprodbottom {
    background: #fff;
    border:1px solid #ddd;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.cardprodbottom .titletop{
    color:var(--default-color);
    font-family:'Lato'!important;
    font-weight:600;
}
    .cardprodbottom .titlebottom {
        font-size: 12px;
        font-family: 'Roboto' !important;
        line-height:1;
    }


.cardprodbottomdark {
    background: #000;
    border: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

    .cardprodbottomdark .titletop {
        color: #fff;
        font-family: 'Lato' !important;
        font-weight: 600;
    }

    .cardprodbottomdark .titlebottom {
        font-size: 12px;
        font-family: 'Roboto' !important;
        color: #fff;
        line-height: 1;
    }

.grow img {
    transition: 1s ease;
}

    .grow img:hover{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        transition: 0.5s ease;
    }

.cardprod:has(.grow img:hover) {
    background-color: color-mix(in srgb, var(--default-color), transparent 97%);
}


.button-71 {
    background-color: #0078d0;
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-71:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.button-71:hover {
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .button-71 {
        padding: 8px 22px;
    }
}


.applicationimages img{
    border:20px;
}

.waicon {
    position: fixed;
    opacity: 1;
    right: 15px;
    bottom: 70px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    text-align: center;
    padding-top: 8px;
}

    .waicon i {
        font-size: 24px;
        color: var(--contrast-color);
        line-height: 0;
    }

    .waicon:hover {
        background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
        color: var(--contrast-color);
    }

#newslide1 {
    background-image: url('../../assets/img/slider/slider1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
#newslide2 {
    background-image: url('../../assets/img/slider/slider2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
#newslide3 {
    background-image: url('../../assets/img/slider/slider3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
#newslide4 {
    background-image: url('../../assets/img/slider/slider4.jpg?2');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
#newslide1 .item, #newslide2 .item, #newslide3 .item {
    padding: 60px;
    padding-top: calc((100vh - 220px) / 2); /*iwc*/
    z-index: 2;
}

    #newslide1 .item .hero-left, #newslide2 .item .hero-left, #newslide3 .item .hero-left, #newslide4 .item .hero-left, #newslide4 .item .hero-bottom {
        z-index: 2;
    }

#newslide4 .item {
    padding: 60px;
    padding-top: 150px;
    z-index: 2;
}

.imgslider {
    position: relative !important;
    width: auto;
    max-height: 350px;
}

/*.imgslidermulti {
    position: relative !important;
    width: auto;
    max-height: 350px;
}*/

.hero-left p {
    font-size: 22px;
    font-family: var(--heading-font);
}

.hero-bottom img{
    max-width:120px;
    max-height:220px;
}
.slideroverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}



.partner-wrap img{
    width:245px;
    height:auto;
}


.init-swiper .item .topno {
    position: absolute;
    top: 0;
    right: 20%;
    background: #000;
    color: #fff;
    padding: 20px;
    height: 200px;
}

    .init-swiper .item .topno .title1 {
        font-size: 32px;
    }

.image-container {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.applicationimages img {
    border-radius: 10px;
}

.applicationimages .overlayimg {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.65); /* dark semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-align: center;
    padding: 20px;
}

    /*.applicationimages:hover .overlayimg {
            background-color: rgba(0, 0, 0, 0.8);*/ /* dark semi-transparent overlay */
    /*}*/
    .applicationimages .overlayimg h5 {
        color: #fff !important;
        font-weight: 400 !important;
    }

.column-full-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.half-height {
    flex: 1;
    overflow: hidden;
}

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

#MiniRightNav span {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    bottom: 0;
    right: 47px;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transition: all 0.50s ease 0s;
    white-space: nowrap;
    width: 0;
}

#MiniRightNav a:hover span {
    width: auto;
    padding: 0 30px;
    overflow: visible;
}

#MiniRightNav a:hover {
    text-decoration: none;
}

#MiniRightNav a span {
    background-color: #fff;
    color: #3d4f0c;
}

.bluebox {
    padding: 30px;
    border-radius: 10px;
    background: var(--accent-color);
    color:#fff;
}

.proplist {
    border-bottom: 1px solid #d2dfe9;
    padding-bottom: 4px !important;
    margin-bottom: 4px !important;
}
.proplist img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.productlabel {
    background: #aaa;
    border-radius: 5px;
    padding: 4px 8px;
    color: #fff !important;
    font-family: var(--heading-font);
}

/*product*/
.product-info .swiper-button-prev:after,
.product-info .swiper-button-next:after {
    font-size: 24px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.product-info .swiper-button-prev {
    left: 20px;
}

.product-info .swiper-button-next {
    right: 20px;
}

.product-info .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

    .product-info .swiper-pagination .swiper-pagination-bullet {
        background-color: color-mix(in srgb, var(--default-color), transparent 50%);
    }

    .product-info .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--accent-color);
    }

@media (max-width: 1200px) {
    .product-info .swiper {
        margin: 60px 60px 40px 60px;
    }

    .product-info .swiper-button-prev,
    .product-info .swiper-button-next {
        display: none;
    }
}


@media (max-width: 575px) {
    .product-info .swiper {
        margin: 40px 40px 20px 40px;
    }
    .cardprod img {
        max-height: 180px;
        width: auto;
    }
    
    .pmainimg{
        width:220px;
        height:auto;
    }

    .hero-left p {
        font-size: 13px;
        font-family: var(--heading-font);
    }
    .hero blockquote {
        color: color-mix(in srgb, var(--default-color), transparent 20%);
        padding-left: 10px;
        border-left: 2px solid #fff;
        margin: 10px 0;
    }

    #newslide1 .item, #newslide2 .item, #newslide3 .item {
        padding: 10px;
        padding-top: calc((100vh) / 4); /*iwc*/
        z-index: 2;
    }
    .partner-wrap img {
        width: 165px;
        height: auto;
    }
    .hero-bottom img {
        max-width: 70px;
        max-height: 100px;
    }
    img.imgslider {
        max-width: 180px;
        height: auto;
        padding-top: 20px;
    }
}

@media screen and (min-width: 1025px) {
    /* Styles for high-resolution displays */

    .pmainimg {
        width: 220px;
        height: auto;
    }

    .imgslider {
        position: relative !important;
        width: auto;
        max-height: 350px;
    }

    .hero-left p {
        font-size: 22px;
        font-family: var(--heading-font);
    }

    .hero-bottom img {
        max-width: 120px;
        max-height: 220px;
    }
    .multiimg1 {
        max-width: 200px!important;
        max-height: 240px!important;
        /*border: 1px dashed red;*/
    }

    .hero blockquote {
        color: color-mix(in srgb, var(--default-color), transparent 20%);
        padding-left: 10px;
        border-left: 2px solid #fff;
        margin: 10px 0;
    }

    #newslide1 .item, #newslide2 .item, #newslide3 .item {
        padding: 60px;
        padding-top: calc((100vh - 220px) / 2); /*iwc*/
        z-index: 2;
    }

        #newslide1 .item .hero-left, #newslide2 .item .hero-left, #newslide3 .item .hero-left, #newslide4 .item .hero-left, #newslide4 .item .hero-bottom {
            z-index: 2;
        }

    #newslide4 .item {
        padding: 60px;
        padding-top: 150px;
        z-index: 2;
    }
}

@media screen and (min-width: 1281px) {
    /* Styles for high-resolution displays */
    .pmainimg {
        width: 280px;
        height: auto;
    }

    .imgslider {
        position: relative !important;
        width: auto;
        max-height: 420px;
    }

    .hero-left p {
        font-size: 24px;
        font-family: var(--heading-font);
    }

    .hero-bottom img {
        max-width: 160px;
        max-height: 260px;
    }
    .multiimg1 {
        max-width: 220px!important;
        max-height: auto!important;
/*        border:1px solid yellow;*/
    }

    .hero blockquote {
        color: color-mix(in srgb, var(--default-color), transparent 20%);
        padding-left: 20px;
        border-left: 2px solid #fff;
        margin: 20px 0;
    }

    #newslide1 .item, #newslide2 .item, #newslide3 .item {
        padding: 40px;
        padding-top: calc((100vh - 220px) / 2); /*iwc*/
        z-index: 2;
    }

        #newslide1 .item .hero-left, #newslide2 .item .hero-left, #newslide3 .item .hero-left, #newslide4 .item .hero-left, #newslide4 .item .hero-bottom {
            z-index: 2;
        }

    #newslide4 .item {
        padding: 80px;
        padding-top: 180px;
        z-index: 2;
    }
}

@media screen and (min-width: 1368px) {
    /* Styles for high-resolution displays */
    .pmainimg {
        width: 300px;
        height: auto;
    }

    .imgslider {
        position: relative !important;
        width: auto;
        max-height: 480px;
    }

    .hero-left p {
        font-size: 28px;
        font-family: var(--heading-font);
    }

    .hero-bottom img {
        max-width: 200px;
        max-height: 300px;
    }

    .hero blockquote {
        color: color-mix(in srgb, var(--default-color), transparent 20%);
        padding-left: 20px;
        border-left: 2px solid #fff;
        margin: 20px 0;
    }

    #newslide1 .item, #newslide2 .item, #newslide3 .item {
        padding: 40px;
        padding-top: calc((100vh - 220px) / 2); /*iwc*/
        z-index: 2;
    }

        #newslide1 .item .hero-left, #newslide2 .item .hero-left, #newslide3 .item .hero-left, #newslide4 .item .hero-left, #newslide4 .item .hero-bottom {
            z-index: 2;
        }

    #newslide4 .item {
        padding: 80px;
        padding-top: 180px;
        z-index: 2;
    }

    .multiimg1 {
        max-width: 300px;
        max-height: 340px;
    }
    /*.hero-bottom{
        margin-top:100px!important;
    }*/
}

/*@media (max-width:1440) {*/
    /* Styles for high-resolution displays */
    /*.pmainimg {
        width: 340px;
        height: auto;
    }

    .imgslider {
        position: relative !important;
        width: auto;
        max-height: 480px;
    }

    .hero-left p {
        font-size: 28px;
        font-family: var(--heading-font);
    }

    .hero-bottom img {
        max-width: 240px;
        max-height: 340px;
    }
    
    .hero blockquote {
        color: color-mix(in srgb, var(--default-color), transparent 20%);
        padding-left: 20px;
        border-left: 2px solid #fff;
        margin: 20px 0;
    }

    #newslide1 .item, #newslide2 .item, #newslide3 .item {
        padding: 40px;
        padding-top: calc((100vh - 220px) / 2);*/ /*iwc*/
        /*z-index: 2;
    }

        #newslide1 .item .hero-left, #newslide2 .item .hero-left, #newslide3 .item .hero-left, #newslide4 .item .hero-left, #newslide4 .item .hero-bottom {
            z-index: 2;
        }

    #newslide4 .item {
        padding: 80px;
        padding-top: 180px;
        z-index: 2;
    }
}

@media (max-width:1600) {*/
    /* Styles for high-resolution displays */

/*}


@media (max-width:1680) {*/
    /* Styles for high-resolution displays */

/*}

@media (max-width:1920) {*/
    /* Styles for high-resolution displays */

/*}*/






.product-info-table thead tr {
    background: #ddd;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 14px
    /*font-size: 12px;
    font-weight:600;*/
}
    .product-info-table thead tr td {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 14px;
    }
.product-info-table tbody tr td {
    /*font-size: 12px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    color: #666 !important;
    font-size: 14px;
}



.producticons img {
    max-width: 70px;
    height: auto;
    margin-right: 1px;
    margin-bottom: 1px;
}

.placeicons{
    position:absolute;
    right:0;
    bottom:0;
}
    .placeicons img {
        max-width: 60px;
        height: auto;
    }