/*.idm-manufacturing {
    margin-top: 100px;
}*/
.manufacturing-banner .banner_image_effect .text-section h4{
    color: #415166;
    margin: 0;
}
.manufacturing-banner .banner_image_effect .text-section h1{
    margin: -4px 0 24px;
    color: #415166;
}

section.our-factory {
    position: relative;
    background: #F4F3F1;
}
section.our-factory:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #cbcbcb;
    height: 100%;
}
.section-top .content-right .description {
    letter-spacing: -0.1px;
}
.section-top .section-inner {
    display: flex;
    align-items: flex-end;
}
.section-top .content-right .content-wrap {
    max-width: 440px;
    margin: 0 auto;
}
.section-top .section-inner .text-left h3{
	line-height: 1.27272727;
	color: #415166;
	margin: 0;
	max-width: 365px;
    margin: 0 auto;
}
.section-top .section-inner .text-left {
    width: 50%;
    padding-bottom: 25px;
}

.section-top .section-inner .content-right {
    width: 50%;
    padding-left: 27px;
}
.section-bottom h3 {
    color: #464649;
    margin: 0 0 34px;
    width: 37.5%;
    text-align: center;
}
.section-bottom .section-inner {
    display: flex;
    margin: 0 -65px;
}
.our-factory .section-bottom {
    overflow: hidden;
    padding-top: 52px;
    padding-bottom: 100px;
}
.section-bottom .section-inner .factory {
    width: 50%;
    padding: 0 65px;
}
.factory .featured .label {
    text-transform: uppercase;
    display: table-cell;
    padding-bottom: 17px;
    vertical-align: top;
}
.factory .featured span.value {
    padding-left: 64px;
    display: table-cell;
    padding-bottom: 17px;
    vertical-align: top;
}
.factory .featured .featured-item {
    width: 100%;
    display: table-row;
}
.factory .featured .featured-item p {
    margin-bottom: 0;
}
.factory .featured {
    display: table;
    margin-top: 33px;
}
.factory .featured-item:last-child .value {
    font-family: Simplifica;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.factory .featured .featured-item:nth-last-child(2) span {
    padding-bottom: 13px;
}
.factory .img-inner:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 -40px -40px;
    opacity: 0;
    transition: all .5s;
    background: url(../images/plus.svg) no-repeat center;
    background-size: 17px;
    z-index: 1;
    box-sizing: border-box;
}
.factory .img-inner:hover:after {
    bottom: 50%;
    opacity: 1;
}
.section-bottom .section-inner .factory img {
    max-width: 100%;
    width: 100%;
}
section.production-management {
    background: #e6e9ec;
    padding: 119px 0 140px;
}
.production-management .content-inner {
    display: flex;
    align-items: flex-end;
}
.production-management h3 {
    color: #415166;
    line-height: 1.27272727;
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
}
.production-management h3 span {
    display: inline-block;
}
.production-management .box-right {
    width: 58.5%;
    max-width: 726px;
}
.production-management .box-left {
    width: 41.5%;
    padding-bottom: 26px;
    padding-right: 50px;
    margin-bottom: 22px;
}
.production-management .box-left h4 {
    line-height: 1.25;
    margin-bottom: 14px;
    max-width: 420px;
}
.production-management .box-left .desc {
    max-width: 433px;
}
.production-management .box-right .slide-item p {
    margin: 0;
    margin-top: 32px;
    opacity: 0;
    transition: 0.3s;
}
.production-management .box-right .slide-item.swiper-slide-active p{
    opacity: 1;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
}
.production-management .swiper-nav .swiper-button-next:after,
.production-management .swiper-nav .swiper-button-prev:after{
    display: none;
}
.production-management .swiper-nav{
    position: absolute;
    right: 0;
    bottom: -8px;
    background: #e6e9ec;
    z-index: 1;
}
.production-management .swiper-nav .swiper-button-next,
.production-management .swiper-nav .swiper-button-prev{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 27px;
    width: auto;
    left: 0;
    right: 0;
    margin-top: 0;
    outline: 0;
}
.production-management .swiper-nav .swiper-button-next span, 
.production-management .swiper-nav .swiper-button-prev span {
    position: relative;
    width: 37px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
}
.production-management .swiper-nav .swiper-button-prev span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.production-management .swiper-nav .swiper-button-next span:before, 
.production-management .swiper-nav .swiper-button-next span:after {
    content: "";
    width: 37px;
    height: 12px;
    background-image: url(../images/arrow-blue.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.production-management .swiper-nav .swiper-button-prev span:before, 
.production-management .swiper-nav .swiper-button-prev span:after {
    content: "";
    width: 37px;
    height: 12px;
    background-image: url(../images/arrow-blue.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.production-management .swiper-nav .swiper-button-prev span:before {
    transform: translateX(-100%);
    opacity: 0;
}
.production-management .swiper-nav .swiper-button-next span:before {
    transform: translateX(-100%);
    opacity: 0;
}
.production-management .swiper-nav .swiper-button-prev span::after, 
.production-management .swiper-nav .swiper-button-next span::after {
    transform: translateX(0);
    opacity: 1;
}
.production-management .swiper-nav .swiper-button-prev:hover span:before, 
.production-management .swiper-nav .swiper-button-next:hover span:before {
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 1;
    transform: translateX(0);
}
.production-management .swiper-nav .swiper-button-prev:hover span::after {
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    transform: translateX(150%);
}
.production-management .swiper-nav .swiper-button-next:hover span::after {
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    transform: translateX(150%);
}
.production-management .slide-item.swiper-slide {
    background: #e6e9ec;
    transition: all .7s !important;
}
.production-management .swiper-3d .swiper-slide-shadow {
    background: transparent;
}
.production-management .slide-item.swiper-slide .img{
    overflow: hidden;
    position: relative;
}
.production-management .slide-item.swiper-slide .img:before {
    content: "";
    padding-bottom: 66.2%;
    display: block;
}
.production-management .slide-item.swiper-slide img {
    transform: scale(1.16, 1.16);
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.production-management .slide-item.swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    /*-webkit-animation: swiper-animate 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: swiper-animate 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both*/;
}
@-webkit-keyframes swiper-animate {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1.16, 1.16);
    transform: scale(1.16, 1.16);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes swiper-animate {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1.16, 1.16);
    transform: scale(1.16, 1.16);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.product-expertise .products-item-list {
    display: flex;
    flex-wrap: wrap;
}
.product-expertise .container {
    max-width: 100%;
    padding: 0;
}
.product-expertise .product-item {
    width: 50%;
    position: relative;
    z-index: 1;
}
.product-expertise .section-title h3{
	color: #824417;
	line-height: 1.09;
	margin: 0;
}
.product-expertise .section-title {
    width: 298px;
    text-align: center;
    border-radius: 50%;
    border: dashed 1px #979797;
    background: #f4f3f1;
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.product-expertise .product-item img {
    width: 100%;
    max-width: 100%;
    height: 27.98vw;
    min-height: 400px;
    object-fit: cover;
}
.product-expertise .product-item h3 {
    color: #514864;
    line-height: 1.27272727;
    margin: 0 0 30px;
}
.product-expertise .content-inner {
    position: relative;
}
.product-expertise .product-item .prd-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*color: #fff;*/
    display: flex;
    align-items: center;
}
.product-expertise .product-item:hover h3{
    color: #fff;
}
.product-expertise .product-item:hover .prd-info{
    color: #fff;
}
.product-expertise .product-item:first-child .prd-info:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 710px;
    right: -1px;
    height: 100%;
    background: #f4f3f1;
    z-index: 1;
    transition: all .5s;
    transform-origin: right;
    transform: scale(1, 1);
}
.product-expertise .product-item:nth-child(2) .prd-info:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 709px;
    left: 0;
    height: 100%;
    background: #f4f3f1;
    z-index: 1;
    transition: all .5s;
    transform-origin: left;
    transform: scale(1, 1);
}
.product-expertise .product-item:first-child:hover .prd-info:before,
.product-expertise .product-item:nth-child(2):hover .prd-info:before{
    transform: scale(0, 1);
}

.product-expertise .product-item .prd-info .section-button {
    margin-top: 62px;
}
.product-expertise .product-item .info-wrap {
    width: 100%;
    max-width: 621px;
    position: relative;
    z-index: 3;
}
.product-expertise .product-item:nth-child(2) .info-wrap{
	text-align: right;
}
.product-expertise .product-item:first-child .prd-info{
	justify-content: flex-end;
}
.product-expertise .product-item .btn-arrow .arr-effect{
    border: 1px solid #514864;
    transition: all 0.5s;
}
.product-expertise .product-item:hover .btn-arrow .arr-effect{
    border: 1px solid #fff;
}

.product-expertise .product-item .btn-arrow .arr-effect .icon::before,
.product-expertise .product-item .btn-arrow .arr-effect .icon::after{
    background-image: url(../images/arrow-gray.png);
    width: 37px;
}
.product-expertise .product-item:hover .btn-arrow .arr-effect .icon::before,
.product-expertise .product-item:hover .btn-arrow .arr-effect .icon::after{
    background-image: url(../images/arrow-white.png);
}

.factory h2.country {
    color: #415166;
    font-size: 97px;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: 2.1555555px;
    position: absolute;
    top: 84px;
    z-index: 1;
    margin: 0;
}
.factory:last-child .box-img {
    margin-top: -105px;
}
.factory .box-img {
    position: relative;
}
.factory .img-inner h2.country {
	color: #fff;
}
.factory .img-inner {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.factory .img-inner img {
    transform: scale(1);
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.factory .img-inner:hover img {
    transform: scale(1.1);
}
.factory .box-img:hover .img-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4f555a;
    background-blend-mode: multiply;
    opacity: 0.3;
    z-index: 1;
}
.section-bottom .factory:first-child h2.country {
    left: -130px;
}
.section-bottom .factory:last-child h2.country {
    left: auto;
    right: -105px;
    top: auto;
    bottom: 86px;
}
.our-factory .section-top {
    padding: 117px 0;
    position: relative;
    z-index: 1;
}

html.gallery-show {
    overflow: hidden;
}
.gallery__popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    /* text-align: center; */
    width: 100%;
    background: rgb(230 233 236 / 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    padding: 0;
}
.gallery__popup .image-gallery {
    max-width: 983px;
    margin: 0 auto;
}
.gallery__popup.show {
    opacity: 1;
    visibility: visible;
    z-index: 999991;
}
.gallery__popup .owl-carousel .owl-nav button{
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #875c7e;
    position: relative;
    justify-content: center;
    align-items: center;
}   
.gallery__popup .owl-carousel .owl-nav button span{
    position: relative;
    width: 37px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}
.gallery__popup .owl-carousel .owl-nav button span:before,
.gallery__popup .owl-carousel .owl-nav button span:after{
    content: '';
    background-image: url(../images/arrow-purple.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 37px;
    height: 12px;
    position: absolute;
    left: 0;
}
.gallery__popup .owl-carousel .owl-nav button span::before {
    transform: translateX(-100%);
    opacity: 0;
}
.gallery__popup .owl-carousel .owl-nav button span::after {
    transform: translateX(0);
    opacity: 1;
}
.gallery__popup .owl-carousel .owl-nav button:hover span::before {
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 1;
    transform: translateX(0);
}
.gallery__popup .owl-carousel .owl-nav button:hover span::after {
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    transform: translateX(150%);
}
.gallery__popup .owl-carousel .owl-nav button.owl-prev span{
    transform: rotate(180deg);
}
.gallery__popup .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 52%;
    left: -130px;
    margin-top: -40px;
}
.gallery__popup .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 52%;
    right: -130px;
    margin-top: -40px;
}
.gallery__popup .close{
    width: 32px;
    height: 32px;
    background: url(../images/close.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 64px;
    right: 90px;
    cursor: pointer;
    z-index: 9;
}
.gallery__popup .gallery-item img {
    margin-bottom: 32px;
}
.gallery__popup .gallery-item p {
    margin: 0;
    max-width: calc(100% - 100px);    
    opacity: 0;
}
.gallery__popup .slider-counter {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.gallery__popup .owl-item.active .gallery-item p{
    opacity: 1;    
    transition: opacity 0.5s;
    transition-delay: 0.3s;
}
.gallery__popup .owl-item.active .slider-counter {
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.3s;
}
.gallery__popup .popup-content{
    position: relative;
    /*width: 100%;*/
}
.gallery__popup .popup-wrapper {
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 70px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery__popup .owl-carousel .owl-nav button.disabled{
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}


.product-expertise .product-item:nth-child(3) .info-wrap {
    height: auto !important;
}
.manufacturing-banner .common_idm_banner {
    background: #e6e9ec;
}
.manufacturing-banner .banner_image_effect .product-expertise .link-product .title,
.manufacturing-banner .banner_image_effect .product-expertise .link-product:after{
    background: #e6e9ec;
}
.manufacturing-banner .banner_image_effect .img-section-fix .bg-trans{
    background-color: #415166;
}
@media (min-width: 768px){
    .product-expertise .product-item:nth-child(3) h3{
        line-height: 1.09090909;
    }
    .product-expertise .product-item:nth-child(2) img {
        border-left: 1px solid #f4f3f1;
    }
    .product-expertise .product-item:nth-child(3) img {
        border-radius: 50%;
        height: auto;
        min-height: 0;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        border: 2px solid #f4f3f1;
    }
    .factory .featured .label {
        white-space: nowrap;
    }
    .product-expertise .product-item:nth-child(3) {
        position: absolute;
        width: 298px;
        text-align: center;
        border-radius: 50%;
        /*border: dashed 1px #979797;*/
        background: #f4f3f1;
        height: 298px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 2;
        overflow: hidden;
    }
    .product-expertise .product-item:nth-child(3) .btn-arrow .arr-effect {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .product-expertise .product-item:nth-child(3) .prd-info{    
        /*background: #f4f3f1;*/
        justify-content: center;
    }
    .product-expertise .product-item:nth-child(3) h3{
        color: #824417;
        margin: 0;
    }
    .product-expertise .product-item:nth-child(3) .info-wrap p{
        display: none;
    }
    .product-expertise .product-item:nth-child(3) .btn-arrow{
        position: static;
        margin: 0 !important;
    }
    .product-expertise .product-item:nth-child(3) .prd-info:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        background: #f4f3f1;
        border-radius: 50%;
        transition: all .5s;
        background-image: url(../images/Oval.png);
        background-size: contain;
        /*image-rendering: pixelated;*/
    }

    .product-expertise .product-item:nth-child(3):hover .prd-info:before {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    .product-expertise .product-item:nth-child(3):hover h3 {
        color: #fff;
    }
    .gallery__popup .slider-counter.mobile{
        display: none;
    }
    .production-management .box-right .slide-item p {
        max-width: calc(100% - 120px);
        min-height: 26px;
    }
}

@media (min-width: 1025px){
    .product-expertise .product-item:nth-child(3) img {
        width: 250px;
        height: 250px;;
    }
}
@media (min-width: 1290px) {
    .product-expertise .product-item:nth-child(3) img {
        width: 298px;
        height: 298px;;
    }
    .product-expertise .product-item .btn-arrow .arr-effect .icon::before, 
    .product-expertise .product-item .btn-arrow .arr-effect .icon::after{
        background-size: 98%;
    }
}
@media (min-width: 1280px) and (max-height: 980px){
    .gallery__popup .close{
        top: 40px;
    }
}
@media (max-width: 1529.98px){
	.section-bottom .factory:first-child h2.country {
        left: -70px;
    }
    .section-bottom .factory:last-child h2.country{
        right: -70px;
    }
    .product-expertise .product-item:nth-child(2) .prd-info:before,
    .product-expertise .product-item:first-child .prd-info:before{
        max-width: 680px;
    }
    .gallery__popup .image-gallery{
        max-width: 58vw;
    }
}
@media (max-width: 1439.98px){
    .section-bottom .factory:first-child h2.country {
        left: -20px;
    }
    .section-bottom .factory:last-child h2.country {
        right: -25px;
    }
    .section-bottom .section-inner .factory{
        padding: 0 45px;
    }
    .section-bottom .section-inner{
        margin: 0 -45px;
    }
    .product-expertise .product-item:first-child .prd-info:before, 
    .product-expertise .product-item:nth-child(2) .prd-info:before {
        max-width: 650px;
    }
    .gallery__popup .image-gallery{
        max-width: 50vw;
    }
}
@media (max-width: 1319.98px){
    .product-expertise .product-item:nth-child(2) .prd-info:before, 
    .product-expertise .product-item:first-child .prd-info:before {
        max-width: calc(100% - 24px);
    }
    .product-expertise .product-item .info-wrap{
        max-width: calc(100% - 50px);
    }
}
@media (max-width: 1289.98px){
    /*.products-item-list .product-item .prd-info{
        padding: 0 24px;
    }*/
    .section-bottom .section-inner{
        margin: 0 -24px;
    }
    .section-bottom .section-inner .factory{
        padding: 0 24px;
    }
    .product-expertise .product-item:nth-child(3){
        width: 250px;
        height: 250px;
    }
    .product-expertise .product-item h3{
        margin: 0 0 20px;
    }
    .product-expertise .product-item .prd-info .section-button {
        margin-top: 40px;
    }
    .products-item-list .product-item .prd-info{
        justify-content: flex-end;
    }
    .product-expertise .product-item:first-child .prd-info {
        justify-content: flex-start;
    }
    .product-expertise .product-item .info-wrap{
        max-width: calc(100% - 100px);
        padding: 0 48px;
    }
    .product-expertise .product-item:nth-child(3) .info-wrap{
        padding: 0;
        max-width: 100%;
    }
    .production-management .swiper-nav{
        right: 0;
    }
    .section-bottom .factory:first-child h2.country {
        left: -15px;
    }
    .section-bottom .factory:last-child h2.country {
        right: -20px;
    }
}
@media (max-width: 1024px){
    .gallery__popup .close{
        top: 25px;
        right: 30px;
    }
    .our-factory .section-top {
        padding: 76px 0;
    }
    .our-factory .section-bottom{
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .product-expertise .product-item:nth-child(3) {
        width: 220px;
        height: 220px;
    }
    .product-expertise .product-item .info-wrap{
        max-width: calc(100% - 80px);
    }
    section.production-management{
        padding: 78px 0 70px;
    }
    .factory h2.country{
        font-size: 70px;
    }
    .production-management h3{
        margin-bottom: 30px;
    }
}
@media (max-width: 991px){
    .gallery__popup .image-gallery{
        width: 500px;
        max-width: 100%;
    }
    .gallery__popup .owl-carousel .owl-nav button.owl-prev{
        left: -105px;
    }
    .gallery__popup .owl-carousel .owl-nav button.owl-next{
        right: -105px;
    }
    .factory .featured span.value{
        padding-left: 20px;
    }
    .factory .featured-item:last-child .value{
        font-size: 30px;
        line-height: 1.25;
    }
    .production-management .content-inner{
        flex-wrap: wrap;
    }
    .production-management .box-left {
        width: 100%;
        padding-right: 0;
    }
    .production-management .box-right {
        width: 100%;
        max-width: 100%;
    }
    .production-management .box-left .desc {
        max-width: 100%;
    }
    .production-management .box-left h4{
        max-width: 100%;
    }
} 

@media (max-width: 767px){
    section.our-factory:before{
        margin-left: -2px;
    }
    .idm-manufacturing .banner_image_effect .text-section {
        bottom: 30px;
    }
    .manufacturing-banner .banner_image_effect .text-section h1{
        margin: 0 0 13px;
    }
    .product-expertise .product-item .info-wrap{
        height: auto !important;
    }
    /* .gallery__popup .gallery-item p{
        opacity: 1;
    } */
    .gallery__popup .owl-carousel .owl-nav button span:before, 
    .gallery__popup .owl-carousel .owl-nav button span:after{
        background-image: url(../images/arrow-blue.png);
    }
    .gallery__popup .popup-content{
        width: 100%;
        max-height: 100vh;
        padding-top: 40px;
    }
    .gallery__popup .popup-wrapper{
        padding: 20px 0 20px;
    }
    .gallery__popup .image-gallery{
        width: 100%;             
        margin-top: 64px;
    }
    .gallery__popup .slider-counter{
        position: static;        
        width: 100%;
        order: -1;
        padding: 0 24px;
        text-align: center;
        line-height: 29px;   
    }
    .gallery__popup .gallery-item img{
        height: 63.73vw;
    }
    .gallery__popup .gallery-item p{
        line-height: 29px;
    }
    .gallery__popup .gallery-item img {
        margin-bottom: 21px;
    }
    .gallery__popup .owl-carousel .owl-nav button.owl-next{
        position: static;
        margin: 0 16px;
        border: 0;
        height: auto;
        width: auto;
    }
    .gallery__popup .owl-carousel .owl-nav button.owl-prev{
        position: static;
        margin: 0 16px;
        border: 0;
        height: auto;
        width: auto;
    }
    .gallery__popup .owl-nav {
        text-align: center;
        margin-top: 88px;
        padding-bottom: 40px;
    }
    .gallery__popup .close{
        width: 20px;
        height: 20px;
        top: 20px;
        right: 26px;
    }
    .gallery__popup .gallery-item p{
        max-width: 100%;
        padding: 0 24px;
    }
    .section-bottom h3{
        font-size: 45px;
        line-height: 55px;
        width: auto;
        text-align: left;
        margin-bottom: 26px;
    }
    .section-top .section-inner .text-left h3{
        font-size: 45px;
        line-height: 55px;
        max-width: 100%;        
    }
    .production-management h3{
        font-size: 45px;
        line-height: 55px;
        text-align: left;
        margin-bottom: 1px;
    }
    .production-management .box-left .desc{
        line-height: 29px;
    }
    .production-management .box-left{
        padding-bottom: 0;
        margin-bottom: 28px;
    }
    .production-management .slide-item.swiper-slide .img:before{
        padding-bottom: 63.7%;
    }
    .production-management .box-right .slide-item p{
        line-height: 29px;
        margin-top: 22px;
    }
    .production-management .swiper-nav{
        position: static;
        margin-top: 17px;
        margin-left: -2px;
    }
    .production-management .swiper-nav .swiper-button-next, 
    .production-management .swiper-nav .swiper-button-prev{
        position: static;
        margin-top: 0;
        margin-left: 0;
        margin-right: 27px;
    }
    section.production-management {
        padding: 78px 0 58px;
    }
    .our-factory .section-top {
        padding: 76px 0 37px;
    }
    .section-top .section-inner{
        flex-wrap: wrap;
    }
    .section-top .section-inner .text-left{
        width: 100%;
        padding-bottom: 2px;
    }
    .section-top .content-right .content-wrap h4 {
        margin-bottom: 13px;
    }
    .section-top .content-right .description{
        line-height: 29px;
    }
    .section-top .section-inner .content-right{
        width: 100%;
        padding-left: 0;
    }
    .section-top .content-right .content-wrap{
        max-width: 100%;
    }
    .section-bottom .section-inner {
        margin: 0;
        flex-wrap: wrap;
    }
    .section-bottom .section-inner .factory {
        padding: 0;
        width: 100%;
        margin-bottom: 28px;
    }
    .section-bottom .section-inner .factory img{
        height: 55.47vw;
        object-fit: cover;
    }
    .factory:last-child .box-img {
        margin-top: 0;
    }
    .factory h2.country{
        color: #464649;
        position: static;
        font-size: 30px;
        line-height: 40px;
        margin-top: 22px;
        letter-spacing: 0.75px;
    }
    .factory .featured{
        margin-top: 13px;
        display: block;
    }
    .factory .featured .featured-item{
        display: flex;
    }
    .factory .featured span.value span {
        white-space: nowrap;
    }
    .factory .featured .label,.factory .featured span.value{
        padding-bottom: 10px;
        line-height: 29px;
    }
    .factory .featured .featured-item:nth-last-child(2) span{
        padding-bottom: 10px;
    }
    .factory .featured-item:last-child .value {
        font-size: 18px;
        line-height: 29px;
        text-transform: none;
        font-family: inherit;
        letter-spacing: 0;
    }
    .factory .featured span.value{
        width: 50.5%;
        padding-left: 0;
    }
    .factory .featured .label{
        width: 49.5%;
        padding-right: 20px;
    }
    .factory .img-inner h2.country{
        display: none;
    }
    .our-factory .section-bottom{
        padding-bottom: 41px;
    }
    .product-expertise .product-item{
        width: 100%;
        /*border-bottom: 1px solid #cbcbcb;*/
    }
    .product-expertise .product-item .prd-info:before {
        content: "";
        position: absolute;
        width: 100%;
        max-width: calc(100% - 72px);
        right: -1px;
        height: 100%;
        background: #f4f3f1;
        z-index: 1;
        transition: all .5s;
        transform-origin: right;
        transform: scale(1, 1);
        border-bottom: 1px solid #cbcbcb;
        box-sizing: border-box;
    }
    .product-expertise .product-item:last-child .prd-info:before {
        border-bottom: 0;
    }
    .product-expertise .product-item:hover .prd-info:before{
        transform: scale(0, 1);
    }
    .product-expertise .product-item:nth-child(2) .prd-info:before{
        max-width: calc(100% - 72px);
        right: auto;
    }
    .product-expertise .product-item:first-child .prd-info:before {
        max-width: calc(100% - 72px);
    }
    .product-expertise .product-item:nth-child(3) .info-wrap,
    .product-expertise .product-item .info-wrap {
        max-width: calc(100% - 72px);
        padding-left: 40px;
        padding-right: 24px;
        line-height: 29px;
        padding-top: 8px;
    }
    .product-expertise .product-item:nth-child(3){
        width: 100%;
        height: auto;
    }
    .product-expertise .product-item:nth-child(2n+1) .prd-info {
        justify-content: flex-end;
    }
    .product-expertise .product-item h3{
        margin: 0 0 14px;
    }
    .product-expertise .product-item .prd-info .section-button {
        margin-top: 17px;
    }
    .products-item-list .product-item .prd-info {
        justify-content: flex-start;
    }
    section.product-expertise {
        overflow: hidden;
    }
    .product-expertise .product-item .btn-arrow .arr-effect{
        border: 0;
        width: auto;
        height: auto;   
    }
    .product-expertise .product-item:hover .btn-arrow .arr-effect{
        border: 0;
    }
    .product-expertise .product-item img{
        height: 55.47vw;
        min-height: 208px;
    }
    .product-expertise .product-item:nth-child(2) h3{
        color: #875c7e;
    }
    .product-expertise .product-item:nth-child(3) h3{
        color: #824417;
    }
    .product-expertise .product-item:nth-child(2) .info-wrap {
        text-align: left;
    }
    .product-expertise .product-item:hover h3{
        color: #fff !important;
    }
    .product-expertise .product-item:nth-child(2) .btn-arrow .arr-effect .icon::before, 
    .product-expertise .product-item:nth-child(2) .btn-arrow .arr-effect .icon::after{
        background-image: url(../images/arrow-purple.png);
    }
    .product-expertise .product-item:nth-child(2):hover .btn-arrow .arr-effect .icon::before, 
    .product-expertise .product-item:nth-child(2):hover .btn-arrow .arr-effect .icon::after{
        background-image: url(../images/arrow-white.png);
    }
    .product-expertise .product-item:nth-child(3) .btn-arrow .arr-effect .icon::before, 
    .product-expertise .product-item:nth-child(3) .btn-arrow .arr-effect .icon::after{
        background-image: url(../images/arrow-brown.png);
    }
    .product-expertise .product-item:nth-child(3):hover .btn-arrow .arr-effect .icon::before, 
    .product-expertise .product-item:nth-child(3):hover .btn-arrow .arr-effect .icon::after{
        background-image: url(../images/arrow-white.png);
    }
    .production-management .box-left h4{
        line-height: 40px;
    }
    .gallery__popup .slider-counter.desktop{
        display: none;
    }
    .gallery__popup .slider-counter{
        opacity: 1;
    }
}
@media (max-width: 767px) and (max-height: 650px){
    .gallery__popup .owl-nav{
        margin-top: 60px;
    }
}
@media (min-width: 768px) and (max-height: 500px){
    .gallery__popup .image-gallery{
        margin-top: 100px;
    } 
}
@media (min-width: 768px) and (max-height: 650px){
    .gallery__popup .close{
        top: 34px;
    }
}