/*All*/
body{
    font-family:"poppins";
}
#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;
}
.all_titlebox{
    z-index:1;
    position: relative;
}
.blur_title{
    font-size: 5vw;
    font-weight: 900;
    color: #f1f2f2;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small_all{
    font-size:16px;
    font-weight:300;
    margin-bottom:1rem;
    color:#f25b12;
}
.title_all{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000;
}
.subtitle_all{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000;
}
.content_all{
    font-family: "Roboto";
    font-size:16px;
    font-weight:300;
    margin-bottom:0;
    line-height:1.3;
    color:#808285;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding:0 15px 0 65px;
    width: auto;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #f25b12;
    transition:0.25s all linear;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.button_all span{
    position: relative;
}
.button_all span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -47px;
    background-image:url("https://cdn1.npcdn.net/images/A_Button3_6niy8g_1778549077.png?md5id=4d01d08b5ad58aa49c662d7f5bec012a&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_color3{
    color:#f25b12;
}
.both_dot span{
    position: relative;
}
.left_dot{
    margin-left:15px;
}
.left_dot span{
    position: relative;
}
.left_dot span:before,
.both_dot span:before{
    position: absolute;
    content: "•";
    border: 1px solid #f25b12;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    width: 7px;
    height: 7px;
    color: #f25b12;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 6px;
}
.both_dot span:after{
    position: absolute;
    content: "•";
    border: 1px solid #f25b12;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto 0;
    width: 7px;
    height: 7px;
    color: #f25b12;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 6px;
}

@media screen and (max-width: 767.5px){
    .title_all{
        font-size:25px;
    }
    .blur_title{
        font-size: 14vw;
    }
    .title_all br{
        display: none;
    }
    .content_all{
        font-size:14px;
    }
}


/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: cover;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: cover;
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio: 1;
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

/*hp_top*/
.hp_top{
    background-color:#f25b12;
    height:45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    z-index:500;
    position: fixed;
    padding:0 6%;
}
.hp_top .col-md-12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;    
}
.hp_top_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-right: 1rem;
}
.hp_top_icon{
    width: auto;
    height: 20px;
    margin-right: 1rem;
}
.hp_top ul{
    display: flex;
    padding:0;
    margin:0;
    justify-content: flex-start;
    align-items: center;
    color:#fff;
}
.hp_top ul li a,
.hp_top ul li a:hover{
    color:#fff;
    font-size:16px;
    font-weight:400;
}
.hp_top ul li:last-child .spec101{
    display: none;
}

#top_spacing{
    height:calc(45px + 80px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(0px + 80px)!important;
    }
}


/*navbar*/
.navbar_type8{
    background-color:#fff;
    margin-top:45px;
}
.navbar_type8 .logo{
    margin-left: 6%;
}
.navbar_type8 .logo img{
    width: 17vw;
    padding: 0;
}
.navbar_type8 .nav_tab{
    padding-right: 6%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.2vw;
    color:#000;
}
.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;
}
.dark_nav{
    background-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;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}
@media screen and (max-width: 500.5px){
    .navbar_mobile .logo_img{
        max-height:30px;
    }
}

/*hp_banner*/
.index_wrapper_2{
    overflow: hidden;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.slick-dotted.slick-slider{
    margin-bottom:0;
}
.hp_banner{
    position: relative;
    left: 9%;
    top: 0%;
    transform: translate(0, 0%);
    width: calc(100% - 9%);
    height: 100%;
}
.hp_banner .container-fluid,
.hp_banner .row,
.hp_banner .col-md-5,
.hp_banner .col-md-7{
    height:100%;
}
.hp_banner .col-md-7{

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.banner1 .col-md-7{
    background-image:url("https://cdn1.npcdn.net/images/A_Pic1_pcxl47_1778549077.jpg?md5id=4d01d08b5ad58aa49c662d7f5bec012a&new_width=1000&new_height=1000&type=4");
}
.banner2 .col-md-7{
    background-image:url("https://cdn1.npcdn.net/images/A_Pic2_lcfexw_1778549077.jpg?md5id=4d01d08b5ad58aa49c662d7f5bec012a&new_width=1000&new_height=1000&type=4");
}
.banner3 .col-md-7{
    background-image:url("https://cdn1.npcdn.net/images/A_BannerPic_pwi1ve_1781593167.jpg?md5id=4d01d08b5ad58aa49c662d7f5bec012a&new_width=1600&new_height=1600&type=4");
}
.hp_banner_small{
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.3;
    color: #f25b12;
    margin-left:15px;
}
.hp_banner_box{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.hp_banner_title{
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_content{
    font-family: "Roboto";
    font-size:1vw;
    font-weight:300;
    line-height:1.3;
    color:#808285;
    width: calc(100% - 1rem);
}
.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:6%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding:0 15px 0 65px;
    width: auto;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #f25b12;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_button span{
    position: relative;
}
.hp_banner_button span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -47px;
    background-image:url("https://cdn1.npcdn.net/images/A_Button3_6niy8g_1778549077.png?md5id=4d01d08b5ad58aa49c662d7f5bec012a&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
}
.banner_arrow{
    position: absolute;
    width: 5vw;
    height: 5vw;
    bottom: 0;
    margin: 0;
    font-size: 0;
}
.banner_arrow{
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;  
    cursor:pointer;
}
.arrow_prev{
    background-image:url("https://cdn1.npcdn.net/images/A_Button1_skoueq_1778549076.png?md5id=4d01d08b5ad58aa49c662d7f5bec012a&type=4");
    background-color:#000;
    right:0;
}
.arrow_next{
    background-image:url("https://cdn1.npcdn.net/images/A_Button2_jsnkix_1778549076.png?md5id=4d01d08b5ad58aa49c662d7f5bec012a&new_width=1000&new_height=1000&type=4");
    background-color:#f25b12;
    left:0;
}
.slick-dots{
    width: 35px;
    height: 100%;
    top: -34vw;
    bottom: unset;
    left: 3%;
}
.slick-dots li.slick-active button{
    border: 1px solid #000;
    border-radius: 1000px;
    width: 21px;
    height: 21px;
    padding: 0px;
}
.slick-dots li button:before{
    color:#808285;
    opacity: 0.5;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}
.slick-dots:before{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/A_Element_7date8_1778549077.png?md5id=4d01d08b5ad58aa49c662d7f5bec012a&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -3vw;
    left: 0;
    right: 0;
    width: 1.2vw;
    height: 2vw;
    margin: 0 auto;
}
.slick-dots:after{
    position: absolute;
    content: "";
    top: 9vw;
    width: 1px;
    height: 25vw;
    background-color: #000;
    margin: 0 auto;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
    .slick-dots:after{
        top: 13vw;
        height: 21vw;
    }
}
@media screen and (max-width: 991.5px){
    .hp_banner{
        left:3%;
        width:calc(100% - 3%);
    }
    .hp_banner_box{
        left:3%;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
    .hp_banner_content br{
        display: none;
    }
    .slick-dots{
        left:0;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:120vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        top: 0%;
        left: 0%;
        width: calc(100% - 0%);
    }
    .hp_banner_box{
        left:1rem;
        width:calc(100% - 1rem);
        margin-bottom:1rem;
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    .hp_banner_small{
        font-size:4vw;
    }
    .hp_banner .container-fluid,
    .hp_banner .row,
    .hp_banner .col-md-5,
    .hp_banner .col-md-7{
        height:auto;
    }
    .hp_banner .col-md-5{
        height:80vw;
    }
    .hp_banner .col-md-7{
        height:40vw;
    }
    .slick-dots{
        display: none!important;
    }
    .banner_arrow{
        width:10vw;
        height:10vw;
    }
    .arrow_next{
        top:0;
        right:0;
        left:unset;
    }
}

/*hp_cat*/
.index_wrapper_3{
    padding:60px 9% 0;
}
.hp_cat{
    margin-bottom:3rem;
}
.product_cat-3 .cat_box .content{
    background-color:transparent;
}
.product_cat-3 .col-6.col-md-4{
    padding:0 0.5rem;
}
.product_cat-3 .col-6.col-md-4:nth-child(1),
.product_cat-3 .col-6.col-md-4:nth-child(2){
    flex:0 0 50%;
    max-width:50%;
}
.product_cat-3 .col-6.col-md-4:last-child{
    display: none;
}
.product_cat-3 .cat_box .content .content_box{
    justify-content: center;
}
.product_cat-3 .cat_box .content .content_box h3{
    display: none;
}
.product_cat-3 .cat_box .content .content_box h4{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 40%;
    line-height: 1.5;
}
.product_cat-3 .cat_box .content .line{
    display: none;
}

@media screen and (max-width: 991.5px){
    .product_cat-3 .col-6.col-md-4:nth-child(1){
        flex:0 0 100%;
        max-width:100%;        
    }
    .product_cat-3 .col-6.col-md-4,
    .product_cat-3 .col-6.col-md-4:nth-child(2){
        flex:0 0 50%;
        max-width:50%;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_3{
        padding:60px 0 0;
    }
    .hp_cat{
        margin-bottom:2rem;
    }
    
    .product_cat-3 .col-6.col-md-4,
    .product_cat-3 .col-6.col-md-4:nth-child(1),
    .product_cat-3 .col-6.col-md-4:nth-child(2){
        flex:0 0 100%;
        max-width:100%;
    }
}

/*hp_mas*/
.hp_mas{
    padding:90px 0;
}
.hp_mas_box{
    width:calc(115vw * 3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation:gogogo 10s linear infinite;
}
.hp_mas .title_all{
    font-weight: 800;
    font-size: 5vw;
    color: #f25b12;
    width: 115vw;
}

@keyframes gogogo{
    0%{
        transform:translate(0vw,0);        
    }
    100%{
        transform:translate(-115vw,0);
    }
}

@media screen and (max-width: 767.5px){
    .hp_mas{
        padding:30px 0;
    }
}

/*hp_about*/
.hp_about{
    background:linear-gradient(to bottom,#f25b12 70%,transparent 40%);
    position: relative;
    padding: 90px 0 30px;   
}
.hp_about:before{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/C_Pic_pz36ks_1781593167.jpg?md5id=4d01d08b5ad58aa49c662d7f5bec012a&new_width=1600&new_height=1600&type=4");  
    background-size: 35%;
    background-position: left top;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    top: -19px;
    left: 0;
}
.hp_about .col-md-12{
    padding:0;
}
.hp_about_box{
    background-color:#000;
    background-image:url("https://cdn1.npcdn.net/images/C_Background_v0omwd_1778549074.jpg?md5id=4d01d08b5ad58aa49c662d7f5bec012a&type=4");  
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:60px 6%;
    width:70%;
    margin-left:auto;
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 70px 0 0;
        margin-top:1rem;
    }
    .hp_about_box{
        width:96%;
        padding: 30px 1rem;
    }
    .hp_about:before{
        background-size: 35%;
        background-position: top right;
        top: -9vw;
        left: unset;
        right: 0;
        z-index: 1;
    }
}

/*hp_cert*/
.index_wrapper_6{
    padding:90px 0%;
}
.index_wrapper_6 .col-12{
    padding:0;
}
.hp_cert{
    margin-bottom:2rem;
}

/*component - Photoalbum*/
#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: 1rem 1rem;
}

#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);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box{
    position: relative;
    height: auto;
    padding-top: unset;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: 0.25s all linear;
    aspect-ratio: 467 / 614;
    width: 100%;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box:hover{
    transform:translate(0,-0.5rem);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box:before{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/img/1778567627pic.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 0;
    aspect-ratio: 467 / 614;
    
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 15px;
    object-fit: contain;
}
#main_index .hp_photoGallerySliderWithTitle p{
    font-weight: 700;
    font-size: 14px;
    margin-top:1rem;
}
.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) {
    .index_wrapper_6{
        padding:60px 0;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
        padding: 1rem 0.5rem;
    }
    .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_cert{
        margin-bottom:0;
    }
}


/*.hp_why*/
.hp_why .row:first-child{
    background-image:url("https://cdn1.npcdn.net/images/E_Pic_b7de9t_1781593167.jpg?md5id=4d01d08b5ad58aa49c662d7f5bec012a&new_width=1600&new_height=1600&type=4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    padding: 60px 0 180px 9%;
    align-items: center;
}
.hp_why .row:last-child{
    padding: 0 9%;
    margin-top: -7rem;
}
.hp_why_box{
    background-color:#f1f2f2;
    padding:2rem 1rem;
    transition:0.25s all linear;
    margin:1rem 0;
}
.hp_why_box img{
    width:60px;
    object-fit: contain;
    margin-bottom:0.5rem;
    transition:0.25s all linear;
}
.hp_why_box .content_all{
    color:#000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    transition:0.25s all linear;
}
.hp_why_box .subtitle_all{
    transition:0.25s all linear;
}
.hp_why_box:hover{
    background-color:#f25b12;
}
.hp_why_box:hover img{
    filter:brightness(0) invert(1);
}
.hp_why_box:hover .subtitle_all,
.hp_why_box:hover .content_all{
    color:#fff;
}

@media (max-width: 767.5px) {
    .hp_why .row:first-child{
        width:100%;
        padding:60px 1rem 160px 1rem;
    }
    .hp_why .row:last-child{
        padding: 0 0%;
    }
}

/*hp_contact*/
.index_wrapper_8{
    background-color:#f25b12;
    padding:90px 9%;
    margin-top:90px;
}
.hp_contact .col-md-3.col-lg-4 img{
    height:28rem;
    object-fit: cover;
}
.hp_spec{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top:1rem;
}
.hp_spec1{
    flex:0 0 20%;
}
.hp_spec1 img{
    width:20px;
}
.hp_spec2{
    flex:0 0 80%;
}
.hp_spec .cmodule-address-text{
    color:#fff;
    font-size: 14px;
    margin-bottom:0;
}
.hp_spec ul{
    margin:0;
    padding:0;
}
.hp_spec ul li a{
    font-size:14px;
    font-weight:400;
    color:#fff;
}
.hp_contactform_header{
    display: none;
}
.ex_hpcontact_formonly{
    width:calc(100% - 2rem);
    margin-left:1rem;
}
.ex_hpcontact_formonly label{
    color:#fff;
}
.ex_hpcontact_formonly #fileUpload{
    color:#fff;
}
.ex_hpcontact_formonly  button{
    background-color:#fff!important;
    color:#f25b12;
    font-weight: 700!important;
}
.ex_hpcontact_formonly  button:hover{
    color:#f25b12;
}
.ex_hpcontact_formonly  button i{
    display: none;
}

@media (max-width: 991.5px) {
    #index_8{
        flex:0 0 100%!important;
        max-width:100%!important;
        margin-bottom:2rem;    
    }
    #index_9{
        flex:0 0 100%!important;
        max-width:100%!important;
    }
    .hp_contact .col-md-3.col-lg-4 img{
        height:19rem;
    }
}
@media (max-width: 767.5px) {
    .index_wrapper_8 {
        padding: 0px 0 60px;
        margin-top: 30px;
    }
    .hp_contact .col-md-3.col-lg-4{
        padding:0;
        margin-bottom:2rem;
    }
    .hp_contact .col-md-3.col-lg-4 img{
        height:300px;
        object-fit: cover;
    }
}

/*footer*/
.footer_type6{
    background-color:#fff;
    background-image:url("https://cdn1.npcdn.net/images/G_FooterBackground_wei5fu_1778549075.jpg?md5id=4d01d08b5ad58aa49c662d7f5bec012a&new_width=1000&new_height=1000&type=4");  
    background-size:cover;
    background-position:right;
    background-repeat:no-repeat;
}
.footer_type6  .footer_subtitle{
    color:#f25b12;
    font-weight:700!important;
    text-transform: uppercase;
}
.footer_type6 p,
.footer_type6 a,
.footer_type6 h6,
.footer_type6 i,
.footer_type6 .input-container .moveUp,
.footer_type6 .input-container input, .footer_type6 .input-container label{
    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);
}
.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_type6 .social_media a:hover .icon_s i {
    color: #000;
}
.footer_langbar_item{
    color:#000!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}