@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');


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

.index_wrapper_1 {
    height: 0;
}


@media screen and (max-width: 991.5px){
.index_wrapper_1 {
    height: 80px;
}

}

/*Nav*/

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 15px;
 
}

.navbar_type8 {
 
    background-color: #fff;
    width: 95%;
    height: 80px;
   
    margin: 0 auto;
    right: 0;
    left: 0;
}

.navbar_type8 .logo img {
   
    width: 290px;
   
    padding: 15px;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 15px 0.47vw;
    font-size: 14px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fce200 !important;
}

.dark_nav {
    background-color: #fff !important;
    
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 75%;
    padding-left: 0;
    padding-right: 50px;
}

.navbar_mobile .logo_img {
    
    padding: 5px;
    
}

.navbar_mobile {
   
    background-color: rgba(255, 255, 255, 1);
   
}


@media screen and (max-width: 1430.5px){
.navbar_type8 .logo img {
    width: 280px;
    
}

.navbar_type8 .nav_tab .nav_item a {
    
    padding: 15px 0.47vw;
  
}

}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 230px;
}

.navbar_type8 .logo {

    margin-left: 15px;
}

.navbar_type8 .nav_tab {
    
    padding-left: 0;
    padding-right: 15px;
   
}

.navbar_type8 .nav_tab .nav_item a {
    
    padding: 15px 0.19vw;
  
}

.navbar_type8 {
    background-color: #fff;
    width: 98%;
    height: 80px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

}

/*news*/

.hp_news_title {
    font-size: 3vw;
    font-family: racing sans one;
    color: #000;
    margin-bottom: 3%;
}

.index_wrapper_4 {
    padding: 4% 7% 0%;
}

.hp_latest_new .news_box .img_frame img {
    object-position: center 15.5%;
}

.hp_latest_new .news_box .img_frame {
    padding-top: 69%;
}

@media screen and (max-width: 1200.5px){
.hp_news_title {
    font-size: 3.5vw;
    margin-bottom: 3%;
}

}

@media screen and (max-width: 767.5px){
.hp_news_title {
    font-size: 7vw;
    margin-bottom: 6%;
}

.index_wrapper_4 {
    padding: 12% 7% 0%;
}

}

/*About*/

.hp_about {
    padding: 4% 0% 3.5% 0;
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1732766739about-us_bg.jpg');
    background-size: cover;
    
}

.hp_about .container-fluid {
    padding: 0;
}

.hp_about .row {
    align-items: center;
}

.hp_about_image {
    width: 90%;
}

.hp_about_title {
    color: #fff;
    font-family: racing sans one;
    font-size: 2vw;

    margin-bottom: 2.5%;
}

.hp_about_desc1 {
    color: #fff;
    font-size: 1.24vw;
    font-weight: 300;
    line-height: 1.5;
}

.hp_about_desc1x {
    color: #fff;
    font-size: 1.34vw;
    font-weight: 300;
    line-height: 1.5;
}

.hp_about_desc2 {
    color: #fff;
    font-size: 1.24vw;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 3%;
    margin-bottom: 4.5%;
    
}

.hp_about_link {
    color: #000;
    background: #fce200;
    border: 1px solid #fce200;
    font-family: racing sans one;
    padding: 0.5vw 1.5vw;
    font-size: 1.05vw;
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    transition: 0.3s;
}


.hp_about_link:hover {
    color: #fce200;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    
 
}

@media screen and (max-width: 1200.5px){
.hp_about_title {
   
    font-size: 2.5vw;

    margin-bottom: 2.5%;
}

.hp_about_desc1 {
    
    font-size: 1.7vw;

}

.hp_about_desc2 {
    
    font-size: 1.7vw;

    margin-top: 3%;
    margin-bottom: 4.5%;
    
}

.hp_about_desc1 br {
    
    display: none;

}

.hp_about_desc2 br {
    
    display: none;
    
}

.hp_about_link {
  
    padding: 1vw 2vw;
    font-size: 1.55vw;
   
}

.hp_about {
    padding: 4% 4% 3.5% 0%;
   
}

}



@media screen and (max-width: 767.5px){
.hp_about_title {
   
    font-size: 7vw;
    margin-top: 9%;
    margin-bottom: 6%;
}

.hp_about_desc1 {
    
    font-size: 4vw;

}

.hp_about_desc2 {
    
    font-size: 4vw;

    margin-top: 3%;
    margin-bottom: 9%;
    
}



.hp_about_link {
  
    padding: 1.5vw 4vw;
    font-size: 4vw;
   
}

.hp_about {
    padding: 12% 3%;
    text-align: center;
   
}

.hp_about .container-fluid {
    padding: 0 15px;
}


.hp_about_image {
    width: 100%;
}

}


/*Products*/

.hp_products {
    padding: 4% 6% 4%;
}

.hp_products_box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1732786102prd_box_bg.jpg');
    margin-bottom: 30px;
    padding: 3% 0;
}

.hp_products_topbox {
    display: flex;
    gap: 6vw;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
    position: relative;
}

.hp_products_topbox:before {
    position: absolute;
    content: "";
    background-color: #000;
    bottom: 0;
    top: 0;
    margin: auto 0;
    left: 29%;
    width: 1px;
    height: 100%;
}

.hp_products_title {
    font-size: 3vw;
    font-family: racing sans one;
    color: #000;
}

.hp_products_item {
    font-size: 1.5vw;
    color: #000;
}


@media screen and (max-width: 1200.5px){
.hp_products_title {
    font-size: 3.5vw;
    
}

.hp_products_item {
    font-size: 2vw;
    
}

.hp_products_item br {
    display: none;
    
}

.hp_products_topbox:before {
   
    left: 24.5%;
   
}

}



@media screen and (max-width: 767.5px){
.hp_products_title {
    font-size: 7vw;
    
}

.hp_products_item {
    font-size: 4vw;
    
}



.hp_products_topbox:before {
   
    left: 24.5%;
   display: none;
}

.hp_products {
    padding: 12% 3%;
}

.hp_products_topbox {
 
    gap: 0vw;
   
    margin-bottom: 6%;
    
    flex-direction: column;
    text-align: center;
}

.hp_products_topbox:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 40%;
    top: 32%;
}

.hp_products_image2 {
    width: 50vw;
}

.hp_products_image1 {
    width: 50vw;
}

}


/*videos*/

.hp_videos {
    padding: 0% 6%;
}

.hp_videos_box.x iframe{
    width:50%;
 
}

.hp_videos_box.x {
    text-align: center;
}

@media screen and (max-width: 767.5px){
.hp_videos {
    padding: 12% 3%;
}

.hp_videos_box.x iframe{
    width:100%;
 
}


}

/*Partners*/

.hp_partners {
    padding: 6% 6% 5%;
    position: relative;
}

.hp_partners:before {
    position: absolute;
    content: "";
    top: -66%;
    left: 0;
    background-image: url(https://cdn1.npcdn.net/img/1732781027Our-Partner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 170%;
    z-index: -1;
}

.hp_partners .col-6.col-md-2 {
    padding: 0;
}

.hp_partners_image {
    width: 100%;
}

.hp_partners_title {
    text-align: center;
    font-family: racing sans one;
    font-size: 2.25vw;
    margin-bottom: 2%;
    color: #fff;
}


@media screen and (max-width: 1200.5px){
.hp_partners_title {
   
    font-size: 2.75vw;
    margin-bottom: 2%;
   
}

.hp_partners_image {
    max-width: 120%;
}

}


@media screen and (max-width: 767.5px){
.hp_partners_title {
   
    font-size: 7vw;
    margin-bottom: 6%;
   
}

.hp_partners_image {
    max-width: 100%;
}

.hp_partners {
    padding: 12% 3%;
    
}

.hp_partners_image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 2;
    object-fit: contain;
}

.hp_partners:before {
    
    top: -66%;
    left: 0;
  
    width: 100%;
    height: 160%;
  
}



}


/*Google*/

.index_wrapper_8 {
    padding: 6% 6% 3%;
    display: none;
}

.ex_hp_googleReviewDefault .slick-dots {
  
    display: none !important; 
}

/*News*/

/*.index_wrapper_7 {*/
/*    padding: 6% 0 4% 21.5%;*/
/*    position: relative;*/
/*}*/

/*.index_wrapper_7:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto 0;*/
/*    left: 0;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1732778295latest_news_imgs.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width: 26vw;*/
/*    height: 40vw;*/
/*}*/

/*#main_index .hp_latest_new .news_box .read_more {*/
   
/*    display: none;*/
/*}*/

/*.hp_latest_new .news_box .title {*/

/*    color: #000 !important;*/
/*}*/

/*.hp_latest_new .news_box .img_frame {*/
    
/*    padding-top: 178%;*/
/*}*/

/*.hp_news_title {*/
/*    color: #3f3f3f;*/
/*    font-size: 3vw;*/
/*    font-family: racing sans one;*/
/*    margin-bottom: 1.75%;*/
/*}*/


/*@media screen and (max-width: 1200.5px){*/
/*.hp_news_title {*/
    
/*    font-size: 3.5vw;*/
    
/*    margin-bottom: 1.75%;*/
/*}*/

/*}*/

/*@media screen and (max-width: 991.5px){*/
/*#main_index .hp_latest_new .col-lg-4 {*/
    
/*    flex: 0 0 33.333333%;*/
/*    max-width: 33.333333%;*/
/*}*/

/*#main_index .hp_latest_new .col-lg-8 {*/
    
/*    flex: 0 0 66.666667%;*/
/*    max-width: 66.666667%;*/
/*}*/

/*#main_index .hp_latest_new .news_box .title {*/
/*    font-size: 1.35rem;*/
   
/*}*/

/*}*/


/*@media screen and (max-width: 767.5px){*/
/*#main_index .hp_latest_new .col-lg-4 {*/
    
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/

/*#main_index .hp_latest_new .col-lg-8 {*/
    
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/

/*#main_index .hp_latest_new .news_box .title {*/
/*    font-size: 4vw;*/
   
/*}*/

/*.index_wrapper_7 {*/
/*    padding: 12% 6%;*/
   
/*}*/

/*#main_index .hp_latest_new .news_box {*/
/*    margin-bottom: 6% !important;*/
/*}*/

/*.hp_news_title {*/
    
/*    font-size: 7vw;*/
/*    text-align: center;*/
/*    margin-bottom: 6%;*/
/*}*/

/*.index_wrapper_7:before {*/

/*    top: 0;*/
/*    bottom: unset;*/
/*    margin: auto 0;*/
/*    left: 0;*/
    
/*    width: 32vw;*/
/*    height: 50vw;*/
/*}*/

/*}*/

/*Contact*/

.hp_contact {
    padding: 13.5% 0 10%;
    position: relative;
}

.hp_contact:before {
    position: absolute;
    content: "";
    top: 2%;
    left: 0;
    background-image: url(https://cdn1.npcdn.net/img/1732775990Contact-Us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 102%;
}


.hp_contact_title {
    font-size: 3vw;
    font-family: 'Racing Sans One';
    color: #fce200;
    margin-bottom: 2%;
}

.hp_contact_desc {
    color: #fff;
    font-size: 1.15vw;
    font-weight: 300;
    margin-bottom: 7%;
}

.hp_contact_link {
    color: #000;
    background: #fce200;
    border: 1px solid #fce200;
    font-family: racing sans one;
    padding: 0.5vw 1.75vw;
    font-size: 1vw;
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    transition: 0.3s;
}


.hp_contact_link:hover {
    color: #fce200;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    
 
}

@media screen and (max-width: 1200.5px){
.hp_contact_title {
    font-size: 3.5vw;
  
    margin-bottom: 2%;
}

.hp_contact_desc {
   
    font-size: 1.5vw;
    
    margin-bottom: 7%;
}

.hp_contact_link {
   
    padding: 1vw 2.25vw;
    font-size: 1.5vw;
   
}

.hp_contact {
    padding: 12% 0 9%;
   
}

}


@media screen and (max-width: 767.5px){
.hp_contact_title {
    font-size: 7vw;
  
    margin-bottom: 6%;
}

.hp_contact_desc {
   
    font-size: 3.7vw;
    text-shadow: 2px 2px 4px #000;
    margin-bottom: 9%;
}

.hp_contact_link {
   
    padding: 1.5vw 4vw;
    font-size: 4vw;
   
}

.hp_contact {
    padding: 12% 0%;
    text-align: center;
   
}

}



/*Touch*/

.hp_touch {
    background: #000;
    padding: 4% 0% 2% 9%;
    border-bottom: 2px solid #fff;
}

.hp_touch_title {
    color: #fce200;
    font-family: racing sans one;
    font-size: 2vw;
}

.hp_touch_mitle {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.4;
}

.hp_touch_fbox {
    display: flex;
    gap: 20px;
}

.hp_touch_fbox:nth-child(1) {
    margin-bottom: 3%;
}



.hp_touch_eitle {
    color: #fff;
    font-size: 1vw;
    font-weight: 700;
}

.hp_touch_eitem {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    transition: 0.3s;
}

.hp_touch_eitem:hover {
    color: #fce200;
    text-decoration: none;
}

.hp_touch_spongebob {
    display: none;
    gap: 25px;
    margin-top: 4%;
}

.hp_touch_link {
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    transition: 0.3s;
}

.hp_touch_link:hover {
    color: #fce200;
    
    text-decoration: none;
}

.hp_touch .col-12.col-md-5 {
    flex: 0 0 38.666667%;
    max-width: 38.666667%;
}

.hp_touch .col-12.col-md-3 {
    flex: 0 0 28%;
    max-width: 28%;
}

@media screen and (max-width: 1200.5px){
.hp_touch_title {
   
    font-size: 2.5vw;
}

.hp_touch_mitle {
    
    font-size: 1.5vw;
    
}

.hp_touch_eitle {
    
    font-size: 1.5vw;
    
}

.hp_touch_eitem {
    
    font-size: 1.5vw;
    
}

.hp_touch_link {
    
    font-size: 1.5vw;
   
}

.hp_touch .col-12.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.hp_touch .col-12.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.hp_touch {
   
    padding: 4% 0% 2% 3%;
 
}

}


@media screen and (max-width: 767.5px){
.hp_touch_title {
   
    font-size: 7vw;
    text-align: center;
}

.hp_touch_mitle {
    
    font-size: 3.7vw;
    text-align: center;
    margin-bottom: 9%;
    
}

.hp_touch_eitle {
    
    font-size: 4vw;
    
}

.hp_touch_eitem {
    
    font-size: 4vw;
    
}

.hp_touch_link {
    
    font-size: 3.7vw;
   
}

.hp_touch .col-12.col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_touch .col-12.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_touch {
   
    padding: 12% 3%;
 
}

.hp_touch_spongebob {

    gap: 4vw;
    margin-top: 6%;
    flex-wrap: wrap;
    justify-content: center;
}

}


/*Footer*/

/*.footer_type3 {*/
/*    color: white;*/
/*    background: #000;*/
/*    padding-bottom: 1%;*/
   
/*}*/

/*.footer_type3 a {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*}*/

/*.footer_type3 strong {*/
/*    font-weight: 700;*/
/*}*/


/*@media screen and (max-width: 767.5px){*/
/*.footer_type3 {*/
    
/*    text-align: center;*/
/*}*/

/*}*/

.footer_type7 {
    background-color: #fff;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer_type7 a {
   
    color: #000;
  
}

.footer_type7 .social_media {
    text-align: left;
}

.footer_type7 .title h5 {
    
    text-transform: uppercase;
}

/**/

.product-detail-tab span {
    font-size: 1.24vw;
}

@media screen and (max-width: 1200.5px){
.product-detail-tab span {
    font-size: 1.7vw;
}

}


@media screen and (max-width: 767.5px){
.product-detail-tab span {
    font-size: 4vw;
}

}