/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 1rem;
    color: #c52f38;
}
.title_all{
    font-size:35px;
    font-weight:700;
    margin-bottom:1rem;
    line-height:1.3;
    color:#000;
}
.subtitle_all{
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    color: #c52f38;
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color: #333;
}
.content_vw{
    font-size:0.9vw;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:2rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}
.button_all{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 165px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #c52f38;
    transition: 0.25s all linear;
}
.button_all span{
    position: relative;
    margin-left:-25px;
}
.button_all span:before{
    position: absolute;
	background-image:url("https://cdn1.npcdn.net/images/button_arrow_white_dknszm_1761188420.png?md5id=d99f250dd0e92c70c027007f0e78eaf2&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto 0;
    transition:0.25s all linear;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.button_all:hover span:before{
    transform:rotate(-45deg);
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:center; 
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_c1{
    color:#fff;
}
.c_c2{
    color:#000;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@media screen and (max-width: 1200.5px){
    .subtitle_vw{
        font-size:1.5vw;
    }
    .content_vw{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .subtitle_vw{
        font-size:1.8vw;
    }
    .content_vw{
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:30px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
}

/*floating whatsapp*/
.whatsapp_float_btn_t5.num0 .whatsapp_float_label{
    display:none;
}

/*navbar*/
.navbar_type8 .logo{
    margin-left:9%;
}
.navbar_type8 .logo img{
    width:15vw;
    padding:5px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 1vw;
    font-weight: 700;
    padding: 0px 1.8vw;
    color: #000;
    border-right:2px solid #000;
}
.navbar_type8 .nav_tab .nav_item:last-child a{
    border-right:2px solid transparent;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.dark_nav{
    background-color:#fff!important;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
    } 
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:9%;
	top:74%;
	transform:translate(0,-50%);
    width:calc(100% - 18%);
}
.hp_banner_title{
    font-size: 41px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}
.hp_banner_subtitle{
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.5;
    color: #c52f38;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:35px
}
.hp_banner_button{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 165px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #c52f38;
    transition: 0.25s all linear;
}
.hp_banner_button span{
    position: relative;
    margin-left:-25px;
}
.hp_banner_button span:before{
    position: absolute;
	background-image:url("https://cdn1.npcdn.net/images/button_arrow_white_dknszm_1761188420.png?md5id=d99f250dd0e92c70c027007f0e78eaf2&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto 0;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_button:hover span:before{
    transform:rotate(-45deg);
}
@media screen and (max-width: 1200.5px){
    .hp_banner{
        top:50%;
    }
}
@media screen and (max-width: 991.5px){
    .hp_banner{
      left:2%;
    }    
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:80vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left:0%;
        width:calc(100% - 0%);
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
}

/*hp_about*/
.hp_about{
    position: relative;
    padding:60px 0;
}
.hp_about:before{
    position: absolute;
    content: "";
    width: 25vw;
    height: 25vw;
    background-color: #c52f38;
    top: 0;
    left: 0;
}
.hp_about .row{
    align-items: center;
}
.hp_about_button{
    width:214px;
}
.hp_about_text{
    color: #c52f38;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(197,47,56,0.3);
    font-size: 4vw;
    font-weight: 800;
    position: absolute;
    right: -11vw;
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    height:6vw;
}

@media screen and (max-width: 991.5px){
    .hp_about_image{
        width:60%;
        margin-bottom:2rem;
    }
    .hp_about_text{
        font-size: 7vw;
        right: -16vw;
        top: 37vw;
        bottom:unset;
    }
    .hp_about:before{
        width: 38vw;
        height: 38vw;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about_image{
        width:100%;
    }
    .hp_about:before{
        width: 65vw;
        height: 65vw;
    }
}

/*hp_pro*/
.hp_pro{
    padding:60px 0 90px;
}
.hp_pro .row:first-child{
    align-items: center;
    margin-bottom:2rem;
}
.hp_pro .row:first-child .btnbox_right{
    margin-top:0;
}
.hp_pro .row:first-child .hp_pro_button{
    width:186px;
}
.hp_pro .row:last-child{
    padding:0 1rem;
}
.hp_pro .row:last-child .button_all{
    background-color:transparent;
    color:#c52f38;
    width:auto;
}
.hp_pro .row:last-child .button_all span{
    margin-left:0;
}
.hp_pro .row:last-child .button_all span:before{
    background-image:url("https://cdn1.npcdn.net/images/button_red_ph34zm_1761188420.png?md5id=d99f250dd0e92c70c027007f0e78eaf2&type=4");
}
.hp_pro_title{
    margin-bottom:0;
}
.hp_pro_title span{
    position: relative;
}
.hp_pro_title span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -34vw;
    width: 32vw;
    height: 1px;
    background-color: #c52f38;
    margin: auto 0;
}
.hp_pro_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.hp_pro_imagebox{
    flex:0 0 50%;
    height:100%;
}
.hp_pro_imagebox img{
    height:100%;
    object-fit: cover;
}
.hp_pro_contentbox{
    flex:0 0 50%;
    padding:2rem;
}
.pro_swap .hp_pro_imagebox{
    order:2;
}
.pro_swap .hp_pro_contentbox{
    order:1;
}
.hp_pro_contentbox h3 {
    min-height: 60px;
}

@media screen and (max-width: 991.5px){
    .pro_swap .hp_pro_imagebox{
        order:1;
    }
    .pro_swap .hp_pro_contentbox{
        order:2;
    }    
    .hp_pro .row:first-child .btnbox_right{
        justify-content: flex-start;
        margin-top:1rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_pro{
        padding:30px 0 60px;
    }
    .hp_pro_title span:before{
        display:none;
    }
    .hp_pro_box{
        align-items: flex-start;
        border-bottom:1px solid #f2f2f2;
        overflow:hidden;
        padding:1rem 0;
    }
    .hp_pro_imagebox{
        flex:0 0 35%;
        aspect-ratio: 1;
        height:auto;
    }
    .hp_pro_contentbox{
        flex: 0 0 65%;
        padding: 0rem 0rem 0rem 1rem;
    }
    .hp_pro_contentbox h3{
        min-height: 0;
        font-size:16px;
    }
    .hp_pro_contentbox .content_all{
        font-size:12px;
    }
    .hp_pro .row:last-child .btnbox_left{
        margin-top:0;
    }
    .hp_pro .row:last-child .col-lg-6:last-child .hp_pro_box{
        border-bottom:0px solid transparent;
    }
}

/*hp_service*/
.index_wrapper_5{
    position: relative;
    padding: 60px 0;
    background: linear-gradient(to bottom, #c52f38 80%, transparent 80%);
}
.index_wrapper_5:before{
    position: absolute;
    content: "";
    top: -8vw;
    left: -1vw;
    width: 20vw;
    height: 20vw;
    background-image:url("https://cdn1.npcdn.net/images/service_img_2fnkcq_1761188423.png?md5id=d99f250dd0e92c70c027007f0e78eaf2&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    animation:opa 3s ease-in-out infinite;
}
.hp_service .row:first-child{
    align-items: center;
    margin-bottom:2rem;
}
.hp_service .row:first-child .btnbox_right{
    margin-top:0;
}
.hp_service_button{
    width:186px;
    background-color:#fff;
    color:#c52f38;
}
.hp_service_button span:before{
    background-image:url("https://cdn1.npcdn.net/images/button_arrow_red_3gbi7t_1761188419.png?md5id=d99f250dd0e92c70c027007f0e78eaf2&type=4");
}
.hp_service_button:hover{
    color:#c52f38;
}
.hp_service_small{
    color:#fff;
}
.hp_service_title{
    color:#fff;
    margin-bottom:0;
}
.hp_service_title span{
    position: relative;
}
.hp_service_title span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -28vw;
    width: 26vw;
    height: 1px;
    background-color: #fff;
    margin: auto 0;
}
.service_3{
    margin-left: 0.5rem;
    width: calc(100% - 0rem);
}
.service_3 .service_box .content{
    opacity: 1;
    background-color: transparent;
    background:linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
.service_3 .service_box .content h3 {
    color: white;
    position: absolute;
    top: unset;
    bottom: 15px;
    left: 30px;
    transform: translate(0, 0);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.service_3 .service_box {
    transform: scale(0.96);
    margin-bottom: 0.5rem;
}
#index_5{
    padding:0!important;
}
@keyframes opa{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@media screen and (max-width: 991.5px){
    .service_3{
        width:calc(100% - 1rem);
    }
    .service_3 .service_box{
        flex:0 0 50%;
        max-width:50%;
    }
    .hp_service .row:first-child .btnbox_right{
        justify-content: flex-start;
        margin-top:1rem;
        margin-left:15px;
    }

}
@media screen and (max-width: 767.5px){
    .index_wrapper_5{
         background: linear-gradient(to bottom, #c52f38 100%, transparent 100%);
         padding:90px 0 60px;
    }
    .service_3 .service_box{
        flex:0 0 100%;
        max-width:100%;
    }
    .hp_service_title span:before{
        display:none;
    }
    .service_3 {
        margin-left: 0.5rem;
        width: calc(100% - 1rem);
    }
    .service_3 .service_box .content h3{
        left:15px;
    }
    .index_wrapper_5:before{
        top: -15vw;
        width: 50vw;
        height: 50vw;
    }
}

/*hp_news*/
#index_6{
    padding:0!important;
}
.hp_news{
    padding-bottom:2rem;
}
.latest_new_type4{
    margin-left: 1.4rem;
    width: calc(100% - 1.6rem);
}
.hp_news_title{
    margin-bottom:0;
}
.hp_news_title span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0vw;
    width: 58vw;
    height: 1px;
    background-color: #c52f38;
    margin: auto 0;
}

@media screen and (max-width: 991.5px){
    .hp_news_title span:before{
        width:38vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_6{
        padding:60px 0 0;
    }
    .hp_news_title span:before{
        display:none;
    }
    .latest_new_type4{
        width: calc(100% - 3rem);
    }
}


/*hp_ups*/
.hp_ups{
    padding:0px 0 30px;
}
.hp_ups_image{
    width:25%;
}

@media screen and (max-width: 767.5px){
    .hp_ups{
        padding:60px 0 30px;
    }
    .hp_ups_image{
        width:100%;
    }
}

/*hp_mas*/
.hp_mas{
    padding:60px 0;
}

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 30px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
    padding: 30px 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0 7.5px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-current.slick-center .outline_box {
    transform: scaleY(1.15);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 15px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    display: none;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    top: -50px;
    left: unset;
    right: 5%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before {
    width: 40px;
    height: 40px;
    background-image: url("https://server.newpages.com.my/storage/userfiles/25889/file/ARROW_LEFT(1).png");
    opacity: 1;
    text-shadow: none;
    filter: unset;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    top: -50px;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
    width: 40px;
    height: 40px;
    background-image: url("https://server.newpages.com.my/storage/userfiles/25889/file/ARROW_RIGHT(1).png");
    opacity: 1;
    text-shadow: none;
    filter: unset;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
    .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
        max-width:100%;
    }    
}
@media (max-width: 767.5px) {
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    top: -25px;
    right: 15%;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    top: -25px;
    }
}

<!--MOD - PHOTOALBUM - Slider:[Photoalbumwithtitle] -->
#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 30px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
    padding: 0px 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0 7.5px;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-current.slick-center .outline_box {
    transform: scaleY(1);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 15px;
    object-fit: contain;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    left: -30px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    right: -30px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:brightness(0);
} 
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:brightness(0);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}


@media (max-width: 991.5px) {
    .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
        max-width:100%;
    }    
}
@media (max-width: 767.5px) {
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
        left:-20px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right:-12px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
        width:8vw;
        height:8vw;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        width:8vw;
        height:8vw;
    }
}

/*hp_contact*/
.hp_contact{
    background-image:url("https://cdn1.npcdn.net/images/contact_bg_2un6jg_1761558965.jpg?md5id=d99f250dd0e92c70c027007f0e78eaf2&type=4");  
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:60px 0;
}
.hp_contact_box {
    width: 50%;
}
.hp_contact i{
    color:#fff;
}
.hp_contact_link,.hp_contact_link:hover{
    color: #fff;
    display: block;
    margin-left: 37px;
    margin-bottom: 0.25rem;
    font-size: 14px;
}
.hp_contact_grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
	row-gap: 15px;
}
.hp_contact_grid .hp_contact_gridbox:last-child{
    position: relative;
}
.hp_contact_grid .hp_contact_gridbox:last-child:before{
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    width: 1px;
    height: 4rem;
    /*background-color: #fff;*/
}
.hp_contact_button{
    width:186px;
    background-color:#fff;
    color:#c52f38;
}
.hp_contact_button span:before{
    background-image:url("https://cdn1.npcdn.net/images/button_arrow_red_3gbi7t_1761188419.png?md5id=d99f250dd0e92c70c027007f0e78eaf2&type=4");
}
.hp_contact_button:hover{
    color:#c52f38;
}

@media screen and (max-width: 991.5px){
    .hp_contact_box {
        width: 80%;
    }
}

@media screen and (max-width: 767.5px){
    .hp_contact_box {
        width: 100%;
    }
    .hp_contact_grid{
    	grid-template-columns: 1fr;
    }
    .hp_contact_link, .hp_contact_link:hover{
        font-size:16px;
    }
}

/*footer*/
.footer_type6{
    background-color:#f2f2f2;
}
.footer_type6 p,
.footer_type6 a,
.footer_type6 h6,
.footer_type6 i,
.footer_type6  .footer_subtitle,
.footer_type6 .input-container .moveUp,
.footer_type6 .input-container input, .footer_type6 .input-container label{
    color:#000;
}
.footer_type6 a .mb-2{
    font-size:16px;
}
.footer_type6  .footer_subtitle{
    text-transform: uppercase;
}
.footer_type6 .logo{
    min-height:65px;
}
.footer_type6 .logo img{
    max-height:65px;
}
.footer_type6 a .mb-2:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}
.footer_type6 .input-container input{
    caret-color: #000;
    border-bottom:1px solid #000;
}
.footer_type6 .line{
    background-color:#000;
}
.footer_type6 .input-container input, 
.footer_type6 .input-container label{
	font-size:12px;
}
.footer_type6 .input-container .moveUp{
	font-size:12px;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}

.npfooter_languagebar{
    color:#000;
}
.footer_type6 a .mb-2:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}
.footer_type6 .input-container input{
    caret-color: #000;
    border-bottom:1px solid #000;
}
.footer_type6 .line{
    background-color:#000;
}
.footer_type6 .input-container input, 
.footer_type6 .input-container label{
	font-size:12px;
}
.footer_type6 .input-container .moveUp{
	font-size:12px;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}

.npfooter_languagebar{
    color:#000;
}

.footer_type6 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type6 .privacy_policy:hover,
.footer_type6 .mb-1{
    color:#000!important;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(0)!important;
}
.footer_langbar_item{
    color:#000!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}