/*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:16px;
    font-weight:400;
    margin-bottom:0;
    color:#263d24;
}
.title_all{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #263d24;
}
.subtitle_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:16px;
    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{
    border: 1px solid #4ea747;
    border-radius: 5px;
    background-color: #4ea747;
    width: 135px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
}
.button_all:hover{
    border:1px solid #263d24;
    text-decoration: none;
    color:#263d24;
    background-color:transparent;
    transform:scale(0.98);
}
.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_color1{
    color:#fff;
}
.c_color2{
    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){

}
@media screen and (max-width: 991.5px){
    
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:25px;
    }
}

#main_latestnews .latest_new_detail .related-latest-news-title{
    display: none;
}
#main_latestnews .col-md-8.col-12{
    flex:0 0 100%;
    max-width:100%;
}
#main_latestnews .col-md-4.col-12{
    display: none;
}
#main_latestnews .latest_new_detail .content > div:nth-child(1){
    padding-top:unset!important;
    height:70vh;
}
#main_latestnews .latest_new_detail{
    min-height:auto;
}

@media screen and (max-width: 991.5px){
    #main_latestnews .latest_new_detail .content > div:nth-child(1){
        height:auto;
        padding-top:56%!important;
    }
}


/*navbar*/
.navbar_type8:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    right:0;
    width:100%;
    height:120px;
    background:linear-gradient(to bottom, #fff 25%, rgba(255,255,255,0.8) ,transparent);
}
.navbar_type8 .logo img{
    width: 16vw;
    padding: 5px;
}
.navbar_type8 .nav_tab{
    justify-content: center;
}
.navbar_type8 .nav_tab .nav_item::before{
    display:none;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 0.9vw;
    text-transform: capitalize;
    padding: 15px 1.8vw;
    color: #000;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#4ea747;
}
.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;
        padding:15px 1.5vw;
    } 
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:0px;
}
#main_index .index_wrapper_2{
    margin-top:-100px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner_small{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_title{
    font-size:2vw;
    font-weight:700;
    line-height:1.5;
    color:#000;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 135px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #000;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    #main_index .index_wrapper_2{
        margin-top:0px;
    }
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	/*min-height:100vw!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{
    padding:60px 0 60px 9%;
}
.hp_about .col-lg-6:first-child{
    padding:30px calc(15px + 6%) 30px 15px;
}
.hp_about .col-lg-6:last-child{
    padding-right:0;
}
.hp_about .row{
    align-items: center;
}
.hp_about_ul{
    font-size:14px;
    padding-left:21px;
    color:#333;
}
.hp_about_ul li{
    padding-bottom:1rem;
}


@media screen and (max-width: 767.5px){
    .hp_about{
        padding:30px 0;
    }
    .hp_about .col-lg-6:first-child{
        padding:0 15px
    }    
    .hp_about_buttonbox{
        margin:1rem 0 2rem;
    }
}


/*hp_cat*/
.index_wrapper_4{
    padding:60px 0;
    margin-bottom:9%;
    position: relative;
}
.index_wrapper_4:before{
    position:absolute;
    content:"";
    height:100%;
    width:70%;
    background-image:url("https://cdn1.npcdn.net/images/PQE_Service_db7ofv_1756172132.jpg?md5id=7e44f6169f0ae75b943cafb5acdb4449&type=4");
    top:0;
    bottom:0;
    left:0;
}
.index_wrapper_4:after{
    position: absolute;
    content:"";
    top:9%;
    bottom:0;
    right:0;
    width:50%;
    height:100%;
    background-color:#f2f2f2;
    z-index:-1;
}
.product_cat-5 .cat_box{
    border:1px solid transparent;
    padding-top:unset;
    height:auto;
    aspect-ratio: 4/3;
}
.product_cat-5 .cat_outter_box{
    padding:15px;
}
.product_cat-5 .cat_box .content{
    top:80%;
    left:0;
    right:unset;
}
.product_cat-5 .cat_box img{
    background-color:#fff;
    object-fit: contain !important;
}
.hp_cat_buton{
    background-color:#fff;
    border:1px solid #fff;
    color:#263d24;
}
.hp_cat_buton:hover{
    border:1px solid #fff;
    color:#fff;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_4:before{
        width:80%;
    }
    .product_cat-5 .cat_box .content .content_box{
        font-weight:700;
    }
}


.index_wrapper_5{
    position:relative;
}
.index_wrapper_5:before{
    position: absolute;
    content:"";
	background-image:url("https://cdn1.npcdn.net/images/PQE_9o4yzu_1756172132.jpg?md5id=7e44f6169f0ae75b943cafb5acdb4449&type=4");
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
	bottom:0;
	left:0;
	right:0;
	height:50%;
	width:100%;
}



.productSlider-1 .product_img .product_box{
    background-color:transparent;
}
.productSlider-1 .slick-track .slick-slide{
    background-color:transparent;
}
.productSlider-1 .product_img .product_box .product_img_frame{
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    background-color:#fff;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
}
.productSlider-1 .product_img .product_box h6{
    margin-top:1rem;
    color: #000;
    font-size: 1.2vw;
	text-align: center;
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    border:1px solid blue;
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top{
    border:1px solid orange;
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
	border:1px solid yellow;
}

.productSlider-1 .product_img .slick-prev{
    left: -30px;
}
.productSlider-1 .product_img .slick-next{
    right: -30px;
}
.productSlider-1 .product_img .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;
} 
.productSlider-1 .product_img .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;
}

@media screen and (max-width: 767.5px){
    
	.productSlider-1 .product_img .slick-prev::before,
	.productSlider-1 .product_img .slick-next::before{
		background-size:80%;
	}
	.hp_image_buttonbox{
	    margin:2rem 0 0rem;
	    justify-content: flex-start;
	}
	.productSlider-1{
        margin-top: 1rem;
        padding: 0 0.5rem;
	}
    .productSlider-1 .product_img .slick-prev{
        left: -5px;
    }
    .productSlider-1 .product_img .slick-next{
        right: -5px;
    }
    .productSlider-1 .product_img .product_box h6{
        font-size:10px;
    }
    .productSlider-1 .product_img .product_box{
        margin:0;
        border:0px solid transparent;
    }
}


/*service compoennt*/
.service_3 .service_box{
    transform: scale(0.95);
    margin-bottom: 0.5rem !important;
}
.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{
    top:unset;
    bottom:1rem;
    left: 1rem;
    right: 1rem;
    transform: unset;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    width: 80%;
}
.service_3 .service_box img{
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

@media screen and (max-width: 991.5px){
    .service_3 .service_box{
        flex:0 0 50%;
        max-width:50%;
    }
}

@media screen and (max-width: 767.5px){
    .service_3 .service_box{
        flex:0 0 100%;
        max-width:100%;
    }
}


/*footer*/
.footer_type7{
	background-image:url("https://cdn1.npcdn.net/images/PQE_6zbsui_1756172132.jpg?md5id=7e44f6169f0ae75b943cafb5acdb4449&type=4");
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
}
.footer_type7 .logo{
    min-height:55px;
}
.footer_type7 .logo img{
    max-height: 55px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}
.footer_type7 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type7 .privacy_policy:hover,
.footer_type7 .mb-1{
    color:#fff!important;
}
.footer_type7 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}
.footer_langbar_item{
    color:#fff!important;
}

@media screen and (max-width: 767.5px){
.footer_type7 .logo{
    min-height:85px;
}
   .footer_type7 .logo img{
        max-height: 55px;
   } 
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}