/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

/*
CSS RESPONSIVE ON DEVICE
 */

/*=============== START DESKTOP ====================*/


/*Laptop*/
@media only screen 
and (min-width : 1024px) {


}

/*PC*/
@media only screen 
and (min-width : 1400px) {


}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {

    .slide-content-product {
        width: 100%;
    }

    .slide-content {
        width: 80%;
        left: 5%;
        top: 15%;
    }

    .slide-content-product_item__thumb img {
        height: 265px;
    }

    .slide-content-product_item__content>h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .slide-content-product_item__content>p {
        font-size: 13px;
    }

    .slide-content-product_item__thumb {
        margin-bottom: -120px;
    }

    .slide-content-product .slide-content-product_item>.slide-content-product_item__content {
        padding-top: 14rem;
        padding-bottom: 15px;
    }

    .slide-content-product_item__content .btn-more a {
        font-size: 13px;
    }

    div#owl-slide-desktop .owl-item img {
        height: 100vh;
    }

    .slide-content-header p {
        padding-left: 0;
        font-size: 23px;
    }

    .header-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-main-info>h2 {
        font-size: 23px;
    }

    .header-main-right {
        margin-top: 10px;
    }

    .header-main-search form input {
        width: 350px;
    }

    .header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrapper-menu ul#menu-main>li>a {
        font-size: 14px;
    }

    .wrapper-menu ul#menu-main>li {
        margin: 0 15px;
    }

    .about-us-quality__content ul {
        padding: 0 50px;
    }

    .about-us-production__content {
        margin-bottom: 30px;
    }

    .block-story-content {
        margin-bottom: 3rem;
    }


    section.block-story.block-story-02 .row, section.block-story.block-story-03 .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


    .story-founder-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story-founder-photo-card {
        margin-top: 3rem;
    }

    .v-blog-thumb>a>img {
        aspect-ratio: 2 / 1.6;
    }

    h3.v-blog-title>a {
        font-size: 20px;
        line-height: 1.2;
    }

    .contact-maps {
        margin-top: 3rem;
    }

    .product-header-content {
        max-width: 50%;
        left: 45%;
        top: 55px;
    }

    .product-header-content h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .product-header-content h2 strong {
        font-size: 25px;
    }

    .product-header-content p {
        line-height: 1.2;
        font-size: 14px;
    }

    .product-tab-buttons button {
        font-size: 14px;
        padding: 5px 10px;
        margin-right: 8px;
    }

    .product-added-value>h2 {
        font-size: 28px;
    }

    div#owl-product-value .owl-nav button {
        font-size: 4rem;
    }

    div#owl-product-value .owl-nav button.owl-next {
        right: 20px;
        color: #000;
    }

    div#owl-product-value .owl-nav button.owl-prev {
        left: 20px;
        color: #000;
    }

    ul#product-tab li button {
        font-size: 26px;
    }

    .slide-content-product_btn {
        bottom: 55px;
        right: auto;
    }

}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {

    div#owl-slide-desktop .owl-item img {
        height: 100vh;
    }
    
    h2.header-page-title {
        font-size: 18px;
    }

    section.bg-breadcrumb {
        padding: 30px 0;
    }

    .product-header-content {
        max-width: 90%;
        left: 15px;
        top: 30px;
    }

    .product-header-content h2 {
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .product-header-content h2 strong {
        font-size: 22px;
    }

    .product-header-content p {
        line-height: 1.2;
        font-size: 13px;
    }

    .product-header img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    ul#product-tab li button {
        font-size: 24px;
    }

    .product-thumb-content {
        padding: 0;
        margin-top: 3rem;
    }

    .product-thumb-content p {
        line-height: 1.3;
        font-size: 18px;
    }

    .product-tab-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-tab-buttons button {
        width: 40%;
        margin-right: 0;
    }

    .product-added-value>h2 {
        font-size: 2.2rem;
    }

    .slide-content-product {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slide-content {
        left: 0;
        top: 130px;
        width: 100%;
        padding: 0 20px;
    }

    .slide-content-header>h2 {
        font-size: 2.3rem;
    }

    .slide-content-header p {
        padding: 0;
        font-size: 16px;
        margin: 10px 0;
    }

    .slide-content-product_item__thumb img {
        aspect-ratio: 1/1;
        width: 260px;
        height: 260px;
    }

    .header-menu {
        display: none;
    }

    .slide-content-product_item {
        max-width: 300px;
        margin: 0 auto;
    }

    .slide-content-product_btn {
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .about-us-top-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about-us-quality__content ul {
        padding: 0 20px;
    }

    .about-us-quality__content__logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-us-market__map img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        left: 0;
    }

    section.block-story.block-story-02 .row, section.block-story.block-story-03 .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


    .story-founder-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story-founder-content {
        padding: 0;
    }

    section.bg-breadcrumb {
        min-height: 200px;
    }

    .contact-info h3 {
        font-size: 2.4rem;
    }

    .contact-info ul li {
        font-size: 16px;
    }

    .contact-maps {
        margin-top: 2rem;
    }

    .contact-form-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3rem 2rem;
    }

    .haft-form p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .haft-form p span:first-child {
        margin-bottom: -15px;
    }

    .footer-social {
        padding: 15px 0;
        text-align: center;
        display: block;
    }

    .footer-social ul {
        padding: 0;
        margin: 0;
    }

    .about-us-top__item {
        padding: 0 10px;
    }

    h2.title-header-about {
        font-size: 2.8rem;
    }

    .about-us-top_desc p {
        font-size: 16px;
    }

    .about-us-top__item h3 {
        font-size: 2.4rem;
    }

    .about-us-top__item p {
        font-size: 15px;
    }

    .about-us-value>h2, .about-us-top_development__content>h2, .about-us-team__content>h2, .about-us-production__content>h2, .about-us-quality__content>h2, .about-us-market__content h2 {
        font-size: 2.4rem;
    }

    .about-us-value__item p, .about-us-top_development__content p, .about-us-team__content>p, .about-us-market__content p,.about-us-quality__content p,.about-us-quality__content ul li,.about-us-production__content>p {
        font-size: 15px;
    }

    .about-us-value__item__title>h4 {
        font-size: 16px;
    }

    .about-us-value__item {
        height: 20rem;
        margin-bottom: 2rem;
    }

    .about-us-team {
        min-height: 300px;
    }

    div#owl-slide-desktop .owl-nav button {
        font-size: 4rem;
    }

    .search-page .slide-content-product .slide-content-product_item {
        padding: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    footer#footer {
        position: static;
    }

}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {



}

/*=============== END MOBILE < 320px====================*/