/*
* 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) {

    section.slide-homepage {
        height: 100vh;
    }

}

/*PC*/
@media only screen 
and (min-width : 1400px) {


}

@media only screen 
and (min-device-width : 1400px) 
and (max-device-width : 1599px) {
    .slide-content {
        width: 70%;
    }
    .slide-content-product_item__thumb {
        margin-bottom: -90px;
    }

    .slide-content-product .slide-content-product_item>.slide-content-product_item__content {
        padding-top: 11rem;
    }

}


@media only screen 
and (min-device-width : 1200px) 
and (max-device-width : 1399px) {
    .slide-content-product_item__thumb {
        margin-bottom: -85px;
    }

    .slide-content-product .slide-content-product_item>.slide-content-product_item__content {
        padding-top: 10rem;
    }
    
    .slide-content {
        width: 75%;
    }
    .slide-content-product_item__content>h3 {
        font-size: 16px;
    }
    .fixed-right {
        bottom: 15% !important;
    }

}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 993px) 
and (max-device-width : 1199px) {
    .slide-content-product_item__thumb {
        margin-bottom: -85px;
    }

    .slide-content-product .slide-content-product_item>.slide-content-product_item__content {
        padding-top: 10rem;
    }
    
    .slide-content {
        width: 85%;
    }
    .slide-content-product_item__content>h3 {
        font-size: 14px;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {

    .procedure-content-mobile {
        display: block;
        min-height: 100vh;
    }
    .procedure-content {
        display: none;
    }
    .page-template.page-procedure .banner-page-header__content {
        bottom: 25px;
    }
    .pdt-75 {
        padding-top: 125px;
    }
    .slide-content-product {
        width: 100%;
    }

    .slide-content {
        width: 80%;
        left: 5%;
        top: 15%;
    }

    .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: 90%;
        left: 30px;
        top: 20px;
    }

    .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;
    }

    .grid-cert>div {
        width: 15% !important;
    }
.product-header img {
    width: 100%;
    height: 380px;
}

ul#product-tab {
    flex-direction: column;
    gap: 15px;
}


}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {

    .procedure-content-mobile {
        display: block;
        min-height: 100vh;
    }
    .page-procedure .banner-page-header__content {
        bottom: 0;
        left: 15px;
    }

    .page-procedure .banner-page-header__content h2 {
        font-size: 2.2rem;
    }
    .procedure-content {
        display: none;
    }

    .pdt-75 {
        padding-top: 80px;
    }
    div#owl-slide-desktop .owl-item img {
        height: 100vh;
    }
    
    h2.header-page-title {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 2px;
    }

    section.bg-breadcrumb {
        padding: 30px 0;
    }

    .product-header-content {
        max-width: 100%;
        left: 0;
        top: 30px;
        padding: 0 15px;
    }

    .product-header-content h2 {
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .product-header-content h2 strong {
        font-size: 22px;
    }

    .product-header-content p, .product-header-content p span {
        line-height: 1.2;
        font-size: 16px !important;
    }

    .product-header img {
        height: 550px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    ul#product-tab li button {
        font-size: 20px;
    }
    ul#product-tab li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .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: 45%;
        margin-right: 0;
        padding: 10px 0;
        font-size: 15px;
    }
    .product-single-sub_header {
        max-width: 100%;
        top: -10px;
    }

    .product-single-list {
        margin-top: 0;
    }
    .product-added-value>h2 {
        font-size: 2.2rem;
    }

    .slide-content-product {
        width: 85%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 50px;
    }

    .slide-content {
        left: 50%;
        transform: translateX(-50%);
        top: 90px;
        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;
    }

    .header-menu {
        display: none;
    }

    .slide-content-product_item {
        max-width: 300px;
        margin: 0 auto;
    }
    .slide-content-product_item__content>h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .slide-content-product_btn {
        width: 100%;
        text-align: left;
        position: static;
    }
    .fixed-right {
        bottom: 110px !important;
    }
    .slide-content-product_btn>a {
        font-size: 13px;
    }

    .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;
        gap: 10px;
    }

    .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: none;
    }

    .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;
        margin-bottom: 0;
    }

    .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;
    }
    .grid-cert {
        flex-wrap: wrap;
        gap: 10px;
    }
    .grid-cert>div {
        width: 25% !important;
        margin-bottom: 0;
    }
    h1.v-title-single_post {
        font-size: 2.6rem;
    }

    div#owl-product-list .owl-dots, 
    div#owl-product-value .owl-dots, 
    div#owl-product-value-01 .owl-dots{
        bottom: -25px;
    }


}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {



}

/*=============== END MOBILE < 320px====================*/