a {
    text-decoration: none !important;
}

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

/*topspace*/

.industry_topContact {
    background-color: #2e3191;
}

.industry_topContactContent a{
    color:#fff;
    text-decoration: none;
}

.industry_topContactContent {
    display: flex;
    justify-content: flex-start;
    padding: 0.7rem 0;
    padding-left: 8rem;
}

.industry_topContactText {
    font-size: 0.775rem;
    color: #fff;
    /*cursor: pointer;*/
}

.industry_topContactText a:hover {
    color: #333;
}

.industry_topContact .phone-icon {
    width: 20px; 
    height: auto;  
    vertical-align: middle; 
}

@media screen and (max-width: 1200.5px){
    .industry_topContactContent {
        display: flex;
        justify-content: flex-start;
        padding: 0.7rem 0;
        padding-left: 3.5rem;
    }
}

@media screen and (max-width: 992.5px){
    .industry_topContact {
        display: none;
    }
}

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

/*navbar*/

.navbar_type8 {
    height: 115px;
    margin-top: 0px;
    background: #000;
}

#main_index .navbar_type8 {
    background: transparent;
}

#main_index .navbar_type8 .logo img {
    width: 100% !important;
    padding: 0vw 14vw 0.5vw 0vw;
    object-fit: contain;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 0vw 14vw 0vw 0vw;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 40%;
    margin-left: 4vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 9.5vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 400;
    color: #fff;
    padding: 0px 1.2vw;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 3px solid #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;  
    top: 110%; 
    width: 70%; 
    border-bottom: 3px solid #fff;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(-50%);  
}

.navbar_type8.navbar_height.dark_nav {
    background: #000 !important;
}

#main_index .navbar_type8.navbar_height.dark_nav .logo img {
    width: 100% !important;
    padding: 0vw 14vw 0vw 0vw;
    object-fit: contain;
}

.navbar_type8.navbar_height.dark_nav .logo img {
    width: 100% !important;
    padding: 0vw 14vw 0vw 0vw;
    object-fit: contain;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.4vw;
        font-weight: 400;
        color: #fff;
        padding: 0px 1.5vw;
        text-transform: uppercase;
    }
}

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

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -115px;
}

.banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    top: 32vw;
    left: 9.5vw;
    transform: translate(0, -50%);
    width: 60%;
}

.hp_banner_title {
    font-size: 1.3vw;
    font-weight: 600;
    color: #00adee;
    line-height: 1.2;
    letter-spacing: 2px;
    position: relative;
    letter-spacing: 4px;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
}

.hp_banner_title::before {
    content: "";
    position: absolute;
    right: 61vw;
    top: 50%;
    transform: translateY(-50%);
    width: 14%;
    height: 1px;
    background-color: #fff;
}

.hp_banner_content {
    font-size: 3.8vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.5vw;
    position: relative;
    padding-right: 20px;
    text-transform: uppercase;
}

.hp_banner_content::after {
    content: "";
    position: absolute;
    left: 52vw;
    top: 7.5vw;
    transform: translateY(-50%);
    width: 63%;
    height: 1px;
    background-color: #fff;
}

.n_bannerViewMore {
    font-size: 1vw;
    font-weight: 400;
    color: #fff;
    background-color: #00adee;
    border: 1px solid #00adee;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    border-radius: 25px;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #2e3191;
    border: 1px solid #2e3191;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200.5px){
    .n_bannerViewMore img.arrow-icon {
        margin-left: 12px !important;
        width: 9px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
    
    .hp_banner {
        position: relative;
        top: 35vw;
        left: 9.5vw;
        transform: translate(0, -50%);
        width: 85%;
    }
    
    .hp_banner_title {
        font-size: 3.3vw;
        font-weight: 600;
        color: #00adee;
        line-height: 1.2;
        letter-spacing: 2px;
        position: relative;
        letter-spacing: 2px;
        margin-bottom: 2vw;
    }
    
    .hp_banner_content {
        font-size: 5.8vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1.5vw;
        position: relative;
        padding-right: 20px;
    }
    
    .n_bannerViewMore {
        font-size: 3.2vw;
        font-weight: 400;
        color: #fff;
        background-color: #00adee;
        border: 1px solid #00adee;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 34vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
        border-radius: 25px;
    }
    
    .hp_banner_title::before {
        content: "";
        position: absolute;
        left: -10vw;
        top: 50%;
        transform: translateY(-50%);
        width: 9%;
        height: 1px;
        background-color: #fff;
    }
    
    .hp_banner_content::after {
        content: "";
        position: absolute;
        left: 74vw;
        top: 10.5vw;
        transform: translateY(-50%);
        width: 20%;
        height: 1px;
        background-color: #fff;
    }
}

@media screen and (max-width: 426px) {
    .hp_banner {
        position: relative;
        top: 40vw;
        left: 9.5vw;
        transform: translate(0, -50%);
        width: 85%;
    }
    
    .hp_banner_content {
        font-size: 5.6vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1.5vw;
        position: relative;
        padding-right: 20px;
    }
}

/*hp_why*/

.hp_why {
    padding: 8vw 8.5vw 0vw 8.5vw;
}

.hp_why .title_small {
    font-size: 1vw;
    font-weight: 600;
    color: #00adee;
    letter-spacing: 3px;
    margin-bottom: 1.5vw;
}

.hp_why .title_big {
    font-size: 2.15vw;
    font-weight: 800;
    color: #2e3191;
    letter-spacing: 1px;
    margin-bottom: 3vw;
}

.whyBorder {
    padding: 0 13px;
}

.n_featureBox {
    background-color: #ebf8fc;
    border-radius: 30px 0px 30px 0px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
    padding: 2vw 1.5vw 1vw 2vw;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.n_featureBox:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);*/
}

.n_featureIcon {
    margin-bottom: 20px;
}

.n_featureIcon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.n_featureTitle {
    font-size: 1.1vw;
    font-weight: 800;
    color: #2e3191;
    margin-top: 2vw;
    margin-bottom: 1vw !important;
}

.n_featureText {
    font-size: 0.9vw;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
}

.n_featureBox:hover .n_featureIcon img {
    animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why .title_small {
        font-size: 1.3vw;
        font-weight: 600;
        color: #00adee;
        letter-spacing: 3px;
        margin-bottom: 1.5vw;
    }
    
    .hp_why br {
        display: none;
    }
    
    .n_featureTitle {
        font-size: 1.35vw;
        font-weight: 800;
        color: #2e3191;
        margin-top: 2vw;
        margin-bottom: 1vw !important;
    }
    
    .n_featureText {
        font-size: 1.1vw;
        font-weight: 500;
        color: #000;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why .title_small {
        font-size: 4vw;
        font-weight: 600;
        color: #00adee;
        letter-spacing: 3px;
        margin-bottom: 1.5vw;
    }
    
    .hp_why .title_big {
        font-size: 6.15vw;
        font-weight: 800;
        color: #2e3191;
        letter-spacing: 1px;
        margin-bottom: 2vw;
    }
    
    .n_featureTitle {
        font-size: 4.1vw;
        font-weight: 800;
        color: #2e3191;
        margin-top: 2vw;
        margin-bottom: 1vw !important;
    }
    
    .n_featureText {
        font-size: 3.5vw;
        font-weight: 500;
        color: #000;
        line-height: 1.6;
    }
    
    .hp_why {
        padding: 7vw 5vw 0vw 5vw;
    }
    
    .hp_why br {
        display: none !important;
    }
    
    .n_featureBox {
        background-color: #ebf8fc;
        border-radius: 30px 0px 30px 0px;
        /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
        padding: 4vw 4vw 2vw 4vw;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }
    
    .whyBorder {
        padding: 15px 13px;
    }
}

/*hp_about*/

.hp_about {
    padding: 9vw 8.5vw 9vw 8.5vw;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: url(../../cdn1.npcdn.net/img/1758251339about-bg-object.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 0;
}

.hp_about::after {
    content: "";
    position: absolute;
    bottom: 6vw;
    right: 0;
    width: 49%;
    height: 46%;
    background-image: url(../../cdn1.npcdn.net/img/1758251501about-wording.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.hp_about_img {
    width: 108%;
    max-width: 150%;
}

.hp_about_right {
    padding: 2vw 0vw 0vw 6.5vw;
}

.hp_about .hp_small_title {
    font-size: 1vw;
    font-weight: 600;
    color: #00adee;
    letter-spacing: 3px;
    margin-bottom: 1.5vw;
}

.hp_about .hp_big_title {
    font-size: 2.15vw;
    font-weight: 800;
    color: #2e3191;
    letter-spacing: 1px;
    margin-bottom: 0vw;
}

.hp_about .hp_keyword {
    font-size: 0.9vw;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 2vw 0vw 2.5vw 0vw;
}

.n_aboutViewMore {
    font-size: 0.9vw;
    font-weight: 400;
    color: #fff;
    background-color: #00adee;
    border: 1px solid #00adee;
    text-align: center;
    padding: 1%;
    height: 2.6vw;
    width: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    border-radius: 25px;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #2e3191;
    border: 1px solid #2e3191;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_small_title {
        font-size: 1.3vw;
        font-weight: 600;
        color: #00adee;
        letter-spacing: 3px;
        margin-bottom: 1.5vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 1.2vw;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 2vw 0vw 2.5vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about .hp_small_title {
        font-size: 4vw;
        font-weight: 600;
        color: #00adee;
        letter-spacing: 3px;
        margin-bottom: 1.5vw;
    }
    
    .hp_about .hp_big_title {
        font-size: 6.15vw;
        font-weight: 800;
        color: #2e3191;
        letter-spacing: 1px;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 3.5vw;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 2vw 0vw 3vw 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
    }
    
    .hp_about {
        padding: 6vw 5vw 7vw 5vw;
        position: relative;
    }
    
    .hp_about_right {
        padding: 5vw 0vw 0vw 3vw;
    }
    
    .n_aboutViewMore {
        font-size: 3.2vw;
        font-weight: 400;
        color: #fff;
        background-color: #00adee;
        border: 1px solid #00adee;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 48vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
    }
}

/*hp_product*/

.hp_product {
    padding: 0vw 8.5vw 5vw 8.5vw;
    position: relative;
    z-index: 1;
}

.hp_product::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 82%;
    background-image: url(../../cdn1.npcdn.net/img/1758211083product-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_product .hp_small_title {
    font-size: 1vw;
    font-weight: 600;
    color: #00adee;
    letter-spacing: 3px;
    margin-bottom: 1.5vw;
}

.hp_product .hp_big_title {
    font-size: 2.15vw;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0vw;
}

.hp_product .hp_keyword {
    font-size: 0.9vw;
    font-weight: 300;
    color: #fff;
    margin-top: 6vw;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0vw 0vw 1.5vw 0vw;
}

.n_productViewMore {
    font-size: 0.9vw;
    font-weight: 400;
    color: #fff;
    background-color: #00adee;
    border: 1px solid #00adee;
    text-align: center;
    padding: 1%;
    height: 2.6vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    margin-bottom: 3vw !important;
    border-radius: 25px;
}

.n_productViewMore:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_productViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_productViewMore:hover {
    transform: scale(1.05);
}

.n_productViewMore:active {
    transform: scale(0.85);
}

.n_productViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_productViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_productViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_productViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

.hp_product .imgbox {
    padding: 0 12px;
}

.hp_product .category-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px 30px 0px 0px;
    margin-bottom: 30px;
    text-align: center;
    background-image: url(../../cdn1.npcdn.net/img/1758252164product-box.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.50s;
}

.hp_product .category-card:hover {
    transform: translateY(15px);
}

.hp_product .category-content {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 15px 20px;
    z-index: 2;
    margin-top: 0vw;
}

.hp_product .category-card a {
    text-decoration: none;;
}

.hp_product .category-title {
    display: flex;
    align-items: center;
    font-size: 1.1vw;
    font-weight: 700;
    color: #000;
    /* padding: 0 10px; */
    text-align: left;
    line-height: 1.4;
    height: 3vw;
}

.hp_product .category-icon {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 0px;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.n_categoryViewMore {
    font-size: 0.9vw;
    font-weight: 600;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_categoryViewMore:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_categoryViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border: none; */
    outline: none;
    overflow: hidden;
}

.n_categoryViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 20px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_categoryViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1200.5px){
    .hp_product .hp_small_title {
        font-size: 1.3vw;
        font-weight: 600;
        color: #00adee;
        letter-spacing: 3px;
        margin-bottom: 1.5vw;
    }
    
    .hp_product .hp_keyword {
        font-size: 1.2vw;
        font-weight: 300;
        color: #fff;
        margin-top: 6vw;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 0vw 0vw 1.5vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_product .hp_small_title {
        font-size: 4vw;
        font-weight: 600;
        color: #00adee;
        letter-spacing: 3px;
        margin-bottom: 1.5vw;
    }
    
    .hp_product .hp_big_title {
        font-size: 6.15vw;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 0vw;
    }
    
    .hp_product .hp_keyword {
        font-size: 3.5vw;
        font-weight: 300;
        color: #fff;
        margin-top: 3vw;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 0vw 0vw 3vw 0vw;
    }
    
    .n_productViewMore {
        font-size: 3.2vw;
        font-weight: 400;
        color: #fff;
        background-color: #00adee;
        border: 1px solid #00adee;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 37vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-bottom: 5vw !important;
        border-radius: 25px;
    }
    
    .hp_product {
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_product .category-title {
        display: flex;
        align-items: center;
        font-size: 4.1vw;
        font-weight: 700;
        color: #000;
        /* padding: 0 10px; */
        text-align: left;
        line-height: 1.3;
        height: auto;
        
    }
    
    .n_categoryViewMore {
        font-size: 3.2vw;
    }
    
    .hp_product .category-card {
        position: relative;
        overflow: hidden;
        border-radius: 0px 30px 0px 0px;
        margin-bottom: 32px;
        text-align: center;
        background-image: url(../../cdn1.npcdn.net/img/1758252164product-box.png);
        background-size: cover;
        background-position: inherit;
        background-repeat: no-repeat;
        transition: all 0.50s;
    }
    
    .hp_product::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../cdn1.npcdn.net/img/1758211083product-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    .hp_product {
        padding: 7vw 5vw 2vw 5vw;
        position: relative;
        z-index: 1;
    }
}

/*show product page*/

/*show product row 1*/

#main_showproducts .showproducts_wrapper_1 .productDetailImageFancy .all_sub_img,
#main_showproducts .showproducts_wrapper_1 .product_description_link,
#main_showproducts .showproducts_wrapper_1 .product_detail > hr,
#main_showproducts .showproducts_wrapper_1 .product_detail .mainFunction,
#main_showproducts .showproducts_wrapper_1 .product_detail .category_tag,
#main_showproducts .showproducts_wrapper_1 .productDetailImageFancy .more_sub_image {
    display: none;
}

#main_showproducts .showproducts_wrapper_1 .innerRow_1 {
    position: relative;
}

#main_showproducts #showproducts_1_2 {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#main_showproducts .showproducts_wrapper_1 .product_detail {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50% 0 12%;
}

#main_showproducts .showproducts_wrapper_1 .productDetailImageFancy .one_img div img {
    padding-bottom: 0;
}

#main_showproducts .showproducts_wrapper_1 .productDetailImageFancy {
    margin-bottom: 0;
}

#main_showproducts .showproducts_wrapper_1 .productDetailImageFancy .one_img div img {
    object-fit: cover;
}

#main_showproducts .showproducts_wrapper_1 .product_detail .product_name h2 {
  font-size: 2.5vw !important;
  color: #000;
  margin-bottom: 0;
}

/*show product row 2*/

#main_showproducts .showproducts_wrapper_2 .productDetailImageFancy .one_img {
    display: none !important;
}

#main_showproducts .showproducts_wrapper_2 .product_detail .product_name {
    display: none;
}

#main_showproducts .showproducts_wrapper_2 .productDetailImageFancy .all_sub_img img {
    height: 200px;
}

#main_showproducts .showproducts_wrapper_2 .productDetailImageFancy .all_sub_img {
    height: 200px;
}

@media (max-width: 1200.5px) {
    #main_showproducts .showproducts_wrapper_1 .product_detail {
        padding: 0 7%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    #main_showproducts .showproducts_wrapper_1 .productDetailImageFancy .one_img div img {
        height: 160px;
    }
    #main_showproducts .showproducts_wrapper_2 .productDetailImageFancy .all_sub_img,
    #main_showproducts .showproducts_wrapper_2 .productDetailImageFancy .all_sub_img img {
      height: 120px;
    }
}

/*hp_services*/

.hp_services {
    padding: 5vw 8.5vw 5vw 8.5vw;
    position: relative;
    margin-top: -12vw;
    z-index: 0;
}

.hp_services::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    background-image: url(../../cdn1.npcdn.net/img/1758211679service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hp_services .hp_small_title {
    font-size: 1vw;
    font-weight: 600;
    color: #00adee;
    line-height: 1.2;
    letter-spacing: 2px;
}

.hp_services .hp_big_title {
    font-size: 2.25vw;
    font-weight: 800;
    color: #2e3191;
    line-height: 1.2;
}

.hp_services_box {
    padding: 0vw 0vw 0vw 4vw;
}

.hp_services .hp_keyword {
    font-size: 0.9vw;
    font-weight: 500;
    color: #000;
    margin-top: 6vw;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 0vw 0vw 1vw 0vw;
}

.n_servicesViewMore {
    font-size: 0.9vw;
    font-weight: 400;
    color: #fff;
    background-color: #00adee;
    border: 1px solid #00adee;
    text-align: center;
    padding: 1%;
    height: 2.6vw;
    width: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    margin-bottom: 3vw !important;
    border-radius: 25px;
}

.n_servicesViewMore:hover {
    color: #fff;
    background-color: #2e3191;
    border: 1px solid #2e3191;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_servicesViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_servicesViewMore:hover {
    transform: scale(1.05);
}

.n_servicesViewMore:active {
    transform: scale(0.85);
}

.n_servicesViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_servicesViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_servicesViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_servicesViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

/*services*/

.hp_services .serviceBorder {
    padding: 10px 13px;
}

.hp_services .hp_service_ebox {
    margin-top: 0.5vw;
}

.hp_services .hp_service_box {
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
    cursor: pointer;
    position: relative;
    border-radius: 0px 30px 0px 0px;
}

.hp_services .hp_service_box:hover {
    transform: translateY(-10px); 
}

.hp_services .hp_service_img {
    overflow: hidden;
    position: relative; 
}

.hp_services .hp_service_img img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease-in-out; 
}

.hp_services .hp_service_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.4s ease-in-out;
    z-index: 1;
}

.hp_services .hp_service_box:hover .hp_service_img img {
    transform: scale(1.2);
}

.hp_services .hp_service_content {
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: white;
    z-index: 1;
    padding: 0.5vw 2vw 1vw 2.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.hp_services .hp_service_title {
    font-size: 1.2vw;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.hp_services .hp_service_arrow .arrow-icon {
    width: 40px;
    margin-left: 1vw;
}

@media screen and (max-width: 1200.5px){
    .hp_services .hp_small_title {
        font-size: 1.3vw;
        font-weight: 600;
        color: #00adee;
        line-height: 1.2;
        letter-spacing: 2px;
    }
    
    .hp_services .hp_keyword {
        font-size: 1.2vw;
        font-weight: 500;
        color: #000;
        margin-top: 6vw;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 0vw 0vw 1vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services .hp_small_title {
        font-size: 4vw;
        font-weight: 600;
        color: #00adee;
        line-height: 1.2;
        letter-spacing: 2px;
    }
    
    .hp_services .hp_big_title {
        font-size: 6.25vw;
        font-weight: 800;
        color: #2e3191;
        line-height: 1.2;
    }
    
    .hp_services .hp_keyword {
        font-size: 3.5vw;
        font-weight: 500;
        color: #000;
        margin-top: 6vw;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .n_servicesViewMore {
        font-size: 3.2vw;
        font-weight: 400;
        color: #fff;
        background-color: #00adee;
        border: 1px solid #00adee;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-bottom: 3vw !important;
        border-radius: 25px;
    }
    
    .hp_services {
        padding: 7vw 5vw 6vw 5vw;
        position: relative;
        margin-top: 0vw;
        z-index: 0;
    }
    
    .hp_services::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 10%;
        background-image: url(../../cdn1.npcdn.net/img/1758211679service-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    .hp_services .hp_keyword {
        font-size: 3.5vw;
        font-weight: 500;
        color: #000;
        margin-top: 1vw;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 0vw 0vw 3vw 0vw;
    }
    
    .hp_services_box {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_services .hp_service_title {
        font-size: 4.2vw;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
    }
    
    .hp_services .hp_service_content {
        position: absolute;
        bottom: 10px;
        left: 0px;
        color: white;
        z-index: 1;
        padding: 0.5vw 4vw 2vw 4vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

/*hp_contact*/

.index_wrapper_7 {
    background-image: url(../../cdn1.npcdn.net/img/1758211378contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0vw 0vw 3vw 0vw;
}

.hp_contact {
    padding: 8vw 5vw 5vw 8.5vw;
    position: relative;
}

.hp_contact .hp_small_title {
    font-size: 1vw;
    font-weight: 600;
    color: #00adee;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 1.5vw !important;
}

.hp_contact .hp_big_title {
    font-size: 2.1vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
}

.hp_contact .hp_keyword {
    font-size: 1vw;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 1vw 0vw 2vw 0vw;
}

.n_contactViewMore {
    font-size: 0.9vw;
    font-weight: 400;
    color: #fff;
    background-color: #00adee;
    border: 1px solid #00adee;
    text-align: center;
    padding: 1%;
    height: 2.5vw;
    width: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    margin-bottom: 3vw !important;
    border-radius: 25px;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: #2e3191;
    border: 1px solid #2e3191;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_contactViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_contactViewMore:hover {
    transform: scale(1.05);
}

.n_contactViewMore:active {
    transform: scale(0.85);
}

.n_contactViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_contactViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_contactViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

/*form*/

#main_index .ex_hpcontact_formonly {
    padding: 3vw 0vw 0vw 11vw;
    width: 70%;
}

#main_index .ex_hpcontact_formonly .title {
    font-size: 19px;
    margin-bottom: 10px;
    display: none !important;
}

#main_index .ex_hpcontact_formonly .subtitle {
    color: #fff !important;
    display: none !important;
}

#main_index .ex_hpcontact_formonly .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#main_index .ex_hpcontact_formonly textarea::placeholder {
    color: white;
    opacity: 1;
}

#main_index .ex_hpcontact_formonly input::placeholder {
    color: white;
    opacity: 1; 
}

#main_index .ex_hpcontact_formonly label {
    display: inline-block;
    margin-bottom: .5rem;
    color: white;
}

#main_index .ex_hpcontact_formonly .fa-paper-plane:before {
    content: "\f1d8";
    display: none !important;
}

#main_index .ex_hpcontact_formonly .btn {
    font-size: 0.85rem !important;
    padding: 0.8vw 1vw !important;
    border-radius: 0px !important;
    background-color: #00adee !important;
    border: 1px solid #00adee !important;
}

#main_index .ex_hpcontact_formonly .form-control-file, #main_index .ex_hpcontact_formonly .form-control-range {
    display: block;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 1200.5px){
    .hp_contact .hp_small_title {
        font-size: 1.3vw;
        font-weight: 600;
        color: #00adee;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 1.5vw !important;
    }
    
    .hp_contact .hp_keyword {
        font-size: 1.2vw;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 1vw 0vw 2vw 0vw;
    }
    
    .hp_contact br {
        display: none !important;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact .hp_small_title {
        font-size: 4vw;
        font-weight: 600;
        color: #00adee;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 3vw !important;
    }
    
    .hp_contact .hp_big_title {
        font-size: 6.1vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        letter-spacing: 2px;
    }
    
    .hp_contact .hp_keyword {
        font-size: 3.5vw;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 1vw 0vw 4vw 0vw;
    }
    
    .n_contactViewMore {
        font-size: 3.2vw;
        font-weight: 400;
        color: #fff;
        background-color: #00adee;
        border: 1px solid #00adee;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-bottom: 3vw !important;
        border-radius: 25px;
    }
    
    .hp_contact {
        padding: 8vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_contact br {
        display: none !important;
    }
    
    #main_index .ex_hpcontact_formonly {
        padding: 0vw 0vw 5vw 13vw;
        width: 85%;
    }
    
    .ex_hpcontact_formonly {
        margin: 0px 0;
    }
}

/*footer*/

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