.menu-style .header>.logo {
    width: 208px;
}
.menu-style.sticky .header>.logo img {
    height: 60px;
}

.menu-style.sticky .header>.logo {
    padding:0px;
}
@media (max-width: 992px) {
    /*.menu-style .header>.logo {*/
    /*    padding: 0px;*/
    /*}*/
}
@media (max-width: 320px) {
    .simple-banner {
        height: 98px;
    }
    .simple-banner .slide-item {
        height: 98px;
    }
}

@media (min-width: 375px) and (max-width: 425px){
    .simple-banner {
        height: 131px;
    }
    .simple-banner .slide-item {
        height: 131px;
    }
}
@media (min-width: 425px) and (max-width: 768px){
    .simple-banner {
        height: 213px;
    }
    .simple-banner .slide-item {
        height: 213px;
    }
    .simple-banner .slider-btn .swiper-button-next span, .simple-banner .slider-btn .swiper-button-prev span {
        font-size: 17px;
        padding: 0px 11px;
    }
}
@media (min-width: 769px) and (max-width: 1024px){
    .simple-banner {
        height: 433px;
    }
    .simple-banner .slide-item {
        height: 433px;
    }
    .simple-banner .slider-btn .swiper-button-next span, .simple-banner .slider-btn .swiper-button-prev span {
        font-size: 17px;
        padding: 0px 11px;
    }
}
@media (min-width: 1024px) and (max-width: 1366px){
    .simple-banner {
        height: 560px;
    }
    .simple-banner .slide-item {
        height: 560px;
    }
}
.about-image-area img {
    width: 40%;
    float: left;
    overflow: hidden;
    margin-right: 12px;
}

.about-text-area {
    text-align: justify;
}

/*contact error*/

#contact-form #email-error,#name-error, #phone-error, #message-error {
    color: #ffffff;
    font-size: 16px;
}
#news-letter-form #email-error, #news-letter-email-error {
    color: #ff0000;
    font-size: 14px;
}

#news-letter-form #news-letter-email-success {
    color: #00b44e;
    font-size: 14px;
}
.font-size-16 , .font-size-16 p, .font-size-16 span{
    font-size: 16px;
}
.product-image-size {
    width: 100%;
    height: 300px;
}

.simple-banner .slide-item img {
    animation: none ;
}
