﻿@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.eot');
    src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Regular';
    color: #111028;
    background-color: #fff;
    font-size:16px;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #111028;
}

a {
    text-decoration: none;
    color: inherit;
}

nav:not(.mm-menu) {
    display: none;
}

#header {
    display: none;
}

.main {
    width: 95.44%;
    margin: 0 auto;
}

.top-container {
    width: 100%;
    /*display: table;*/
    /*position: relative;*/
    transition: all ease-in .5s;
    background: #fff;
}

    .top-container.fixed {
        position: fixed;
        top: 0;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 10px -5px rgba(132, 132, 173, 0.15);
        -moz-box-shadow: 0px 10px 10px -5px rgba(132, 132, 173, 0.15);
        box-shadow: 0px 10px 10px -5px rgba(132, 132, 173, 0.15);
    }

        .top-container.fixed .logo {
            height: 80px;
        }

            .top-container.fixed .logo img {
                max-width: 170px;
                max-height: 50px;
            }

.top-informations {
    background-color: #100f27;
    color: #9496b1;
    font-size: 14px;
}

    .top-informations .main {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 45px;
        padding: 12px 0;
    }

        .top-informations .main a {
            display: flex;
            gap: 14px;
            align-items: center;
            color: #9496b1;
        }

            .top-informations .main a i {
                color: #111028;
                background: #9496b1;
                border-radius: 50px;
                font-size: 11px;
                width: 20px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .top-informations .main .social-media {
            display: flex;
            gap: 7px;
        }

.top-menu .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 12%;
    transition: all ease-in .5s;
}

    .logo img {
        max-width: 218px;
        max-height: 63px;
        transition: all ease-in .5s;
    }

.menu {
    display: flex;
    align-items: center;
}
.menu-search-out {
    width: 78px;
    display: table;
    margin-left: 30px;
}
.menu-search {
    width: 34px;
    height: 34px;
    background: #dfdfdf;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    margin-right: -10px;
    float: left;
    border: 2px solid #fff;
    position: relative;
}
.menu-search-text {
    background: #dfdfdf;
    width: 53px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 17px 17px 0;
    float: right;
    font-size:14px;
}

.modal-body.search {
    width: 41% !important;
    height: 174px !important;
    background: #fff !important;
    border-radius: 24px;
    padding: 30px 39px !important;
}

    .modal-body.search .modal-container {
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.search {
    font-size: 14px;
    color: #100f27;
    border: 2px solid #dfdfdf;
    width: 90%;
    padding: 20px;
    /* display: none; */
    border-radius: 10px;
}

    .search i:not(button i) {
        font-size: 20px;
        color: #100f27;
    }

    .search input, .search input:focus-visible {
        border: unset;
        outline: unset;
        width: 94%;
        background: none;
        color: #100f27;
        font-size: 15px;
        font-family: 'Roboto-Regular';
    }
        .search input::placeholder {
            color: #100f27;
        }
        .d-block {
            display: block;
        }

.slider button.slick-arrow {
    position: absolute;
    right: 15px;
    z-index: 2;
    color: #fff;
    background: rgba(15, 18, 54, 0.8);
    font-size: 20px;
    padding: 11.5px 10.5px;
    border: none;
    outline: none;
    cursor: pointer;
}

    .slider button.slick-arrow i {
        width: 20px;
        height: 27px;
    }

.slider button.slick-prev.slick-arrow {
    bottom: 70px;
    border-radius: 20.81px 20.81px 0 0;
    padding-top: 16px;
}

.slider button.slick-next.slick-arrow {
    bottom: 31px;
    border-radius: 0 0 20.81px 20.81px;
    padding-top: 0;
}

.slider button.slick-prev.slick-arrow::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 3px solid #fff;
    top: 68%;
    right: 28.1%;
    z-index: 3;
}

.products-title {
    font-family: 'Roboto-Bold';
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    position:relative;
}

.products-area {
    display: flex;
    gap: 20px;
    margin-bottom: 37px;
    justify-content: flex-start;
    align-items: center;
}

.product-box {
    width: 24.2%;
    border: 1px solid #f3f3f3;
}
    .product-box:hover {
        box-shadow: 3px 5px 35px rgba(132, 132, 173, 0.15);
        -webkit-box-shadow: 3px 5px 35px rgba(132, 132, 173, 0.15);
        -moz-box-shadow: 3px 5px 35px rgba(132,132,173,0.15);
        z-index: 1;
    }
.product-title {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 73px;
    text-align: center;
    padding: 0 10px;
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 297px;
}

    .product-image img {
        transition: all ease-in 0.35s;
        max-width: 90%;
        max-height: 220px;
    }

    .product-image:hover img {
        transform: scale(1.1);
        /*transform: scale(1.2);*/
        max-height: 220px;
    }

.product-text {
    padding: 33px 25px;
    text-align: justify;
    border-top: 1px solid #f3f3f3;
    min-height: 163px;
}

.product-middle-banner {
    width: 100%;
    max-height: 215px;
    margin-bottom: 37px;
}

    .product-middle-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-banner-with-text {
    height: 215px;
    margin-bottom: 37px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-banner-text-area {
    width: 31.8%;
    margin-right: 4%;
}

.product-banner-title {
    color: #448ccb;
    font-family: 'Roboto-Bold';
    font-size: 26px;
    text-align: right;
    margin-bottom: 15px;
}

.product-banner-text {
    color: #535964;
    text-align: justify;
    line-height: 21px;
    font-family: 'Roboto-Medium';
}

.highlighted-container {
    background: url(../images/highlighted-bg.png) no-repeat;
    min-height: 329px;
    background-size: 100%;
    margin-bottom: 37px;
}

.highlighted-products-title {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 23px;
    padding: 37px 0;
    text-align: center;
}

.highlighted-products-area {
    display: flex;
    margin-bottom: 37px;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}

.highlighted-product-box {
    width: 20%;
    border: 1px solid #e4e4f3;
    background: #ffffff;
    transition: box-shadow 0.3s;
}

    .highlighted-product-box:first-child {
        border-radius: 70px 0 0 70px;
    }

    .highlighted-product-box:last-child {
        border-radius: 0 70px 70px 0;
    }

    .highlighted-product-box:hover {
        box-shadow: 3px 5px 35px rgba(132,132,173,0.18);
        -webkit-box-shadow: 3px 5px 35px rgba(132,132,173,0.18);
        -moz-box-shadow: 3px 5px 35px rgba(132,132,173,0.18);
        z-index: 1;
    }


.highlighted-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 285px;
}

    .highlighted-product-image img {
        transition: all ease-in 0.35s;
        /*transition: all ease-in 0.3s;*/
        max-width: 80%;
        max-height: 206px;
    }

    .highlighted-product-image:hover img {
        transform: scale(1.1);
        /*transform: scale(1.2);*/
        max-height: 206px;
    }

.highlighted-product-title {
    font-family: 'Roboto-Bold';
    font-size: 19px;
    text-align: center;
    min-height: 91px;
    padding: 10px 39px 5px;
}

.home-gallery-products-area {
    display: flex;
    justify-content: space-between;
}

.home-gallery-product-box {
    width: 48%;
    border: 1px solid #dbdbdb;
}

    .home-gallery-product-title {
        font-family: 'Roboto-Bold';
        font-size: 24px;
        color: #111028;
        text-align: center;
        margin: 20px 0;
        padding: 0 10px;
    }

.home-gallery-product-desc {
    padding: 0 104px;
    font-family: 'Roboto-Medium';
    text-align: justify;
    font-size: 15px;
    min-height: 92px;
}

    .home-gallery-product-desc > div:not(.go-product) {
        min-height: 55px;
    }

.go-product {
    color: #0f1236;
    font-family: 'Roboto-Medium';
    /* text-align: center; */
    margin: 35px auto;
    border: 1px solid #c7c7e2;
    border-radius: 20.2px;
    width: 168px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-gallery-product-box:hover .go-product {
    box-shadow: 0 0 45px rgba(132,132,173,0.18);
}
.home-gallery-product-box:hover {
    box-shadow: 0 0 45px rgba(132,132,173,0.18);
}
    .home-gallery-product-box:hover .home-gallery-product-gallery-image {
        transform: scale(1.05);
    }
    .go-product i {
        margin-left: 8px;
        width: 14px;
        height: 11px;
    }

.home-gallery-product-image-area {
    display: flex;
    border-top: 1px solid #dbdbdb;
    max-height: 500px;
}

.home-gallery-product-image {
    width: 42.514%;
    height: 499px;
}

    .home-gallery-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.home-gallery-product-gallery {
    width: 57.486%;
}

    .home-gallery-product-gallery .slick-track, .home-gallery-product-gallery .slick-list {
        height: 100%;
    }

    .home-gallery-product-gallery button.slick-arrow {
        background: transparent;
        border: none;
        color: #112b41;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        bottom: 8.3%;
    }

        .home-gallery-product-gallery button.slick-arrow i {
            width: 14px;
            height: 11px;
        }

    .home-gallery-product-gallery button.slick-prev.slick-arrow {
        left: 39%;
    }

    .home-gallery-product-gallery button.slick-next.slick-arrow {
        right: 39%;
    }

    .home-gallery-product-gallery .slick-dots {
        border-radius: 50px;
        bottom: 35px;
        width: 25%;
        left: 50%;
        transform: translate(-50%, 0);
        border: 1px solid #f8f8f8;
        padding: 6.25px 0;
    }

        .home-gallery-product-gallery .slick-dots button {
            border-radius: 50px;
            width: 14px;
            height: 14px;
        }

        .home-gallery-product-gallery .slick-dots .slick-active button {
            border: 1px solid #112b41;
            width: 15px;
            height: 15px;
        }

.home-gallery-product-gallery-image {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all ease-in 0.35s;
}

    .home-gallery-product-gallery-image img {
        max-width: 357px;
        max-height: 350px;
    }

.corporate-container .main {
    display: flex;
    margin-bottom: 100px;
    height:579px;
}

.corporate-title {
    font-family: 'Roboto-Bold';
    text-align: center;
    font-size: 24px;
    margin: 37px auto;
}

.corporate-left {
    position: relative;
    width: 42.737%;
}

    .corporate-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*border-radius: 0 0 50px 0;*/
    }

    .corporate-left a, .right-area a {
        position: absolute;
        right: 40px;
        bottom: 50px;
        background: url(../images/pdf-icon.png) no-repeat top center;
        color: #ffffff;
        font-family: 'Roboto-Bold';
        font-size: 26px;
        min-height: 78px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        transition: all ease 0.3s;
    }
        .corporate-left a:hover, .right-area a:hover {
            text-shadow: 0 0 10px #ffffff, 0 0 20px #007bff;
            transform: translateY(-2px);
        }

        .corporate-boxes {
            position: absolute;
            top: 7%;
            right: 12%;
            display: flex;
            flex-wrap: wrap;
            width: 52.8%;
            gap: 34px;
        }

.corporate-box {
    background: rgba(255, 255, 255, 0.87);
    border-radius: 25px;
    padding: 29px;
    width: 188px;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-area .corporate-boxes .corporate-box {
    background: #fafafc
}

.corporate-box-text {
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    text-align: center;
    width: 132px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .corporate-box-text div {
        font-family: 'Roboto-Bold';
        font-size: 38px;
    }

.corporate-right {
    background: url(../images/corporate-bg.png) no-repeat right center;
    min-height: 550px;
    width: 57.263%;
    padding: 7% 9.9% 9.1% 13.2%;
}

.corporate-right-title {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    margin-bottom: 32px;
}

.corporate-right-text {
    font-family: 'Roboto-Regular';
    text-align: justify;
    color: #5e5e6c;
    margin-bottom: 32px;
    line-height: 30px;
    font-size: 18px;
}

.corporate-right-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.corporate-right-text img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.corporate-right-bottom-text {
    font-size: 18px;
    color: #5e5e6c;
    font-family: 'Roboto-MediumItalic';
}

.corporate-right-button {
    color: #fff;
    background: #242847;
    border-radius: 21.72px;
    width: 25.6%;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
}

    .corporate-right-button:hover {
        background: #fff;
        color: #242847;
        border: 1px solid #242847;
        box-shadow: inset 400px 0 0 0 #fff;
    }

.references-container {
    margin-bottom: 70px;
}

.references-title {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.references-text {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 37px;
    width: 40%;
    line-height: 32px;
}

.reference-boxes {
    width: 101%;
}

.reference-box {
    width: 285px !important;
    height: 248px !important;
    border: 1px solid #d6d7e2;
}

.reference-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    padding: 20px 50px 0;
}

    .reference-image img {
        max-width: 90%;
        max-height: 140px;
    }

.reference-text {
    text-align: center;
    font-size: 17.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    min-height: 60px;
}

.reference-boxes button.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    outline: unset;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e4e4f3;
    z-index: 2;
    cursor: pointer;
}

    .reference-boxes button.slick-arrow i {
        font-size: 22px;
    }

.reference-boxes button.slick-next.slick-arrow {
    right: 3px;
}

.reference-boxes button.slick-prev.slick-arrow {
    left: -16px;
}

.blog-area-title {
    font-family: 'Roboto-Black';
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.blog-see-all {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #c4c5d3;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    transition: all ease 0.35s;
    padding-bottom:5px;
}
    .blog-see-all:hover::after {
        width: 100%;
        transition: width .5s;
    }
    .blog-see-all::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #c4c5d3;
        transition: width .5s;
    }
    .blog-see-all i {
        margin-left: 10px;
    }

.blog-area {
    background: #f9f9f9;
    margin-bottom: 64px;
}

    .blog-area .main {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 35px;
        padding: 45px 0;
    }

.blog-box {
    width: 18.4%;
    background: #fff;
}

.blog-image {
    max-width: 100%;
    height: 188px;
}

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog-text {
    padding: 20px;
    height: 232px;
}

.blog-title {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 45px;
}

.blog-desc {
    font-size: 16px;
    text-align: justify;
}

.quality-container {
    background: url(../images/quality-bg.png) no-repeat 2% center;
    min-height: 617px;
}

    .quality-container .main {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 45px;
    }

.quality-text {
    width: 48.3%;
    text-align: center;
    padding-top: 85px;
}

.quality-title {
    margin-bottom: 40px;
    position: relative;
}

    .quality-title h1 {
        font-family: 'Roboto-Black';
        font-size: 32px;
    }

    .quality-title:before {
        content: '';
        position: absolute;
        height: 4px;
        width: 59px;
        bottom: -13px;
        left: 50%;
        transform: translate(-50%,0);
        background: #c6c6c6;
    }

    .quality-title div {
        font-size: 22px;
    }

.quality-desc {
    text-align: justify;
    position: relative;
    margin-bottom: 45px;
    line-height: 24px;
}

    .quality-desc:before {
        content: '';
        position: absolute;
        height: 4px;
        width: 133px;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%,0);
        background: #c6c6c6;
    }

    .quality-desc div:first-child {
        font-family: 'Roboto-Bold';
        width: 75%;
        margin: 0 auto 25px;
        line-height: 24px;
        text-align: center;
    }

.quality-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.quality-button {
    background: #242847;
    color: #fff;
    width: 16.7%;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    cursor: pointer;
    transition: all ease 0.3s;
}

    .quality-button:hover {
        color: #242847;
        background: #fff;
        border: 1px solid #242847;
    }

.quality-image {
    width: 24.2%;
    max-height: 458px;
    padding-top: 15px;
}

    .quality-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.footer-container {
    background: url(../images/footer-top-bg.png) no-repeat center center;
    min-height: 272px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 4%;
}

    .footer-container.grey-bg {
        box-shadow: 0 -248.938px 0 0 #fbfbfd;
    }

    .footer-container.mt-10 {
        margin-top: 10%;
    }

    .footer-container.mt-13 {
        margin-top: 13%;
    }

.footer-boxes {
    display: flex;
    width: 68.504%;
    margin-top: -4.5%;
}

.footer-box {
    background: #fafafc;
    color: #808285;
    font-family: 'Roboto-Bold';
    font-size: 24px;
    width: 33.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    position: relative;
}

.line, .line2 {
    height: 100%;
    border: 2px solid #fff;
    background: #fff;
    position: absolute;
    left: 0;
}

    .line:before {
        border: solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        pointer-events: none;
        width: 0;
        left: 0;
        margin-left: -3px;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        top: 50%;
        margin-top: -1px;
        border-width: 35px;
        transform: translateY(-50%);
    }

    .line:after {
        border: solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        pointer-events: none;
        width: 0;
        left: 0;
        margin-left: -3px;
        border-color: rgba(255, 255, 255, 0);
        top: 50%;
        border-width: 30px;
        border-left-color: #fafafc;
        transform: translateY(-50%);
    }

.line2 {
    left: unset;
    right: 0;
}

    .line2:before {
        border: solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        pointer-events: none;
        width: 0;
        margin-right: -3px;
        right: 0;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        top: 50%;
        margin-top: -1px;
        border-width: 35px;
        transform: translateY(-50%);
    }

    .line2:after {
        border: solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        pointer-events: none;
        width: 0;
        margin-right: -3px;
        right: 0;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fafafc;
        top: 50%;
        border-width: 30px;
        transform: translateY(-50%);
    }

.footer-box-icon {
    border: 1px solid #e0e0ed;
    border-radius: 50%;
    background: #fafafc;
    width: 152px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -16%;
}

    .footer-box-icon img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
.footer-box:hover .footer-box-icon:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #c7c7e2;
    opacity: 0.75;
    animation-name: pulse-border-big;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
    .footer-box-icon:hover:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #c7c7e2;
        opacity: 0.75;
        animation-name: pulse-border-big;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }
/*    .footer-box-icon:hover img {
        animation: tilt-n-move-shaking 0.25s linear infinite;
    }

@keyframes tilt-n-move-shaking {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(5px, 5px) rotate(5deg);
    }

    50% {
        transform: translate(0, 0) rotate(0eg);
    }

    75% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}*/

.footer-box-text {
    color: #808285;
    font-size: 24px;
    font-family: 'Roboto-Bold';
    margin-bottom: 40px;
}

.footer-text {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

    .footer-text div {
        font-family: 'Roboto-Bold';
        font-size: 24px;
        letter-spacing: 7.5px;
    }

.footer .main {
    display: flex;
    color: #4b4d67;
    background: url(../images/footer-bg.png) no-repeat;
    min-height: 389px;
    flex-direction: column;
    padding-top: 64px;
    background-position: 97% 25%;
}

.footer-top {
    display: flex;
    width: 100%;
    gap: 100px;
    justify-content: flex-end;
    font-size: 14px;
    margin-bottom: 70px;
}

.footer-logo {
    width: 264px;
    height: 77px;
}

    .footer-logo img {
        max-width: 264px;
        max-height: 77px;
        width: 100%;
        height: 100%;
    }

.footer-information {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #4b4d67;
    width: 18.4%;
}

    .footer-information a, .footer-information a div {
        font-family: 'Roboto-Medium';
        color: #4b4d67;
    }

.footer-m-left {
    margin-left: 71px;
}

.footer-information-box {
    display: flex;
    gap: 10px;
}

.footer-icon {
    font-size: 16px;
}

.footer-information-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-social {
    display: flex;
    gap: 10px;
}

    .footer-social a {
        display: flex;
        align-items: center;
    }

        .footer-social a i {
            color: #fff;
            background: #4a4d67;
            border-radius: 50px;
            font-size: 14px;
            width: 26px;
            height: 26px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0;
        }

.footer-menues {
    display: flex;
    gap: 121px;
    margin-top: 17px;
    width: 35.3%;
}

    .footer-menues ul {
        list-style: none;
        line-height: 26px;
    }

    .footer-menues span {
        font-family: 'Roboto-Bold';
        margin-bottom: 10px;
        display: block;
    }

    .footer-menues ul li a {
        color: #4a4d67;
    }
        .footer-menues ul li a:hover {
            color: #8b8bd9;
        }

.categories ul {
    max-height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 90px;
}

.footer-bulletin {
    margin-top: 17px;
    width: 31%;
}

.bulletin-title {
    font-size: 20px;
    font-family: 'Roboto-Light';
    margin-bottom: 20px;
    padding-left: 20px;
}

    .bulletin-title span {
        font-size: 26px;
        font-family: 'Roboto-Black';
    }

.txt-bulletin {
    border: 1px solid #fafafa;
    outline: none;
    color: #c6c6c6;
    padding: 23px 22px;
    border-radius: 5px;
    width: 100%;
    /*width: 562px;*/
}

.bulletin-error {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #FF0000;
}

.bulletin-result {
    position: absolute;
    bottom: -35px;
    left: 20px;
    color: #FF0000;
}

.entry-btn {
    background: #242847;
    color: #fff;
    font-family: 'Roboto-Bold';
    border-radius: 5px;
    padding: 13px 22px;
    width: 28.5%;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1%;
    transition: all ease 0.3s;
}

    .entry-btn:hover {
        color: #242847;
        background: #fff;
        border: 1px solid #242847;
    }

    .entry-btn i {
        right: 22px;
        top: 11px;
        position: absolute;
        font-size: 23px;
        color: #54578a;
    }

.relative {
    position: relative;
}

.footer-bottom {
    background: #f3f3f3;
    padding: 17px 0;
}

    .footer-bottom .main {
        display: flex;
        justify-content: space-between;
        font-family: 'Roboto-Medium';
        flex-direction: unset;
        min-height: unset;
        background: unset;
        padding-top: unset;
        gap: unset;
        color: #7f8088;
        font-family: 'Roboto-Medium';
        font-size: 14px;
    }

/*navigation*/
.banner-container {
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(16,15,39,0.18), rgba(16,15,39,0.18)), url(../images/menu-banner.png) no-repeat center center;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    gap: 10px;
}

.navigation-title {
    font-family: 'Roboto-Bold';
    font-size: 30px;
    color: #100f27;
    margin: 0;
}

.navigation-menues ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
}

    .navigation-menues ul li:not(:last-child)::after {
        font-family: "Font Awesome 6 Free";
        content: '\f054';
        color: #9897a7;
        font-size: 12px;
        margin: 0 6px;
    }

    .navigation-menues ul li a {
        font-family: 'Roboto-Regular';
        font-size: 14px;
        color: #9897a7;
        text-decoration: none;
    }

    .navigation-menues ul li:last-child a {
        color: #5d5c76;
    }

.content-container {
    display: flex;
    gap: 100px;
    margin-top: 60px;
}

.content-left {
    /*width: 21.3%;*/
    width: 308px;
}

.content-right {
    width: 78.7%;
    padding-right: 2.28%;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.left-area {
    width: 43.5%;
    float: left;
}

    .left-area .corporate-boxes {
        position: relative;
        width: 100%;
        top: unset;
        right: unset;
        gap: 37px;
    }

    .left-area .corporate-box {
        width: 29.22%;
    }

    /*  .left-area .corporate-box-text div {
        font-size: 29px;
    }*/

    .left-area .corporate-right-bottom {
        margin-bottom: 65px;
    }

.content-right .corporate-right-text div:first-child {
    font-family: 'Roboto-Bold';
    font-size: 16px;
    margin-bottom: 12px;
}

.right-area {
    width: 52.5%;
    position: relative;
    float: right;
}

    .right-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .right-area a {
        bottom: unset;
        right: 30px;
        top: 30px;
    }

.gallery-container {
    width: 100%;
    /*display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 60px;*/
}

.gallery-image {
    width: 279px !important;
    height: 279px !important;
}

    .gallery-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 25px;
    }

    .gallery-image.video {
        position: relative;
    }

        .gallery-image.video i {
            position: absolute;
            width: 77px;
            height: 77px;
            cursor: pointer;
            color: rgba(255 255 255 / 0.8);
            font-size: 77px;
            transition: all ease .3s;
            z-index: 999;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .gallery-image.video:hover > a i {
            color: rgba(255, 255, 255, 1);
        }

.gallery-container button.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    outline: unset;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e4e4f3;
    z-index: 2;
    cursor: pointer;
}

    .gallery-container button.slick-arrow i {
        font-size: 22px;
        color: #e4e4f3;
    }

.gallery-container button.slick-next.slick-arrow {
    right: 0;
}

.gallery-container button.slick-prev.slick-arrow {
    left: -16px;
}

.document-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /*margin: 40px 0 50px;*/
}

.content-doc-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e7e7f6;
    min-height: 56px;
    gap: 35px;
    padding: 0 20px;
    border-radius: 7px;
}

.content-doc-item i {
    color: #100f27;
}

.content-doc-name {
    width: 90%;
    color: #100f27;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    word-wrap: break-word;
    padding-right: 40px;
}

.content-doc-icon {
    width: 3.2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content-doc-icon img {
        max-width: 28px;
        max-height: 29px;
    }

.mission-container {
    display: flex;
    width: 78.5%;
    align-items: center;
    margin: 0 auto;
}

    .mission-container .corporate-right-text {
        margin-bottom: 90px;
    }

.mission-right img {
    max-width: 539px;
    max-height: 557px;
}

.production-image {
    /* max-width: 744px;
    max-height: 554px;*/
    width: 50.9%;
    height: 554px;
    float: right;
    margin: 0 0 35px 60px;
}

    .production-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 50px 0 0;
    }

.quality-top {
    max-width: 100%;
    max-height: 553px;
}

    .quality-top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

.quality-bottom {
    width: 86.7%;
    margin: 0 auto;
    border-radius: 52px;
    padding: 50px 50px 10px;
    margin-top: -14%;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}

.reference-boxes.list {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.grey-panel {
    background: #fbfbfd;
}

.gallery-type-container {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 40px 0 40px;
}

    .gallery-type-container li {
        height: 34px;
        width: 10%;
    }

        .gallery-type-container li input {
            cursor: pointer;
            display: none;
        }

        .gallery-type-container li label {
            cursor: pointer;
            background: #fff;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 17px;
            border: 1px solid #d6d7e2;
            color: #8f8d9e;
            font-size: 14px;
            transition: all ease 0.4s;
        }
            .gallery-type-container li label:hover {
                background: #8f8d9e;
                color: #fff;
            }
        .gallery-type-container li input:checked + label {
            font-family: 'Roboto-Bold';
            color: #100f27;
        }

.gallery-container.list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 23px;
    flex-wrap: wrap;
}

.gallery-box {
    background: #fff;
    width: 285px;
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 35px rgba(8,8,37,0.15);
    transition: all ease .3s;
}

    .gallery-box:hover {
        transform: scale(1.04);
    }

    .gallery-box a {
        width: 265px;
        height: 265px;
        display: block;
        position: relative;
    }

    .gallery-box.video a {
        position: relative;
    }

        .gallery-box.video a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }

        .gallery-box.video a i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 44px;
            border: 4px solid #fff;
            border-radius: 50%;
            width: 96px;
            height: 96px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all ease .3s;
            opacity: 0.8;
        }

    .gallery-box.video:hover a i {
        opacity: 1;
    }

    .gallery-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pagingDiv {
    display: table;
    margin: 60px auto 10px auto;
    border: none;
}

    .pagingDiv a, .pagingDiv span {
        display: inline-block;
        padding: 7px;
        margin-right: 8px;
        border: 1px solid #cfcfec;
        border-radius: 50%;
        width: 33px;
        height: 33px;
        font-size: 14px;
        font-family: 'Roboto-Bold';
        text-decoration: none;
        color: #8f8d9e;
        background: #fff;
        vertical-align: middle;
        text-align: center;
    }

        .pagingDiv a:first-child, .pagingDiv a:last-child {
            border: none;
            background: none;
        }

        .pagingDiv span.disableLink {
            color: #dcdada;
            border: none;
            background: none;
        }

        .pagingDiv a:hover {
            color: #4b4d67;
        }

        .pagingDiv a.active {
            color: #0b7abe;
        }

    .pagingDiv span {
        /*color: #2e2d42;*/
    }

.paging-bold {
    border-color: #100f27 !important;
}

.blog-area.list {
    background: #fbfbfd;
}

    .blog-area.list .main {
        flex-wrap: wrap;
    }

.blog-container {
    margin-top: 40px;
    /*background: #fbfbfd;*/
}

.blog-container-detail {
    background: #fbfbfd;
    padding-top: 40px;
}

.blog-detail-image {
    width: 100%;
    height: 514px;
}

    .blog-detail-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 40px;
    }

.blog-detail-title {
    font-family: 'Roboto-Bold';
    font-size: 30px;
    color: #100f27;
    margin-bottom: 35px;
}

.blog-detail-text {
    width: 93.1%;
    background: #fff;
    margin: 0 auto;
    padding: 50px 85px;
    margin-top: -8%;
    z-index: 2;
    position: relative;
    border-radius: 48px;
    text-align: justify;
    line-height: 25px;
}

.other-blogs-title {
    font-family: 'Roboto-Black';
    font-size: 24px;
    text-align: center;
    color: #242847;
    margin: 65px 0 0px;
}

/*.blog-container .blog-area {
    background: unset;
}*/

.other-blogs .blog-area {
    background: unset
}

.gallery-container.blog {
    margin-top: 75px;
}

    .gallery-container.blog .gallery-image {
        width: 236px !important;
        height: 236px !important;
    }

.contact-container {
    background: #fbfbfd;
}

.contact-top {
    padding-top: 2.8%;
}

.contact-boxes {
    width: 65.7%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    margin-bottom: -4%;
    z-index: 2;
    position: relative;
}

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30.8%;
    gap: 20px;
    border-radius: 16px;
    min-height: 171px;
    box-shadow: 0 0 25px rgba(8, 8, 37, 0.09);
    background: #fbfbfd;
}

.contact-box-title {
    font-family: 'Roboto-Medium';
    font-size: 24px;
    color: #100f27;
}

    .contact-box-title i {
        font-size: 19px;
    }

.contact-box-text {
    font-size: 18px;
    color: #5d5c76;
    min-height: 44px;
}

.contact-map {
    width: 100%;
    height: 419px;
}

    .contact-map iframe {
        width: 100%;
        height: 100%;
    }

.contact-bottom {
    background: url(../images/contact-bg.png) no-repeat center center;
    height: 705px;
    background-size: cover;
    display: flex;
    padding: 40px 60px;
    gap: 150px;
}

.contact-bottom-left {
    width: 41.8%;
    position: relative;
    font-size: 14px;
    color: #8b8baa;
    text-align: justify;
}

    .contact-bottom-left:after {
        content: '';
        position: absolute;
        bottom: 0;
        background: url(../images/contact-letter-bg.png) no-repeat center center;
        height: 403px;
        background-size: contain;
        width: 100%;
    }

.contact-bottom-title {
    font-family: 'Roboto-Bold';
    font-size: 28px;
    color: #242847;
    text-align: center;
    margin: 15px 0 20px;
}

.contact-bottom-text {
    width: 87%;
    margin: 10px auto 0 auto
}

.contact-bottom-right {
    width: 68.2%;
}

.contact-input-area {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.contact-input-group {
    display: flex;
    gap: 27px;
    /*height: 79px;*/
}

    .contact-input-group .input-box {
        width: 50%;
    }

.input-box {
    position: relative;
    color: #d1d1dc;
}

    .input-box textarea {
        height: 144px;
        border-radius: 7px;
    }

    .input-box i {
        position: absolute;
        left: 31px;
        top: 31px;
    }

.input-contact {
    background: #fff;
    border: none;
    padding: 33px 51px;
    width: 100%;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    border: 1px solid #f7f7f7;
    border-radius: 7px;
    color: #d1d1dc;
    height: 79px;
}

    .input-contact:focus {
        outline: none;
        border: 1px outset #242847;
    }

.contact-bottom-area {
    display: flex;
    gap: 41px;
    margin-top: 35px;
    justify-content: flex-end;
    align-items: center;
}

.button-area {
    width: 16.5%;
    height: 43.5px;
    position: relative;
}

    .button-area i {
        position: absolute;
        top: 17px;
        /*left: 65px;*/
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
    }

.contact-btn {
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: #242847;
    border-radius: 21.72px;
    border: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
}

    .contact-btn:hover {
        background: #fff;
        color: #242847;
        border: 1px solid #242847;
        box-shadow: inset 400px 0 0 0 #fff;
    }

.error-stars {
    position: absolute;
    right: 10px;
    top: 10px;
}

.contact-error {
    font-family: 'Roboto-Bold';
    margin: 15px 0 20px;
    min-height: 20px;
}

.success {
    color: #28a745;
}

.error {
    color: #dc3545;
}

.error-container {
    min-height: 450px;
}

    .error-container .main {
        background: url(../images/404-bg.png) no-repeat center center;
        width: 31%;
        height: 347px;
        margin: 5% auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #4c4c4c;
    }

.big-error {
    font-family: 'Roboto-Black';
    font-size: 137px;
    position: relative;
    background: linear-gradient(to bottom, #4c4c4c 0%, #4c4c4c calc(50% - 37px), #999999 50%, #4c4c4c calc(50% + 37px), #4c4c4c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100% 200%;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    0% {
        background-position: center top;
    }

    100% {
        background-position: center bottom;
    }
}

.second-big-error {
    font-family: 'Roboto-Black';
    font-size: 48px;
}

.error-text {
    font-size: 18px;
}

.footer-top.error {
    justify-content: flex-start;
}

.error-container.error-500 .main {
    background: unset;
    gap: 10px;
    width: 25%;
    text-align: center;
}

.error-img img {
    max-width: 393px;
    max-height: 290px;
}

.error-title {
    font-family: 'Roboto-Black';
    font-size: 39px;
    background: linear-gradient(to bottom, #4c4c4c 0%, #4c4c4c calc(50% - 18px), #999999 50%, #4c4c4c calc(50% + 18px), #4c4c4c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100% 200%;
    animation: shine 3s linear infinite;
}

.product-container {
    display: flex;
    gap: 35px;
    margin-top: 40px;
}

.product-left {
    width: 330px;
}

.product-right {
    width: 79%;
    padding-right: 2.28%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 35px;
}

.list-product-box {
    width: 22.6%;
    height: 470px;
    color: #111028;
    border: 1px solid #f6f6fc;
    position:relative;
}
    .list-product-box::before,
    .list-product-box::after {
        content: "";
        position: absolute;
        border: 2px solid transparent;
        transition: all ease-in 0.35s;
    }
    .list-product-box::before {
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-left-color: transparent;
    }
    .list-product-box::after {
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .list-product-box:hover::before {
        width: 60px;
        height: 60px;
        border-top-color: #100f27;
        border-right-color: #100f27;
    }

    .list-product-box:hover::after {
        width: 60px;
        height: 60px;
        border-bottom-color: #100f27;
        border-left-color: #100f27;
    }
    .list-product-box:hover .list-product-image img {
        transform: scale(1.05);
        max-height: 218px;
    }
.list-product-image {
    height: 236px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .list-product-image img {
        max-height: 200px;
        max-width: 80%;
        transition: all ease-in 0.35s;
    }

.list-product-features {
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 10px;
}

.product-feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.product-feature-name{
    font-size:14px;
}
.product-feature-icon {
    width: 49px;
    height: 49px;
}

    .product-feature-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*.list-product-code-area {
    height: 33px;
    width: 61%;
    margin: 0 auto;
}*/
.list-product-code {
    height: 33px;
    width: 61%;
    margin: 0 auto;
    /*border: 1px solid #100f27;*/
    border-radius: 5.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    padding: 3px;
}

.list-product-name {
    height: 66px;
    /*height: 72px;*/
    text-align: center;
    padding: 8px 10px;
    font-size: 18px;
}

.null-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Roboto-Bold';
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
}

.product-detail-container {
    width: 100%;
    background: #fafafc;
    border-radius: 0 0 90px 90px;
}

.product-detail-top {
    display: flex;
    justify-content: flex-start;
    gap: 100px;
    padding: 35px 40px;
    border-bottom: 8px solid #fff;
}

.product-detail-left {
    width: 616px;
    height: 575px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product-detail-left img {
        max-width: 450px;
        max-height: 350px;
    }

.product-detail-right {
    width: 48%;
}

.product-detail-title {
    font-family: 'Roboto-Bold';
    font-size: 40px;
    color: #100f27;
    margin-bottom: 30px;
}

.product-detail-code {
    height: 51px;
    width: 35.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #100f27;
    color: #fff;
    border-radius: 5.5px;
    font-family: 'Roboto-Bold';
    margin-bottom: 15px;
}

.product-detail-features {
    background: #fff;
    padding: 28px 45px;
}

.features-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.features-bottom table {
    border-spacing: 0 20px;
}

    .features-bottom table tbody tr td:first-child {
        font-family: 'Roboto-Bold';
        color: #100f27;
        width: 135px;
    }

    .features-bottom table tbody tr td:nth-child(2) {
        width: 35px;
    }

.product-detail-offer {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.request-form {
    background: #242847;
    color: #fff;
    border-radius: 21.72px;
    height: 43px;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto-Medium';
}

    .request-form:hover {
        background-position: 100%;
        background: #fff;
        transition: all .5s ease;
        color: #242847;
        border: 1px solid #242847;
    }


.product-tabs {
    list-style: none;
    font-family: 'Roboto-Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 48px 0 24px;
    border-bottom: 5px solid #fff;
}

    .product-tabs li {
        padding-bottom: 12px;
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }

    .product-tabs > li.ui-tabs-active {
        border-bottom: 2px solid #111028;
        transition: border-bottom 0.4s ease;
        position: relative;
    }

        .product-tabs > li.ui-tabs-active:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: 19px;
            left: 50%;
            transform: translate(-50%,0);
            border: solid transparent;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #111028;
            border-width: 6px;
        }
    /* .product-tabs > li.ui-tabs-active {
        position: relative;
    }

        .product-tabs > li.ui-tabs-active:before {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            top: 30px;
            left: 50%;
            transform: translate(-50%,0);
            background: #111028;
        }

        .product-tabs > li.ui-tabs-active a:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translate(-50%,0);
            border: solid transparent;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #111028;
            border-width: 6px;
        }*/
    .product-tabs > li:hover {
        border-bottom-color: #111028;
        position: relative;
    }

        .product-tabs > li:hover:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: 19px;
            left: 50%;
            transform: translate(-50%,0);
            border: solid transparent;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #111028;
            border-width: 6px;
        }

.tab-div {
    padding: 24px 145px 40px;
    line-height: 26px;
    text-align: justify;
}

.gallery-container.product .gallery-image {
    width: 141px !important;
    height: 141px !important;
}

    .gallery-container.product .gallery-image i {
        width: 25px;
        height: 34px;
        font-size: 34px;
    }

.document-container.product .content-doc-item a {
    background: #fff;
    border: unset;
}

.modal-body {
    width: 53.3% !important;
    height: 875px !important;
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 58px;
    padding: 30px 60px !important;
    background: #f8f8fb !important;
}

    .modal-body.big {
        background-image: url(../images/shadow-popup.png) !important;
        background-repeat: no-repeat !important;
        background-position: center 83px !important;
        width: 100%;
        height: 88px;
    }

    .modal-body.small {
        width: 25% !important;
        height: 335px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 23px;
    top: 25px;
    font-size: 26px !important;
    line-height: 26px !important;
    display: block;
    transition: all ease-in-out 0.5s;
    color: #bfbfc1 !important;
    background: none;
}

    .close:hover {
        color: red !important;
        filter: drop-shadow(0 0 8px rgba(240, 167, 12, 0.8));
        transition: all ease-in-out 0.5s;
    }

.modal-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.modal-head {
    width: 100%;
    font-family: 'Roboto-Bold';
    font-size: 28px;
    line-height: 28px;
    color: #242847;
    text-align: center;
    margin-bottom: 15px;
    transition: all ease-in-out 0.5s;
    /*box-shadow:3px 5px 95px rgba(16,15,39,0.13);*/
}

.modal-textboxBack {
    width: 100%;
    height: 80px;
    position: relative;
    background: #fff;
    border-radius: 7px;
}

    .modal-textboxBack i {
        position: absolute;
        left: 30px;
        top: 33px;
        color: #d1d1dc;
        font-size: 14px;
    }

    .modal-textboxBack.product {
        background: #e7e7eb;
        /*box-shadow: 3px 5px 95px rgba(16, 15, 39, 0.13);*/
    }

        .modal-textboxBack.product .textbox {
            font-family: 'Roboto-Medium';
            font-size: 18px;
            color: #242847;
        }

    .modal-textboxBack.full {
        width: 100%;
    }

    .modal-textboxBack.half {
        width: 48.8%;
    }

    .modal-textboxBack .textbox {
        font-size: 14px;
        line-height: 30px;
        padding: 27px 50px;
        color: #6a668e;
        width: 100%;
        height: 100%;
        border: unset;
        outline: unset;
        position: relative;
    }

        .modal-textboxBack .textbox::placeholder {
            color: #d1d1dc;
        }

    .modal-textboxBack label.error, .FormError {
        position: absolute;
        right: 15px;
        top: 15px;
        color: red;
    }

    .modal-textboxBack textarea, .modal-textboxBack.message {
        height: 144px !important;
    }

    .modal-textboxBack.noback {
        background: none;
    }

.modal-bottom-area {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.modal-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-button-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.modal-send {
    width: 159px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #242847;
    color: #fff;
    border-radius: 21.72px;
    transition: all ease-in-out 0.5s;
    font-family: 'Roboto-Regular';
    cursor: pointer;
}

    .modal-send:hover {
        border: 1px solid #242847;
        color: #242847;
        background: #fff;
        transition: all ease-in-out 0.5s;
    }

.modal-error {
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #202222;
    text-align: center;
    transition: all ease-in-out 0.5s;
}

.kvkkcheckbox {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #242847;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .kvkkcheckbox a {
        font-family: 'Roboto-Bold';
        text-decoration: underline;
    }

    .kvkkcheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #242847;
    border-radius: 4px;
}

.kvkkcheckbox:hover input ~ .checkmark {
    /*background-color: #238129;*/
}

    .kvkkcheckbox:hover input ~ .checkmark::after {
        display: block;
        opacity: .3;
    }

.kvkkcheckbox:hover input:checked ~ .checkmark::after {
    opacity: 1;
}

/* When the checkbox is checked, add a blue background */
.kvkkcheckbox input:checked ~ .checkmark {
    background-color: #fff;
    opacity: 1;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.kvkkcheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.kvkkcheckbox .checkmark:after {
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 900;
    background: url(../images/tick.png) no-repeat center center;
}

.OfferError {
    color: red;
}

    .OfferError.success {
        color: green;
    }

    .OfferError.loading {
        color: #242847;
        animation: pulse ease-in-out 4s infinite;
    }

@keyframes pulse {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.7;
    }

    20% {
        opacity: 0.3;
    }

    30% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.7;
    }

    70% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.7;
    }

    90% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.7;
    }
}

.modal-success-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #6a668e;
    gap: 10px;
}

.modal-success-title {
    font-family: 'Roboto-Bold';
    font-size: 20px;
}

.modal-success-text {
    font-size: 18px;
}

.related-products-container {
    width: 100%;
}

.related-products-title {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #100f27;
    text-align: center;
    margin-bottom: 40px;
}

.related-products-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.related-product-box {
    width: 335px;
    border: 1px solid #f3f3f3;
    margin: 0 10px;
}

    .related-product-box .product-title {
        height: 58px;
    }

    .related-product-box .product-image {
        height: 236.4px;
    }

        .related-product-box .product-image img {
            max-width: 75%;
        }

.related-products-area button.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    outline: unset;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e4e4f3;
    z-index: 2;
    cursor: pointer;
}

    .related-products-area button.slick-arrow i {
        font-size: 22px;
        color: #e4e4f3;
    }

.related-products-area button.slick-next.slick-arrow {
    right: 5px;
}

.related-products-area button.slick-prev.slick-arrow {
    left: -7px;
}

.search-container .main {
    width: 81.8%;
    margin: 0 auto 35px;
}

.search-text {
    color: #100f27;
    font-family: 'Roboto-Bold';
    font-size: 30px;
    margin: 30px auto;
}

    .search-text.search-val {
        font-size: 25px;
        text-decoration: underline;
        color: #4a4d67;
    }

    .search-text.search-nores-val {
        color: #100f27;
    }

.search-results-boxes {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.search-box {
    width: 31.9%;
    border-radius: 30px;
    padding: 20px;
    box-shadow: rgba(23, 46, 71, 0.1) 0px 0px 10px;
}

.search-title-val {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 35px;
    color: #4a4d67;
}

.related-products-area.search-page {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.top-scroll {
    position: fixed;
    right: 10px;
    bottom: -6px;
    cursor: pointer;
    display: none;
    z-index: 99;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
}

    .top-scroll i {
        color: #111028;
        position: relative;
        font-size: 24px;
    }

.btn-whatsapp-pulse-border {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: paused;
    z-index: 2;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse-border-big {
    0% {
        padding: 50px;
        opacity: 0.75;
    }

    75% {
        padding: 90px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
.related-products-area.search-page .list-product-box {
    width: 23.08%;
}
.product-left ul {
    padding: 0 0 20px 0;
    background: #fff;
    border-radius: 14px;
    margin: 0 0 22px 0;
}
.product-left li {
    color: #7b7b7b;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 22.5px 0;
    border: 1px solid #efeff9;
}
    .product-left > ul >  li:first-child {
        border-radius: 0 28px 0 0;
    }
.product-left > ul > li:last-child {
    border-radius: 0 0 28px 0;
}

.product-left > li.open:after {
    content: '\f077';
    position: absolute;
    transition: var(--transitionall);
    right: 50px;
    top: 40px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    color: var(--titlecolor);
    font-size: 20px;
}

.product-left li > a {
    color: #9897a7;
    display: block;
    text-decoration: none;
    /* padding-left: 75px; */
    padding-left: 50px;
    padding-right: 10px;
}

    .product-left li > a:hover, .product-left li > a.active {
        color: #100f27;
        font-family: 'Roboto-Medium';
    }
.product-left li.open {
    position: relative;
}
.product-left > ul > li.open {
    box-shadow: -9px 2px 35px rgba(13, 15, 35, 0.06);
}
.product-left li.open > a {
    position: relative;
    color: #100f27;
    font-family: 'Roboto-Medium';
}
.product-left li.open:has(ul) > a {
    margin-bottom: 15px;
}
.product-left li ul li.open a.active:before {
    content: '\f178';
    border: none;
    color: #133c56;
    left: 51px;
    /* left: 63px; */
    font-size: 18px;
}
.product-left li ul li ul li.open a.active:before {
    left: 80px;
}
.product-left li ul li ul li a.active {
    margin-bottom: 0;
    padding-left: 105px !important;
}
.product-left > ul > li > ul > li > a.active {
    margin-bottom: 0;
    color: #100f27;
}

.product-left li:first-child:has(a.active) {
    box-shadow: -10px 5px 24px rgba(13, 15, 35, 0.11);
}
.product-left li ul {
    display: none;
    margin-top: 10px;
    /*padding-left: 40px;*/
    border-left: 2px solid #ebeaf1;
}

.product-left li.open > ul {
    display: block;
    padding-bottom: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}


.product-left > ul > li > ul > li > a {
    color: #545555;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 15px;
    padding-left: 75px;
    /* padding-left: 90px; */
    position: relative;
}

    .product-left > ul > li > ul > li > a.active, .product-left > ul > li > ul > li > a:hover {
        color: #100f27 !important;
        font-family: 'Roboto-Medium';
    }

        .product-left > ul > li > ul > li > a.active:before, .product-left > ul > li > ul > li > a:hover:before {
            color: var(--themeredcolor);
        }

.product-left > ul > li > a.active:before {
    content: '';
    position: absolute;
    transition: all ease .4s;
    left: 38px;
    /* left: 60px; */
    top: 50%;
    transform: translateY(-50%);
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #100f27;
    border-width: 5px;
}

.product-left > ul > li > a.active:after {
    background: var(--titlecolor);
}

.product-left > ul > li > ul > li > a:before {
    content: '\f178';
    position: absolute;
    transition: all ease .4s;
    left: 51px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    color: #9897a7;
}
.product-left > ul > li:has(ul){
    position:relative;
}
/*.product-left > ul > li:has(ul):after {
    content: '\f078';
    position: absolute;
    transition: all ease .4s;
    right: 25px;
    top: 34px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    color: #100f27;
    font-size: 12px;
}*/
    .product-left > ul > li:has(ul) .toggle-arrow {
        position: absolute;
        transition: all ease .4s;
        right: 25px;
        top: 29px;
        transform: translateY(-50%);
        font-family: "Font Awesome 6 Free";
        color: #100f27;
        font-size: 12px;
        cursor:pointer;
    }

.product-left > ul > li.open:has(ul) .toggle-arrow {
    transform: rotate(180deg);
    transition: all ease .4s;
}
.disp-block{
    display:block;
}

.product-left li ul li ul li {
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0;
    box-shadow: -10px 5px 24px rgba(13, 15, 35, 0.06) !important;
}

    .product-left li ul li ul li a {
        font-size: 15px;
        padding: 3px 15px 3px 100px !important;
        position: relative;
        font-family: var(--robregular) !important;
        width: 100%;
        transition: var(--transitionall);
    }

        .product-left li ul li ul li a:before {
            content: '\f178';
            position: absolute;
            transition: all ease .4s;
            left:80px;
            top: 50%;
            transform: translateY(-50%);
            font-family: "Font Awesome 6 Free";
            color: #9897a7;
        }

.product-left li.open > ul > li > ul {
    /*padding: 0 0px 0 40px;*/
    margin-top: 15px;
    border: 0;
}

    .product-left li.open > ul > li > ul:after {
        display: none
    }

.product-left li ul li.open {
    border: 0;
    box-shadow: -10px 5px 24px rgba(13, 15, 35, 0.11);
}

.product-left li ul li {
    border: 0;
    padding: 10px 0
}
.product-detail-bottom .tab-div strong {
    font-family: 'Roboto-Bold' !important;
}
/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .related-products-area.search-page .list-product-box {
        width: 22.78%;
    }
    .contact-bottom {
        height: 725px;
        padding-bottom: 0;
    }
    .corporate-left {
        width: 48.2%;
    }    
    .corporate-right {
        width: 51.3%;
    }
    .quality-container {
        min-height: 595px;
    }
    .quality-text {
        padding-top: 30px;
    }
    .blog-detail-image {
        height: 440px;
    }
    .logo {
        width: 14%;
    }

    .slider, .slide {
        max-height: 600px !important;
    }

        .slide .slide__img, .slide .slide__img img {
            height: 100% !important;
        }

    .highlighted-product-title {
        padding: 10px 38px 5px;
    }

    .home-gallery-product-image {
        height: 443px;
    }

    .corporate-container .main {
        margin-bottom: 70px;
    }

    .corporate-boxes {
        width: 60.8%;
        right: 5%;
    }

    .corporate-left a {
        right: 40px;
        bottom: 43px;
    }

    .corporate-right {
        background-position-x: 3%;
        padding-right: 4%;
    }

    .references-text {
        width: 46%;
    }

    .reference-boxes {
        width: 100%;
    }

    .reference-box {
        width: 249px !important;
        height: 230px !important;
    }

    .reference-image {
        min-height: 155px;
    }

        .reference-image img {
            max-height: 120px;
        }

    .blog-image {
        height: 165px;
    }

    .blog-text {
        padding: 15px;
        height: 250px;
    }

    .footer-top {
        gap: 60px;
    }

    .footer-information {
        gap: 15px;
        width: 21.4%;
    }

    .footer-menues {
        gap: 60px;
        width: 34%;
    }

    .categories ul {
        column-gap: 60px;
    }

    .footer-bulletin {
        width: 35%;
    }

    .left-area .corporate-boxes {
        gap: 33px;
    }

    .left-area .corporate-box {
        height: 158px;
    }

    .corporate-box-text {
        width: 113px;
        height: 113px;
        font-size: 15px;
    }

        .corporate-box-text div {
            font-size: 27px;
        }

    .right-area a {
        font-size: 21px;
        min-height: 69px;
    }

    .production-image {
        height: 468px;
    }

    .gallery-image {
        width: 247px !important;
        height: 247px !important;
    }

    .list-product-features {
        gap: 17px;
    }

    .gallery-container.product .gallery-image {
        width: 130px !important;
        height: 130px !important;
    }

    .related-product-box {
        width: 295px;
    }

    .modal-body {
        width: 56.3% !important;
    }

    .modal-textboxBack.half {
        width: 48.7%;
    }

    .gallery-box {
        width: 247px;
        height: 247px;
    }

        .gallery-box a {
            width: 227px;
            height: 227px;
        }

    .blog-box {
        width: 18.2%;
    }

    .gallery-container.blog .gallery-image {
        width: 205px !important;
        height: 205px !important;
    }

    .contact-boxes {
        margin-bottom: -6%;
    }

    .search-box {
        width: 31.7%;
    }

    .related-products-area.search-page .related-product-box {
        width: 293px;
    }
}
/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {
    .related-products-area.search-page .list-product-box {
        width: 22.7%;
    }
    .contact-bottom {
        height: 725px;
        padding-bottom: 0;
    }
    .corporate-left {
        width: 50%;
    }
    .corporate-right {
        width: 49.5%;
    }
    .quality-container {
        min-height: 595px;
    }

    .quality-text {
        padding-top: 30px;
    }
    .blog-detail-image {
        height: 420px;
    }
    .logo {
        width: 15%;
    }

    .slider, .slide {
        max-height: 600px !important;
    }

        .slide .slide__img, .slide .slide__img img {
            height: 100% !important;
        }

    .home-gallery-product-image {
        height: 443px;
    }

    .highlighted-product-title {
        padding: 10px 30px 5px;
    }

    .corporate-container .main {
        margin-bottom: 70px;
    }

    .corporate-boxes {
        width: 57.8%;
        right: 5%;
    }

    .corporate-box {
        width: 170px;
        height: 170px;
    }

    .corporate-left a {
        right: 40px;
        bottom: 40px;
    }

    .corporate-right {
        background-position-x: 3%;
        padding-right: 4%;
        background-size: 137%;
        border-radius: 0 0 0 56px;
    }

    .references-text {
        width: 46%;
    }

    .reference-box {
        width: 235px !important;
        height: 215px !important;
    }

    .reference-image {
        min-height: 140px;
    }

        .reference-image img {
            max-height: 110px;
        }

    .blog-image {
        height: 155px;
    }

    .blog-text {
        padding: 15px;
        height: 250px;
    }

    .quality-text {
        width: 52.3%;
    }

    .footer-top {
        gap: 60px;
    }

    .footer-information {
        gap: 15px;
        width: 22.4%;
    }

    .footer-menues {
        gap: 60px;
        width: 34%;
    }

    .categories ul {
        column-gap: 60px;
    }

    .footer-bulletin {
        width: 35%;
    }

    .left-area .corporate-boxes {
        gap: 31px;
    }

    .left-area .corporate-box {
        height: 148px;
        padding: 18px;
    }

    .corporate-box-text {
        width: 105px;
        height: 105px;
        font-size: 15px;
    }

        .corporate-box-text div {
            font-size: 27px;
        }

    .right-area a {
        font-size: 21px;
        min-height: 69px;
    }

    .production-image {
        height: 440px;
    }

    .gallery-image {
        width: 230px !important;
        height: 230px !important;
    }

    .list-product-features {
        gap: 15px;
    }

    .product-feature-icon {
        width: 45px;
        height: 45px;
    }

    .gallery-container.product {
        width: 99%;
    }

        .gallery-container.product .gallery-image {
            width: 120px !important;
            height: 120px !important;
        }

    .related-product-box {
        width: 277px;
    }

    .modal-body {
        width: 57.3% !important;
    }

    .modal-textboxBack.half {
        width: 48.7%;
    }

    .gallery-box {
        width: 234px;
        height: 234px;
    }

        .gallery-box a {
            width: 215px;
            height: 215px;
        }

    .blog-box {
        width: 18.1%;
    }

    .gallery-container.blog .gallery-image {
        width: 195px !important;
        height: 195px !important;
    }

    .contact-boxes {
        margin-bottom: -6%;
    }

    .search-box {
        width: 31.7%;
    }

    .related-products-area.search-page .related-product-box {
        width: 293px;
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .related-products-area.search-page .list-product-box {
        width: 22.6%;
    }
    .corporate-left {
        width: auto;
    }
    .quality-container {
        min-height: 595px;
    }

    .quality-text {
        padding-top: 30px;
    }
    .blog-detail-image {
        height: 400px;
    }
    .logo {
        width: 15%;
    }

    .navbar-nav > li > a {
        padding-bottom: 0.2rem !important;
    }

    .slider, .slide {
        max-height: 527px !important;
    }

        .slide .slide__img, .slide .slide__img img {
            width: 100% !important;
            height: 100% !important;
        }

    .slide_text {
        width: 590px;
        height: 265px;
        padding-top: 80px;
    }

    .home-gallery-product-image {
        height: 443px;
    }

    .highlighted-product-title {
        padding: 10px 24px 5px;
    }

    .corporate-container .main {
        margin-bottom: 70px;
    }

    .corporate-boxes {
        width: 53.8%;
        right: 5%;
    }

    .corporate-box {
        width: 150px;
        height: 150px;
        padding: 22px;
    }

    .corporate-left a {
        right: 14px;
        bottom: 34px;
    }

    .corporate-right {
        background-position-x: 3%;
        padding-right: 4%;
    }

    .references-text {
        width: 50%;
    }

    .reference-boxes {
        width: 100%;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -3px;
        }

    .reference-box {
        width: 230px !important;
        height: 215px !important;
    }

    .reference-image {
        min-height: 140px;
    }

        .reference-image img {
            max-height: 110px;
        }

    .blog-image {
        height: 145px;
    }

    .blog-title {
        font-size: 17px;
    }

    .blog-text {
        padding: 15px;
        height: 250px;
    }

    .blog-desc {
        font-size: 15px;
    }

    .quality-text {
        width: 53.7%;
    }

    .footer-container {
        gap: 35px;
    }

    .footer-top {
        gap: 60px;
    }

    .footer-information {
        gap: 15px;
        width: 22.8%;
    }

    .footer-menues {
        gap: 60px;
        width: 34%;
    }

    .categories ul {
        column-gap: 60px;
    }

    .footer-bulletin {
        width: 35%;
    }

    .right-area {
        width: 46%;
    }

    .left-area {
        width: 52%;
    }

        .left-area .corporate-boxes {
            gap: 31px;
        }

        .left-area .corporate-box {
            height: 167px;
            padding: 18px;
        }

    .corporate-box-text {
        width: 115px;
        height: 115px;
        font-size: 15px;
    }

        .corporate-box-text div {
            font-size: 27px;
        }

    .right-area a {
        font-size: 17px;
        min-height: 62px;
        right: 20px;
        top: 20px;
    }

    .mission-right img {
        max-width: 500px;
        max-height: 480px;
    }

    .production-image {
        width: 47%;
        height: 385px;
    }

    .gallery-image {
        width: 215px !important;
        height: 215px !important;
    }
    /* .treeview li.collapsable ul li a:before {
        top: 0 !important;
        transform: unset !important;
    }*/
    .list-product-features {
        gap: 15px;
    }

    .product-feature-icon {
        width: 45px;
        height: 45px;
    }

    .product-detail-top {
        gap: 70px;
    }

    .product-detail-left {
        width: 540px;
        height: 500px;
    }

    .product-detail-title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .product-tabs li {
        padding-bottom: 11px;
    }

    .gallery-container button.slick-next.slick-arrow {
        right: -10px;
    }

    .gallery-container.product .gallery-image {
        width: 120px !important;
        height: 120px !important;
    }

    .related-product-box {
        width: 263px;
    }

    .modal-body {
        width: 60.3% !important;
        height: 690px !important;
    }

        .modal-body.small {
            width: 26%;
        }

    .modal-container {
        gap: 17px;
    }

    .modal-textboxBack.half {
        width: 48.6%;
    }

    .modal-textboxBack {
        height: 55px;
    }

        .modal-textboxBack textarea, .modal-textboxBack.message {
            height: 100px !important;
        }

        .modal-textboxBack .textbox {
            padding: 13px 50px;
        }

        .modal-textboxBack i {
            top: 20px;
        }

    .modal-button-area {
        gap: 25px;
    }

        .modal-button-area .g-recaptcha {
            transform: scale(0.85);
        }

    .reference-boxes.list .reference-box {
        width: 225px !important;
        height: 210px !important;
    }

    .reference-boxes.list .reference-text {
        font-size: 15px;
    }

    .gallery-box {
        width: 223px;
        height: 223px;
    }

        .gallery-box a {
            width: 203px;
            height: 203px;
        }

    .blog-box {
        width: 18%;
    }

    .gallery-container.blog .gallery-image {
        width: 195px !important;
        height: 195px !important;
    }

    .contact-input-area {
        gap: 19px;
    }

    .contact-boxes {
        margin-bottom: -6%;
    }

    .search-box {
        width: 31.7%;
    }
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .corporate-left {
        width: 44.737%;
    }
    .blog-detail-image {
        height: 380px;
    }
    .logo {
        width: 16%;
    }

    .slider, .slide {
        max-height: 600px !important;
    }

        .slide .slide__img, .slide .slide__img img {
            height: 100% !important;
        }

    .slide_text {
        padding: 90px 58px 115px 50px !important;
        width: 610px !important;
    }
    .product-title{
        font-size:17px;
    }
    .product-image {
        height: 265px;
    }

    .product-text {
        padding: 20px;
        min-height: 190px;
    }

    .highlighted-product-image:hover img {
        transform: scale(1.07);
    }

    .highlighted-product-title {
        padding: 10px 33px 5px;
        font-size: 18px;
    }

    .home-gallery-product-image {
        height: 380px;
    }

    .home-gallery-product-desc {
        padding: 0px 40px;
        min-height: 120px;
    }

    .home-gallery-product-gallery-image img {
        max-width: 300px;
        max-height: 250px;
    }

    .corporate-container .main {
        margin-bottom: 70px;
        gap:15px;
        height:unset;
    }
    /*.corporate-left img {
        border-radius: 0 0 100px 0;
    }*/
    .corporate-boxes {
        right: 2%;
        width: 63%;
    }
    .corporate-box {
        padding: 14px;
        width: 160px;
        height: 160px;
    }

    .corporate-left a {
        right: 27px;
        bottom: 25px;
        font-size: 22px;
        min-height: 67px;
        background-size: 30%;
    }

    .right-area a {
        right: 22px;
        top: 19px;
        font-size: 16px;
        min-height: 45px;
        background-size: 26%;
    }

    .corporate-right {
        background-position-x: 3%;
        min-height: 484px;
        width: 53.263%;
        padding: 5% 9.9% 2.1% 13.2%;
        background-size: 120%;
    }

    .references-text {
        width: 58%;
    }

    .reference-box {
        width: 215px !important;
        height: 195px !important;
    }

    .reference-image {
        min-height: 130px;
    }

        .reference-image img {
            max-height: 100px;
        }

    .reference-text {
        font-size: 16px;
    }

    .blog-area .main {
        gap: 20px;
    }

    .blog-image {
        height: 140px;
    }

    .blog-title {
        font-size: 16px;
        min-height: 57px;
        margin-bottom: 10px;
    }

    .blog-text {
        padding: 15px;
        height: 260px;
    }

    .quality-container {
        min-height: 530px;
        background-size: 31%;
    }

    .quality-text {
        width: 54.3%;
        padding-top: 10px;
    }

    .footer-container {
        margin-top: 7%;
        gap: 35px;
    }

    .footer-top {
        margin-bottom: 45px;
        gap: 40px;
    }

    .footer-information {
        width: 28.4%;
    }

    .footer-menues {
        gap: 40px;
        width: 42.3%;
    }

    .categories ul {
        column-gap: 40px;
    }

    .footer-bulletin {
        width: 34%;
    }

    .entry-btn {
        width: 32%;
    }

    .right-area {
        width: 43.5%;
    }

    .left-area {
        width: 53.5%;
    }

        .left-area .corporate-right-bottom {
            margin-bottom: 40px;
        }

        .left-area .corporate-box {
            width: 28.72%;
            height: 156px;
        }

        .left-area .corporate-box-text {
            font-size: 15px;
            width: 114px;
            height: 114px;
        }

            .left-area .corporate-box-text div {
                font-size: 27px;
            }

    .mission-container {
        width: 90%;
        gap: 10px;
    }

    .mission-right img {
        max-width: 400px;
        max-height: 428px;
    }

    .mission-container .corporate-right-text {
        margin-bottom: 45px;
    }

    .production-image {
        width: 45%;
        height: 398px;
    }

    .content-container {
        gap: 50px;
    }

    .content-right {
        width: 75.1%;
    }

    .gallery-image {
        width: 195px !important;
        height: 195px !important;
    }

    .product-container {
        gap: 25px;
    }

    .product-right {
        width: 74.2%;
        gap: 25px;
    }

    .list-product-box {
        height: 435px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 145px;
        }

    .list-product-features {
        gap: 13px;
    }

    .product-feature-icon {
        width: 40px;
        height: 40px;
    }

    .list-product-code {
        width: 70%;
    }

    .product-detail-top {
        gap: 50px;
    }

    .product-detail-left {
        width: 490px;
        height: 450px;
    }

    .product-detail-title {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .product-detail-code {
        width: 44.6%;
    }

    .request-form {
        width: 30%;
    }

    .modal-body {
        width: 65.5% !important;
        height: 809px !important;
        padding: 20px 30px !important;
    }

    .modal-textboxBack {
        height: 65px;
    }

        .modal-textboxBack.half {
            width: 48.4%;
        }

        .modal-textboxBack i {
            top: 26px;
        }

        .modal-textboxBack .textbox {
            padding: 19px 50px;
        }

    .modal-body.small {
        width: 30% !important;
    }

    .tab-div {
        padding: 24px 100px 40px;
    }

    .gallery-container.product .gallery-image {
        width: 105px !important;
        height: 105px !important;
    }

    .related-product-box {
        width: 228px;
    }

        .related-product-box .product-image {
            max-height: 200px;
        }

    .reference-boxes.list .reference-box {
        width: 206px !important;
    }

        .reference-boxes.list .reference-box .reference-text {
            font-size: 15px;
        }
    .gallery-type-container li {
        width: 13%;
    }
    .gallery-box {
        width: 240px;
        height: 240px;
    }

        .gallery-box a {
            width: 220px;
            height: 220px;
        }

    .gallery-container.blog .gallery-image {
        width: 168px !important;
        height: 168px !important;
    }

    .contact-boxes {
        width: 70%;
        gap: 40px;
        margin-bottom: -6%;
    }

    .input-contact {
        height: 65px;
        padding: 25px 51px;
    }

    .input-box textarea {
        height: 130px;
    }

    .input-box i {
        top: 25px;
    }

    .search-box {
        width: 31%;
    }

    .related-products-area.search-page {
        gap: 25px;
    }

        .related-products-area.search-page .related-product-box {
            width: 230px;
        }

    .error-container .main {
        background-size: 100%;
    }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .related-products-area.search-page .list-product-box {
        width: 23.3%;
    }
    .blog-detail-image {
        height: 360px;
    }
    .logo {
        width: 17%;
    }

    .slider, .slide {
        max-height: 540px !important;
    }

        .slide .slide__img, .slide .slide__img img {
            height: 100% !important;
        }

    .slide_text {
        padding: 90px 58px 115px 50px !important;
        width: 610px !important;
    }
    .menu-search-out {
        margin-left: 10px;
    }
    .modal-body.search {
        width: 45% !important;
    }

    .product-image {
        height: 265px;
    }

    .product-text {
        padding: 20px;
        min-height: 190px;
    }

    .product-banner-text-area {
        width: 33.8%;
    }

    .highlighted-product-image:hover img {
        transform: scale(1.07);
    }

    .highlighted-product-title {
        padding: 10px 20px 5px;
        font-size: 18px;
    }

    .home-gallery-product-image {
        height: 361px;
    }

    .home-gallery-product-desc {
        padding: 0px 40px;
        min-height: 120px;
    }

    .home-gallery-product-gallery-image img {
        max-width: 300px;
        max-height: 250px;
    }

    .corporate-box {
        padding: 20px;
        width: 150px;
        height: 150px;
    }

    .corporate-box-text {
        font-size: 15px;
        width: 110px;
        height: 110px;
    }

        .corporate-box-text div {
            font-size: 28px;
        }

    .corporate-container .main {
        margin-bottom: 70px;
        gap: 15px;
        height:unset;
    }

    .corporate-boxes {
        right: 2%;
        width: 62%;
    }

    .corporate-left a {
        right: 15px;
        bottom: 25px;
        font-size: 22px;
        min-height: 67px;
        background-size: 30%;
    }

    .right-area a {
        right: 17px;
        top: 19px;
        font-size: 16px;
        min-height: 45px;
        background-size: 26%;
    }
    .corporate-left {
        width: 48.737%;
        height: 450px;
    }
    .corporate-right {
        background-position-x: 3%;
        min-height: 450px;
        width: 57.263%;
        padding: 3% 3.9% 2.1% 13.2%;
        background-size: 116%;
        border-radius: 0 0 0 37px;
    }

    .references-text {
        width: 58%;
    }

    .reference-box {
        width: 202px !important;
        height: 185px !important;
    }

    .reference-image {
        min-height: 120px;
        padding-top: 10px;
    }

        .reference-image img {
            max-height: 90px;
        }

    .reference-text {
        font-size: 15px;
    }

    .blog-area .main {
        gap: 20px;
    }

    .blog-box {
        width: 18.7%;
    }

    .blog-image {
        height: 140px;
    }

    .blog-title {
        font-size: 16px;
        min-height: 57px;
        margin-bottom: 10px;
    }

    .blog-text {
        padding: 15px;
        height: 260px;
    }

    .quality-container {
        min-height: 545px;
        background-size: 31%;
    }

    .quality-text {
        width: 52.3%;
        padding-top: 5px;
    }

    .footer-container {
        margin-top: 7%;
        gap: 35px;
    }

    .footer-top {
        margin-bottom: 45px;
        gap: 40px;
    }

    .footer-information {
        width: 24.4%;
    }

    .footer-menues {
        gap: 40px;
        width: 40.3%;
    }

    .categories ul {
        column-gap: 40px;
    }

    .footer-bulletin {
        width: 34%;
    }

    .entry-btn {
        width: 32%;
    }

    .right-area {
        width: 43.5%;
    }

    .left-area {
        width: 53.5%;
    }

        .left-area .corporate-right-bottom {
            margin-bottom: 40px;
        }

        .left-area .corporate-box {
            width: 28.62%;
            height: 150px;
        }

        .left-area .corporate-box-text {
            font-size: 15px;
            width: 110px;
            height: 110px;
        }

            .left-area .corporate-box-text div {
                font-size: 27px;
            }

    .mission-container {
        width: 93%;
        gap: 10px;
    }

    .mission-right img {
        max-width: 400px;
        max-height: 428px;
    }

    .mission-container .corporate-right-text {
        margin-bottom: 45px;
    }

    .production-image {
        width: 45%;
        height: 330px;
    }

    .content-container {
        gap: 50px;
    }

    .content-right {
        width: 75.1%;
    }

    .gallery-image {
        width: 187px !important;
        height: 187px !important;
    }

    .product-container {
        gap: 25px;
    }

    .product-right {
        width: 74.2%;
        gap: 25px;
        align-content: flex-start;
    }

    .list-product-box {
        height: 390px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 145px;
            max-width: 70%;
        }

    .list-product-name {
        height: 80px;
    }

    .list-product-features {
        gap: 10px;
        height: 80px;
    }

    .product-feature-icon {
        width: 40px;
        height: 40px;
    }

    .list-product-code {
        width: 70%;
    }

    .product-detail-top {
        gap: 50px;
    }

    .product-detail-left {
        width: 390px;
        height: 360px;
    }

        .product-detail-left img {
            max-width: 320px;
            max-height: 290px;
        }

    .product-detail-title {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .product-detail-code {
        width: 44.6%;
    }

    .features-top {
        margin-bottom: 25px;
    }

    .product-detail-features {
        padding: 28px;
    }

    .features-bottom table {
        border-spacing: 0 15px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 115px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .request-form {
        width: 38%;
    }

    .modal-body {
        width: 67.5% !important;
        height: 714px !important;
        padding: 20px 30px !important;
    }

    .modal-container {
        gap: 17px;
    }

    .modal-textboxBack {
        height: 60px;
    }

        .modal-textboxBack textarea, .modal-textboxBack.message {
            height: 110px !important;
        }

        .modal-textboxBack.half {
            width: 48.4%;
        }

        .modal-textboxBack i {
            top: 23px;
        }

        .modal-textboxBack .textbox {
            padding: 16px 50px;
        }

    .modal-body.small {
        width: 28% !important;
    }

    .tab-div {
        padding: 24px 100px 40px;
    }

    .gallery-container.product .gallery-image {
        width: 100px !important;
        height: 100px !important;
    }

    .related-product-box {
        width: 217px;
    }

        .related-product-box .product-image {
            max-height: 200px;
        }

    .reference-boxes.list .reference-box {
        width: 199px !important;
    }

        .reference-boxes.list .reference-box .reference-text {
            font-size: 15px;
        }
    .gallery-type-container li {
        width: 13%;
    }
    .gallery-box {
        width: 240px;
        height: 240px;
    }

        .gallery-box a {
            width: 220px;
            height: 220px;
        }

    .gallery-container.blog .gallery-image {
        width: 160px !important;
        height: 160px !important;
    }

    .contact-boxes {
        width: 70%;
        gap: 40px;
        margin-bottom: -7%;
    }

    .input-contact {
        height: 65px;
        padding: 25px 51px;
    }

    .input-box textarea {
        height: 130px;
    }

    .input-box i {
        top: 25px;
    }

    .contact-bottom-area {
        gap: 10px;
    }

        .contact-bottom-area .g-recaptcha {
            transform: scale(0.9);
        }

    .button-area {
        width: 120px;
    }

    .search-box {
        width: 31%;
    }

    .related-products-area.search-page {
        gap: 25px;
    }

        .related-products-area.search-page .related-product-box {
            width: 240.5px;
        }

            .related-products-area.search-page .related-product-box .product-image img {
                max-height: 160px;
            }

    .error-container .main {
        background-size: 100%;
    }
}
/*width 1280*/
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .related-products-area.search-page .list-product-box {
        width: 23.2%;
    }
    .blog-detail-image {
        height: 340px;
    }
    .logo {
        width: 17.8%;
    }

    .navbar-nav {
        gap: 8px !important;
    }

        .navbar-nav > li > a {
            padding: 0.3rem 1rem 0.3rem 1rem !important;
        }

    .slider, .slide {
        max-height: 540px !important;
    }

        .slide .slide__img, .slide .slide__img img {
            height: 100% !important;
        }

    .slide_title {
        width: 390px !important;
    }

    .slide_text {
        padding: 60px 58px 115px 50px !important;
        width: 570px !important;
    }
    .menu-search-out {
        margin-left: 5px;
    }
    .modal-body.search {
        width: 46% !important;
    }
    .product-image {
        height: 220px;
    }

        .product-image img {
            max-height: 140px;
        }

    .product-text {
        padding: 20px;
        min-height: 190px;
    }

    .product-banner-text-area {
        width: 34.8%;
        margin-right: 2%;
    }

    .highlighted-product-image {
        min-height: 240px;
    }

        .highlighted-product-image img {
            max-height: 190px !important;
        }

        .highlighted-product-image:hover img {
            transform: scale(1.07);
        }

    .highlighted-product-title {
        padding: 10px 18px 5px;
        font-size: 17px;
    }

    .home-gallery-product-title {
        font-size: 21px;
    }

    .home-gallery-product-image {
        height: 340px;
    }

    .home-gallery-product-desc {
        padding: 0px 40px;
        min-height: 130px;
    }

    .home-gallery-product-gallery-image img {
        max-width: 270px;
        max-height: 220px;
    }

    .corporate-box {
        padding: 20px;
        width: 140px;
        height: 140px;
    }

    .corporate-box-text {
        font-size: 15px;
        width: 100px;
        height: 100px;
    }

        .corporate-box-text div {
            font-size: 28px;
        }

    .corporate-container .main {
        margin-bottom: 55px;
        gap:15px;
        height:unset;
    }

    .corporate-boxes {
        right: 5%;
        width: 61%;
    }

    .corporate-left a {
        right: 25px;
        bottom: 25px;
        font-size: 20px;
        min-height: 59px;
        background-size: 30%;
    }

    .right-area a {
        right: 15px;
        top: 16px;
        font-size: 14px;
        min-height: 46px;
        background-size: 38%;
    }
    .corporate-left {
        width: 47.737%;
        height: 420px;
    }
    .corporate-right {
        background-position-x: 3%;
        background-size: 115%;
        min-height: 420px;
        width: 57.263%;
        padding: 3% 3.9% 3.1% 13.2%;
    }
        .corporate-right .corporate-right-title {
            margin-bottom: 12px;
        }

    .references-container {
        margin-bottom: 55px;
    }

    .references-text {
        width: 60%;
    }

    .reference-box {
        width: 190px !important;
        height: 175px !important;
    }

    .reference-image {
        min-height: 105px;
        padding-top: 10px;
    }

        .reference-image img {
            max-height: 85px;
        }

    .reference-text {
        font-size: 15px;
        padding: 0 5px;
    }

    .blog-area .main {
        gap: 20px;
    }

    .blog-box {
        width: 18.6%;
    }

    .blog-image {
        height: 128px;
    }

    .blog-title {
        font-size: 15px;
        min-height: 57px;
        margin-bottom: 10px;
    }

    .blog-desc {
        font-size: 15px;
    }

    .blog-text {
        padding: 15px;
        height: 260px;
    }

    .quality-container {
        min-height: 530px;
        background-size: 31%;
    }

    .quality-text {
        width: 52.3%;
        padding-top: 5px;
    }

    .footer-box {
        gap: 18px;
    }

    .footer-box-icon {
        width: 120px;
        height: 120px;
    }

        .footer-box-icon img {
            max-width: 55px;
            max-height: 55px;
        }

    .footer-box-text {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .footer-container {
        margin-top: 7%;
        gap: 35px;
        min-height: 220px;
    }

    .footer-top {
        margin-bottom: 45px;
        gap: 25px;
    }

    .footer-information {
        width: 24.1%;
    }

    .footer-menues {
        gap: 25px;
        width: 36.3%;
    }

    .categories ul {
        column-gap: 25px;
    }

    .footer-bulletin {
        width: 34%;
    }

    .entry-btn {
        width: 32%;
    }

    .right-area {
        width: 43.5%;
    }

    .left-area {
        width: 53.5%;
    }

        .left-area .corporate-right-bottom {
            margin-bottom: 40px;
        }

        .left-area .corporate-box {
            width: 27.62%;
            height: 133px;
        }

        .left-area .corporate-box-text {
            font-size: 14px;
            width: 93px;
            height: 93px;
        }

            .left-area .corporate-box-text div {
                font-size: 21px;
            }

    .mission-container {
        width: 94%;
        gap: 10px;
    }

    .mission-right img {
        max-width: 360px;
        max-height: 386px;
    }

    .mission-container .corporate-right-text {
        margin-bottom: 30px;
    }

    .mission-container .corporate-right-title {
        margin-bottom: 20px;
    }

    .production-image {
        width: 43%;
        height: 300px;
    }

    .content-container {
        gap: 50px;
    }

    .content-right {
        width: 75.1%;
    }

    .gallery-image {
        width: 170px !important;
        height: 170px !important;
    }

    .product-container {
        gap: 25px;
    }

    .product-right {
        width: 74.2%;
        gap: 25px;
        align-content: flex-start;
    }

    .list-product-box {
        height: 375px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 145px;
            max-width: 70%;
        }

    .list-product-name {
        height: 75px;
        font-size: 16px;
        padding: 8px 10px 5px 10px;
    }

    .list-product-features {
        gap: 10px;
        height: 65px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 35px;
        height: 35px;
    }

    .list-product-code {
        width: 70%;
    }

    .product-detail-top {
        gap: 50px;
    }

    .product-detail-left {
        width: 390px;
        height: 360px;
    }

        .product-detail-left img {
            max-width: 320px;
            max-height: 290px;
        }

    .product-detail-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .product-detail-code {
        width: 44.6%;
    }

    .features-top {
        margin-bottom: 25px;
    }

    .product-detail-features {
        padding: 25px 20px;
    }

    .features-bottom table {
        border-spacing: 0 12px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 15px;
        }

    .request-form {
        width: 38%;
    }

    .modal-body {
        width: 67.5% !important;
        height: 714px !important;
        padding: 20px 30px !important;
    }

    .modal-container {
        gap: 17px;
    }

    .modal-textboxBack {
        height: 60px;
    }

        .modal-textboxBack textarea, .modal-textboxBack.message {
            height: 110px !important;
        }

        .modal-textboxBack.half {
            width: 48.4%;
        }

        .modal-textboxBack i {
            top: 23px;
        }

        .modal-textboxBack .textbox {
            padding: 16px 50px;
        }

    .modal-body.small {
        width: 28% !important;
    }

    .tab-div {
        padding: 24px 100px 40px;
    }

    .gallery-container.product .gallery-image {
        width: 100px !important;
        height: 100px !important;
    }

    .related-product-box {
        width: 201px;
    }

        .related-product-box .product-image {
            max-height: 200px;
        }

    .reference-boxes.list .reference-box {
        width: 185px !important;
    }

        .reference-boxes.list .reference-box .reference-text {
            font-size: 15px;
        }
    .gallery-type-container li {
        width: 14%;
    }
    .gallery-box {
        width: 224px;
        height: 224px;
    }

        .gallery-box a {
            width: 204px;
            height: 204px;
        }

        .gallery-box.video a i {
            width: 70px;
            height: 70px;
            font-size: 35px;
        }

    .gallery-container.blog .gallery-image {
        width: 146px !important;
        height: 146px !important;
    }

    .contact-boxes {
        width: 70%;
        gap: 40px;
        margin-bottom: -6%;
    }

    .contact-box {
        min-height: 150px;
    }

    .contact-box-text {
        font-size: 17px;
    }

    .input-contact {
        height: 65px;
        padding: 25px 51px;
    }

    .input-box textarea {
        height: 130px;
    }

    .input-box i {
        top: 25px;
    }

    .contact-bottom-area {
        gap: 10px;
    }

        .contact-bottom-area .g-recaptcha {
            transform: scale(0.9);
        }

    .button-area {
        width: 120px;
    }

    .search-box {
        width: 31%;
    }

    .related-products-area.search-page {
        gap: 25px;
    }

        .related-products-area.search-page .related-product-box {
            width: 221px;
        }

            .related-products-area.search-page .related-product-box .product-image img {
                max-height: 160px;
            }

    .error-container .main {
        background-size: 100%;
    }
}
/*1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .related-products-area.search-page .list-product-box {
        width: 23.75%;
    }
    .blog-detail-image {
        height: 300px;
    }
    .logo {
        width: 15.3%;
    }

        .logo img {
            max-width: 150px;
        }
    .top-container.fixed .logo img {
        max-width: 150px;
    }
    .navbar-nav {
        gap: 8px !important;
    }

        .navbar-nav > li > a {
            padding: 0.3rem 0.7rem 0.3rem 0.7rem !important;
            font-size: 15px !important;
        }

    .drop-icon {
        right: -4px !important;
    }
    .menu-search-out {
        margin-left: 5px;
    }
    .modal-body.search {
        width: 60% !important;
    }
    .slider, .slide {
        max-height: 480px !important;
    }

        .slide .slide__img, .slide .slide__img img {
            height: 100% !important;
        }

    .slide_title {
        font-size: 20px !important;
        width: 330px !important;
        padding-left: 23px !important;
    }

    .slide_text {
        padding: 60px 58px 115px 23px !important;
        width: 540px !important;
        height: 244px;
        line-height: 23px;
        font-size: 15px;
    }

    .product-image {
        height: 170px;
    }

        .product-image img {
            max-height: 110px;
        }

    .product-title {
        font-size: 15px;
        height: 65px;
    }

    .product-text {
        padding: 9px;
        min-height: 230px;
    }

    .product-banner-with-text {
        background-position-x: 20% !important;
    }

    .product-banner-title {
        font-size: 22px;
    }

    .product-banner-text-area {
        width: 37.8%;
        margin-right: 2%;
    }

    .highlighted-product-image {
        min-height: 190px;
    }

        .highlighted-product-image img {
            max-height: 130px;
        }

        .highlighted-product-image:hover img {
            transform: scale(1.07);
        }

    .highlighted-product-title {
        padding: 10px 15px 5px;
        font-size: 16px;
        min-height: 80px;
    }

    .home-gallery-product-title {
        font-size: 21px;
    }

    .home-gallery-product-image {
        height: 280px;
    }

    .home-gallery-product-desc {
        padding: 0px 20px;
        min-height: 140px;
    }

    .home-gallery-product-gallery-image img {
        max-width: 200px;
        max-height: 150px;
    }

    .corporate-box {
        padding: 15px;
        width: 120px;
        height: 120px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 90px;
        height: 90px;
    }

        .corporate-box-text div {
            font-size: 22px;
        }

    .corporate-container .main {
        margin-bottom: 55px;
        gap: 15px;
        height: unset;
    }

    .corporate-boxes {
        right: 5%;
        width: 62%;
        gap: 15px;
    }

    .corporate-left a {
        right: 17px;
        bottom: 17px;
        font-size: 16px;
        min-height: 47px;
        background-size: 31%;
    }

    .right-area a {
        right: 15px;
        top: 16px;
        font-size: 12px;
        min-height: 39px;
        background-size: 35%;
    }

    .corporate-right {
        background-position-x: 10%;
        padding: 2% 2.9% 1.1% 10.2%;
        background-size: cover;
        border-radius: 0 0 0 20px;
        height: 326px;
        margin-top: 8px;
        width: 54.263%;
    min-height: 323px;
    }
        .corporate-right .corporate-right-title {
            font-size: 20px;
            margin-bottom: 8px;
        }
        .corporate-right .corporate-right-text {
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 25px;
        }
    .corporate-left {
        width: 44.737%;
        height: 345px;
    }
    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 55px;
    }

    .references-text {
        width: 63%;
        font-size: 17px;
    }

    .reference-box {
        width: 147px !important;
        height: 170px !important;
    }

    .reference-image {
        min-height: 105px;
        padding: 5px;
    }

        .reference-image img {
            max-height: 80px;
        }

    .reference-text {
        font-size: 15px;
        padding: 0 5px;
    }

    .blog-area .main {
        gap: 20px;
    }

    .blog-box {
        width: 18.6%;
    }

    .blog-image {
        height: 100px;
    }

    .blog-title {
        font-size: 14px;
        min-height: 71px;
        margin-bottom: 5px;
    }

    .blog-desc {
        font-size: 14px;
    }

    .blog-text {
        padding: 10px;
        height: 260px;
    }

    .quality-container {
        min-height: 560px;
        background-size: 31%;
    }

    .quality-text {
        width: 52.3%;
        padding-top: 5px;
    }

    .quality-button {
        width: 24%;
    }

    .footer .main {
        padding-top: 30px;
        background-size: 40%;
        min-height: 330px;
    }

    .footer-bottom .main {
        min-height: unset;
        padding: unset;
    }

    .footer-box {
        gap: 18px;
    }

    .footer-box-icon {
        width: 120px;
        height: 120px;
    }

        .footer-box-icon img {
            max-width: 55px;
            max-height: 55px;
        }

    .footer-box-text {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .footer-container {
        margin-top: 7%;
        gap: 17px;
        min-height: 200px;
    }

    .footer-top {
        margin-bottom: 20px;
        gap: 20px;
    }

    .footer-logo {
        width: 240px;
        height: 65px;
    }

    .footer-information {
        width: 34.1%;
        gap: 13px;
    }

    .footer-menues {
        gap: 15px;
        width: 27.5%;
    }

    .categories ul {
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .footer-bulletin {
        width: 34%;
    }

    .entry-btn {
        width: 33%;
        padding: 13px 10px;
    }

        .entry-btn i {
            right: 10px;
        }

    .content-left {
        width: 215px;
    }

        .content-left .treeview:after {
            background-size: 90% !important;
        }

    .right-area {
        width: 47.8%;
    }

    .left-area {
        width: 50.5%;
    }

        .left-area .corporate-boxes {
            gap: 15px;
        }

        .left-area .corporate-box {
            width: 29.72%;
            height: 111px;
        }

        .left-area .corporate-right-bottom {
            margin-bottom: 40px;
        }

        .left-area .corporate-box-text {
            font-size: 14px;
            width: 81px;
            height: 81px;
        }

            .left-area .corporate-box-text div {
                font-size: 17px;
            }

    .corporate-right-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .corporate-right-text {
        font-size: 16px;
    }

    .mission-container {
        width: 96%;
        gap: 10px;
    }

    .mission-right img {
        max-width: 300px;
        max-height: 310px;
    }

    .mission-container .corporate-right-text {
        margin-bottom: 30px;
    }

    .mission-container .corporate-right-title {
        margin-bottom: 20px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .mission-left .corporate-right-bottom {
        align-items: flex-start;
    }

    .production-image {
        width: 43%;
        height: 240px;
    }

    .content-container {
        gap: 20px;
    }

    .content-right {
        width: 77.1%;
    }

    .gallery-image {
        width: 140px !important;
        height: 140px !important;
    }

    .product-container {
        gap: 25px;
    }

    .product-right {
        width: 74.2%;
        gap: 25px;
        align-content: flex-start;
    }

    .list-product-box {
        height: 375px;
        width: 30.6%;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 145px;
            max-width: 70%;
        }

    .list-product-name {
        height: 75px;
        font-size: 16px;
        padding: 8px 10px 5px 10px;
    }

    .list-product-features {
        gap: 10px;
        height: 65px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 35px;
        height: 35px;
    }

    .list-product-code {
        width: 70%;
    }

    .product-detail-top {
        gap: 50px;
        padding: 20px;
    }

    .product-detail-right {
        width: 54%;
    }

    .product-detail-left {
        width: 270px;
        height: 300px;
    }

        .product-detail-left img {
            max-width: 210px;
            max-height: 230px;
        }

    .product-detail-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .product-detail-code {
        width: 53%;
    }

    .features-top {
        margin-bottom: 25px;
    }

    .product-detail-features {
        padding: 25px 20px;
    }

    .features-bottom table {
        border-spacing: 0 9px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 15px;
        }

    .gallery-container.product button.slick-next.slick-arrow {
        right: 13px;
    }

    .request-form {
        width: 38%;
    }

    .modal-body {
        width: 80% !important;
        height: 714px !important;
        padding: 20px 30px !important;
    }

    .modal-container {
        gap: 17px;
    }

    .modal-textboxBack {
        height: 60px;
    }

        .modal-textboxBack textarea, .modal-textboxBack.message {
            height: 110px !important;
        }

        .modal-textboxBack.half {
            width: 48.4%;
        }

        .modal-textboxBack i {
            top: 23px;
        }

        .modal-textboxBack .textbox {
            padding: 16px 50px;
        }

    .modal-button-area {
        gap: 5px;
    }

        .modal-button-area .g-recaptcha {
            transform: scale(0.85);
        }

    .modal-body.small {
        width: 28% !important;
    }

    .tab-div {
        padding: 24px 40px 40px;
    }

    .gallery-container.product .gallery-image {
        width: 100px !important;
        height: 100px !important;
    }

    .related-product-box {
        width: 170px;
    }

        .related-product-box .product-image {
            max-height: 180px;
        }

            .related-product-box .product-image img {
                max-height: 100px !important;
            }

    .related-products-area button.slick-next.slick-arrow {
        right: -12px;
    }

    .reference-boxes.list .reference-box {
        width: 179px !important;
    }

        .reference-boxes.list .reference-box .reference-text {
            font-size: 14px;
        }

    .gallery-type-container li {
        width: 17%;
    }

    .gallery-box {
        width: 177px;
        height: 177px;
    }

        .gallery-box a {
            width: 157px;
            height: 157px;
        }

        .gallery-box.video a i {
            width: 70px;
            height: 70px;
            font-size: 35px;
        }
    .gallery-container.blog button.slick-next.slick-arrow {
        right: -5px;
    }
    .gallery-container.blog .gallery-image {
        width: 110px !important;
        height: 110px !important;
    }
        .gallery-container.blog .gallery-image.video i {
            width: 40px;
            height: 40px;
            font-size: 40px;
        }

    .banner-container {
        background-position-x: 90% !important;
    }

    .blog-area.list .blog-box {
        width: 23.4%;
    }

    .blog-area.list .blog-title {
        min-height: 55px;
    }

    .blog-area.list .blog-text {
        height: 210px;
    }

    .footer-container.grey-bg {
        box-shadow: 0 -133.938px 0 0 #fbfbfd;
    }

    .contact-boxes {
        width: 88%;
        gap: 40px;
        margin-bottom: -8%;
    }

    .contact-box {
        min-height: 150px;
    }

    .contact-box-text {
        font-size: 15px;
        padding: 0 5px;
        min-height: 54px;
    }

    .contact-bottom {
        height: 650px;
        gap: 20px;
        padding: 40px 20px;
    }

    .input-contact {
        height: 65px;
        padding: 25px 51px;
    }

    .input-box textarea {
        height: 130px;
    }

    .input-box i {
        top: 25px;
    }
    .contact-bottom-left {
        width: 50%;
    }
    .contact-error {
        width: 100%;
        margin: 10px 0;
    }

    .contact-bottom-area {
        gap: 3px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }

        .contact-bottom-area .g-recaptcha {
            transform: scale(0.9);
        }

    .button-area {
        width: 120px;
    }

    .search-box {
        width: 31%;
    }

    .related-products-area.search-page {
        gap: 15px;
    }

        .related-products-area.search-page .related-product-box {
            width: 199px;
        }

            .related-products-area.search-page .related-product-box .product-image img {
                max-height: 160px !important;
            }

    .search-container .main {
        width: 90%;
    }

    .error-container .main {
        background-size: 100%;
    }
}
/* 999px => mobil */
@media only screen and (max-width: 999px) {
   /* .product-image:hover img, .list-product-box:hover .list-product-image img {
        max-height: 150px;
    }
    .highlighted-product-image:hover img {
        max-height: 175px;
    }*/
    .product-image:hover img, .list-product-box:hover .list-product-image img, .highlighted-product-image:hover img {
        transform: none !important;
    }
    .slide .slide__content--headings{
        min-height:auto !important;
    }
    #header {
        display: block;
        position: absolute;
        top: 30px;
        left: 15px;
        font-size: 25px;
        z-index: 2;
        transition: all ease .5s;
    }
    .top-container.fixed #header, .top-container.fixed .menu-search-out {
        top: 20px;
    }
    .banner-container {
        height: 130px;
    }
    .modal-body.search {
        width: 90% !important;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 160px !important;
    }
    .search {
        width: 95%;
    }
        .search input, .search input:focus-visible {
            width: 84%;
        }
    .slide .slide_text {
        display: none !important;
    }

    .slide .slide__content--headings {
        height: 60px !important;
    }

    .slide_title {
        font-size: 14px !important;
        padding: 9px 15px !important;
        width: 230px !important;
        max-width: 230px !important;
        top: 0 !important;
    }

    .slide_button {
        bottom: -10% !important;
        left: 15px !important;
        font-size: 14px !important;
        padding: 4px 17px !important;
    }

    .top-informations {
        display: none;
    }

    .top-menu .main {
        justify-content: center;
    }

    .logo {
        height: 100px;
    }

        .logo img {
            max-width: 170px;
        }

    .slider, .slide {
        margin-bottom: 25px !important;
    }

        .slider button.slick-arrow {
            transform: rotate(270deg);
            bottom: 10px !important;
            font-size: 15px;
            padding: 3px;
        }

        .slider button.slick-next.slick-arrow {
            right: 7.52px;
        }

        .slider button.slick-prev.slick-arrow {
            bottom: 2px !important;
            right: 46px;
        }

            .slider button.slick-prev.slick-arrow::after {
                width: 7px;
                height: 7px;
            }

    .products-title {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .footer-bottom .main {
        padding-top: unset !important;
    }

    .content-container {
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-top: 25px;
    }

    .content-left {
        display: none;
    }

    .fade.in:not(.modal-backdrop) {
        min-height: 95% !important;
        overflow: hidden auto !important;
        top: 5% !important;
    }

    .modal {
        width: unset;
        height: unset;
    }

    .modal-body {
        width: 95% !important;
        height: auto !important;
        top: unset;
        left: 50%;
        transform: translate(-50%,0);
        padding: 30px 15px !important;
        margin-bottom: 60px;
    }

        .modal-body.small {
            width: 95% !important;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .modal-container {
        gap: 15px;
    }

    .modal-textboxBack {
        height: 57px;
    }

        .modal-textboxBack .textbox {
            padding: 15px 15px 15px 45px;
        }

        .modal-textboxBack i {
            left: 22px;
            top: 22px;
        }

        .modal-textboxBack textarea, .modal-textboxBack.message {
            height: 90px !important;
        }

        .modal-textboxBack.half {
            width: 48.2%;
        }

    .close {
        right: 10px;
    }
    .modal-body.search .close{
        top:10px;
    }

    .modal-textboxBack.product .textbox {
        padding: 10px;
        text-align: center;
    }

    .modal-bottom, .modal-button-area {
       flex-direction: column;
        gap: 10px;
    }

        .modal-button-area .g-recaptcha {
            transform: scale(0.9);
        }

    .menu-search-out {
        position: absolute;
        right: 0px;
        top: 30px;
        margin-left: 0;
        width: 70px;
        transition: all ease .3s;
    }
    .menu-search-text{
        width:46px;
    }
    .btn-whatsapp-pulse-border {
        font-size: 30px;
        padding: 30px;
    }
    .blog-area {
        margin-bottom: 30px;
    }
    .go-product {
        margin: 20px auto 15px;
    }
    .contact-input-area {
        gap: 10px;
    }
    .contact-input-group {
        gap: 10px;
    }
    .input-contact {
        padding: 19px 50px;
        height: 55px;
    }
    .input-box textarea {
        height: 100px;
    }
    .input-box i {
        top: 20px;
    }
    .contact-bottom-area .g-recaptcha {
        transform: scale(0.9);
    }
    .footer-menues{
        display:none;
    }
    .product-detail-container {
        border-radius: 0 0 50px 50px;
    }
    .search-text {
        font-size: 23px;
    }
    .search-text.search-val {
        font-size: 21px;
    }
    .features-bottom table{
        font-size:14px !important;
    }
    .corporate-container .main{
        height:unset;
    }
}
/* iphone 5/5s dikey */
@media only screen and (max-width:359px) {
    .related-products-area.search-page{
        gap:30px;
        width:100%;
    }
    .related-products-area.search-page .list-product-box {
        width: 100%;
    }
    .search-container .main {
        width: 90%;
    }
    .contact-top {
        padding-top: 6%;
    }
    .modal-body.search {
        height: 146px !important;
        padding: 30px 22px 20px 22px !important;
    }
        .modal-body.search .close {
            right: 6px;
            top: 6px;
        }
    .search input, .search input:focus-visible {
        width: 87%;
    }
    .blog-see-all{
        top:30px;
    }
    .logo img {
        max-width: 148px;
    }
    .top-container.fixed .logo img {
        max-width: 140px;
        max-height: 50px;
    }
    .slider, .slide {
        max-height: 110px !important;
    }

    .products-area {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 100%;
    }

    .product-title {
        height: 65px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 160px !important;
        }

    .product-text {
        padding: 10px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 215px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 100%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }

    .highlighted-product-title {
        padding: 10px 11px 5px;
        min-height: 70px;
    }

    .highlighted-products-title {
        font-size: 21px;
        padding: 17px 0 28px;
    }

    .highlighted-product-image {
        min-height: 210px;
    }

        .highlighted-product-image img {
            max-height: 180px !important;
        }

    .home-gallery-products-area {
        flex-direction: column;
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 240px;
            max-height: 170px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 100%;
    }

        .corporate-left a, .right-area a {
            right: 2px;
            bottom: 16px;
            color: transparent;
            font-size: 13px;
            background-size: 50%;
            min-height: 34px;
        }

    .corporate-boxes {
        right: 8%;
        width: 57%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 80px;
        height: 80px;
    }

    .corporate-box-text {
        background: none;
        font-size: 14px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: 515px;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 50%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 90%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -16px;
        }

    .reference-box {
        width: 274px !important;
        height: 210px !important;
    }

    .reference-image {
        min-height: 130px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 100px;
        }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-direction: column;
    }

    .blog-box {
        width: 100%;
    }

    .blog-title {
        margin-bottom: 10px;
    }

    .blog-image {
        height: 170px;
    }

    .blog-text {
        padding: 10px;
        height: 215px;
    }

    .quality-container {
        background-size: 100%;
        background-position:top center !important;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        width: 100%;
        padding-top: 0;
    }

    .footer .main {
        padding-top: 25px;
        background-position: bottom center;
        background-size: 100%;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
    }

    .footer-boxes {
        flex-direction: column;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -10%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

    .line, .line2 {
        display: none;
    }

    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer-information, .footer-menues, .footer-bulletin {
        width: 100%;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-menues {
        gap: 30px;
        margin-top: 0;
        justify-content: space-between;
    }

    .categories ul {
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .entry-btn {
        padding: 13px;
        width: 37%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 20px;
    }
    .banner-container{
        height:130px;
    }
    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .left-area, .right-area {
        width: 100%;
    }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        top: 18px;
        bottom: unset !important;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
    }

    .mission-container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .production-image {
        width: 100%;
        height: 200px;
        float: unset;
        margin: 0;
    }

        .production-image img {
            border-radius: 50px;
        }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 90%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 122px !important;
        height: 122px !important;
        margin-left:4px !important;
    }

    .reference-boxes.list {
        margin-top: 25px;
        justify-content: center;
    }

        .reference-boxes.list .reference-box {
            width: 90% !important;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 47%;
        }

    .gallery-container.list {
        width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .gallery-box {
        width: 250px;
        height: 250px;
    }

        .gallery-box a {
            width: 230px;
            height: 230px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 200px;
    }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-detail-text {
        padding: 35px 10px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin-top: 25px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 120px !important;
            height: 120px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box {
        width: 90%;
        gap: 9px;
        min-height: 135px;
    }

    .contact-map {
        height: 300px;
    }

    .contact-bottom {
        flex-direction: column;
        gap: 200px;
        padding: 10px;
        height: 1050px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -320px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
        flex-direction: column;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 94.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 100%;
        height: 370px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 20px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 40px;
        height: 40px;
    }

    .list-product-name {
        height: 60px;
    }

    .product-detail-top {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 200px;
    }

        .product-detail-left img {
            max-width: 200px;
            max-height: 150px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 23px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-detail-code {
        width: 60%;
        margin: 0 auto 15px;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
        font-size: 14px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 95px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 15px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 45%;
        margin: 0 auto;
    }
    .modal-textboxBack.half {
        width: 100%;
    }

    .product-tabs {
        gap: 15px;
        padding: 15px 0;
        flex-wrap: wrap;
    }

        .product-tabs li {
            width: 44%;
        }

    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 86%;
        margin: 0 auto;
    }

        .related-products-area button.slick-next.slick-arrow {
            right: -12px;
        }

        .related-products-area button.slick-prev.slick-arrow {
            left: -15px;
        }

    .related-product-box {
        width: 262px;
        margin: unset;
    }

    .gallery-container.product {
        width: 100%;
    }

        .gallery-container.product .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.product button.slick-next.slick-arrow {
            right: -6px;
        }

    .search-box {
        width: 100%;
    }

    .related-products-area.search-page .related-product-box {
        width: 100%;
    }
    .error-container .main {
        width: 95% !important;
        background-size: 100%;
    }
    .error-image {
        max-height: 200px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* Samsung S3 dikey */
@media only screen and (min-width:360px) and (max-width:369px) {
    .related-products-area.search-page {
        gap: 30px;
        width: 100%;
    }
    .related-products-area.search-page .list-product-box {
        width: 100%;
    }
    .blog-see-all{
        top:30px;
    }
    .modal-body.search {
        height: 146px !important;
        padding: 30px 22px 20px 22px !important;
    }

        .modal-body.search .close {
            right: 6px;
            top: 6px;
        }

    .search input, .search input:focus-visible {
        width: 89%;
    }
    .search-container .main {
        width: 90%;
    }
    .slider, .slide {
        max-height: 125px !important;
    }

    .products-area {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 100%;
    }

    .product-title {
        height: 50px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 160px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 155px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 215px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 100%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }
    .highlighted-product-title {
        min-height: 65px;
        padding: 10px 20px 5px;
    }
    .highlighted-products-title {
        font-size: 21px;
        padding: 17px 0 35px;
    }

    .highlighted-product-image {
        min-height: 210px;
    }

        .highlighted-product-image img {
            max-height: 180px !important;
        }

    .home-gallery-products-area {
        flex-direction: column;
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 240px;
            max-height: 170px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 100%;
    }

        .corporate-left a, .right-area a {
            right: 9px;
            bottom: 22px;
            color: transparent;
            font-size: 13px;
            background-size: 50%;
            min-height: 34px;
        }

    .corporate-boxes {
        right: 8%;
        width: 51%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 80px;
        height: 80px;
    }

    .left-area .corporate-box {
        height: 95px;
    }

    .corporate-box-text {
        background: none;
        font-size: 14px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 50%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 80%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -16px;
        }

    .reference-box {
        width: 274px !important;
        height: 210px !important;
    }

    .reference-image {
        min-height: 130px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 100px;
        }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-direction: column;
    }

    .blog-box {
        width: 100%;
    }

    .blog-title {
        margin-bottom: 10px;
    }

    .blog-image {
        height: 195px;
    }

    .blog-text {
        padding: 10px;
        height: 195px;
    }

    .quality-container {
        background-size: 100%;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        width: 100%;
        padding-top: 0;
    }

    .footer .main {
        padding-top: 25px;
        background-position: bottom center;
        background-size: 100%;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
    }

    .footer-boxes {
        flex-direction: column;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -10%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

    .line, .line2 {
        display: none;
    }

    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer-information, .footer-menues, .footer-bulletin {
        width: 100%;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-menues {
        gap: 30px;
        margin-top: 0;
        justify-content: space-between;
    }

    .categories ul {
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .entry-btn {
        padding: 13px;
        width: 37%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .left-area, .right-area {
        width: 100%;
    }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        top: 18px;
        bottom: unset !important;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
    }

    .mission-container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .production-image {
        width: 100%;
        height: 200px;
        float: unset;
        margin: 0;
    }

        .production-image img {
            border-radius: 50px;
        }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 150px !important;
        height: 150px !important;
        margin-left: 5px;
    }

    .reference-boxes.list {
        margin-top: 25px;
        justify-content: center;
        gap: 15px;
    }

        .reference-boxes.list .reference-box {
            width: 47% !important;
            height: 170px !important;
        }

        .reference-boxes.list .reference-image {
            max-height: 100px;
            min-height: 100px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 80px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 47%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 20px;
    }

    .gallery-box {
        width: 161px;
        height: 161px;
    }

        .gallery-box a {
            width: 141px;
            height: 141px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 200px;
    }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-detail-text {
        padding: 35px 10px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin-top: 25px;
        width: 90%;
    }

        .gallery-container.blog .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box {
        width: 85%;
        gap: 9px;
        min-height: 120px;
    }

    .contact-map {
        height: 300px;
    }

    .contact-bottom {
        flex-direction: column;
        gap: 200px;
        padding: 10px;
        height: 1030px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -320px;
            background-size: 90%;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
        flex-direction: column;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 100%;
        height: 370px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 20px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 40px;
        height: 40px;
    }

    .list-product-name {
        height: 60px;
    }

    .product-detail-top {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 200px;
    }

        .product-detail-left img {
            max-width: 210px;
            max-height: 160px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 27px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-detail-code {
        width: 60%;
        margin: 0 auto 15px;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
        font-size: 14px;
    }
        .features-bottom table tbody tr td:first-child {
            width: 95px;
        }
        .features-bottom table tbody tr td:nth-child(2) {
            width: 15px;
        }
    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 45%;
        margin: 0 auto;
    }
    .modal-textboxBack.half {
        width: 100%;
    }

    .product-tabs {
        gap: 15px;
        padding: 15px 0;
        flex-wrap: wrap;
    }
        .product-tabs li {
            width: 39%;
        }

    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 88%;
        margin: 0 auto;
    }

        .related-products-area button.slick-prev.slick-arrow {
            left: -15px;
        }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 300px;
        margin: unset;
    }

    .gallery-container.product {
        width: 86%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.product button.slick-next.slick-arrow {
            right: -6px;
        }

    .search-box {
        width: 100%;
    }

    .related-products-area.search-page .related-product-box {
        width: 100%;
    }
    .error-container .main {
        width: 95% !important;
        background-size: 100%;
    }
    .error-image {
        max-height: 200px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:389px) {
    .related-products-area.search-page {
        gap: 30px;
        width: 100%;
    }
    .related-products-area.search-page .list-product-box {
        width: 100%;
    }
    .contact-top {
        padding-top: 6%;
    }
    .blog-see-all{
        top:30px;
    }
    .modal-body.search {
        height: 146px !important;
        padding: 30px 22px 20px 22px !important;
    }

        .modal-body.search .close {
            right: 6px;
            top: 6px;
        }

    .search input, .search input:focus-visible {
        width: 89%;
    }
    .search-container .main {
        width: 90%;
    }
    .slider, .slide {
        max-height: 130px !important;
    }

    .products-area {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 100%;
    }

    .product-title {
        height: 50px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 160px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 140px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 215px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 100%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }
    .highlighted-product-title {
        min-height: 65px;
        padding: 10px 20px 5px;
    }
    .highlighted-products-title {
        font-size: 21px;
        padding: 18px 0 40px;
    }

    .highlighted-product-image {
        min-height: 210px;
    }

        .highlighted-product-image img {
            max-height: 180px !important;
        }

    .home-gallery-products-area {
        flex-direction: column;
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 240px;
            max-height: 170px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 100%;
    }

        .corporate-left a, .right-area a {
            right: 9px;
            bottom: 22px;
            color: transparent;
            font-size: 13px;
            background-size: 50%;
            min-height: 34px;
        }

    .corporate-boxes {
        right: 8%;
        width: 49%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 80px;
        height: 80px;
    }

    .corporate-box-text {
        background: none;
        font-size: 14px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 50%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 77%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -16px;
        }

    .reference-box {
        width: 274px !important;
        height: 210px !important;
    }

    .reference-image {
        min-height: 130px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 100px;
        }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-direction: column;
    }

    .blog-box {
        width: 100%;
    }

    .blog-title {
        margin-bottom: 10px;
    }

    .blog-image {
        height: 200px;
    }

    .blog-text {
        padding: 10px;
        height: 180px;
    }

    .quality-container {
        background-size: 100%;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        width: 100%;
        padding-top: 0;
    }

    .footer .main {
        padding-top: 25px;
        background-position: bottom center;
        background-size: 100%;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
    }

    .footer-boxes {
        flex-direction: column;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -10%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

    .line, .line2 {
        display: none;
    }

    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer-information, .footer-menues, .footer-bulletin {
        width: 100%;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-menues {
        gap: 30px;
        margin-top: 0;
        justify-content: space-between;
    }

    .categories ul {
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .entry-btn {
        padding: 13px;
        width: 32%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .left-area, .right-area {
        width: 100%;
    }

        .left-area .corporate-box {
            height: 98px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        top: 18px;
        bottom: unset !important;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
    }

    .mission-container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .production-image {
        width: 100%;
        height: 200px;
        float: unset;
        margin: 0;
    }

        .production-image img {
            border-radius: 50px;
        }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 150px !important;
        height: 150px !important;
        margin-left: 5px;
    }

    .reference-boxes.list {
        margin-top: 25px;
        justify-content: center;
        gap: 15px;
    }

        .reference-boxes.list .reference-box {
            width: 47% !important;
            height: 170px !important;
        }

        .reference-boxes.list .reference-image {
            max-height: 100px;
            min-height: 100px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 80px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 47%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 20px;
    }

    .gallery-box {
        width: 168px;
        height: 168px;
    }

        .gallery-box a {
            width: 148px;
            height: 148px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 200px;
    }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-detail-text {
        padding: 35px 10px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin-top: 25px;
        width: 85%;
    }

        .gallery-container.blog .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box {
        width: 90%;
        gap: 9px;
        min-height: 135px;
    }

    .contact-map {
        height: 300px;
    }

    .contact-bottom {
        flex-direction: column;
        gap: 240px;
        padding: 10px;
        height: 1050px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -345px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
        flex-direction: column;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 100%;
        height: 370px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 20px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 40px;
        height: 40px;
    }

    .list-product-name {
        height: 60px;
    }

    .product-detail-top {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 200px;
    }

        .product-detail-left img {
            max-width: 215px;
            max-height: 150px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 27px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-detail-code {
        width: 60%;
        margin: 0 auto 15px;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
        font-size: 14px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 95px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 15px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 45%;
        margin: 0 auto;
    }

    .product-tabs {
        gap: 15px;
        padding: 15px 0;
        flex-wrap: wrap;
    }
        .product-tabs li {
            width: 37%;
        }
    .modal-textboxBack.half {
        width: 100%;
    }
    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 84%;
        margin: 0 auto;
    }

        .related-products-area button.slick-prev.slick-arrow {
            left: -15px;
        }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 300px;
        margin: unset;
    }

    .gallery-container.product {
        width: 86%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.product button.slick-next.slick-arrow {
            right: -6px;
        }

    .search-box {
        width: 100%;
    }

    .related-products-area.search-page .related-product-box {
        width: 100%;
    }
    .error-container .main {
        width: 95% !important;
        background-size: 100%;
    }

    .error-image {
        max-height: 200px;
    }
        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iPhone 12 dikey */
@media only screen and (min-width:390px) and (max-width:399px) {
    .related-products-area.search-page {
        gap: 30px;
        width: 100%;
    }
    .related-products-area.search-page .list-product-box {
        width: 100%;
    }
    .modal-body.search {
        height: 146px !important;
        padding: 30px 22px 20px 22px !important;
    }

        .modal-body.search .close {
            right: 6px;
            top: 6px;
        }

    .search input, .search input:focus-visible {
        width: 89%;
    }
    .search-container .main {
        width: 90%;
    }
    .slider, .slide {
        max-height: 135px !important;
    }

    .products-area {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 100%;
    }

    .product-title {
        height: 50px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 160px !important;
        }

    .product-text {
        padding: 10px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 215px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 90%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }

    .highlighted-product-title {
        padding: 10px 10px 5px;
    }

    .highlighted-products-title {
        font-size: 21px;
        padding: 18px 0 40px;
    }

    .highlighted-product-image {
        min-height: 210px;
    }

        .highlighted-product-image img {
            max-height: 180px !important;
        }

    .home-gallery-products-area {
        flex-direction: column;
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 240px;
            max-height: 170px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 100%;
    }

        .corporate-left a, .right-area a {
            right: 9px;
            bottom: 22px;
            color: transparent;
            font-size: 13px;
            background-size: 50%;
            min-height: 34px;
        }

    .corporate-boxes {
        right: 8%;
        width: 47%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 80px;
        height: 80px;
    }

    .corporate-box-text {
        background: none;
        font-size: 14px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 50%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 73%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -16px;
        }

    .reference-box {
        width: 274px !important;
        height: 210px !important;
    }

    .reference-image {
        min-height: 130px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 100px;
        }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-direction: column;
    }

    .blog-box {
        width: 100%;
    }

    .blog-title {
        margin-bottom: 10px;
    }

    .blog-image {
        height: 200px;
    }

    .blog-text {
        padding: 10px;
        height: 175px;
    }

    .quality-container {
        background-size: 100%;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        width: 100%;
        padding-top: 0;
    }

    .footer .main {
        padding-top: 25px;
        background-position: bottom center;
        background-size: 90%;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
    }

    .footer-boxes {
        flex-direction: column;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -10%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

    .line, .line2 {
        display: none;
    }

    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer-information, .footer-menues, .footer-bulletin {
        width: 100%;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-menues {
        gap: 30px;
        margin-top: 0;
        justify-content: space-between;
    }

    .categories ul {
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .entry-btn {
        padding: 13px;
        width: 37%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .left-area, .right-area {
        width: 100%;
    }

        .left-area .corporate-box {
            height: 102.5px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        top: 18px;
        bottom: unset !important;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
    }

    .mission-container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .production-image {
        width: 100%;
        height: 200px;
        float: unset;
        margin: 0;
    }

        .production-image img {
            border-radius: 50px;
        }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 93%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 150px !important;
        height: 150px !important;
        margin-left: 5px;
    }

    .reference-boxes.list {
        margin-top: 25px;
        justify-content: center;
        gap: 15px;
    }

        .reference-boxes.list .reference-box {
            width: 47% !important;
            height: 170px !important;
        }

        .reference-boxes.list .reference-image {
            max-height: 100px;
            min-height: 100px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 80px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 47%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 20px;
    }

    .gallery-box {
        width: 176px;
        height: 176px;
    }

        .gallery-box a {
            width: 156px;
            height: 156px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 200px;
    }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-detail-text {
        padding: 35px 10px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin-top: 25px;
        width: 84%;
    }

        .gallery-container.blog .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box {
        width: 90%;
        gap: 9px;
        min-height: 135px;
    }

    .contact-map {
        height: 300px;
    }

    .contact-bottom {
        flex-direction: column;
        gap: 240px;
        padding: 10px;
        height: 1045px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -345px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
        flex-direction: column;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 100%;
        height: 370px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 20px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 40px;
        height: 40px;
    }

    .list-product-name {
        height: 60px;
    }

    .product-detail-top {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 200px;
    }

        .product-detail-left img {
            max-width: 250px;
            max-height: 160px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 27px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-detail-code {
        width: 60%;
        margin: 0 auto 15px;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
        font-size: 14px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 95px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 15px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 45%;
        margin: 0 auto;
    }

    .product-tabs {
        gap: 15px;
        padding: 15px 0;
        flex-wrap: wrap;
    }

        .product-tabs li {
            width: 37%;
        }

    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 80%;
        margin: 0 auto;
    }

        .related-products-area button.slick-prev.slick-arrow {
            left: -15px;
        }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 300px;
        margin: unset;
    }

    .gallery-container.product {
        width: 79.6%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.product button.slick-next.slick-arrow {
            right: -6px;
        }

    .search-box {
        width: 100%;
    }

    .related-products-area.search-page .related-product-box {
        width: 281px;
    }
    .error-container .main {
        width: 95% !important;
        background-size: 100%;
    }

    .error-image {
        max-height: 200px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone Plus dikey */
@media only screen and (min-width:400px) and (max-width:479px) {
    .related-products-area.search-page {
        gap: 30px;
        width: 100%;
    }
    .related-products-area.search-page .list-product-box {
        width: 100%;
    }
    .contact-top {
        padding-top: 6%;
    }
    .modal-body.search {
        height: 146px !important;
        padding: 30px 22px 20px 22px !important;
    }

        .modal-body.search .close {
            right: 6px;
            top: 6px;
        }

    .search input, .search input:focus-visible {
        width: 89%;
    }
    .search-container .main {
        width: 90%;
    }
    .slider, .slide {
        max-height: 145px !important;
    }

    .products-area {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 90%;
    }

    .product-title {
        height: 55px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 140px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 140px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 215px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 90%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }

    .highlighted-product-title {
        padding: 10px 10px 5px;
        min-height: 70px;
    }

    .highlighted-products-title {
        font-size: 21px;
        padding: 18px 0 40px;
    }

    .highlighted-product-image {
        min-height: 210px;
    }

        .highlighted-product-image img {
            max-height: 180px !important;
        }

    .home-gallery-products-area {
        flex-direction: column;
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 95%;
        margin: 0 auto;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 240px;
            max-height: 170px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 100%;
    }

        .corporate-left a, .right-area a {
            right: 9px;
            bottom: 22px;
            color: transparent;
            font-size: 13px;
            background-size: 58%;
            min-height: 44px;
        }

    .corporate-boxes {
        right: 8%;
        width: 49%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 90px;
        height: 90px;
    }

    .corporate-box-text {
        background: none;
        font-size: 14px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 50%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 70%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -16px;
        }

    .reference-box {
        width: 274px !important;
        height: 210px !important;
    }

    .reference-image {
        min-height: 130px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 100px;
        }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-direction: column;
    }

    .blog-box {
        width: 90%;
    }

    .blog-title {
        margin-bottom: 10px;
    }

    .blog-image {
        height: 200px;
    }

    .blog-text {
        padding: 10px;
        height: 175px;
    }

    .quality-container {
        background-size: 100%;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        width: 100%;
        padding-top: 0;
    }

    .footer .main {
        padding-top: 25px;
        background-position: bottom center;
        background-size: 100%;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
    }

    .footer-boxes {
        flex-direction: column;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -10%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }

    .line, .line2 {
        display: none;
    }

    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer-information, .footer-menues, .footer-bulletin {
        width: 100%;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-menues {
        gap: 30px;
        margin-top: 0;
        justify-content: space-between;
    }

    .categories ul {
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .entry-btn {
        padding: 13px;
        width: 28%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .left-area, .right-area {
        width: 100%;
    }

        .left-area .corporate-box {
            height: 109px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        top: 24px;
        bottom: unset !important;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
    }

    .mission-container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .production-image {
        width: 100%;
        height: 200px;
        float: unset;
        margin: 0;
    }

        .production-image img {
            border-radius: 50px;
        }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 87%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 150px !important;
        height: 150px !important;
        margin-left: 5px;
    }

    .reference-boxes.list {
        margin-top: 25px;
        justify-content: center;
        gap: 15px;
    }

        .reference-boxes.list .reference-box {
            width: 47% !important;
            height: 170px !important;
        }

        .reference-boxes.list .reference-image {
            max-height: 100px;
            min-height: 100px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 80px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
            padding:0 10px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 47%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 20px;
    }

    .gallery-box {
        width: 187px;
        height: 187px;
    }

        .gallery-box a {
            width: 167px;
            height: 167px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 200px;
    }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-detail-text {
        padding: 35px 10px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin-top: 25px;
        width: 80%;
    }

        .gallery-container.blog .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box {
        width: 90%;
        gap: 9px;
        min-height: 125px;
    }

    .contact-map {
        height: 300px;
    }

    .contact-bottom {
        flex-direction: column;
        gap: 240px;
        padding: 10px;
        height: 1025px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -345px;
            background-size: 90%;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
        flex-direction: column;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
        justify-content: center;
    }

    .list-product-box {
        width: 90%;
        height: 370px;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 20px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 40px;
        height: 40px;
    }

    .list-product-name {
        height: 60px;
    }

    .product-detail-top {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 200px;
    }

        .product-detail-left img {
            max-width: 210px;
            max-height: 145px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 27px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-detail-code {
        width: 60%;
        margin: 0 auto 15px;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
        font-size: 14px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 95px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 15px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 45%;
        margin: 0 auto;
    }
    .modal-textboxBack.half {
        width: 100%;
    }

    .product-tabs {
        gap: 15px;
        padding: 15px 0;
        flex-wrap: wrap;
    }

        .product-tabs li {
            width: 35%;
        }

    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 76%;
        margin: 0 auto;
    }

        .related-products-area button.slick-prev.slick-arrow {
            left: -15px;
        }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 300px;
        margin: unset;
    }

    .gallery-container.product {
        width: 79.6%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.product button.slick-next.slick-arrow {
            right: -6px;
        }

    .search-box {
        width: 100%;
    }

    .related-products-area.search-page .related-product-box {
        width: 100%;
    }
    .error-container .main {
        width: 95% !important;
        background-size: 100%;
    }
    .error-image {
        max-height: 200px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone 4 yatay */
@media only screen and (min-width:480px) and (max-width:559px) {
    .search input, .search input:focus-visible {
        width: 91%;
    }
    .slider, .slide {
        max-height: 165px !important;
    }

    .products-area {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 48.3%;
    }

    .product-title {
        height: 75px;
        padding: 10px;
        font-size: 16px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 140px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 250px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 165px;
        margin-bottom: 25px;
        background-position: center center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 50%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 0 0 0;
        }
        .highlighted-product-box:nth-child(2) {
            border-radius: 0 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }

    .highlighted-product-title {
        padding: 10px 10px 5px;
        min-height: 81px;
    }

    .highlighted-products-title {
        font-size: 22px;
        padding: 15px 0;
    }

    .highlighted-product-image {
        min-height: 210px;
    }

        .highlighted-product-image img {
            max-height: 140px !important;
        }

    .home-gallery-products-area {
        /*flex-direction: column;*/
        gap: 10px;
    }
    .home-gallery-product-box {
        width: 49%;
    }
    .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 180px;
            max-height: 140px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 100%;
    }

        .corporate-left a, .right-area a {
            right: 26px;
            bottom: 22px;
            font-size: 16px;
            background-size: 40%;
            min-height: 55px;
        }

    .corporate-boxes {
        right: 8%;
        width: 49%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 105px;
        height: 105px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 85px;
        height: 85px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 94%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -16px;
        }

    .reference-box {
        width: 210px !important;
        height: 200px !important;
    }

    .reference-image {
        min-height: 120px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 90px;
        }
    .reference-text{
        font-size:15.5px;
    }

    .blog-see-all i {
        margin-left: 3px;
    }
    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-box {
        width: 48.3%;
    }

    .blog-title {
        margin-bottom: 10px;
        font-size: 15px;
        min-height: 55px;
    }

    .blog-image {
        height: 125px;
    }

    .blog-text {
        padding: 10px;
        height: 235px;
    }
    .blog-desc {
        font-size: 15px;
    }

    .quality-container {
        background-size: 100%;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        width: 58%;
        padding-top: 0;
        height: 280px;
        margin: 0 auto;
    }

    .footer .main {
        padding-top: 25px;
        background-position: bottom center;
        background-size: 80%;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
        min-height: 145px;
    }
        .footer-container.grey-bg {
            box-shadow: 0 -130.938px 0 0 #fbfbfd;
        }

    .footer-boxes {
        width: 95%;
        margin-top: -8.5%;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .line:before, .line2:before {
        border-width: 29px;
    }

    .line:after, .line2:after {
        border-width: 24px;
    }
    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -20%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }
    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer-bulletin {
        width: 100%;
    }

    .footer-information {
        width: 62.7%;
        margin: 0 auto;
    }

    .footer-information {
        gap: 10px;
    }
    .entry-btn {
        padding: 13px;
        width: 25%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .left-area, .right-area {
        width: 100%;
    }

        .left-area .corporate-box {
            height: 126px;
            width: 126px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        right: 17px;
        top: 22px;
        font-size: 14px;
        background-size: 32%;
        min-height: 45px;
        bottom: unset !important;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
        width: 94%;
        margin:0 auto;
    }

    .mission-container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .production-image {
        width: 100%;
        height: 200px;
        float: unset;
        margin: 0;
    }

        .production-image img {
            border-radius: 50px;
        }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 135px !important;
        height: 135px !important;
    }

    .reference-boxes.list {
        margin-top: 25px;
        justify-content: center;
        gap: 15px;
    }

        .reference-boxes.list .reference-box {
            width: 47% !important;
            height: 170px !important;
        }

        .reference-boxes.list .reference-image {
            max-height: 100px;
            min-height: 100px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 80px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 37%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 20px;
    }

    .gallery-box {
        width: 219px;
        height: 219px;
    }

        .gallery-box a {
            width: 199px;
            height: 199px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 200px;
    }
    .blog-detail-image img {
        max-height: 200px;
    }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-detail-text {
        padding: 35px 10px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin: 25px auto 10px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 120px !important;
            height: 120px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: -8%;
    }

    .contact-box {
        width: 48%;
        gap: 9px;
        min-height: 120px;
    }
    .contact-box-text {
        font-size: 16px;
    }
    .contact-map {
        height: 200px;
    }

    .contact-bottom {
        flex-direction: column;
        gap: 240px;
        padding: 10px;
        height: 1000px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -345px;
            background-size: 80%;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 48%;
        min-height: 370px;
        height:auto;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 12px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 37px;
        height: 37px;
    }

    .list-product-name {
        height: auto;
        min-height: 60px;
    }

    .product-detail-top {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 200px;
    }

        .product-detail-left img {
            max-width: 200px;
            max-height: 135px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 27px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-detail-code {
        width: 50%;
        margin: 0 auto 15px;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 35%;
    }
    .modal-body.small {
        width: 65% !important;
        height: 265px !important;
        padding: 15px !important;
    }
    .product-tabs {
        gap: 20px;
        padding: 15px 0;
    }

    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 93%;
        margin: 0 auto;
        gap: 10px;
    }

        .related-products-area button.slick-prev.slick-arrow {
            left: -15px;
        }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 205px;
        margin: unset;
    }
        .related-product-box .product-image {
            height: 180px;
        }
        .related-product-box .product-title {
            height: 65px;
        }
    .gallery-container.product {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 125px !important;
            height: 125px !important;
        }

        .gallery-container.product button.slick-next.slick-arrow {
            right: -6px;
        }

    .search-box {
        width: 100%;
    }
    .search-container .main {
        width: 90%;
    }
    .related-products-area.search-page {
        gap: 15px;
        width: 100%;
    }
        .related-products-area.search-page .list-product-box {
            width: 48.08%;
        }
            .related-products-area.search-page .list-product-box .list-product-code {
                width: 65%;
            }
    .error-container .main {
        width: 95% !important;
        margin:0 auto;
        background-size: 80%;
    }

    .error-image {
        max-height: 200px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone 5/5s yatay */
@media only screen and (min-width:560px) and (max-width:639px) {
    .close {
        top: 10px;
    }
    .search input, .search input:focus-visible {
        width: 92%;
    }
    .slider, .slide {
        max-height: 195px !important;
    }

    .products-area {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 48.3%;
    }

    .product-title {
        height: 55px;
        padding: 10px;
        font-size: 16px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 120px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 195px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 160px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 50%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 0 0 0;
        }

        .highlighted-product-box:nth-child(2) {
            border-radius: 0 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }

    .highlighted-product-title {
        padding: 10px 10px 5px;
        min-height: 70px;
    }

    .highlighted-products-title {
        font-size: 22px;
        padding: 20px 0 15px;
    }

    .highlighted-product-image {
        min-height: 210px;
    }

        .highlighted-product-image img {
            max-height: 140px !important;
            max-width: 70%;
        }

    .home-gallery-products-area {
        /*flex-direction: column;*/
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
        margin: 0 auto;
    }
    .home-gallery-product-title {
        font-size: 22px;
        padding: 0 5px;
        min-height: 54px;
    }
    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 190px;
            max-height: 115px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 90%;
        margin: 0 auto;
    }

        .corporate-left a, .right-area a {
            right: 26px;
            bottom: 22px;
            font-size: 18px;
            background-size: 40%;
            min-height: 64px;
        }

    .corporate-boxes {
        right: 8%;
        width: 46%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 105px;
        height: 105px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 85px;
        height: 85px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 96%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -12px;
        }

    .reference-box {
        width: 165px !important;
        height: 165px !important;
    }

    .reference-image {
        min-height: 110px;
        padding: 20px 20px 0;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 80px;
        }

    .reference-text {
        font-size: 14px;
        padding: 0 5px;
        min-height: 40px;
    }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-box {
        width: 48.3%;
    }

    .blog-title {
        margin-bottom: 10px;
        font-size: 15px;
        min-height: 40px;
    }

    .blog-image {
        height: 145px;
    }

    .blog-text {
        padding: 10px;
        height: 200px;
    }

    .blog-desc {
        font-size: 15px;
    }

    .quality-container {
        background-size: 70%;
        background-position:top center;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        width: 58%;
        padding-top: 0;
        height: 280px;
        margin: 0 auto;
    }

    .footer .main {
        padding-top: 25px;
        background-position: bottom center;
        background-size: 65%;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
        min-height: 145px;
    }

        .footer-container.grey-bg {
            box-shadow: 0 -130.938px 0 0 #fbfbfd;
        }

    .footer-boxes {
        width: 95%;
        margin-top: -8.5%;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }
    .line:before, .line2:before {
        border-width: 29px;
    }
    
    .line:after, .line2:after {
        border-width: 24px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -20%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }

    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer-bulletin {
        width: 100%;
    }

    .footer-information {
        width: 53%;
        margin: 0 auto;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-menues {
        gap: 30px;
        margin-top: 0;
        justify-content: space-between;
    }

    .categories ul {
        column-gap: 20px;
    }

    .entry-btn {
        padding: 13px;
        width: 21%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .right-area {
        width: 70%;
        margin: 0 auto;
    }
    .left-area {
        width: 100%;
    }

        .left-area .corporate-box {
            height: 149px;
            width: 149px;
        }
        .left-area .corporate-box-text {
            width: 105px;
            height: 105px;
        }
    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        right: 0px;
        top: 22px;
        color: transparent;
        min-height: 59px;
        bottom: unset !important;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
        width: 93%;
        margin: 0 auto;
    }

    .mission-container {
        /*flex-direction: column;*/
        width: 100%;
        gap: 15px;
    }
        .mission-container .corporate-right-title{
            text-align:left;
        }
        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 240px;
        max-height: 240px;
    }
    .production-image {
        width: 40%;
        height: 150px;
        margin: 0 0 10px 20px;
    }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 120px !important;
        height: 120px !important;
    }

    .reference-boxes.list {
        margin-top: 25px;
        gap: 12px;
    }

        .reference-boxes.list .reference-box {
            width: 31.8% !important;
            height: 160px !important;
        }

        .reference-boxes.list .reference-image {
            max-height: 100px;
            min-height: 100px;
            padding: 10px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 80px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 31%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 15px;
    }

    .gallery-box {
        width: 170px;
        height: 170px;
    }

        .gallery-box a {
            width: 150px;
            height: 150px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 200px;
    }

        .blog-detail-image img {
            max-height: 200px;
        }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .blog-detail-text {
        padding: 35px 15px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin: 25px auto 10px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 107px !important;
            height: 107px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 45px;
        height: 45px;
        font-size: 45px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: -8%;
    }

    .contact-box {
        width: 48%;
        gap: 9px;
        min-height: 120px;
    }

    .contact-map {
        height: 210px;
    }

    .contact-bottom {
        flex-direction: column;
        gap: 240px;
        padding: 10px;
        height: 970px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -345px;
            background-size: 65%;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 48.5%;
        min-height: 370px;
        height: auto;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 12px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 37px;
        height: 37px;
    }

    .list-product-name {
        height: auto;
        min-height: 60px;
    }

    .product-detail-top {
        /*flex-direction: column;*/
        gap: 15px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 250px;
    }

        .product-detail-left img {
            max-width: 180px;
            max-height: 120px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-detail-code {
        width: 70%;
        margin: 0 auto 15px;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 45%;
    }
    .modal-button-area{
        flex-direction:row;
    }
    .product-tabs {
        gap: 20px;
        padding: 15px 0;
    }
    .modal-body.small {
        width: 56% !important;
        height: 265px !important;
        padding: 15px !important;
    }
    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 96%;
        margin: 0 auto;
        gap: 10px;
    }

        .related-products-area button.slick-prev.slick-arrow {
            left: -15px;
        }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 167px;
        margin: unset;
    }

        .related-product-box .product-image {
            height: 180px;
        }

        .related-product-box .product-title {
            height: 65px;
        }

    .gallery-container.product {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 115px !important;
            height: 115px !important;
        }

        .gallery-container.product button.slick-next.slick-arrow {
            right: -10px;
        }

    .search-box {
        width: 100%;
    }

    .search-container .main {
        width: 90%;
    }

    .related-products-area.search-page {
        gap: 15px;
        width:100%;
    }
        .related-products-area.search-page .list-product-box {
            width: 48.5%;
        }
    .error-container .main {
        width: 95% !important;
        margin: 0 auto;
        background-size: 80%;
    }

    .error-image {
        max-height: 220px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px) {
    .search input, .search input:focus-visible {
        width: 94%;
    }
    .slider, .slide {
        max-height: 220px !important;
    }

    .products-area {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 48.3%;
    }

    .product-title {
        height: 55px;
        padding: 10px;
        font-size: 16px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 140px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 170px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        margin-bottom: 5px;
        text-align:center;
    }

    .product-banner-with-text {
        height: 160px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 50%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 0 0 0;
        }

        .highlighted-product-box:nth-child(2) {
            border-radius: 0 70px 0 0;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 70px;
        }

    .highlighted-product-title {
        padding: 10px 10px 5px;
        min-height: 65px;
    }

    .highlighted-products-title {
        font-size: 22px;
        padding: 25px 0;
    }

    .highlighted-product-image {
        min-height: 190px;
    }

        .highlighted-product-image img {
            max-height: 130px !important;
        }

    .home-gallery-products-area {
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
        margin: 0 auto;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 200px;
            max-height: 150px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left {
        width: 75%;
        margin: 0 auto;
    }
    .corporate-right {
        width: 85%;
        margin: 0 auto;
    }

    .corporate-left a, .right-area a {
        right: 26px;
        bottom: 22px;
        font-size: 18px;
        background-size: 35%;
        min-height: 56px;
    }

    .corporate-boxes {
        right: 8%;
        width: 57%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 120px;
        height: 120px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 90px;
        height: 90px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 100%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -7px;
        }
        .reference-boxes button.slick-prev.slick-arrow {
            left: -9px;
        }

    .reference-box {
        width: 185px !important;
        height: 170px !important;
        margin:0 8px;
    }

    .reference-image {
        min-height: 100px;
        padding: 20px 20px 0;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 80px;
        }

    .reference-text {
        font-size: 14px;
    }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-box {
        width: 31.6%;
    }

    .blog-title {
        margin-bottom: 10px;
        font-size: 15px;
        min-height: 72px;
    }

    .blog-image {
        height: 110px;
    }

    .blog-text {
        padding: 10px;
        height: 285px;
    }

    .blog-desc {
        font-size: 15px;
    }

    .quality-container {
        background-size: 100%;
    }

        .quality-container .main {
            gap: 25px;
            flex-direction: column;
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 30%;
    }

    .quality-image {
        width: 58%;
        padding-top: 0;
        height: 280px;
        margin: 0 auto;
    }

    .footer .main {
        padding-top: 25px;
        background-position: right 15%;
        background-size: 53%;
    }
    .footer .main:not(.footer-bottom .main) {
        min-height: 275px;
    }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
        min-height: 145px;
    }

        .footer-container.grey-bg {
            box-shadow: 0 -130.938px 0 0 #fbfbfd;
        }

    .footer-boxes {
        width: 95%;
        margin-top: -8.5%;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .line:before, .line2:before {
        border-width: 29px;
    }

    .line:after, .line2:after {
        border-width: 24px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -20%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }

    .footer-top {
        flex-wrap:wrap;
        gap: 20px;
        margin-bottom:20px;
    }

    .footer-information {
        width: 44.4%;
    }
    .footer-bulletin {
        width: 52.3%;
    }
    .footer-information {
        gap: 10px;
    }
    .footer-logo {
        width: 205px;
        height: 63px;
    }
    .footer-m-left {
        margin-left: 55px;
    }
    .entry-btn {
        padding: 13px;
        width: 34%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .right-area {
        width: 55%;
        margin: 0 auto;
    }
    .left-area {
        width: 100%;
        margin: 0 auto;
    }

        .left-area .corporate-box {
            height: 144px;
            width: 144px;
        }
        .left-area .corporate-box-text {
            font-size: 14px;
            width: 105px;
            height: 105px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        right: -6px;
        top: 21px;
        color: transparent;
        bottom: unset !important;
        background-size: 36%;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
        width: 80%;
        margin:0 auto;
    }

    .mission-container {
        width: 100%;
        gap: 5px;
    }
        .mission-container .corporate-right-title{
            text-align:left;
        }
        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

    .mission-right img {
        max-width: 260px;
        max-height: 280px;
    }

    .production-image {
        width: 40%;
        height: 160px;
        margin: 0 0 10px 20px;
    }
    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 105px !important;
        height: 105px !important;
    }

    .reference-boxes.list {
        margin-top: 25px;
        gap: 12px;
    }

        .reference-boxes.list .reference-box {
            width: 32% !important;
            height: 182px !important;
            margin: unset;
        }

        .reference-boxes.list .reference-image {
            max-height: 110px;
            min-height: 110px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 80px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 27%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 15px;
    }

    .gallery-box {
        width: 141px;
        height: 141px;
    }

        .gallery-box a {
            width: 121px;
            height: 121px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 230px;
    }

        .blog-detail-image img {
            max-height: 230px;
        }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .blog-detail-text {
        padding: 35px 15px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin: 25px auto 10px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 98px !important;
            height: 98px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: -8%;
    }

    .contact-box {
        width: 32%;
        gap: 9px;
        min-height: 140px;
    }
    .contact-box-text {
        font-size: 16px;
        min-height: 57px;
    }
    .contact-map {
        height: 210px;
    }

    .contact-bottom {
        gap: 10px;
        padding: 20px 10px 10px;
        height: 545px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -50px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
    }

        .contact-input-group .input-box {
            width: 100%;
        }
    .input-contact {
        padding: 19px 5px 19px 30px;
    }
    .input-box i {
        left: 13px;
        font-size: 15px;
    }
    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 48%;
        min-height: 370px;
        height: auto;
    }

    .list-product-image {
        height: 190px;
    }

        .list-product-image img {
            max-height: 150px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 12px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 37px;
        height: 37px;
    }

    .list-product-name {
        height: auto;
        min-height: 60px;
    }

    .product-detail-top {
        gap: 10px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 280px;
    }

        .product-detail-left img {
            max-width: 200px;
            max-height: 130px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product-detail-code {
        width: 55%;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 33%;
    }

    .modal-button-area {
        flex-direction: row;
    }

    .product-tabs {
        gap: 20px;
        padding: 15px 0;
    }

    .modal-body.small {
        width: 50% !important;
        height: 265px !important;
        padding: 15px !important;
    }
    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 97%;
        margin: 0 auto;
    }
        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 185px;
    }

        .related-product-box .product-image {
            height: 180px;
        }

        .related-product-box .product-title {
            height: 67px;
        }

    .gallery-container.product {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 105px !important;
            height: 105px !important;
        }
    .search-box {
        width: 47%;
    }

    .search-container .main {
        width: 90%;
    }

    .related-products-area.search-page {
        gap: 15px;
        width:100%;
    }
        .related-products-area.search-page .list-product-box {
            width: 48.6%;
        }
    .error-container .main {
        width: 70% !important;
        margin: 0 auto;
        background-size: 80%;
    }

    .error-image {
        max-height: 220px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone 6/6s yatay */
@media only screen and (min-width:660px) and (max-width:699px) {
    .search input, .search input:focus-visible {
        width: 94%;
    }
    .slider, .slide {
        max-height: 230px !important;
    }

    .products-area {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 48.3%;
    }

    .product-title {
        height: 55px;
        padding: 10px;
        font-size: 16px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 140px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 170px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 160px;
        margin-bottom: 25px;
        background-position: right center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 33.3%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 0 0 0;
        }

        .highlighted-product-box:nth-child(3) {
            border-radius: 0 70px 0 0;
        }

        .highlighted-product-box:nth-child(4) {
            border-radius: 0 0 0 70px;
        }
        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 0;
        }

    .highlighted-product-title {
        padding: 5px;
        min-height: 76px;
        font-size: 18px;
    }

    .highlighted-products-title {
        font-size: 22px;
        padding: 25px 0;
    }

    .highlighted-product-image {
        min-height: 190px;
    }

        .highlighted-product-image img {
            max-height: 130px !important;
        }

    .home-gallery-products-area {
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
        margin: 0 auto;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 210px;
            max-height: 140px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 80%;
        margin: 0 auto;
    }

        .corporate-left a, .right-area a {
            right: 30px;
            bottom: 23px;
            font-size: 18px;
            background-size: 40%;
            min-height: 64px;
        }

    .corporate-boxes {
        right: 8%;
        width: 44%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 105px;
        height: 105px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 85px;
        height: 85px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 100%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -7px;
        }

        .reference-boxes button.slick-prev.slick-arrow {
            left: -9px;
        }

    .reference-box {
        width: 150px !important;
        height: 165px !important;
        margin: 0;
    }

    .reference-image {
        min-height: 100px;
        padding: 5px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 80px;
        }

    .reference-text {
        font-size: 14px;
        padding: 0 5px;
    }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-box {
        width: 31.6%;
    }

    .blog-title {
        margin-bottom: 10px;
        font-size: 15px;
        min-height: 72px;
    }

    .blog-image {
        height: 115px;
    }

    .blog-text {
        padding: 10px;
        height: 265px;
    }

    .blog-desc {
        font-size: 15px;
    }
    .blog-area {
        margin-bottom: 40px;
    }
    .quality-container {
        background-size: 75%;
        /*background-size: 100%;*/
        min-height: 535px;
    }

        .quality-container .main {
            gap: 10px;
            /*flex-direction: column;*/
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        /*width: 58%;
        padding-top: 0;
        height: 280px;
        margin: 0 auto;*/
        width: 50%;
        height: auto;
        max-height: 250px;
    }

    .footer .main {
        padding-top: 25px;
        background-position: right 20%;
        background-size: 56%;
    }
        .footer .main:not(.footer-bottom .main) {
            min-height: 290px;
        }
    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
        min-height: 145px;
    }

        .footer-container.grey-bg {
            box-shadow: 0 -130.938px 0 0 #fbfbfd;
        }

    .footer-boxes {
        width: 95%;
        margin-top: -8.5%;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .line:before, .line2:before {
        border-width: 29px;
    }

    .line:after, .line2:after {
        border-width: 24px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -14%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }

    .footer-top {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom:20px;
    }

    .footer-information {
        width: 42.6%;
    }

    .footer-bulletin {
        width: 54.2%;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-logo {
        width: 205px;
        height: 63px;
    }

    .footer-m-left {
        margin-left: 55px;
    }

    .footer-menues {
        gap: 20px;
        margin-top: 0;
        justify-content: space-between;
    }

    .categories ul {
        column-gap: 20px;
        flex-wrap: wrap;
        max-height: 100%;
    }

    .entry-btn {
        padding: 13px;
        width: 33%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .right-area {
        width: 60%;
        margin: 0 auto;
    }
    .left-area {
        width: 100%;
        margin: 0 auto;
    }

        .left-area .corporate-box {
            height: 140px;
            width: 140px;
        }
        .left-area .corporate-box-text {
            width: 100px;
            height: 100px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        right: -4px;
        top: 26px;
        color: transparent;
        bottom: unset !important;
        background-size: 40%;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
        width: 74.8%;
        margin: 0 auto;
    }

    .mission-container {
        width: 100%;
        gap: 10px;
    }

        .mission-container .corporate-right-title {
            text-align: left;
        }
        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }
    .production-image {
        height: 200px;
        margin: 0 0 10px 20px;
        width: 43.9%;
    }
    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 105px !important;
        height: 105px !important;
    }

    .reference-boxes.list {
        margin-top: 25px;
        gap: 12px;
    }

        .reference-boxes.list .reference-box {
            width: 32% !important;
            height: 203px !important;
            margin: unset;
        }

        .reference-boxes.list .reference-image {
            max-height: 130px;
            min-height: 130px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 100px;
            }

        .reference-boxes.list .reference-text {
            font-size: 16px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 26%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 15px;
    }

    .gallery-box {
        width: 147px;
        height: 147px;
    }

        .gallery-box a {
            width: 127px;
            height: 127px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 230px;
    }

        .blog-detail-image img {
            max-height: 230px;
        }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .blog-detail-text {
        padding: 35px 15px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin: 25px auto 10px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 100px !important;
            height: 100px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: -8%;
    }

    .contact-box {
        width: 32%;
        gap: 9px;
        min-height: 125px;
    }
    .contact-box-text {
        font-size: 15px;
        min-height: 54px;
        padding: 0 6px;
    }
    .contact-map {
        height: 210px;
    }

    .contact-bottom {
        gap: 10px;
        padding: 20px 10px 10px;
        height: 545px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -50px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .input-contact {
        padding: 19px 5px 19px 30px;
    }

    .input-box i {
        left: 13px;
        font-size: 15px;
    }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 31.7%;
        min-height: 370px;
        height: auto;
    }
    .list-product-code{
        width:80%;
    }
    .list-product-image {
        height: 170px;
    }

        .list-product-image img {
            max-height: 130px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 8px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 34px;
        height: 34px;
    }

    .list-product-name {
        height: auto;
        min-height: 60px;
    }

    .product-detail-top {
        gap: 10px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 300px;
    }

        .product-detail-left img {
            max-width: 210px;
            max-height: 210px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product-detail-code {
        width: 55%;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 33%;
    }

    .modal-button-area {
        flex-direction: row;
    }

    .product-tabs {
        gap: 20px;
        padding: 15px 0;
    }
    .modal-body.small {
        width: 50% !important;
        height: 265px !important;
        padding: 15px !important;
    }
    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 97%;
        margin: 0 auto;
    }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 192px;
    }

        .related-product-box .product-image {
            height: 180px;
        }

        .related-product-box .product-title {
            height: 75px;
        }

    .gallery-container.product {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 105px !important;
            height: 105px !important;
        }

    .search-box {
        width: 47%;
    }

    .search-container .main {
        width: 90%;
    }

    .related-products-area.search-page {
        gap: 15px;
        width: 100%;
    }
        .related-products-area.search-page .list-product-box {
            width: 31.66%;
        }
    .error-container .main {
        width: 70% !important;
        margin: 0 auto;
        background-size: 80%;
    }

    .error-image {
        max-height: 220px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone Plus yatay */
@media only screen and (min-width:700px) and (max-width:759px) {
    .search input, .search input:focus-visible {
        width: 95%;
    }
    .slider, .slide {
        max-height: 250px !important;
    }

    .products-area {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 48.3%;
    }

    .product-title {
        height: 55px;
        padding: 10px;
        font-size: 16px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 140px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 155px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 74%;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 160px;
        margin-bottom: 25px;
        background-position: 53% center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 33.3%;
    }

        .highlighted-product-box:first-child {
            border-radius: 70px 0 0 0;
        }

        .highlighted-product-box:nth-child(3) {
            border-radius: 0 70px 0 0;
        }

        .highlighted-product-box:nth-child(4) {
            border-radius: 0 0 0 70px;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 0;
        }

    .highlighted-product-title {
        padding: 5px 10px;
        min-height: 76px;
        font-size: 18px;
    }

    .highlighted-products-title {
        padding: 30px 0;
    }

    .highlighted-product-image {
        min-height: 190px;
    }

        .highlighted-product-image img {
            max-height: 130px !important;
        }

    .home-gallery-products-area {
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
        margin: 0 auto;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 220px;
            max-height: 160px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 75%;
        margin: 0 auto;
    }

        .corporate-left a, .right-area a {
            right: 30px;
            bottom: 23px;
            font-size: 18px;
            background-size: 40%;
            min-height: 64px;
        }

    .corporate-boxes {
        right: 8%;
        width: 49%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 120px;
        height: 120px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 95px;
        height: 95px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 100%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -7px;
        }

        .reference-boxes button.slick-prev.slick-arrow {
            left: -9px;
        }

    .reference-box {
        width: 165px !important;
        height: 165px !important;
        margin: 0;
    }

    .reference-image {
        min-height: 100px;
        padding: 5px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 80px;
        }

    .reference-text {
        font-size: 14px;
        padding: 0 5px;
    }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-box {
        width: 31.6%;
    }

    .blog-title {
        margin-bottom: 10px;
        font-size: 15px;
        min-height: 55px;
    }

    .blog-image {
        height: 127px;
    }

    .blog-text {
        padding: 10px;
        height: 235px;
    }

    .blog-desc {
        font-size: 15px;
    }

    .blog-area {
        margin-bottom: 40px;
    }

    .quality-container {
        background-size: 75%;
        /*background-size: 100%;*/
        min-height: 535px;
    }

        .quality-container .main {
            gap: 10px;
            /*flex-direction: column;*/
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        /*width: 58%;
        padding-top: 0;
        height: 280px;
        margin: 0 auto;*/
        width: 50%;
        height: auto;
        max-height: 250px;
    }

    .footer .main {
        padding-top: 25px;
        background-position: right 20%;
        background-size: 55%;
    }
        .footer .main:not(.footer-bottom .main) {
            min-height: 305px;
        }
    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
        min-height: 145px;
    }

        .footer-container.grey-bg {
            box-shadow: 0 -130.938px 0 0 #fbfbfd;
        }

    .footer-boxes {
        width: 95%;
        margin-top: -8.5%;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .line:before, .line2:before {
        border-width: 29px;
    }

    .line:after, .line2:after {
        border-width: 24px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -13%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }

    .footer-top {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom:20px;
    }

    .footer-information {
        width: 38.6%;
    }

    .footer-bulletin {
        width: 58.5%;
    }

    .footer-information {
        gap: 10px;
    }

    .footer-logo {
        width: 205px;
        height: 63px;
    }

    .footer-m-left {
        margin-left: 55px;
    }
    .entry-btn {
        padding: 13px;
        width: 28%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

   .right-area {
        width: 60%;
        margin: 0 auto;
    }
    .left-area {
        width: 100%;
        margin: 0 auto;
    }

        .left-area .corporate-box {
            height: 140px;
            width: 140px;
        }

        .left-area .corporate-box-text {
            width: 100px;
            height: 100px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        right: 1px;
        top: 24px;
        color: transparent;
        bottom: unset !important;
        background-size: 42%;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
        width: 68%;
        margin: 0 auto;
    }

    .mission-container {
        width: 100%;
        gap: 10px;
    }

        .mission-container .corporate-right-title {
            text-align: left;
        }
        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-image {
        height: 200px;
        margin: 0 0 10px 20px;
        width: 43.9%;
    }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 125px !important;
        height: 125px !important;
    }

    .reference-boxes.list {
        margin-top: 25px;
        gap: 12px;
    }

        .reference-boxes.list .reference-box {
            width: 32% !important;
            height: 203px !important;
            margin: unset;
        }

        .reference-boxes.list .reference-image {
            max-height: 130px;
            min-height: 130px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 100px;
            }

        .reference-boxes.list .reference-text {
            font-size: 16px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 26%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 15px;
    }

    .gallery-box {
        width: 164px;
        height: 164px;
    }

        .gallery-box a {
            width: 144px;
            height: 144px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 230px;
    }
        .blog-detail-image img{
            max-height:230px;
        }
        .blog-detail-title {
            font-size: 21px;
            margin-bottom: 20px;
        }

    .blog-detail-text {
        padding: 35px 15px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin: 25px auto 10px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 91px !important;
            height: 91px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 35px;
        height: 35px;
        font-size: 35px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: -8%;
    }

    .contact-box {
        width: 32%;
        gap: 9px;
        min-height: 125px;
    }

    .contact-box-text {
        font-size: 15px;
        min-height: 54px;
        padding: 0 6px;
    }

    .contact-map {
        height: 210px;
    }

    .contact-bottom {
        gap: 10px;
        padding: 20px 10px 10px;
        height: 540px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -70px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .input-contact {
        padding: 19px 5px 19px 30px;
    }

    .input-box i {
        left: 13px;
        font-size: 15px;
    }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 31.7%;
        min-height: 345px;
        height: auto;
    }

    .list-product-code {
        width: 80%;
    }

    .list-product-image {
        height: 170px;
    }

        .list-product-image img {
            max-height: 130px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 8px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 34px;
        height: 34px;
    }

    .list-product-name {
        height: auto;
        min-height: 60px;
    }

    .product-detail-top {
        gap: 10px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 270px;
    }

        .product-detail-left img {
            max-width: 210px;
            max-height: 210px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product-detail-code {
        width: 55%;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 33%;
    }

    .modal-button-area {
        flex-direction: row;
    }

    .product-tabs {
        gap: 20px;
        padding: 15px 0;
    }
    .modal-body.small {
        width: 45% !important;
        height: 265px !important;
        padding: 15px !important;
    }
    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 97%;
        margin: 0 auto;
    }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 214px;
    }

        .related-product-box .product-image {
            height: 180px;
        }

        .related-product-box .product-title {
            height: 65px;
        }

    .gallery-container.product {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 123px !important;
            height: 123px !important;
        }

    .search-box {
        width: 47%;
    }

    .search-container .main {
        width: 90%;
    }

    .related-products-area.search-page {
        gap: 15px;
        width: 100%;
    }
        .related-products-area.search-page .list-product-box {
            width: 31.8%;
        }
    .error-container .main {
        width: 60% !important;
        margin: 0 auto;
        background-size: 80%;
    }

    .error-image {
        max-height: 220px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* tablet dikey */
@media only screen and (min-width:760px) and (max-width:810px) {
    .search input, .search input:focus-visible {
        width: 95%;
    }
    .slider, .slide {
        max-height: 264px !important;
    }

    .products-area {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 23.9%;
    }

    .product-title {
        height: 55px;
        padding: 10px;
        font-size: 16px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 140px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 145px;
        font-size:15px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 71%;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 160px;
        margin-bottom: 25px;
        background-position: 54% center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 20%;
    }

        /*.highlighted-product-box:first-child {
            border-radius: 70px 0 0 0;
        }

        .highlighted-product-box:nth-child(3) {
            border-radius: 0 70px 0 0;
        }

        .highlighted-product-box:nth-child(4) {
            border-radius: 0 0 0 70px;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 0;
        }*/

    .highlighted-product-title {
        padding: 5px;
        min-height: 70px;
        font-size: 16px;
    }

    .highlighted-products-title {
        padding: 25px 0;
    }

    .highlighted-product-image {
        min-height: 190px;
    }

        .highlighted-product-image img {
            max-height: 130px !important;
        }

    .home-gallery-products-area {
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
        margin: 0 auto;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 240px;
            max-height: 170px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 75%;
        margin: 0 auto;
    }

        .corporate-left a, .right-area a {
            right: 30px;
            bottom: 23px;
            font-size: 18px;
            background-size: 40%;
            min-height: 64px;
        }

    .corporate-boxes {
        right: 8%;
        width: 49%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 120px;
        height: 120px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 95px;
        height: 95px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }
    .mission-container .corporate-right-title {
        text-align: left;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    /*.reference-boxes {
        width: 100%;
        margin: 0 auto;
    }*/

        .reference-boxes button.slick-next.slick-arrow {
            right: -5px;
        }

        .reference-boxes button.slick-prev.slick-arrow {
            left: -9px;
        }

    .reference-box {
        width: 175px !important;
        height: 175px !important;
        margin: 0;
    }

    .reference-image {
        min-height: 105px;
        padding: 5px;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 80px;
        }

    .reference-text {
        font-size: 14px;
        padding: 0 5px;
    }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-box {
        width: 31.6%;
    }

    .blog-title {
        margin-bottom: 10px;
        font-size: 15px;
        min-height: 55px;
    }

    .blog-image {
        height: 127px;
    }

    .blog-text {
        padding: 10px;
        height: 235px;
    }

    .blog-desc {
        font-size: 15px;
    }

    .blog-area {
        margin-bottom: 40px;
    }

    .quality-container {
        background-size: 75%;
        /*background-size: 100%;*/
        min-height: 535px;
    }

        .quality-container .main {
            gap: 10px;
            /*flex-direction: column;*/
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        /*width: 58%;
        padding-top: 0;
        height: 280px;
        margin: 0 auto;*/
        width: 50%;
        height: auto;
        max-height: 250px;
    }

    .footer .main {
        padding-top: 25px;
        background-position: 100% center;
        background-size: 59%;
    }
        .footer .main:not(.footer-bottom .main){
            min-height:343px;
        }

        .footer-container {
            margin-top: 17%;
            background-size: cover;
            gap: 10px;
            min-height: 145px;
        }

        .footer-container.grey-bg {
            box-shadow: 0 -130.938px 0 0 #fbfbfd;
        }

    .footer-boxes {
        width: 95%;
        margin-top: -8.5%;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .line:before, .line2:before {
        border-width: 29px;
    }

    .line:after, .line2:after {
        border-width: 24px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -13%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }

    .footer-top {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-bulletin {
        width: 50%;
        margin: 0 auto;
    }

    .footer-information {
        gap: 10px;
        width: 37%;
    }

    .footer-logo {
        width: 205px;
        height: 63px;
    }

    .footer-m-left {
        margin-left: 55px;
    }

    .footer-menues {
        gap: 15px;
        margin-top: 0;
        justify-content: space-between;
        width: 60%;
    }

    .categories ul {
        column-gap: 15px;
    }

    .entry-btn {
        padding: 13px;
        width: 33%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        gap: 10px;
    }

    .left-area {
        width: 56%;
    }

        .left-area .corporate-box {
            height: 124.9px;
            width: 124.9px;
        }
        
        .left-area .corporate-box-text {
            width: 90px;
            height: 90px;
        }

    .content-right {
        width: 95%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area {
        width: 44%;
        height: 230px;
    }

        .right-area a {
            right: -10px;
            top: 17px;
            font-size: 18px;
            min-height: 59px;
            bottom: unset !important;
            color: transparent;
            background-size: 40%;
        }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
    }

    .mission-container {
        width: 100%;
        gap: 10px;
    }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

        .mission-container .corporate-right-bottom-text {
            text-align: center;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-image {
        height: 200px;
        margin: 0 0 10px 20px;
        width: 43.9%;
    }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 135px !important;
        height: 135px !important;
        margin-left: 5px;
    }

    .reference-boxes.list {
        margin-top: 25px;
        gap: 12px;
    }

        .reference-boxes.list .reference-box {
            width: 23.7% !important;
            height: 200px !important;
            margin: unset;
        }

        .reference-boxes.list .reference-image {
            max-height: 130px;
            min-height: 130px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 100px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 26%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 15px;
    }

    .gallery-box {
        width: 171px;
        height: 171px;
    }

        .gallery-box a {
            width: 151px;
            height: 151px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 230px;
    }

        .blog-detail-image img {
            max-height: 230px;
        }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .blog-detail-text {
        padding: 35px 15px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin: 25px auto 10px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 91px !important;
            height: 91px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: -8%;
    }

    .contact-box {
        width: 32%;
        gap: 9px;
        min-height: 125px;
    }

    .contact-box-text {
        font-size: 15px;
        min-height: 54px;
        padding: 0 6px;
    }

    .contact-map {
        height: 210px;
    }

    .contact-bottom {
        gap: 10px;
        padding: 20px 10px 10px;
        height: 540px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -70px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .input-contact {
        padding: 19px 5px 19px 30px;
    }

    .input-box i {
        left: 13px;
        font-size: 15px;
    }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 31.7%;
        min-height: 370px;
        height: auto;
    }

    .list-product-code {
        width: 80%;
    }

    .list-product-image {
        height: 170px;
    }

        .list-product-image img {
            max-height: 130px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 8px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 34px;
        height: 34px;
    }

    .list-product-name {
        height: auto;
        min-height: 60px;
    }

    .product-detail-top {
        gap: 10px;
        padding: 10px;
    }

    .product-detail-left {
        width: 100%;
        height: 270px;
    }

        .product-detail-left img {
            max-width: 210px;
            max-height: 210px;
        }

    .product-detail-right {
        width: 100%;
    }

    .product-detail-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product-detail-code {
        width: 55%;
    }

    .modal-body.small {
        width: 44% !important;
        height: 265px !important;
        padding: 15px !important;
    }
    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 33%;
    }

    .modal-button-area {
        flex-direction: row;
    }

    .product-tabs {
        gap: 20px;
        padding: 15px 0;
    }

    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 97%;
        margin: 0 auto;
    }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 165px;
    }

        .related-product-box .product-image {
            height: 180px;
        }

        .related-product-box .product-title {
            height: 75px;
        }

    .gallery-container.product {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 123px !important;
            height: 123px !important;
        }

    .search-box {
        width: 47%;
    }

    .search-container .main {
        width: 90%;
    }

    .related-products-area.search-page {
        gap: 15px;
        width:100%;
    }
        .related-products-area.search-page .list-product-box {
            width: 31.88%;
        }
    .error-container .main {
        width: 60% !important;
        margin: 0 auto;
        background-size: 80%;
    }

    .error-image {
        max-height: 220px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .search input, .search input:focus-visible {
        width: 95%;
    }
    .slider, .slide {
        max-height: 280px !important;
    }

    .products-area {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 25px;
    }

    .product-box {
        width: 24%;
    }

    .product-title {
        height: 65px;
        padding: 3px;
        font-size: 16px;
    }

    .product-image {
        height: 190px;
    }

        .product-image img {
            max-width: 80%;
            max-height: 120px !important;
        }

    .product-text {
        padding: 10px;
        min-height: 208px;
        font-size: 14px;
    }

    .product-middle-banner {
        margin-bottom: 25px;
    }

    .product-banner-text-area {
        width: 67%;
        font-size: 15px;
    }

    .product-banner-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .product-banner-with-text {
        height: 160px;
        margin-bottom: 25px;
        background-position: 52% center !important;
    }

    .highlighted-container {
        margin-bottom: 25px;
    }

    .highlighted-products-area {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .highlighted-product-box {
        width: 20%;
    }

      /*  .highlighted-product-box:first-child {
            border-radius: 70px 0 0 0;
        }

        .highlighted-product-box:nth-child(3) {
            border-radius: 0 70px 0 0;
        }

        .highlighted-product-box:nth-child(4) {
            border-radius: 0 0 0 70px;
        }

        .highlighted-product-box:last-child {
            border-radius: 0 0 70px 0;
        }*/

    .highlighted-product-title {
        padding: 4px;
        min-height: 76px;
        font-size: 15px;
    }

    .highlighted-products-title {
        padding: 25px 0;
    }

    .highlighted-product-image {
        min-height: 190px;
    }

        .highlighted-product-image img {
            max-height: 130px !important;
        }

    .home-gallery-products-area {
        gap: 10px;
    }

    .home-gallery-product-box, .home-gallery-product-gallery, .home-gallery-product-image {
        width: 100%;
        margin: 0 auto;
    }

    .home-gallery-product-desc {
        padding: 10px;
    }

    .home-gallery-product-image-area {
        flex-direction: column;
    }

    .home-gallery-product-image {
        height: 300px;
    }

    .home-gallery-product-gallery-image {
        height: 200px;
    }

        .home-gallery-product-gallery-image img {
            max-width: 220px;
            max-height: 150px;
        }

    .corporate-title {
        font-size: 21px;
        margin: 25px auto;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .corporate-left, .corporate-right {
        width: 75%;
        margin: 0 auto;
    }

        .corporate-left a, .right-area a {
            right: 30px;
            bottom: 23px;
            font-size: 18px;
            background-size: 40%;
            min-height: 64px;
        }

    .corporate-boxes {
        right: 8%;
        width: 49%;
        gap: 13px;
    }

    .corporate-box {
        padding: 10px;
        width: 120px;
        height: 120px;
    }

    .corporate-box-text {
        font-size: 14px;
        width: 95px;
        height: 95px;
    }

        .corporate-box-text div {
            font-size: 18px;
        }

    .corporate-right {
        padding: 10px;
        min-height: auto;
    }

    .corporate-right-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    .corporate-right-text {
        margin-bottom: 25px;
    }

    .corporate-right-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .corporate-right-bottom-text {
        font-size: 16px;
    }

    .corporate-right-button {
        width: 35%;
    }

    .references-container {
        margin-bottom: 25px;
    }

    .references-title {
        font-size: 21px;
    }

    .references-text {
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 26px;
    }

    .reference-boxes {
        width: 98%;
        margin: 0 auto;
    }

        .reference-boxes button.slick-next.slick-arrow {
            right: -7px;
        }

    .reference-box {
        width: 180px !important;
        height: 180px !important;
        margin: 0;
    }

    .reference-image {
        min-height: 110px;
        padding: 20px 20px 0;
    }

        .reference-image img {
            max-width: 80%;
            max-height: 80px;
        }

    .reference-text {
        font-size: 14px;
    }

    .blog-see-all i {
        margin-left: 3px;
    }

    .blog-area .main {
        gap: 15px;
        padding: 25px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
        .blog-area.list .main{
            justify-content:flex-start;
        }
        .blog-box {
            width: 32%;
        }

    .blog-title {
        margin-bottom: 10px;
        font-size: 15px;
        min-height: 55px;
    }

    .blog-image {
        height: 127px;
    }

    .blog-text {
        padding: 10px;
        height: 215px;
    }

    .blog-desc {
        font-size: 15px;
    }

    .blog-area {
        margin-bottom: 40px;
    }

    .quality-container {
        background-size: 75%;
        /*background-size: 100%;*/
        min-height: 535px;
    }

        .quality-container .main {
            gap: 10px;
            /*flex-direction: column;*/
        }

    .quality-text {
        width: 100%;
        padding-top: 0;
    }

    .quality-buttons {
        gap: 25px;
    }

    .quality-button {
        width: 40%;
    }

    .quality-image {
        /*width: 58%;
        padding-top: 0;
        height: 280px;
        margin: 0 auto;*/
        width: 50%;
        height: auto;
        max-height: 250px;
    }

    .footer .main {
        padding-top: 25px;
        background-position: right 50%;
        background-size: 52%;
    }
        .footer .main:not(.footer-bottom .main) {
            min-height: 295px;
        }

    .footer-container {
        margin-top: 17%;
        background-size: cover;
        gap: 10px;
        min-height: 145px;
    }

        .footer-container.grey-bg {
            box-shadow: 0 -145px 0 0 #fbfbfd;
        }

    .footer-boxes {
        width: 95%;
        margin-top: -8.5%;
    }

    .footer-box {
        width: 100%;
        gap: 7px;
    }

    .line:before, .line2:before {
        border-width: 29px;
    }

    .line:after, .line2:after {
        border-width: 24px;
    }

    .footer-box-icon {
        width: 60px;
        height: 60px;
        margin-top: -13%;
    }

        .footer-box-icon img {
            max-width: 40px;
            max-height: 40px;
        }

    .footer-box-text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    .footer-text {
        padding: 10px 0;
    }

        .footer-text div {
            font-family: 'Roboto-Bold';
            font-size: 22px;
            letter-spacing: 5.5px;
        }

    .footer-top {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom:20px;
    }
    .footer-bulletin {
        width: 57.4%;
    }

    .footer-information {
        width: 38%;
        gap: 10px;
    }

    .footer-logo {
        width: 205px;
        height: 63px;
    }

    .footer-m-left {
        margin-left: 55px;
    }

    .entry-btn {
        padding: 13px;
        width: 25%;
    }

        .entry-btn i {
            right: 10px;
        }

    .navigation-title {
        font-size: 24px;
    }

    .corporate-area {
        display: flex;
        /*flex-direction: column-reverse;*/
        gap: 10px;
    }

    .left-area {
        width: 60%;
    }

    .right-area {
        width: 45%;
        height: 235px;
    }

    .left-area .corporate-box {
        height: 127px;
        width: 127px;
    }

        .left-area .corporate-box-text {
            width: 90px;
            height: 90px;
        }

    .content-right {
        width: 90%;
        padding-right: 0;
        gap: 30px;
    }

    .right-area a {
        right: -5px;
        top: 20px;
        font-size: 16px;
        min-height: 42px;
        bottom: unset !important;
        background-size: 40%;
        color: transparent;
    }

    .left-area .corporate-right-bottom {
        margin-bottom: 25px;
    }

    .left-area .corporate-boxes {
        gap: 14px;
    }

    .mission-container {
        width: 100%;
        gap: 10px;
    }
        .mission-container .corporate-right-title {
            text-align: left;
        }

        .mission-container .corporate-right-text {
            margin-bottom: 25px;
        }

    .mission-right img {
        max-width: 300px;
        max-height: 320px;
    }

    .production-image {
        height: 200px;
        margin: 0 0 10px 20px;
        width: 43.9%;
    }

    .quality-top {
        max-height: 200px;
    }

    .quality-bottom {
        width: 90%;
        padding: 30px 12px 0px;
    }

    .gallery-container {
        width: 100%;
        margin: 0 auto;
    }

        .gallery-container button.slick-next.slick-arrow {
            right: -13px;
        }

    .gallery-image {
        width: 140px !important;
        height: 140px !important;
    }

    .reference-boxes.list {
        margin-top: 25px;
        gap: 12px;
    }

        .reference-boxes.list .reference-box {
            width: 23.8% !important;
            height: 190px !important;
            margin: unset;
        }

        .reference-boxes.list .reference-image {
            max-height: 130px;
            min-height: 130px;
            padding: 20px 20px 10px;
        }

            .reference-boxes.list .reference-image img {
                max-width: 85%;
                max-height: 100px;
            }

        .reference-boxes.list .reference-text {
            font-size: 14px;
            padding: 0 5px;
        }

    .gallery-type-container {
        gap: 20px;
        padding: 25px 0;
    }

        .gallery-type-container li {
            width: 23%;
        }

    .gallery-container.list {
        width: 100%;
        gap: 15px;
    }

    .gallery-box {
        width: 182px;
        height: 182px;
    }

        .gallery-box a {
            width: 162px;
            height: 162px;
        }

        .gallery-box.video a i {
            font-size: 30px;
            width: 60px;
            height: 60px;
        }

    .blog-container-detail {
        padding-top: 25px;
    }

    .blog-detail-image {
        height: auto;
        max-height: 230px;
    }

        .blog-detail-image img {
            max-height: 230px;
        }

    .blog-detail-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .blog-detail-text {
        padding: 35px 15px;
    }

    .other-blogs-title {
        margin-top: 25px;
        font-size: 21px;
    }

    .gallery-container.blog {
        margin: 25px auto 10px;
        width: 95%;
    }

        .gallery-container.blog .gallery-image {
            width: 104px !important;
            height: 104px !important;
        }

        .gallery-container.blog button.slick-next.slick-arrow {
            right: -9px;
        }

    .gallery-image.video i {
        width: 45px;
        height: 45px;
        font-size: 45px;
    }

    .contact-boxes {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: -8%;
    }

    .contact-box {
        width: 32%;
        gap: 9px;
        min-height: 100px;
    }

    .contact-box-text {
        font-size: 15px;
        min-height: 36px;
        padding: 0 6px;
    }

    .contact-map {
        height: 210px;
    }

    .contact-bottom {
        gap: 10px;
        padding: 20px 10px 10px;
        height: 540px;
    }

    .contact-bottom-left, .contact-bottom-right {
        width: 100%;
    }

        .contact-bottom-left:after {
            bottom: -70px;
        }

    .contact-input-area {
        gap: 15px;
    }

    .contact-input-group {
        gap: 15px;
    }

        .contact-input-group .input-box {
            width: 100%;
        }

    .input-contact {
        padding: 19px 5px 19px 30px;
    }

    .input-box i {
        left: 13px;
        font-size: 15px;
    }

    .contact-bottom-area {
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
    }

    .button-area {
        width: 40%;
    }

    .contact-error {
        margin: 10px 0 0;
    }

    .product-left {
        display: none;
    }

    .product-right {
        width: 95.44%;
        margin: 0 auto;
        padding: unset;
        gap: 15px;
    }

    .list-product-box {
        width: 31.7%;
        min-height: 350px;
        height: auto;
    }

    .list-product-code {
        width: 80%;
    }

    .list-product-image {
        height: 170px;
    }

        .list-product-image img {
            max-height: 130px !important;
        }

    .list-product-features {
        height: 80px;
        gap: 8px;
    }

    .product-feature-name {
        font-size: 14px;
    }

    .product-feature-icon {
        width: 34px;
        height: 34px;
    }

    .list-product-name {
        height: auto;
        min-height: 60px;
    }

    .product-detail-top {
        gap: 10px;
        padding: 10px;
    }

    .product-detail-left {
        width: 45%;
        height: 270px;
    }

        .product-detail-left img {
            max-width: 210px;
            max-height: 210px;
        }

    .product-detail-right {
        width: 55%;
    }

    .product-detail-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product-detail-code {
        width: 55%;
    }

    .product-detail-features {
        padding: 10px;
    }

    .features-top {
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .features-bottom table {
        border-spacing: 0 10px;
    }

        .features-bottom table tbody tr td:first-child {
            width: 110px;
        }

        .features-bottom table tbody tr td:nth-child(2) {
            width: 20px;
        }

    .product-detail-offer {
        margin-top: 15px;
    }

    .request-form {
        width: 33%;
    }

    .modal-button-area {
        flex-direction: row;
    }
    .product-tabs {
        gap: 20px;
        padding: 15px 0;
    }

    .modal-body.small {
        width: 40% !important;
        height: 265px !important;
        padding: 15px !important;
    }
    .tab-div {
        padding: 20px 20px 50px;
    }

    .related-products-title {
        margin-bottom: 25px;
    }

    .related-products-area {
        width: 97%;
        margin: 0 auto;
    }

        .related-products-area button.slick-next.slick-arrow {
            right: -13px;
        }

    .related-product-box {
        width: 176px;
    }

        .related-product-box .product-image {
            height: 180px;
        }

        .related-product-box .product-title {
            height: 75px;
        }

    .gallery-container.product {
        width: 96%;
        margin: 0 auto;
    }

        .gallery-container.product .gallery-image {
            width: 136px !important;
            height: 136px !important;
        }

    .search-box {
        width: 47%;
    }

    .search-container .main {
        width: 90%;
    }

    .related-products-area.search-page {
        gap: 15px;
        width: 100%;
    }
        .related-products-area.search-page .list-product-box {
            width: 31.9%;
        }
    .error-container .main {
        width: 60% !important;
        margin: 0 auto;
        background-size: 80%;
    }

    .error-image {
        max-height: 220px;
    }

        .error-image img {
            max-width: 95%;
            max-height: 95%;
        }
}
/* iphone 14 pro max dikey fix*/
@media only screen and (min-width:429px) and (max-width:431px){
    .reference-boxes {
        width: 90%;
    }
    .reference-box {
        width: 177px !important;
    }
}
/* iphone 14 pro max yatay fix*/
@media only screen and (min-width:895px) and (max-width:940px) {
    .slider, .slide {
        max-height: 320px !important;
    }

    .reference-box {
        width: 130px !important;
    }

    .corporate-container .main {
        margin-bottom: 25px;
        gap: 5px;
        flex-direction: row;
    }

    .corporate-boxes {
        width: 58%;
    }

    .corporate-box {
        width: 114px;
        height: 114px;
    }

    .corporate-left a {
        right: 5px;
        background-size: 31%;
        min-height: 53px;
    }

    .right-area a {
        right: -4px;
        background-size: 41%;
        min-height: 56px;
    }

    .home-gallery-product-image-area {
        flex-direction: row;
    }

    .home-gallery-product-gallery-image img {
        max-width: 170px;
        max-height: 140px;
    }

    .gallery-image {
        width: 160px !important;
        height: 160px !important;
    }

    .gallery-container.product .gallery-image {
        width: 155px !important;
        height: 155px !important;
    }

    .related-product-box {
        width: 204px;
    }

    .gallery-box {
        width: 159px;
        height: 159px;
    }

        .gallery-box a {
            width: 139px;
            height: 139px;
        }

    .footer-container.grey-bg {
        box-shadow: 0 -170px 0 0 #fbfbfd;
    }

    .gallery-container.blog .gallery-image {
        width: 118px !important;
        height: 118px !important;
    }
}
/* iphone 12 pro yatay fix*/
@media only screen and (min-width:840px) and (max-width:845px){
    .reference-box {
        width: 150px !important;
        height: 170px !important;
    }
    .reference-text{
        padding:0 4px;
        min-height:52px;
    }
    .gallery-image {
        width: 145px !important;
        height: 145px !important;
    }
    .gallery-container.product .gallery-image {
        width: 142px !important;
        height: 142px !important;
    }
    .gallery-box {
        width: 190px;
        height: 190px;
    }
    .gallery-box a {
        width: 170px;
        height: 170px;
    }
}