a {
    text-decoration: none !important;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

/*top space*/

.bgTopNav {
    background-image: url(https://cdn1.npcdn.net/img/1760063781top_bar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 100% 100%; */
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.secTopNav_box {
    display: flex;
    justify-content: flex-end;
    margin-right: -12%;
}

.secTopNav_email_box,
.secTopNav_tel_box {
    display: flex;
    align-items: center;
}

.secTopNav_tel_box {
    margin-left: 4vw;
}

.secTopNav_imgx {
    max-width: 2.1vw;
    height: auto;
}

.secTopNav_email, .secTopNav_tel {
    margin-left: 1vw;
}

.secTopNav_email>a,
.secTopNav_tel>a {
    font-size: 1vw;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.secTopNav_ctrl_width {
    max-width: 61vw;
    margin: 0 auto;
}

@media screen and (max-width: 1200.5px){
    .bgTopNav {
        background-image: url(https://cdn1.npcdn.net/img/1760063781top_bar.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*nav*/

.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: transparent;
    width: 100%;
    height: 95px;
    z-index: 100;
}

.navbar_type8 .logo {
    flex: 0 1 30%;
    margin-left: 6vw;
}

.navbar_type8 .logo img {
    left: 29%;
    transform: translateX(-50%);
    width: 160px;
    height: 100%;
    padding: 7px;
}

.navbar_type8 .nav_tab {
    flex: 0 1 70%;
    justify-content: flex-end;
    /* background-image: linear-gradient(to right, transparent 15px, #4e7ae1 15px, #4e7ae1 107.86px, transparent 107.86px); */
    margin-right: 3%;
}

.navbar_type8 .nav_tab .nav_item>a {
    color: #141c27;
    padding: 15px 1.1vw;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 110%;
    width: 100%;
    border-bottom: 4px solid #ef502e;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab {
        flex: 0 1 70%;
        justify-content: flex-end;
        /* background-image: linear-gradient(to right, transparent 15px, #4e7ae1 15px, #4e7ae1 107.86px, transparent 107.86px); */
        margin-right: 0%;
    }
    
    .navbar_type8 .nav_tab .nav_item>a {
        color: #141c27;
        padding: 15px 9px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_type8 {
        display: none !important;
    }
    
    .navbar_mobile {
        flex-basis: auto;
        background-color: #fff;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #ef502e;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 80px;
    }
}

@media screen and (max-width: 767.5px){
}

/*hp_product*/

.hp_product {
    padding: 6vw 5vw 1vw 5vw;
    position: relative;
}

.hp_product .hp_big_title {
    font-size: 1.65vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    background-color: #000;
    width: 22%;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 1vw;
}

/*categoriesComponent*/

.hp_product .product_tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 5px;
    border-bottom: 0px solid #ddd;
    width: 80%;
    margin: 1vw auto 1vw auto;
}

.hp_product .product_tab ul li {
    margin: 0 15px;
    flex: 0 0 auto;          
}

.hp_product .tablinks {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.hp_product .tablinks.active {
    color: #000;
    font-weight: 700;
}

/*products*/

#main_index .productSlider-1 {
    padding: 0vw 4vw 3.5vw 4vw;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px 18px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: white;
}

#main_index .productSlider-1 .text-left {
    text-align: center !important;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-size: 1.5vw;
    font-weight: 600 !important;
}

#main_index .productSlider-1 .product_img .product_box h6 a {
    font-size: 1.2vw;
    font-weight: 600 !important;
}

#main_index .productSlider-1 p {
    display: none !important;
}

#main_index .productSlider-1 .slick-prev::before, #main_index .productSlider-1 .slick-next::before {
    text-shadow: 0 0 0px black;
}

#main_index .productSlider-1 .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f104";
    color: #555;
}

#main_index .productSlider-1 .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    color: #555;
}

#main_index .productSlider-1 .slick-prev {
    left: -1.5vw;
    z-index: 10;
}

#main_index .productSlider-1 .slick-next {
    right: -1.5vw;
}

#main_index .productSlider-1 .align-top {
    vertical-align: top !important;
    margin-bottom: 2vw;
}

#main_index .productSlider-1 .slick-slide img {
    display: block;
    border-radius: 15px;
}

@media screen and (max-width: 1200.5px){
    .hp_product .tablinks {
        font-size: 16px;
        font-weight: 600;
        color: #555;
        padding: 10px 9px;
        cursor: pointer;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_product {
        padding: 8vw 5vw 1vw 5vw;
        position: relative;
    }

    .hp_product .hp_big_title {
        font-size: 6vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        background-color: #000;
        width: 85%;
        padding: 10px;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_product .tablinks {
        font-size: 16px;
        font-weight: 600;
        color: #555;
        padding: 10px 0px;
        cursor: pointer;
        position: relative;
        text-align: center;
    }
    
    .hp_product .product_tab ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 5px;
        border-bottom: 0px solid #ddd;
        width: 100%;
        margin: 1vw auto 1vw auto;
    }
    
    #main_index .productSlider-1 .align-top {
        vertical-align: top !important;
        margin-bottom: 5vw;
    }
    
    #main_index .productSlider-1 .product_img .product_box h6 {
        color: #000;
        font-size: 3.5vw;
        font-weight: 600 !important;
    }

    #main_index .productSlider-1 .product_img .product_box h6 a {
        font-size: 3vw;
        font-weight: 600 !important;
    }
    
    #main_index .productSlider-1 {
        padding: 0vw 0vw 1.5vw 0vw;
    }
    
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 10px 8px;
        height: auto;
        flex: 1;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: white;
    }
    
    #main_index .productSlider-1 .slick-prev {
        left: -6.5vw;
        z-index: 10;
    }
    
    #main_index .productSlider-1 .slick-next {
        right: -6.5vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 11vw 5vw 0vw 5vw;
    position: relative;
    /*padding-top: 8rem;*/
    /*padding-bottom: 9rem;*/
    /*margin-top: 3rem;*/
    /*margin-bottom: -2rem;*/
    background-color: #2c2a75;
}

.hp_about::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6vw;
    width: 72%;
    height: 103%;
    background-image: url(https://cdn1.npcdn.net/img/1760068655about-us_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_about::after {
    content: "";
    position: absolute;
    left: -1vw;
    top: 3vw;
    width: 127%;
    height: 127%;
    background-image: url(https://cdn1.npcdn.net/img/1760068605side_bike_images.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: 0;
    
    /* Animation */
    animation: idleGlide 3s ease-in-out infinite;
}

@keyframes idleGlide {
    0% { transform: translateX(0); }
    50% { transform: translateX(8px); }
    100% { transform: translateX(0); }
}

.aboutWording {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: -17vw;
    z-index: 1;
}

.aboutWording .line {
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #ccc;
    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.aboutWording img {
    max-width: 36%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    background-color: #2c2a75;
    padding: 0px 25px 0px 25px;
}

.about_top_ebox {
    padding: 0vw 0vw 0vw 9vw;
    position: relative;
    z-index: 1;
}

.about_top_title {
    font-size: 2vw;
    font-weight: 700;
    color: #ed1c24;
    position: relative;
    margin-bottom: 1.5vw;
}

.about_top_title::after {
    content: '';
    display: block;
    width: 19%;
    height: 1px;
    background-color: #f2f2f2;
    margin-top: 4px;
}

.about_top_text {
    font-size: 1.05vw;
    font-weight: 300;
    color: #fff;
    position: relative;
    line-height: 1.8;
    margin-bottom: 2vw;
}

.about_top_text strong {
    font-weight: 700;
}

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 600;
    color: transparent;
    position: relative;
}

.btnRead span {
    position: relative;
    display: inline-block;
    padding: 3px 25px;
    color: transparent;
}

.btnRead span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ef502e;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.btnRead span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.btnRead span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.btnRead span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (max-width: 1200.5px){
    .about_top_text {
        font-size: 1.2vw;
        font-weight: 300;
        color: #fff;
        position: relative;
        line-height: 1.8;
        margin-bottom: 2vw;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        left: -1vw;
        top: 3vw;
        width: 127%;
        height: 127%;
        background-image: url(https://cdn1.npcdn.net/img/1760068605side_bike_images.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
        z-index: 0;
        animation: idleGlide 3s ease-in-out infinite;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 19vw 5vw 40vw 5vw;
        position: relative;
        /*padding-top: 8rem;*/
        /*padding-bottom: 9rem;*/
        /*margin-top: 3rem;*/
        /*margin-bottom: -2rem;*/
        background-color: #2c2a75;
    }
    
    .hp_about::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0vw;
        width: 100%;
        height: 92%;
        background-image: url(https://cdn1.npcdn.net/img/1760068655about-us_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        left: 0vw;
        top: 3vw;
        width: 100%;
        height: 100%;
        background-image: url(https://cdn1.npcdn.net/img/1760068605side_bike_images.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        background-position: left center;
    }

    .aboutWording img {
        max-width: 90%;
        height: auto;
        display: inline-block;
        border-radius: 8px;
        position: relative;
        z-index: 1;
        background-color: #2c2a75;
        padding: 0px 25px 0px 25px;
    }
    
    .about_top_title {
        font-size: 6vw;
        font-weight: 700;
        color: #ed1c24;
        position: relative;
        margin-bottom: 3vw;
    }
    
    .about_top_title::after {
        content: '';
        display: block;
        width: 19%;
        height: 1px;
        background-color: #f2f2f2;
        margin-top: 4px;
    }
    
    .about_top_text {
        font-size: 3.5vw;
        font-weight: 300;
        color: #fff;
        position: relative;
        line-height: 1.8;
        margin-bottom: 4vw;
    }
    
    .aboutWording {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: -24vw;
        z-index: 1;
    }
    
    .aboutWording {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: -27vw;
        z-index: 1;
    }
    
    .about_top_ebox {
        padding: 0vw 0vw 0vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        left: auto;
        right: -2vw;
        top: 82vw;
        width: 60%;
        height: 60%;
        background-image: url(https://cdn1.npcdn.net/img/1760068605side_bike_images.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        background-position: left center;
        transform: scaleX(-1);
        animation: idleGlideFlipped 3s ease-in-out infinite;
    }
    
    @keyframes idleGlideFlipped {
      0%   { transform: scaleX(-1) translateX(0); }
      50%  { transform: scaleX(-1) translateX(8px); }
      100% { transform: scaleX(-1) translateX(0); }
    }
}

/*hp_client*/

.hp_client {
    padding: 13vw 5vw 3vw 5vw;
    position: relative;
}

.hp_client .hp_big_title {
    font-size: 1.65vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 3vw;
    background-color: #000;
    width: 22%;
    padding: 8px;
    margin: 0 auto;
}

/*slider*/

.hp_client .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    margin-top: 3vw;
}

.hp_client .imgbox img{
    width: 100%;
    transition: transform 0.8s ease;
    background: transparent;
}

.project-v {
    margin-left: -15px;
    margin-right: -15px;
}

.project-v .imgbox {
    padding: 0 1px;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 150px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_client {
        padding: 12vw 5vw 2vw 5vw;
        position: relative;
    }
    
    .hp_client .hp_big_title {
        font-size: 6vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 5vw;
        background-color: #000;
        width: 85%;
        padding: 10px;
        margin: 0 auto;
    }
}

/*hp_services*/

.hp_services {
    padding: 9vw 5vw 0vw 5vw;
    position: relative;
    /*padding-top: 8rem;*/
    /*padding-bottom: 9rem;*/
    /*margin-top: 3rem;*/
    /*margin-bottom: -2rem;*/
    background-color: #ef502e;
}

.hp_services::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5.5vw;
    width: 70%;
    height: 107%;
    background-image: url(https://cdn1.npcdn.net/img/1760066989about-us_images_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_services::after {
    content: "";
    position: absolute;
    right: 0vw;
    top: 3vw;
    width: 90%;
    height: 90%;
    background-image: url(https://cdn1.npcdn.net/img/1760067836benda_bike.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    background-position: right center;
    animation: idleGlide 3s ease-in-out infinite;
}

.serviceRow {
    position: relative;
    z-index: 1;
}

.sec4_top_title {
    font-size: 2vw;
    font-weight: 700;
    color: #ed1c24;
    position: relative;
    margin-bottom: 3vw;
}

.sec4_top_title::after {
    content: '';
    display: block;
    width: 16%;
    height: 1px;
    background-color: #f2f2f2;
    margin-top: 4px;
}

.sec4_top_text {
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 60px;
}

.sec4_bottom_imgx>img {
    transition: transform .5s;
}

.sec4_bottom_imgx>img:hover {
    transform: translateY(-5%);
}

.sec4_bottom_text {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}

.sec4_bottom_imgx {
    max-width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 1200.5px){
    .hp_services {
        padding: 9vw 5vw 0vw 3vw;
        position: relative;
        /* padding-top: 8rem; */
        /* padding-bottom: 9rem; */
        /* margin-top: 3rem; */
        /* margin-bottom: -2rem; */
        background-color: #ef502e;
    }
    
    .sec4_bottom_text {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 600;
        color: #ffffff;
        margin-top: 20px;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 19vw 5vw 40vw 5vw;
        position: relative;
        /*padding-top: 8rem;*/
        /*padding-bottom: 9rem;*/
        /*margin-top: 3rem;*/
        /*margin-bottom: -2rem;*/
        background-color: #ef502e;
    }

    .sec4_top_title {
        font-size: 6vw;
        font-weight: 700;
        color: #ed1c24;
        position: relative;
        margin-bottom: 6vw;
    }
    
    .hp_services::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5.5vw;
        width: 100%;
        height: 100%;
        background-image: url(https://cdn1.npcdn.net/img/1760066989about-us_images_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    .hp_services::after {
        content: "";
        position: absolute;
        right: 0vw;
        top: 3vw;
        width: 60%;
        height: 60%;
        background-image: url(https://cdn1.npcdn.net/img/1760067836benda_bike.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        background-position: right center;
    }
    
    .hp_services::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10.5vw;
        width: 100%;
        height: 100%;
        background-image: url(https://cdn1.npcdn.net/img/1760066989about-us_images_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    .sec4_bottom_text {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 600;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 3vw;
    }
    
    .sec4_bottom_ebox {
        padding: 0px;
    }
    
    .sec4_bottom_imgx {
        max-width: 75%;
        margin: 0 auto;
    }
    
    .hp_services::after {
        content: "";
        position: absolute;
        right: 0vw;
        top: 110vw;
        width: 63%;
        height: 63%;
        background-image: url(https://cdn1.npcdn.net/img/1760067836benda_bike.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        background-position: right center;
    }
}

/*hp_news*/

.hp_news {
    padding: 11vw 5vw 1vw 5vw;
    position: relative;
}

.hp_news .hp_big_title {
    font-size: 1.65vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 3vw;
    background-color: #ef502e;
    width: 22%;
    padding: 8px;
    margin: 0 auto;
}

#main_index .hp_latest_new_8 {
    padding: 2vw 10vw 3.5vw 10vw;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline !important;
    color: #ef502e;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 0.8;
    font-size: 85%;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 20vw 5vw 2vw 5vw;
        position: relative;
    }
    
    .hp_news .hp_big_title {
        font-size: 6vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 3vw;
        background-color: #ef502e;
        width: 85%;
        padding: 10px;
        margin: 0 auto;
    }
    
    #main_index .hp_latest_new_8 {
        padding: 5vw 5vw 4vw 5vw;
}
}

/*footer*/

.footer_type6 {
    background-color: #2c2a75;
    color: white;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 80px;
}

.footer_type6 .title {
    min-height: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type6 .footerMove {
    margin-top: -3vw;
}

.footer_type6 .text-muted {
    color: #fff !important;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img{
    	min-height:12rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

@media screen and (max-width: 426px) {
    .index_wrapper_2 .item>img{
    	min-height:10rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}
