@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body{
    font-family: "Google Sans";
}
/*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;
}

.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000;
}
.subtitle_all{
    font-size:18px;
    font-weight:600;
    margin-bottom:1rem;
    line-height:1.3;
    color:#000;
}
.content_all {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}
.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 #50af31;
    border-radius: 0px;
    background-color: #50af31;
    width: auto;
    padding: 0 15px 0 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
    text-transform: uppercase;
}
.button_all span{
    position:relative;
}
.button_all span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -43px;
    background-image: url(https://cdn1.npcdn.net/images/BUTTON_hx1p8y_1778725209.png?md5id=04dfa78991b5140d09df3164008cd690&type=4);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
    width: 30px;
    height: 30px;
}
.button_all:hover{
    text-decoration: none;
    color:#fff;
    transform:scale(0.98);
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}

@media screen and (max-width: 767.5px){
    .title_all{
        font-size:25px;
    }
}


/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    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;
}

/*navbar*/
.navbar_type8 .logo img{
    width:100px;
    padding:10px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding: 5px 1.5vw;
    color:#000;
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item:nth-child(5) a{
    background-color:#50af31;
    color:#fff;
}
.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;
    } 
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner .col-md-12{
    padding:0;
}
.hp_banner_box{
    background-color:rgba(35,109,58,0.8);
    padding:3% 9%;
    width:50%;
}
.hp_banner_title{
    font-family: "Oswald";
    font-size:3vw;
    font-weight:400;
    line-height:1.2;
    color:#fff;
    text-align: center;
}
.hp_banner_title span{
    font-weight: 700;
    font-size: 6vw;
    line-height: 1;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.3;
    text-align: center;
    color:#fff;
}
.hp_banner .hp_banner_image{
    position: absolute;
    top: 4vw;
    right: 3%;
    width: 60% !important;
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .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%);
        top: 28%;
    }
    .hp_banner_box{
        width:100%;
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    .hp_banner_content br{
        display: none;
    }
    .hp_banner .hp_banner_image {
        top: 60vw;
        right: 9%;
        width: 80% !important;
    }
}

/*hp_about*/
 .hp_about {
    padding: 90px 12%;
}
.hp_about .row{
    align-items: center;
}
.hp_about_box{
    padding-left:2rem;
}
.hp_about_imagebox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_about_imagebox img {
    width: 100%;
    max-width: 430px;
    object-fit: cover;
    border-radius: 4px;
}
.hp_about_contentbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

@media screen and (max-width: 767.5px) {
    .hp_about{
        padding:30px 0 60px;
    }
    .hp_about img{
        margin-bottom:2rem;
    }
}

/*hp_cert*/
.hp_cert {
    padding: 30px 0%;
}
.hp_cert .row:nth-child(2){
    padding:0 9%;
}
.hp_cert_icon{
    transition:0.25s all linear;
}
.hp_cert_icon:hover{
    transform:scale(1.05);
}
.hp_cert_gif{
    height: 26vw;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: -2vw;
}

@media screen and (max-width: 767.5px) {
    .hp_cert {
        padding: 30px 0% 40px;
    }
    .hp_cert .title_all{
        text-align: center;
    }
}


/*hp_pro*/
.hp_pro{
    background-color:#f7f9ed;
    padding:90px 12%;
}
.hp_pro .row{
    justify-content: center;
}
.hp_pro .col-md-2{
    flex:0 0 20%;
    max-width:20%;
}
.hp_pro .title_all{
    margin-bottom:4rem;
}
.hp_pro p{
    text-align: center;
    margin-top:1rem;
}
.hp_pro .col-md-2:nth-child(even){
    transform:translate(0,1rem);
}
.hp_pro .col-md-2:nth-child(odd){
    transform:translate(0,-1rem);
}
.hp_pro_box{
    position: relative;
}
.hp_pro_box a{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    font-size: 0;
}
.hp_pro_imagebox{
    padding:0 6%;
}

@media screen and (max-width: 991.5px) {
    .hp_pro .col-md-2{
        flex:0 0 33.33%;
        max-width:33.33%;
    }  
    .hp_pro .col-md-2:nth-child(even){
        transform:translate(0,0rem);
    }
    .hp_pro .col-md-2:nth-child(odd){
        transform:translate(0,0rem);
    }
}
@media screen and (max-width: 767.5px) {
    .hp_pro .col-md-2{
        flex:0 0 50%;
        max-width:50%;
    }    
    .hp_pro {
        padding: 60px 0%;
    }
    .hp_pro .title_all{
        text-align: center;
        margin-bottom:1rem;
    }
    .hp_pro_imagebox{
        margin:1rem 0;
    }
}


/*hp_deli*/
.hp_deli{
    background-image:url("https://cdn1.npcdn.net/images/B_BG_n1brz7_1778725209.jpg?md5id=04dfa78991b5140d09df3164008cd690&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:120px 9%;
}
.hp_deli .row{
    background-color:#50af31;
}
.hp_deli .col-md-12.col-lg-6,
.hp_deli .col-md-4.col-lg-3{
    padding:0;
}
.hp_deli_bigbox {
    padding: 2rem 2rem 0rem 2rem;
}
.hp_deli_box{
    position: relative;
    overflow:hidden;
}
.hp_deli .title_all{
    text-align: right;
    font-size: 25px;
}
.hp_deli_box img{
    transition:0.25s all linear;
}
.hp_deli_box:hover img{
    transform:scale(1.1);
}
.hp_deli .content_all{
    text-align: right;
    font-size:14px;
}
.hp_deli h3{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 5px;
    font-weight: 600;
}

@media screen and (max-width: 1200.5px) {
    .hp_deli .content_all br{
        display: none;
    }
}
@media screen and (max-width: 991.5px) {
    .hp_deli_bigbox {
        padding: 60px 2rem 2rem;
    }   
    .hp_deli .content_all br{
        display: block;
    }
}
@media screen and (max-width: 767.5px) {
    .hp_deli{
        padding: 0;
    }
    .hp_deli_bigbox{
        padding: 60px 2rem 2rem;
    }
    .hp_deli .content_all{
        font-size:16px;
    }
    .hp_deli_box .content_all{
        font-size:23px;
    }

    .hp_deli .title_all {
        font-size: 32px;
    }
    .hp_deli .content_all br{
        display: none;
    }
}

/*hp_why*/
.hp_why{
    position: relative;
    background-image:url("https://cdn1.npcdn.net/images/F_BG_sfivat_1778725210.jpg?md5id=04dfa78991b5140d09df3164008cd690&new_width=1000&new_height=1000&type=4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 9% 60px;
}
/*.hp_why:before{*/
/*    position: absolute;*/
/*    content:"";*/
/*    bottom:0;*/
/*    left:0;*/
/*    right:0;*/
/*    height:26vw;*/
/*    width:100%;*/
/*    background-image:url("");*/
/*    background-size:100%;*/
/*    background-position:bottom;*/
/*    background-repeat:no-repeat;*/
/*}*/
.hp_why .row{
    align-items: center;
}
.hp_why .row:first-child{
    padding:0 3%;
}
.hp_why .btnbox_right,
.hp_why .title_all,
.hp_why .content_all{
    margin:0;
}
.hp_why_gif{
    width: 100%;
    object-position: bottom;
    height: 20rem;
    object-fit: cover;
    margin-bottom: -1rem;
}
.hp_why_image{
    width: 30vw;
    margin: 8vw auto 0;
}
.hp_why_gridbox{
    position: absolute;
    top:0;
    left:0;
}
.hp_why_gridbox h4{
    position: absolute;
    top: 0;
    left: 0;
    width: 15vw;
    font-size: 1.2vw;
    text-align: center;
}
.hp_why_gridbox img{
    width:8vw;
}
.why_grid1{
    top: 7vw;
    left: 37vw;
}
.why_grid1 h4{
    top: -2vw;
    left: -3vw;
}
.why_grid2{
    top: 15vw;
    left: 23vw;
}
.why_grid2 h4{
    top: 2vw;
    left: -12vw;
}
.why_grid3{
    top: 30vw;
    left: 26vw;
}
.why_grid3 h4{
    top: 3vw;
    left: -12vw;    
}
.why_grid4{
    top: 30vw;
    left: 47vw;
}
.why_grid4 h4{
    top: 3vw;
    left: 6vw;
}
.why_grid5{
    top: 15vw;
    left: 49vw;
}
.why_grid5 h4{
    top: 2vw;
    left: 5vw;
}
@media screen and (max-width: 1200.5px) {
    .hp_why .btnbox_right{
        margin-top:2rem;
    }
}
@media screen and (max-width: 991.5px) {
    .hp_why{
        padding:90px 9% 15px;
    }
    .hp_why .btnbox_right,
    .hp_why .title_all,
    .hp_why .content_all{
        margin:0 0 2rem;
    }    
    .hp_why .btnbox_right{
        justify-content: flex-start;
    }
    .hp_why:before{
        height:16rem;
    }
}
@media screen and (max-width: 767.5px) {
    .hp_why{
        padding: 60px 0 15px;
    }
    .hp_why .title_all{
        text-align: center;
    }
    .hp_why .content_all{
        text-align: center;
    }
    .hp_why .btnbox_right{
        justify-content: center;
    }
    .hp_why_grid{
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    .hp_why:before {
        height: 8rem;
    }
    .hp_why_image{
        width: 100%;
        margin: 2rem auto;
    }
    .hp_why_gridbox{
        flex:0 0 50%;
        max-width:50%;
        position: unset;
        margin:0;
    }
    .hp_why_gridbox h4{
        position: unset;
        font-size: 16px;
        width: 100%;
    }
    .hp_why_gridbox img{
        width: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*hp_contact*/
.hp_contact{
    background-image:url("https://cdn1.npcdn.net/images/B_BG_n1brz7_1778725209.jpg?md5id=04dfa78991b5140d09df3164008cd690&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:90px 9% 60px;
}
.hp_contact .btnbox_right{
    margin-bottom:2rem;
}
.hp_contact_infocard{
    margin:2rem 0;
}
.hp_contact_infocard a{
    color:#555;
    line-height: 1.8;
}
.hp_contact a br{
    display: none;
}

@media screen and (max-width: 1200.5px) {
    .hp_contact a br{
        display: block;
    }    
}
@media screen and (max-width: 767.5px) {
    .hp_contact{
        padding: 30px 0;
    }
    .hp_contact .btnbox_right{
        justify-content: center;
    }
}

/*footer*/
.footer_type3{
    background-color:#50af31;
}
.footer_type3 .social_media li a{
    font-size:1.5rem;
}
.footer_type3 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type3 .privacy_policy:hover,
.footer_type3 .mb-1{
    color:#fff!important;
}
.footer_type3 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type3 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}