a {
    text-decoration: none !important;
}

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

/*nav*/

.navbar_type8 {
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 100px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 25%;
}

.navbar_type8 .nav_tab {
    padding-right: 2vw;
    flex: 0 1 100%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
    left: 1vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-size: 1.15vw;
    font-weight: 600;
    padding: 10px 1.1vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
    background-color: #e22570;
    border-radius: 30px;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px #fbd0df;
}

/*.navbar_type8 .nav_tab .nav_item:last-child a {*/
/*    color: #fff;*/
/*    background-color: transparent; */
/*    background-image: url('https://cdn1.npcdn.net/img/1750988389Request-Service-button.png'); */
/*    background-size: cover;*/
/*    background-position: center;*/
/*    border-radius: 30px;*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*}*/

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

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

/*.navbar_type8 .nav_tab .nav_item::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 50%;*/
/*    top: 0;*/
/*    width: 0;*/
/*    border-bottom: none;*/
/*    transition: all 0.35s ease-in-out;*/
/*    opacity: 1;*/
/*    height: 100%;*/
/*    border-radius: 30px;*/
/*    background-color: #e91e63;*/
/*    transform: translate(-50%, 0);*/
/*    z-index: -1;*/
/*}*/

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 166%;
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background: #e91e63; 
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 60%;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover::before {
    display: none;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        color: #000;
        font-size: 1.4vw;
        font-weight: 600;
        padding: 10px 1.1vw;
        transition: all 0.35s ease-in-out;
    }
}

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

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

/*Banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 17vw;
    left: 26vw;
    transform: translate(-50%, -50%);
    width: 31%;
    background: #fff;
    padding: 5.5vw 1.5vw 4.5vw 1.5vw;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
    text-align: center;
    border-radius: 10px;
    z-index: 1;
}

.n_bannerSubTitle,
.n_bannerTitle,
.n_bannerContent {
    color: #555;
    margin-bottom: 20px;
    padding: 0; 
}

.n_bannerSubTitle {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #f0f0f0;
    padding: 0.1vw 0.1vw;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 68%;
    border-radius: 20px;
    margin: 0 auto;
}

.n_bannerTitle {
    font-size: 2.15vw;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 1vw;
}

.n_bannerContent {
    font-size: 1.15vw;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    padding: 1vw 1vw 0.5vw 1vw;
}

.n_bannerViewMore {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 45%;
}

.banner-btn-img {
    width: 100px; 
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    display: block;
    margin: 0 auto; 
}

.n_bannerViewMore:hover .banner-btn-img {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

.n_bannerImg {
    position: absolute;
    width: 50%;
    z-index: -1;
    top: 9vw;
    right: 6vw;
    opacity: 1;
}

/*inner2*/

.n_bannerInnerGroup2 {
    position: absolute;
    top: 32.5vw;
    left: 19vw;
    transform: translate(-50%, -50%);
    width: 13.5%;
    height: 11%;
    background: #e91e63;
    padding: 1vw 0.5vw 0.2vw 0.5vw;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
    text-align: center;
    border-radius: 10px;
    z-index: 0;
}

.n_bannerSubTitle2 {
    color: #fff;
    margin-bottom: 20px;
    padding: 0; 
}

.n_bannerSubTitle2 {
    font-size: 0.9vw;
    font-weight: 400;
    line-height: 1.5;
    /*margin: 0 auto;*/
}

.contact-line {
    font-size: 0.9vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
    justify-content: center;
}

.contact-text {
    line-height: 1.5;
}

.contact-details a {
    color: #fff; 
}

.n_bannerInnerGroup2 .contact-line img {
    width: 22px !important;
    height: auto;
    vertical-align: middle;
    margin-right: 0px;
    display: inline-block;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 7vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: -24vw;
}

.slider_banner .slick-dots li button:before {
    color: #444;
    font-size: 10px;
}

.slider_banner .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #e91e63;
}

.slider_banner .slick-dots li button:before {
    font-size: 11px;
}

.slider_banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

@media screen and (max-width: 1200.5px){
    .n_bannerInnerGroup2 .contact-line img {
        width: 16px !important;
        height: auto;
        vertical-align: middle;
        margin-right: 0px;
        display: inline-block;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 32vw;
        left: 50vw;
        transform: translate(-50%, -50%);
        width: 83%;
        background: #fff;
        padding: 4vw 1.5vw 1.5vw 1.5vw;
        box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
        text-align: center;
        border-radius: 10px;
        z-index: 1;
    }
    
    .n_bannerSubTitle {
        font-size: 3.5vw;
        font-weight: 400;
        line-height: 1.5;
        background: #fff;
        border: 2px solid #f0f0f0;
        padding: 1vw 1vw;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 75%;
        border-radius: 20px;
        margin: 0 auto;
    }
    
    .n_bannerTitle {
        font-size: 5.1vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        letter-spacing: 1px;
        margin-top: 2vw;
    }
    
    .n_bannerContent {
        font-size: 3.5vw;
        font-weight: 400;
        color: #555;
        line-height: 1.5;
        padding: 0.5vw 1vw 0.5vw 1vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 72%;
        z-index: -1;
        top: 71vw;
        right: 14.5vw;
        opacity: 1;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 63.5vw;
        left: 35.5vw;
        transform: translate(-50%, -50%);
        width: 45%;
        height: 12%;
        background: #e91e63;
        padding: 3.5vw 0.5vw 0.5vw 0.5vw;
        box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
        text-align: center;
        border-radius: 10px;
        z-index: 0;
    }
    
    .n_bannerSubTitle2 {
        font-size: 3vw;
        font-weight: 400;
        line-height: 1.5;
        /* margin: 0 auto; */
    }
    
    .contact-line {
        font-size: 3vw;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 0px;
        justify-content: center;
    }
    
    .slider_banner .slick-dots li button:before {
        color: #444;
        font-size: 9px;
    }
    
    .slider_banner .slick-dots {
        position: absolute;
        bottom: 53vw;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        left: -1vw;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerImg {
        position: absolute;
        width: 72%;
        z-index: -1;
        top: 74.5vw;
        right: 14.5vw;
        opacity: 1;
    }
}

/*hp_bannerBtn*/

.hp_bannerBtn {
    padding: 0vw 5vw 0vw 5vw;
    position: relative;
}

.hp_bannerBtn_box {
    display: flex;
    justify-content: center;
    margin-top: -5vw;
}

.n_bannerBtnViewMore {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
    animation: custom_float_button_pulse 2s infinite;
}

.bannerBtn-btn-img {
    width: 65%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    display: block;
    margin: 0 auto;
}

.n_bannerBtnViewMore:hover .bannerBtn-btn-img {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

@keyframes custom_float_button_pulse {
    0% {
        transform: scale(1);
        /*box-shadow: 0 0 0 0 rgba(224, 64, 6, 0.7);*/
    }
    70% {
        transform: scale(1.1);
        /*box-shadow: 0 0 0 10px rgba(224, 64, 6, 0);*/
    }
    100% {
        transform: scale(1);
        /*box-shadow: 0 0 0 0 rgba(224, 64, 6, 0);*/
    }
}

@media screen and (max-width: 1200.5px){
    .hp_bannerBtn_box {
        display: flex;
        justify-content: center;
        margin-top: -6.5vw;
    }
    
    .bannerBtn-btn-img {
        width: 50%;
        height: auto;
        transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
        display: block;
        margin: 0 auto;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_bannerBtn_box {
        display: flex;
        justify-content: center;
        margin-top: -15.5vw;
    }
}

/*hp_why*/

.index_wrapper_4 {
    background-image: url('https://cdn1.npcdn.net/img/1750995904about-bg.jpg');
    background-size: cover;            
    background-position: center;       
    background-repeat: no-repeat;     
}

.hp_why {
    padding: 6vw 5vw 3vw 9vw;
    position: relative;
}

.hp_why_left_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3vw;
    width: 93%;
}

.hp_why_point {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
    padding: 2.5vw 1.3vw 1.5vw 2vw;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.hp_why_point:first-child {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
    /*border-radius: 10px; */
    /*padding: 1.5vw;     */
}

.hp_why_point:hover {
    background-color: #fff;
    border: 1px solid #e91e63;
    transform: translateY(-10px);
}

.hp_why_icon {
    width: fit-content;
    padding: 0px;
}

.hp_why_icon {
    width: 40%;
    /*padding: 15px;*/
    /*border-radius: 20px;*/
}

.hp_why_point:hover .hp_why_icon {
    animation: iconPopBounce 0.8s ease-in-out;
}

@keyframes iconPopBounce {
    0% {
        transform: scale(1) rotate(0deg);
    }
    30% {
        transform: scale(1.1) rotate(10deg);
    }
    60% {
        transform: scale(0.95) rotate(-8deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.hp_why_icon img {
    max-width: 70px;
    border-radius: 10px;
}

.hp_why_title {
    font-size: 1.7vw;
    font-weight: 700;
    color: #000;
    /* margin: 10px 0 15px; */
    margin-top: 1vw;
    line-height: 1.2;
    padding: 0vw 1vw 0vw 0vw;
}

.hp_why_right_box {
    padding-top: 1.5rem;
}

.hp_why .hp_big_title {
    font-size: 2.1vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.hp_why .hp_why_keyword {
    font-size: 1.05vw;
    font-weight: 400;
    color: #000;
    margin-top: 0.5vw;
    line-height: 1.4;
    padding: 0vw 1vw 0vw 0vw;
}

.n_whyViewMore {
    display: inline-block;
    cursor: pointer;
    width: 45%;
    transition: transform 0.3s ease;
}

.why-btn-img {
    width: 85%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    display: block;
}

.n_whyViewMore:hover .why-btn-img {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

/*hp_why2*/

.hp_why2 {
    padding: 1.5vw 18vw 2vw 18vw;
    position: relative;
}

.hp_why2 .hp_why_count {
    display: flex;
    /* background: linear-gradient(to left, #043c2f, #39a957); */
    /* padding: 2rem 2.5rem; */
    border-radius: 15px;
    justify-content: center;
    gap: 30px;
    position: relative;
    right: 0%;
    top: 100%;
    transform: translate(0, -50%);
    width: 100%;
}

.hp_why2 .hp_why_count_point {
    position: relative;
    padding-bottom: 15px;
}

.hp_why2 .hp_count_point {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.hp_why2 .running_word {
    font-size: 30px;
}

.hp_count_text {
    font-size: 1.05vw;
    font-weight: 400;
    color: #000;
    margin-top: 0.5vw;
    text-align: left;
    line-height: 1.3;
}

.hp_why_group {
    position: relative;
    margin-top: 1vw;
}

.hp_why_img {
    border-radius: 15px;
    overflow: hidden;
    width: 94%;
}

.hp_count_icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    flex-shrink: 0;
}

.hp_why_count_point:hover .hp_count_icon {
    animation: iconPopBounce 0.8s ease-in-out;
}

.hp_why2 .hp_why_count_point {
    display: flex;
    align-items: center;
    gap: 1rem; 
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3); 
    padding: 1vw 1.3vw 1vw 1.3vw;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.hp_why2 .hp_count_content {
    display: flex;
    flex-direction: column;
}

/*.hp_count_text {*/
/*    font-size: 1rem;*/
/*    color: #333;*/
/*}*/

@media screen and (max-width: 1200.5px){
    .hp_why2 {
        padding: 5vw 11vw 1vw 11vw;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why_right_box {
        padding-top: 0rem;
    }
    
    .hp_why .hp_big_title {
        font-size: 6.1vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    
    .why-btn-img {
        width: 125%;
        height: auto;
        transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
        display: block;
    }
    
    .hp_why {
        padding: 6vw 5vw 10vw 5vw;
        position: relative;
    }
    
    .hp_why_img {
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
    }
    
    .hp_why_left_box {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 3vw;
        width: 100%;
        margin-top: 5vw;
    }
    
    .hp_why_title {
        font-size: 4.3vw;
        font-weight: 700;
        color: #000;
        /* margin: 10px 0 15px; */
        margin-top: 2vw;
        line-height: 1.2;
        padding: 0vw 1vw 0vw 0vw;
    }
    
    .hp_why .hp_why_keyword {
        font-size: 3.5vw;
        font-weight: 400;
        color: #000;
        margin-top: 0.5vw;
        line-height: 1.4;
        padding: 0vw 1vw 0vw 0vw;
    }
    
    .hp_why_point {
        background-color: #fff;
        border: 1px solid #fff;
        box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
        padding: 4vw 3vw 1.5vw 3vw;
        border-radius: 15px;
        transition: all 0.3s ease-in-out;
    }
    
    .hp_why2 .hp_why_count {
        display: block;
        /* background: linear-gradient(to left, #043c2f, #39a957); */
        /* padding: 2rem 2.5rem; */
        border-radius: 15px;
        justify-content: center;
        gap: 30px;
        position: relative;
        right: 0%;
        top: -8vw;
        transform: translate(0, 0%);
        width: 100%;
    }
    
    .hp_why2 .hp_count_point {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        font-size: 10.5vw;
        font-weight: 700;
        color: #000;
        line-height: 1;
    }
    
    .hp_count_text {
        font-size: 4.05vw;
        font-weight: 400;
        color: #000;
        margin-top: 0.5vw;
        text-align: left;
        line-height: 1.3;
    }
    
    .hp_why2 {
        padding: 5vw 5vw 0vw 5vw;
        position: relative;
        margin-bottom: -2vw;
    }
    
    .hp_why2 .hp_why_count_point {
        display: flex;
        align-items: center;
        gap: 1rem;
        background-color: #fff;
        border: 2px solid #fff;
        box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
        padding: 1vw 1.3vw 1vw 1.3vw;
        border-radius: 15px;
        transition: all 0.3s ease-in-out;
        margin-bottom: 5vw;
    }
}

/*hp_discover*/

.hp_discover {
    padding: 6vw 8vw 6vw 8vw;
    position: relative;
    background-image: url('https://cdn1.npcdn.net/img/1750996189bg-02.jpg');
    background-size: cover;            
    background-position: center;       
    background-repeat: no-repeat; 
}

.discoverBorder {
    padding: 0 25px;
}

.hp_discover .hp_big_title {
    font-size: 2.1vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-top: 1vw;
}

.hp_discover_ebox {
    margin: 10px 0px;
}

.hp_discover_box {
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.1);
}

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

.hp_discover_img {
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}

.hp_discover_img img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.hp_discover_box:hover .hp_discover_img img {
    /*transform: scale(1.2);*/
}

.hp_discover_content {
    padding: 40px 5px 10px 5px;
    display: block;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.hp_discover_title {
    font-size: 1.6vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5vw;
}

.n_discoverViewMore {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.discover-btn-img {
    width: 70%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    display: block;
    margin: 0 auto;
}

.n_discoverViewMore:hover .discover-btn-img {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

/*icon_discover*/

.hp_discover_ebox {
    position: relative;
    /*background: #fff;*/
    /*border-radius: 16px;*/
    /*box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);*/
    /*padding: 4rem 2rem 2rem;*/
    /*text-align: center;*/
    /*max-width: 100%;*/
    /*overflow: visible;*/
    transition: all 0.3s ease-in-out;
}

.hp_discover_icon {
    position: absolute;
    top: 13vw;
    left: 0;
    right: 0;
    margin: 0 auto; 
    width: 60px;
    height: 60px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    z-index: 2;
}

.hp_discover_icon img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

/*slider*/

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

.project-s .imgbox {
    padding: 0 15px;
}

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

/*arrow*/

.project-s .slick-arrow {
    z-index: 2;
}

.project-s .slick-dots {
    position: absolute;
    bottom: -3vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.project-s .slick-prev {
    left: -1.5vw;
    background: transparent;
    /*border-radius: 50%;*/
}

.project-s .slick-next {
    right: -1.5vw;
    background: transparent;
    /*border-radius: 50%;*/
}

.project-s .slick-prev:before,
.project-s .slick-next:before {
    font-size: 16px;
    opacity: 1;
}

.project-s.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.project-s .slick-prev {
    width: 95px;
    height: 95px;
    background-image: url('https://cdn1.npcdn.net/img/1750997375button-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.project-s .slick-prev:before {
    content: none;
}

.project-s .slick-next {
    width: 95px;
    height: 95px;
    background-image: url('https://cdn1.npcdn.net/img/1750997383button-right.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    /*right: -50px; */
}

.project-s .slick-next:before {
    content: none;
}
.project-s .slick-dots li button:before {
    background: transparent;
}

.project-s .slick-dots li.slick-active button:before {
    opacity: .85;
    background: transparent;
}

.project-s .slick-dots li button:before {
    color: #444;
    font-size: 10px;
}

.project-s .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

/*discover2*/

.hp_discover_ebox2 {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}

.n_discoverViewMore2 {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.discover-btn-img2 {
    width: 70%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    display: block;
    margin: 0 auto;
}

.n_discoverViewMore2:hover .discover-btn-img2 {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 1200.5px){
    .hp_discover_content {
        padding: 60px 5px 10px 5px;
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    
    .hp_discover_title {
        font-size: 1.5vw;
        font-weight: 700;
        color: #000;
        margin-bottom: 0.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_discover {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        background-image: url('https://cdn1.npcdn.net/img/1750996189bg-02.jpg');
        background-size: cover;            
        background-position: center;       
        background-repeat: no-repeat; 
    }
    
    .discoverBorder {
        padding: 0 15px;
    }
    
    .hp_discover .hp_big_title {
        font-size: 6.1vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 1vw;
    }
    
    .hp_discover_title {
        font-size: 5vw;
        font-weight: 700;
        color: #000;
        margin-bottom: 0.5vw;
    }
    
    .hp_discover_icon {
        position: absolute;
        top: 48vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
        z-index: 2;
    }
    
    .project-s .slick-dots {
        position: absolute;
        bottom: -8vw;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    .project-s .slick-prev {
        width: 65px;
        height: 65px;
        background-image: url('https://cdn1.npcdn.net/img/1750997375button-left.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }
    
    .project-s .slick-next {
        width: 65px;
        height: 65px;
        background-image: url('https://cdn1.npcdn.net/img/1750997383button-right.png'); 
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
        /*right: -50px; */
    }
    
    .project-s .slick-prev {
        left: -3.5vw;
    }
    
    .project-s .slick-next {
        right: -3.5vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 7vw 4vw 1vw 4vw;
    position: relative;
}

.hp_about::after {
    content: "";
    height: 30vw;
    width: 30vw;
    position: absolute;
    top: -20vw;
    right: -5vw;
    z-index: -1;
    border-radius: 50%;
    background-color: #0A4D68;
    filter: blur(50px);
    opacity: .15;
}

.hp_about_box {
    padding: 0vw 0vw 0vw 5vw;
}

.hp_about_button {
    display: flex;
    justify-content: flex-start;
    margin-top: 2.5vw;
}

.hp_about_group {
    position: relative;
}

.hp_about_img {
    width: 90%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: 0vw;
}

.hp_about_img img {
    border-radius: 10px;
}

.hp_about .hp_big_title {
    font-size: 2.1vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-top: 1vw;
    margin-bottom: 1vw;
    /* letter-spacing: 0px; */
}

.hp_about .hp_keyword {
    font-size: 1.15vw;
    font-weight: 400;
    color: #555;
    margin-bottom: 0;
    line-height: 1.7;
    padding: 0vw 1vw 1vw 0vw;
}

.n_aboutViewMore {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.about-btn-img {
    width: 70%; 
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    display: block;
}

.n_aboutViewMore:hover .about-btn-img {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

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

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

@media screen and (max-width: 767.5px){
    .hp_about .hp_big_title {
        font-size: 6.1vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 1vw;
        margin-bottom: 1vw;
        /* letter-spacing: 0px; */
    }
    
    .hp_about {
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
    }
    
    .hp_about_box {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 3.5vw;
        font-weight: 400;
        color: #555;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: 0vw;
    }
}

/*hp_vision*/

.index_wrapper_8 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1753864885bg-02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 7vw;
}

.hp_vision {
    padding: 6vw 5vw 5vw 5vw;
    position: relative;
    margin-top: -19vw;
}

.visionBorder {
    padding: 0 43px;
}

.hp_vision_ebox {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(233, 30, 99, 0.3);
    padding: 4rem 2rem 2rem;
    text-align: center;
    max-width: 100%;
    overflow: visible;
    height: 21vw;
    transition: all 0.3s ease-in-out;
}

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

.visionImg {
    width: 100%;
    border-radius: 10px;
    margin-top: -1vw;
}

.hp_vision_icon {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto; 
    width: 60px;
    height: 60px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    z-index: 2;
}

.hp_vision_icon img {
    width: 70px;
    height: 70px;
}

.hp_vision_ebox:hover .hp_vision_icon {
    animation: iconPopBounce 0.8s ease-in-out;
}

.hp_vision_title {
    font-size: 1.5vw;
    font-weight: 700;
    margin-top: 0.8vw;
    color: #111;
}

.hp_vision_text {
    font-size: 1.15vw;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0vw;    
    padding: 0vw 2vw 0vw 1vw;
}

.rowVision {
    display: flex;
    justify-content: center;
    margin-top: 3vw;
}

@media screen and (max-width: 1200.5px){
    .hp_vision_ebox {
        position: relative;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 25px rgba(233, 30, 99, 0.3);
        padding: 4rem 1rem 2rem;
        text-align: center;
        max-width: 100%;
        overflow: visible;
        height: 23vw;
        transition: all 0.3s ease-in-out;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_vision {
        padding: 15vw 5vw 5vw 5vw;
        position: relative;
        margin-top: 0vw;
    }
    
    .hp_vision_title {
        font-size: 5vw;
        font-weight: 700;
        margin-top: 4vw;
        margin-bottom: -3vw;
        color: #111;
    }
    
    .hp_vision_text {
        font-size: 3.5vw;
        font-weight: 400;
        color: #555;
        line-height: 1.7;
        margin-bottom: 0vw;
        padding: 0vw 2vw 0vw 1vw;
    }
    
    .visionBorder {
        padding: 30px 15px;
    }
    
    .hp_vision_ebox {
        position: relative;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 25px rgba(233, 30, 99, 0.3);
        padding: 3rem 1rem 2rem;
        text-align: center;
        max-width: 100%;
        overflow: visible;
        height: auto;
        transition: all 0.3s ease-in-out;
    }
}

/*hp_video*/

.hp_video {
    padding: 6vw 5vw 0vw 5vw;
    position: relative;
    margin-top: 0vw;
}

.videoBorder {
    padding: 0 25px;
}

.hp_video .hp_big_title {
    font-size: 2.1vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.hp_video_ebox {
    margin: 10px 0px;
}

.hp_video_box {
    /*border-radius: 25px;*/
    overflow: hidden;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.1);
}

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

.hp_video_img {
    /*border-radius: 0 0 25px 25px;*/
    overflow: hidden;
}

.hp_video_img img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.hp_video_box:hover .hp_video_img img {
    /*transform: scale(1.2);*/
}

/*slider*/

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

.project-s .imgbox {
    padding: 0 15px;
}

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

/*arrow*/

.project-t .slick-arrow {
    z-index: 2;
}

.project-t .slick-dots {
    position: absolute;
    bottom: -3vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.project-t .slick-prev {
    left: -1.5vw;
    background: transparent;
    /*border-radius: 50%;*/
}

.project-t .slick-next {
    right: -1.5vw;
    background: transparent;
    /*border-radius: 50%;*/
}

.project-t .slick-prev:before,
.project-t .slick-next:before {
    font-size: 16px;
    opacity: 1;
}

.project-t.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.project-t .slick-prev {
    width: 95px;
    height: 95px;
    background-image: url('https://cdn1.npcdn.net/img/1750997375button-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.project-t .slick-prev:before {
    content: none;
}

.project-t .slick-next {
    width: 95px;
    height: 95px;
    background-image: url('https://cdn1.npcdn.net/img/1750997383button-right.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    /*right: -50px; */
}

.project-t .slick-next:before {
    content: none;
}
.project-t .slick-dots li button:before {
    background: transparent;
}

.project-t .slick-dots li.slick-active button:before {
    opacity: .85;
    background: transparent;
}

.project-t .slick-dots li button:before {
    color: #444;
    font-size: 10px;
}

.project-t .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

/*videos*/

#main_index .video_box {
    /*padding: 0vw 10vw 1vw 10vw;*/
}

#main_index .new_video {
    padding: 0vw 10vw 1vw 10vw !important;  
}

#main_index .new_video .video_box .video_frame_outline {
    border: 12px solid transparent;
    border-radius: 0px;
    background-color: transparent;
}

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

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

@media screen and (max-width: 767.5px){
    .hp_video .hp_big_title {
        font-size: 6.1vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    
    .hp_video {
        padding: 6vw 0vw 0vw 0vw;
        position: relative;
        margin-top: 0vw;
    }
    
    .project-t .slick-prev {
        width: 65px;
        height: 65px;
        background-image: url('https://cdn1.npcdn.net/img/1750997375button-left.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }
    
    .project-t .slick-next {
        width: 65px;
        height: 65px;
        background-image: url('https://cdn1.npcdn.net/img/1750997383button-right.png'); 
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
        /*right: -50px; */
    }
    
    #main_index .new_video {
        padding: 0vw 6vw 1vw 6vw !important;
    }
}

/*hp_feedback*/

.hp_feedback {
    padding: 6vw 5vw 0vw 5vw;
    position: relative;
    margin-top: -15vw;
}

.feedbackBorder {
    padding: 0 25px;
}

.hp_feedback .hp_big_title {
    font-size: 2.1vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-top: 1vw;
}

/*testimonial*/

.hp_testimonial_type4 {
    margin-top: -7vw;
}

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

.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;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 15px;
}

.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 #cc4c54;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: #fff;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card i {
    color: #333;
    font-size: 1.3vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #333;
}

.hp_testimonial_type4 .all_font_sm {
    font-size: 1.1vw !important;
    font-weight: 200;
    color: #333;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #333;
    font-size: 1.2vw;
    font-weight: 700;
    margin-top: 1vw;
}

.hp_testimonial_type4 p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1vw;
    font-weight: 200;
    color: #333;
}

@media screen and (max-width: 1200.5px){
    .hp_testimonial_type4 {
        margin-top: -9vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_feedback {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        margin-top: 0vw;
    }

    .hp_feedback .hp_big_title {
        font-size: 6.1vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 1vw;
    }
    
    .hp_testimonial_type4 .testimonial_box .testimonial_card i {
        color: #333;
        font-size: 3.3vw;
    }
    
    .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
        color: #333;
    }
    
    .hp_testimonial_type4 .all_font_sm {
        font-size: 3.1vw !important;
        font-weight: 200;
        color: #333;
    }
    
    .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
        color: #333;
        font-size: 3.2vw;
        font-weight: 700;
        margin-top: 1vw;
    }
    
    .hp_testimonial_type4 p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 3.1vw;
        font-weight: 200;
        color: #333;
    }
    
    .hp_testimonial_type4 {
        margin-top: -16vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 2vw 8vw 3vw 8vw;
    position: relative;
}

.hp_contact .hp_small_title {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #f0f0f0;
    padding: 0.1vw 0.1vw;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 24%;
    border-radius: 20px;
    margin: 0 auto;
}

.hp_contact .hp_big_title {
    font-size: 2.6vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-top: 1vw;
    margin-bottom: 1vw;
    /* letter-spacing: 0px; */
}

.hp_contact .hp_keyword {
    font-size: 1.1vw;
    font-weight: 400;
    color: #333;
    margin-bottom: 0vw;
    line-height: 1.3;
    padding: 0.5vw 1vw 1.5vw 1vw;
}

.n_contactViewMore {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.contact-btn-img {
    width: 95%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    display: block;
    margin: 0 auto;
}

.n_contactViewMore:hover .contact-btn-img {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

/*new*/

.n_contactViewMore {
    display: inline-block;
    background: #e91e63;
    border: 2px solid #fff;
    color: white;
    padding: 10px 18px;
    margin: 6px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.4);
}

.n_contactViewMore:hover {
    color: white;
    box-shadow: 0 6px 14px rgba(233, 30, 99, 0.55);
    transform: scale(1.05);
}

/*careline*/

/*.hp_contact .hq_careline{*/
/*    display:inline-block;*/
/*    padding:15px 55px;*/
/*    margin:15px 0 25px;*/
/*    border-radius: 25px;*/
/*    background: #e91e63;*/
/*    border: 2px solid #fff;*/
/*    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.4);*/
/*    transition: 0.2s;*/
/*}*/

/*.hp_contact .hq_careline:hover {*/
/*    color: white;*/
/*    box-shadow: 0 6px 14px rgba(233, 30, 99, 0.55);*/
/*    transform: scale(1.05);*/
/*}*/

/*.hp_contact .careline_label{*/
/*    display:block;*/
/*    font-size:13px;*/
/*    font-weight:700;*/
/*    color: #fff;*/
/*    letter-spacing:1px;*/
/*    margin-bottom:8px;*/
/*}*/

/*.hp_contact .careline_number{*/
/*    font-size:28px;*/
/*    font-weight:700;*/
/*    color:#fff;*/
/*    text-decoration:none;*/
/*}*/

/*.hp_contact .careline_number i{*/
/*    color:#fff;*/
/*    margin-right:8px;*/
/*}*/

.hq_careline{
    /*display:flex;*/
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:25px 40px;
    margin:30px 0px 40px 0px;
    background: #e91e63;
    border: 2px solid #fff;
    border-radius:35px;
    box-shadow: 0 4px 10px rgba(233, 30, 99, 0.4);
    transition: 0.2s;
}

/*.hq_careline:hover {*/
/*    color: white;*/
/*    box-shadow: 0 6px 14px rgba(233, 30, 99, 0.55);*/
/*    transform: scale(1.05);*/
/*}*/

.careline_icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fff;
    color:#e91e63;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    flex-shrink:0;
}

.careline_hq{
    display:block;
    color:#fff;
    font-weight:700;
    letter-spacing:1px;
}

.careline_info h3{
    margin:0;
    font-size: 2.6vw;
    font-weight: 700;
    color:#fff;
}

.careline_info p{
    margin-top:8px;
    color:#fff;
    font-size: 1.1vw;
    font-weight: 400;
}

.careline_phone a{
    font-size: 2vw;
    font-weight: 700;
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
}

.careline_phone i{
    margin-right:12px;
}

.careline_phone:hover i{
    animation: headsetRing 0.8s ease-in-out infinite;
}

@keyframes headsetRing{
    0%{
        transform: rotate(0deg) scale(1);
    }
    15%{
        transform: rotate(-15deg) scale(1.1);
    }
    30%{
        transform: rotate(15deg) scale(1.15);
    }
    45%{
        transform: rotate(-10deg) scale(1.1);
    }
    60%{
        transform: rotate(10deg) scale(1.15);
    }
    100%{
        transform: rotate(0deg) scale(1);
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 1vw 5vw 3vw 5vw;
        position: relative;
    }
    
    .hp_contact .hp_small_title {
        font-size: 3.5vw;
        font-weight: 400;
        line-height: 1.5;
        background: #fff;
        border: 2px solid #f0f0f0;
        padding: 0.1vw 0.1vw;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 70%;
        border-radius: 20px;
        margin: 0 auto;
    }
    
    .hp_contact .hp_big_title {
        font-size: 6.1vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 2vw;
        margin-bottom: 1vw;
        /* letter-spacing: 0px; */
    }
    
    .hp_contact .hp_keyword {
        font-size: 3.5vw;
        font-weight: 400;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.3;
        padding: 0.5vw 1vw 1.5vw 1vw;
    }
    
    .contact-btn-img {
        width: 75%;
        height: auto;
        transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
        display: block;
        margin: 0 auto;
    }
    
    .careline_info h3{
        margin:0;
        font-size: 6.1vw;
        font-weight: 700;
        color:#fff;
    }
    
    .careline_info p {
        margin-top: 8px;
        color: #fff;
        font-size: 3.5vw;
        font-weight: 400;
    }
    
    .careline_phone a {
        font-size: 4.5vw;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
    }
}

/*footer*/

.footerListServices {
    background-color: #e91e63;
    color: white;
    padding-top: 0rem;
    padding-bottom: 1.5rem;
    border-radius: 35px 35px 0px 0px;
}

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

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

.footerListServices .footerMove {
    margin-top: 5vw;
}

.footerListServices .input-container input, .footerListServices .input-container label {
    width: 100%;
    height: 3rem;
    color: #000;
    margin-left: 1vw;
}

.footerListServices .input-container .submit {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: none;
    color: white;
    z-index: 10;
    padding: 13.5px;
    border-radius: 20px;
}

.footerListServices .input-container {
    position: relative;
    height: 3rem;
    background-color: #fff;
    border-radius: 20px;
}

.footerListServices .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: white;
    padding-right: 40px;
}

.footerListServices .fa, .footerListServices .fas {
    font-weight: 900;
    background-color: #e91e63;
    padding: 3px 4px;
    border-radius: 3px;
}

.footerListServices .input-container .moveUp {
    color: #000;
    font-size: 0.8rem;
    top: -13px;
    pointer-events: none;
}

@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:30rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

@media screen and (max-width: 426px){
    .index_wrapper_2 .item>img{
    	min-height:26rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}
#main_contactus .ws_contact .contact_form {
  display: none;
}
