a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 100px;
    margin-top: 0px;
    background: #c11e5c;
}

#main_index .navbar_type8 {
    background: transparent;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 9px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 2vw;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
    padding: 15px 1vw;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.8vw;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 50%;
    height: 0px; 
    background-color: #fff;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

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

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        padding: 15px 22px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        padding: 15px 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_type8 {
        display: none;
    }
    
    .navbar_mobile {
        background-color: #c11e5c;
    }
    
    .navbar_mobile .btn-outline-light {
        border-color: #fff;
        color: #fff;
    }
}

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

/*hp_banner*/

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

.banner_content{
    overflow: hidden;
    opacity: 1!important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 26vw;
    left: 15.5vw;
    transform: translate(-20%, -50%);
    width: 40%;
}

.n_bannerTitle {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 1; 
}

.n_bannerTitle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 205%;
    height: 205%;
    background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

html:lang(zh) .n_bannerTitle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 205%;
    height: 205%;
    background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.n_bannerSubtitle {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-top: 0.5vw;
    letter-spacing: 2px;
}

.hp_banner_content {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.9;
    margin-top: 1vw;
}

.n_bannerViewMore {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #c11e5c;
    border-radius: 25px;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    margin-top: 1.5vw;
    letter-spacing: 2px;
    border-bottom: 3px solid transparent;
}

.n_bannerViewMore:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid #c11e5c; 
}

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

@media screen and (max-width: 1300.5px){
    .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 69%;
        transform: translate(-50%, -50%);
        width: 195%;
        height: 195%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
    }
    
    html:lang(zh) .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 195%;
        height: 195%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -2;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 3.6vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 1.5vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content br {
        display: none;
    }
    
    .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 81%;
        transform: translate(-50%, -50%);
        width: 175%;
        height: 175%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 1.5vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
    
    html:lang(zh) .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 65%;
        transform: translate(-50%, -50%);
        width: 195%;
        height: 195%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -2;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 29vw;
        left: 22.5vw;
        transform: translate(-20%, -50%);
        width: 72%;
    }
    
    .n_bannerTitle {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 47%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 165%;
        height: 165%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
    }
    
    .n_bannerSubtitle {
        font-size: 17px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-top: 1vw;
        letter-spacing: 1px;
    }
    
    .hp_banner_content {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw;
        text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 2vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
    
    html:lang(zh) .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 30%;
        left: 44%;
        transform: translate(-50%, -50%);
        width: 195%;
        height: 195%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -2;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 34vw;
        left: 24.5vw;
        transform: translate(-20%, -50%);
        width: 75%;
    }
    
    .n_bannerTitle {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 165%;
        height: 165%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
    }
    
    .n_bannerSubtitle {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-top: 2vw;
        letter-spacing: 1px;
    }
    
    .hp_banner_content {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 1vw;
        text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 3vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
    
    html:lang(zh) .n_bannerTitle::after {
        content: "";
        position: absolute;
        top: 29%;
        left: 42%;
        transform: translate(-50%, -50%);
        width: 195%;
        height: 195%;
        background: url(https://cdn1.npcdn.net/img/1772095981A_BANNER-ELEMENT.png) no-repeat center center;
        background-size: contain;
        z-index: -2;
    }
}

/*hp_why*/

.hp_why {
    padding: 5vw 7vw 7.5vw 7vw;
    position: relative;
}

.whyBorder {
    padding: 0 15px;
}

.hp_why_point {
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_point {
    position: relative;
}

.hp_why_icon {
    width: 100%;
    /*padding: 15px;*/
}

.hp_why_point:hover .hp_why_icon {
    animation: pulse 1s;
}

.hp_why_icon img {
    max-width: 90px;
}

.hp_why_title {
    font-size: 18px;
    font-weight: 700;
    color: #c11e5c;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    line-height: 1.5;
    letter-spacing: 1px;
}

.hp_why_keyword {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0vw;
    line-height: 1.5;
}

@media screen and (max-width: 1300.5px){
    .hp_why {
        padding: 5vw 5vw 7.5vw 5vw;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why br {
        display: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why_icon img {
        max-width: 70px;
    }
    
    .whyBorder {
        padding: 10px 15px;
    }
    
    .hp_why {
        padding: 5vw 5vw 5vw 5vw;
        position: relative;
    }
}

/*hp_about*/

.hp_about {
    padding: 5vw 2.5vw 3vw 2.5vw;
    position: relative;
    width: 84%;
    margin: auto;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 86%;
    background-image: url(https://cdn1.npcdn.net/img/1772097918C_ABOUT-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_about_img {
    width: 125%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -7vw;
    margin-left: -6.5vw;
    /* position: absolute; */
}

.hp_about .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c11e5c;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    padding-left: 20px; 
}

.hp_about .hp_small_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;      
    height: 10px;
    background-color: #c11e5c;
    border-radius: 50%;
}

.hp_about .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0vw;
    line-height: 1.9;
}

.n_aboutViewMore {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #c11e5c;
    border-radius: 25px;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    margin-top: 2vw;
    letter-spacing: 2px;
    border-bottom: 3px solid transparent;
}

.n_aboutViewMore:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid #c11e5c; 
}

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

@media screen and (max-width: 1300.5px){
    .hp_about br {
        display: none;
    }
    
    .hp_about .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 3.6vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 1vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
    
    .hp_about {
        padding: 3vw 2.5vw 3vw 2.5vw;
        position: relative;
        width: 88%;
        margin: auto;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.9;
        padding: 0vw 3vw 0vw 0vw;
    }
    
    .hp_about_img {
        width: 123%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: -7vw;
        margin-left: -5.5vw;
        /* position: absolute; */
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_keyword {
        font-size: 12px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.9;
        padding: 0vw 3vw 0vw 0vw;
    }
    
    .hp_about_img {
        width: 123%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: -5vw;
        margin-left: -5.5vw;
        /* position: absolute; */
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 1vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://cdn1.npcdn.net/img/1772097918C_ABOUT-BG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.9;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about {
        padding: 6vw 3vw 7vw 3vw;
        position: relative;
        width: 88%;
        margin: auto;
        margin-bottom: 5vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 3vw;
        margin-left: 0vw;
        /* position: absolute; */
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 3vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
}

@media screen and (max-width: 426px) {
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #c11e5c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 9vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 3vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
}

/*hp_product*/

.hp_product {
    padding: 3vw 2.5vw 0vw 2.5vw;
    position: relative;
    width: 100%;
}

.hp_product::before {
    content: "";
    position: absolute;
    left: 30.5vw;
    top: 7%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-image: url(https://cdn1.npcdn.net/img/1772156479D_SERVICES-ELEMENT-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: sway 4s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes sway {
    0% { transform: rotate(-10deg); }  
    50% { transform: rotate(10deg); }   
    100% { transform: rotate(-10deg); } 
}

.hp_product::after {
    content: "";
    position: absolute;
    right: 30vw;
    top: 7%;
    transform: translateY(-50%);
    width: 73px;
    height: 73px;
    background-image: url(https://cdn1.npcdn.net/img/1772156494D_SERVICES-ELEMENT-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: sway2 4s ease-in-out infinite;
}

@keyframes sway2 {
    0% { transform: rotate(10deg); }  
    50% { transform: rotate(-10deg); }   
    100% { transform: rotate(10deg); } 
}

.hp_product .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c11e5c;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    padding-left: 20px; 
}

.hp_product .hp_small_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;      
    height: 10px;
    background-color: #c11e5c;
    border-radius: 50%;
}

.hp_product .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1vw;
}

/*products*/

.ex_hpservice_slide {
    margin-block: 10px;
    background-color: transparent;
    padding: 0vw 5vw 3vw 5vw;
}

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
}

.ex_hpservice_slide .services-text {
    opacity: 1;
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    padding: 0 10%;
    z-index: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0vw;
}

.ex_hpservice_slide .service_btn {
    position: relative;
    padding: 10px 60px 10px 25px;
    background-color: #c11e5c;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 30px;
    margin-top: 0px;
    display: inline-block;
}

.ex_hpservice_slide .service_btn::before, .ex_hpservice_slide .service_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #c11e5c;
    transform: translateY(-50%);
}

.ex_hpservice_slide .service_btn::before {
    left: -40px;
}

.ex_hpservice_slide .service_btn::after {
    right: -40px;
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "\f054";
    display: none !important;
}

.ex_hpservice_slide .controls {
    background: transparent !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer;
    padding: 7px;
    color: #c11e5c;
    z-index: 99;
}

/*.ex_hpservice_slide .item .services-content {*/
/*    max-width: 280px;       */
/*    margin: 0 auto;        */
/*}*/

.ex_hpservice_slide .item .services-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.ex_hpservice_slide .slick-slider {
    z-index: 0;
    padding: 0px;
}

.ex_hpservice_slide .item {
    margin: 0 0px;
}

.ex_hpservice_slide .container, 
.ex_hpservice_slide .container-lg, 
.ex_hpservice_slide .container-md, 
.ex_hpservice_slide .container-sm, 
.ex_hpservice_slide .container-xl {
    width: 100% !important;       
    max-width: none !important;  
    padding-left: 15px;          
    padding-right: 15px;
    margin-left: auto;             
    margin-right: auto;
    box-sizing: border-box;
}

.ex_hpservice_slide .slick-track {
    display: flex !important;
    justify-content: center; 
}

.ex_hpservice_slide .services-text h3.title:after {
    content: '';
    background-color: #fff;
    width: 75px;
    height: 4px;
    display: block;
    margin: 15px auto;
    display: none !important;
}

.ex_hpservice_slide .slick-dots {
    position: relative;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .hp_product .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .ex_hpservice_slide .item .services-image {
        width: 245px;
        height: 245px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
    }
    
    .ex_hpservice_slide .services-text h3.title {
        text-transform: uppercase;
        font-size: 18px;
        color: #000;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 0vw;
    }
    
    .ex_hpservice_slide .services-text {
        opacity: 1;
        position: relative;
        top: 17%;
        width: 100%;
        text-align: center;
        padding: 0 10%;
        z-index: 500;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 400px;
        margin-bottom: 2px;
    }
    
    .ex_hpservice_slide .service_btn {
        position: relative;
        padding: 10px 60px 10px 25px;
        background-color: #c11e5c;
        border-radius: 25px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 8px 30px;
        margin-top: 0px;
        display: inline-block;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_product::before {
        content: "";
        position: absolute;
        left: 30.5vw;
        top: -15%;
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
        background-image: url(https://cdn1.npcdn.net/img/1772156479D_SERVICES-ELEMENT-1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_product::after {
        content: "";
        position: absolute;
        right: 30vw;
        top: -5%;
        transform: translateY(-50%);
        width: 73px;
        height: 73px;
        background-image: url(https://cdn1.npcdn.net/img/1772156494D_SERVICES-ELEMENT-2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .ex_hpservice_slide .item .services-image {
        width: 215px;
        height: 215px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
    }
    
    .ex_hpservice_slide .service_btn {
        position: relative;
        padding: 10px 60px 10px 25px;
        background-color: #c11e5c;
        border-radius: 25px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 8px 22px;
        margin-top: 0px;
        display: inline-block;
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 325px;
        margin-bottom: 0px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_product {
        padding: 4vw 5vw 0vw 5vw;
        position: relative;
        width: 100%;
    }
    
    .hp_product::before {
        content: "";
        position: absolute;
        left: 18.5vw;
        top: 2%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-image: url(https://cdn1.npcdn.net/img/1772156479D_SERVICES-ELEMENT-1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_product::after {
        content: "";
        position: absolute;
        right: 19vw;
        top: 4%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-image: url(https://cdn1.npcdn.net/img/1772156494D_SERVICES-ELEMENT-2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .ex_hpservice_slide .service_btn {
        position: relative;
        padding: 10px 60px 10px 25px;
        background-color: #c11e5c;
        border-radius: 25px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 8px 22px;
        margin-top: 0px;
        display: inline-block;
    }
}

@media screen and (max-width: 426px) {
    .hp_product .hp_big_title {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .hp_product::before {
        content: "";
        position: absolute;
        left: 14vw;
        top: 2%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-image: url(https://cdn1.npcdn.net/img/1772156479D_SERVICES-ELEMENT-1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_product::after {
        content: "";
        position: absolute;
        right: 14vw;
        top: 4%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-image: url(https://cdn1.npcdn.net/img/1772156494D_SERVICES-ELEMENT-2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/*hp_testimonial*/

.index_wrapper_6 {
    position: relative;
    padding: 5.5vw 2.5vw 2vw 2.5vw;
}

.index_wrapper_6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background-image: url(https://cdn1.npcdn.net/img/1772156864E_TESTI-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hp_testimonial {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    width: 100%;
}

.hp_testimonial::before {
    content: "";
    position: absolute;
    left: 28vw;
    top: -25%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-image: url(https://cdn1.npcdn.net/img/1772156817E_TESTI-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: sway 4s ease-in-out infinite;
}

.hp_testimonial .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    padding-left: 20px; 
}

.hp_testimonial .hp_small_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;      
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.hp_testimonial .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
}

/*testimonial*/

#main_index .container.hp_testimonial_type4 {
    max-width: 1240px;
    width: 100%;
    max-width: 200%;
    padding: 0vw 4.5vw 0vw 4.5vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    position: relative;
    border: 1px solid #eee;
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    align-self: center;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%;
    padding: 10px;
    border: 0px solid #cdcaca;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card i {
    font-size: 20px;
    color: #c11e5c;
}

#main_index .hp_testimonial_type4 .fa-chevron-left:before {
    content: "\f053";
    display: none !important;
}

#main_index .hp_testimonial_type4 .fa-chevron-right:before {
    content: "\f054";
    display: none !important;
}

#main_index .hp_testimonial_type4 .mt-5, #main_index .hp_testimonial_type4 .my-5 {
    margin-top: 0rem !important;
}

#main_index .hp_testimonial_type4 .slick-dots {
    position: relative;
    display: none !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    font-size: 18px;
    font-weight: 600;
    color: #c11e5c;
    text-transform: uppercase;
    margin-top: 0.5vw;
}

#main_index .hp_testimonial_type4 .all_font_sm {
    font-size: 0.9rem !important;
    font-weight: 400;
    color: #333;
    margin-bottom: 1vw;
}

@media screen and (max-width: 1300.5px){
    .hp_testimonial .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_testimonial::before {
        content: "";
        position: absolute;
        left: 26vw;
        top: -25%;
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
        background-image: url(https://cdn1.npcdn.net/img/1772156817E_TESTI-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_6 {
        position: relative;
        padding: 7vw 5vw 2vw 5vw;
    }
    
    .hp_testimonial::before {
        content: "";
        position: absolute;
        left: 3vw;
        top: 8%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-image: url(https://cdn1.npcdn.net/img/1772156817E_TESTI-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 428px) {
    .hp_testimonial::before {
        content: "";
        position: absolute;
        left: -3vw;
        top: 10%;
        transform: translateY(-50%);
        width: 43px;
        height: 43px;
        background-image: url(https://cdn1.npcdn.net/img/1772156817E_TESTI-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/*hp_contact*/

.index_wrapper_7 {
    position: relative;
}

/*.index_wrapper_7::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 75%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1772160107F_GALLERY-BG.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: bottom;*/
/*}*/

.hp_contact {
    padding: 1vw 7vw 0 7vw;
    position: relative;
    width: 100%;
}

.hp_contact_box {
    padding: 2px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #c11e5c;
    border-radius: 25px;
    width: 60%;
    margin-bottom: 2vw;
}

.hp_contact_box img {
    width: 72px;
    height: 72px;
    object-fit: contain;

    animation: fadeLoop 3s ease-in-out infinite;
}

@keyframes fadeLoop {
    0%   { opacity: 1; }
    50%  { opacity: 0.5; }
    100% { opacity: 1; }
}

.hp_big_title {
    margin: 0;
}

.hp_contact .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.contact_button {
    display: flex;
    justify-content: flex-end;
}

.n_contactViewMore {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 25px;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    margin-top: 0vw;
    letter-spacing: 2px;
    border-bottom: 3px solid transparent;
}

.n_contactViewMore:hover {
    color: #fff;
    background: #c11e5c;
    text-decoration: none;
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid #000; 
}

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

.contactBorder {
    padding: 0 10px;
    transition: transform 0.3s ease;
}

.contactBorder:hover,
.contactBorder:active {
    transform: translateY(10px);
}

.contactBorder:hover .contact_img {
    transform: translateY(15px);
}

.contact_img {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 14px solid #c11e5c;
    transition: transform 0.3s ease;
}

.contact_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0 7vw 7vw;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 140%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/*new*/

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    padding: 0 7vw 7vw;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 140%;
    overflow: hidden;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_big_title {
        font-size: 27px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_contact_box img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    
    .n_contactViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #000;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 3.6vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 0vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_contact_box {
        padding: 2px 30px;
        display: flex;
        align-items: center;
        gap: 10px;
        background: #c11e5c;
        border-radius: 25px;
        width: 68%;
        margin-bottom: 2vw;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #000;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 0vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 0vw 5vw 2vw 5vw;
        position: relative;
        width: 100%;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #000;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 0vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
    
    .contact_button {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 4vw;
    }
    
    .hp_contact_box {
        padding: 8px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        background: #c11e5c;
        border-radius: 25px;
        width: 100%;
        margin-bottom: 4vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 {
        padding: 0 0vw 5vw;
    }
    
    #main_index .hp_photoGallerySliderWithTitle {
        background-color: transparent;
        padding: 0 0vw 5vw;
    }
}

@media screen and (max-width: 426px) {
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #000;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 9vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
        margin-top: 0vw;
        letter-spacing: 2px;
        border-bottom: 3px solid transparent;
    }
    
    .hp_contact_box img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    
    .hp_contact .hp_big_title {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_contact_box {
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 8px;
        background: #c11e5c;
        border-radius: 25px;
        width: 100%;
        margin-bottom: 4vw;
    }
}

/*hp_review*/

.index_wrapper_8 {
    padding: 11vw 7.5vw 4vw 7.5vw;
    position: relative;
}

.index_wrapper_8::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 170%;
    background-image: url(https://cdn1.npcdn.net/img/1772160107F_GALLERY-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

.hp_review {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    width: 100%;
}

.hp_review .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c11e5c;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    padding-left: 20px; 
}

.hp_review .hp_small_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;      
    height: 10px;
    background-color: #c11e5c;
    border-radius: 50%;
}

.hp_review .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1vw;
}

@media screen and (max-width: 1300.5px){
    .hp_review .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .index_wrapper_8 {
        padding: 11vw 5vw 4vw 5vw;
        position: relative;
    }
    
    .index_wrapper_8 {
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
    }
}

/*footer*/

.footer_type10 {
    color: #000;
    background-color: #fff;
    padding-top: 1rem;
    overflow-x: hidden;
}

.footer_type10 .social_media a .icon_s i {
    color: #000;
    font-size: 30px;
}

.footer_type10 a {
    color: #000;
    text-decoration: none;
}

.footer_type10 .text {
    color: #000 !important;
    font-size: 16px;
}

.footer_type10 .sub_title {
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.footer_type10 .sub_title p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #c11e5c;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer_type10 .icon i {
    color: #c11e5c;
}

.footer_type10 .fa, .footer_type10 .fas {
    font-weight: 900;
    color: #c11e5c;
}

.footer_type10 i.fas.fa-hashtag {
    color: #000 !important;
}

.footer_type10 .text-light {
    color: #000 !important;
}

.footer_type10 .line_top {
    border-top: 2px solid rgba(0, 0, 0, 0.25);
}

.footer_type10 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 110px;
    background: #c11e5c;
    padding: 10px;
}

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

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

@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: 24rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    .index_wrapper_2 .item>img {
        min-height: 16rem !important;
        object-fit: cover;
        object-position: 10% 50%;
    }
}

