@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');


/*Langugae Bar*/
#language_dropdown a:nth-child(3){
    display: none;
}

#language_dropdown span:nth-child(2){
    display: none;
}

/*Top Contact*/
.d-lg-block {
    display: none!important;
}

#main_index {
    padding-bottom: 0!important;
    overflow: hidden;
}
/*Navigation*/
#main_index .navbar_type8 {
    background-color: rgba(0,0,0,0.2);
    box-shadow: none;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Roboto', Sans-Serif;
}

#main_index .navbar_type8.dark_nav .nav_tab .nav_item a {
    font-weight: 700;
    font-family: 'Roboto', Sans-Serif;
}

.navbar_type8 {
    background-color: #000;
    box-shadow: 4px 0px 3px rgb(0 0 0 / 40%);
}

.navbar_type8.dark_nav{
    background-color: rgba(0,0,0,.7)!important;
    box-shadow: 4px 0px 3px rgb(0 0 0 / 40%)!important;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #ffc82a;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Roboto', Sans-Serif;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', Sans-Serif;
}


.navbar_type8 .logo img {
  position: absolute;
  left: 0px;
  width: 250px;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

/*hp_banner*/
.banner_content{
    overflow: hidden;
}
.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-20%, -50%);
    width: 50%;
}

.n_bannerGroup_2 {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-5%, -50%);
    width: 50%;
}

.n_bannerInnerGroup {
    position: relative;
    width: 100%;
}

.n_bannerTitle {
    font-size: 3.95vw;
    font-weight: 700;
    font-family: 'Roboto', cursive;
    line-height: 1.4;
    color: #ffc82a;
}

.n_bannerTitle2 {
    font-size: 2.95vw;
    font-weight: 700;
    font-family: 'Merienda', cursive;
    line-height: 1.1;
    color: #fff;
}

.n_bannerText {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: 'Lora', serif;
    line-height: 1.6;
    color: #fff;
    margin-top: 2rem;
}

.n_bannerViewMore {
    color: #ffc82a;
    border: 2px solid #ffc82a;
    border-radius: 0;
    background: rgba(255,255,255,0);
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    transition: transform .3s;
    margin-top: 1.5rem;
}

.n_bannerViewMore span {
    position: relative;
    z-index: 100;
}

.n_bannerViewMore:before {
    transform: translate3d(-100%,0,0);
    background: #ffc82a;
    transition: transform .3s;
}

.n_bannerViewMore:after {
    transform: translate3d(100%,0,0);
    background: rgba(255,255,255,.1);
    transition: transform .3s
}

.n_bannerViewMore:hover {
    color: #333;
}

.n_bannerViewMore:hover:after, .n_bannerViewMore:hover:before {
    transform: translate3d(0,0,0);
}

.n_bannerViewMore:after, .n_bannerViewMore:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.n_bannerContainer .fadeInRight,
.n_bannerContainer .fadeInLeft {
    animation-duration: 0.8s;
}

.n_bannerGroup.bannerGroup_2{
    left: unset;
    right: 20%;
    transform: translate(20%,-50%);
    text-align: right;
}

@media screen and (max-width:767px){
    .index_wrapper_2 .item.slick-slide > img{
        min-height: 270px !important;
        object-fit: cover;
    }
    
    .n_bannerText {
    font-size: 0.55rem;
    margin-top: 0.8rem;
}

.n_bannerViewMore {
    color: #ffc82a;
    border: 2px solid #ffc82a;
    border-radius: 0;
    background: rgba(255,255,255,0);
    padding: 0.5rem 0.8rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 700;
    transition: transform .3s;
    margin-top: 0.8rem;
}
    
}

/*hp_whyChooseUs*/
#n_why {
        overflow: hidden;
    max-width: 1260px;
    padding: 2rem 15px;
    margin: 0 auto;
}

.n_whyContainer_border {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid rgb(211,211,211, 0.5);
}

.n_whyContainer {
    display: flex;
    padding: 2rem 0;
}

.n_whyContainer:hover .n_whyContentTitle,
.n_whyContainer_border:hover .n_whyContentTitle {
    color: #ffc82a;
}

.n_whyImgContainer {
    text-align: center;
    overflow: hidden;
}

.n_whyImgContainer img {
    width: 100%;
}

.n_whyContent {
    padding: 0 1.5rem;
}

.n_whyContentTitle {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #333;
}

.n_whyContentText {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.n_whyIcon i {
    font-size: 1.75rem;
    color: #fff;
    background: rgba(255, 200, 42, 0.8);
    margin-top: 0.5rem;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 1.125rem;
}

.n_whyIcon_small i {
    font-size: 1.75rem;
    color: #fff;
    background: rgba(255, 200, 42, 0.8);
    margin-top: 0.5rem;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 1.125rem 1.375rem;
}


/*hp_category*/
#n_cate {
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.n_cateContainer {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.n_cateContainer:hover .n_cateImg img {
   transform: scale(1.2);
}

.n_cateContainer .n_cateImg{
    width: 100%;
    height: 20rem;
    overflow: hidden;
}

.n_cateContainer .n_cateImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.n_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.n_cateTextContent {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.n_cateTextContent a {
    text-decoration: none;
}

.n_cateTextContent p{
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
}

.n_cateTextContent a {
   color: #fff;
}

.n_cateTitleContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 2rem;
}

.n_cateTitleContent i {
    font-size: 1.725rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.n_cateTitle {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    color: #ffc82a;
}


/*hp_aboutUs*/
#n_about {
    overflow-x: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 6rem 8.5vw;
    background-image: url('https://cdn1.npcdn.net/img/1693364087content_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.n_aboutTitle {
    font-size: 2.25rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #ffc82a;
}

.n_aboutText {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    color: #fff;
}

.n_aboutViewMore {
    color: #ffc82a;
    border: 2px solid #ffc82a;
    border-radius: 0;
    background: rgba(255,255,255,0);
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    transition: transform .3s;
    margin-top: 1rem;
}

.n_aboutViewMore span {
    position: relative;
    z-index: 100;
}

.n_aboutViewMore:before {
    transform: translate3d(-100%,0,0);
    background: #ffc82a;
    transition: transform .3s;
}

.n_aboutViewMore:after {
    transform: translate3d(100%,0,0);
    background: rgba(255,255,255,.1);
    transition: transform .3s
}

.n_aboutViewMore:hover {
    color: #333;
}

.n_aboutViewMore:hover:after, .n_aboutViewMore:hover:before {
    transform: translate3d(0,0,0);
}

.n_aboutViewMore:after, .n_aboutViewMore:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*hp_product*/
#n_product {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

#n_product i {
    font-size: 1.725rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.n_productTitle {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    color: #ffc82a;
}


/*hp_contact*/
#n_contact {
    overflow-x: hidden;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.n_contactTop i {
    font-size: 1.725rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.n_contactTitle {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    color: #ffc82a;
    margin-bottom: 2rem;
}

.n_contactContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.n_contactImg img {
    width: 100%;
}

.n_contactContent {
    padding: 1rem 4rem;
    text-align: center;
}

.n_contactSubTitle {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #808080;
}

.n_contactSubTitle i {
    color: #808080;
}

.n_contactText {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1.5rem;
}

.n_contactText i {
    font-size: 1.25rem;
}

.n_contactText a {
    color: #333;
}

.n_contactText a:hover {
    color: #ffc82a;
    text-decoration: none;
}


@media all and (max-width: 990px) {
.navbar_mobile {
  flex-basis: auto;
  background-color: rgba(0, 0, 0, 0.9);
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #ffc82a;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 80px;
}
}

@media all and (min-width: 992px) {
    #index_1_1 #top_spacing {
        height: 0 !important;
    }
    
    .productSlider-1 .product_img .product_box .product_img_frame img {
        transform: translate(-50%,-50%) scale(1);
        transition: all .5s ease-in-out;
    }
    
    .productSlider-1 .product_img .product_box .product_img_frame:hover img {
        transform: translate(-50%,-50%) scale(1.15);
    }

  
    /*Product Slider*/
    .slick-prev:before, .slick-next:before {
        font-size: 25px;
        opacity: 1;
        text-shadow: 0 0 4px #4d4d4d!important;
    }
    
    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
        z-index: 10!important;
    }
    
    .slick-prev {
        left: -35px!important;
    }
    
    .slick-next {
        right: -35px!important;
    }
}


@media screen and (min-width: 1900px) {
    /*hp_banner*/
    .n_bannerTitle {
        font-size: 6rem;
        line-height: 1.1;
    }

    .n_bannerText {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-top: 2rem;
    }

    .n_bannerViewMore {
        padding: 1rem 2rem;
        font-size: 1.125rem;
        margin-top: 1.5rem;
    }
    
    
    /*hp_whyChooseUs*/
    
    .n_whyContainer_border {
        display: flex;
        padding: 3rem 0;
        border-bottom: 1px solid rgb(211,211,211, 0.5);
    }

    .n_whyContainer {
        display: flex;
        padding: 3rem 0;
    }

    .n_whyContent {
        padding: 0 2rem;
    }

    .n_whyContentTitle {
        font-size: 1.875rem;
    }

    .n_whyContentText {
        font-size: 1.125rem;
    }

    .n_whyIcon i {
        font-size: 2.25rem;
        padding: 1.5rem;
    }

    .n_whyIcon_small i {
        font-size: 2.25rem;
        padding: 1.5rem 1.875rem;
    }
    
    
    /*hp_category*/
    .n_cateTextContent {
        padding: 0.75rem 2rem;
    }

    .n_cateTextContent p{
        color: #fff;
        font-size: 1.75rem;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .n_cateTextContent a {
       color: #fff;
    }

    .n_cateTitleContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        padding: 2rem;
    }

    .n_cateTitleContent i {
        font-size: 1.125rem;
        color: #333;
        margin-bottom: 0.25rem;
    }

    .n_cateTitle {
        font-size: 2.5rem;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        line-height: 1.2;
        color: #ffc82a;
    }
    
    
    /*hp_aboutUs*/
    #n_about {
        padding: 6rem 8rem;
    }

    .n_aboutTitle {
        font-size: 2.5rem;
    }

    .n_aboutText {
        font-size: 1.125rem;
        line-height: 1.8;
    }

    .n_aboutViewMore {
        padding: 0.75rem 2rem;
        font-size: 1rem;
        margin-top: 1rem;
    }
    
    
    /*hp_product*/
     #n_product i {
        font-size: 1.125rem;
        color: #333;
        margin-bottom: 0.25rem;
    }

    .n_productTitle {
        font-size: 2.5rem;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        line-height: 1.2;
        color: #ffc82a;
    }
    
    
    /*hp_contact*/
    .n_contactTop i {
        font-size: 1.125rem;
        margin-bottom: 0.25rem;
    }

    .n_contactTitle {
        font-size: 2.125rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }

    .n_contactContent {
        padding: 1rem 4rem;
        text-align: center;
    }

    .n_contactSubTitle {
        font-size: 1.125rem;
    }

    .n_contactText {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }

    .n_contactText i {
        font-size: 1.25rem;
    }
}

@media all and (max-width: 992px) {
    
    
    /*hp_whyChooseUs*/
    #n_why {
        padding: 1rem 15px;
    }

    .n_whyContainer_border {
        display: flex;
        flex-direction: column;
        padding: 2.5rem 0;
        border-bottom: 1px solid rgb(211,211,211, 0.5);
        text-align: center;
    }

    .n_whyContainer {
        display: flex;
        flex-direction: column;
        padding: 2.5rem 0;
        text-align: center;
        border-bottom: 1px solid rgb(211,211,211, 0.5);
    }

    .n_whyImgContainer {
        margin-top: 1rem;
    }

    .n_whyContent {
        padding: 0 2rem;
    }

    .n_whyContentTitle {
        font-size: 1.75rem;
    }

    .n_whyContentText {
        font-size: 1.125rem;
    }

    .n_whyIcon,
    .n_whyIcon_small {
        margin-bottom: 1rem;
    }

    .n_whyIcon i {
        font-size: 2.25rem;
        padding: 1.5rem;
    }

    .n_whyIcon_small i {
        font-size: 2.25rem;
        padding: 1.5rem 1.875rem;
    }
    
    
    /*hp_category*/
    .n_cateTextContent {
        padding: 0.5rem 1.75rem;
    }

    .n_cateTextContent p{
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .n_cateTextContent a {
       color: #fff;
    }

    .n_cateTitleContent {
        padding: 2rem;
    }

    .n_cateTitleContent i {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .n_cateTitle {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    
    /*hp_aboutUs*/
    #n_about {
        padding: 3rem;
    }

    .n_aboutTitle {
        font-size: 2.375rem;
    }

    .n_aboutText {
        font-size: 1.125rem;
        line-height: 1.8;
    }

    .n_aboutViewMore {
        padding: 0.75rem 2rem;
        font-size: 1rem;
        margin-top: 1rem;
    }
    
    
    /*hp_product*/
    #n_product i {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .n_productTitle {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    
    /*hp_contact*/
    .n_contactTop i {
        font-size: 1.125rem;
        margin-bottom: 0.25rem;
    }

    .n_contactTitle {
        font-size: 2.125rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }

    .n_contactContent {
        padding: 1rem 4rem;
        text-align: center;
    }

    .n_contactSubTitle {
        font-size: 1.375rem;
    }

    .n_contactText {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .n_contactText i {
        font-size: 1.25rem;
    }
}

@media all and (max-width: 762px) {
    
    
    #n_why {
        padding: 0rem 15px;
    }

    .n_whyContainer_border {
        display: flex;
        flex-direction: column;
        padding: 1.5rem 0;
        border-bottom: 1px solid rgb(211,211,211, 0.5);
        text-align: center;
    }

    .n_whyContainer {
        display: flex;
        flex-direction: column;
        padding: 1.5rem 0;
        text-align: center;
        border-bottom: 1px solid rgb(211,211,211, 0.5);
    }

    .n_whyImgContainer {
        margin-top: 1rem;
    }

    .n_whyContent {
        padding: 0 2rem;
    }

    .n_whyContentTitle {
        font-size: 1.25rem;
    }

    .n_whyContentText {
        font-size: 1rem;
        margin-top: 0.25rem;
    }

    .n_whyIcon,
    .n_whyIcon_small {
        margin-bottom: 1rem;
    }

    .n_whyIcon i {
        font-size: 2rem;
        padding: 1.25rem;
    }

    .n_whyIcon_small i {
        font-size: 2rem;
        padding: 1.375rem 1.75rem;
    }
    
    
    /*hp_category*/
    .n_cateTextContent {
        padding: 1rem 3rem;
    }

    .n_cateTextContent p{
        font-size: 1.75rem;
        line-height: 1.4;
    }


    .n_cateTextContent a {
       color: #fff;
    }

    .n_cateTitleContent {
        padding: 2rem;
    }

    .n_cateTitleContent i {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .n_cateTitle {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .n_cateContainer .n_cateImg{
        height: 100%;
    }
    
    
    /*hp_aboutUs*/
    #n_about {
        padding: 2rem 0rem;
    }

    .n_aboutTitle {
        font-size: 1.625rem;
    }

    .n_aboutText {
        font-size: 1rem;
        line-height: 1.6;
    }

    .n_aboutViewMore {
        padding: 0.5rem 1.25rem;
        font-size: 0.875rem;
        margin-top: 0.75rem;
    }
    
    
    /*hp_product*/
    #n_product {
        margin-top: 2rem;
    }

    #n_product i {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .n_productTitle {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    
    /*hp_contact*/
    .n_contactTop i {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }

    .n_contactTitle {
        font-size: 1.75rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }

    .n_contactContent {
        padding: 1rem;
        text-align: center;
    }

    .n_contactSubTitle {
        font-size: 1.25rem;
    }

    .n_contactText {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }

    .n_contactText i {
        font-size: 1.125rem;
    }
}


/*hp_brands*/
#n_brandTop {
    margin-top: 1rem;
}

#n_brand {
    overflow-x: hidden;
    margin-top: 1rem;
    background-color: rgba(230, 230, 230, 0.4);
    padding: 1rem;
    display: flex;
    flex-wrap: wrap; /* Correct usage of flex-wrap */
}

.n_brandIcon img {
    width: 100%;
    max-width: 5.75rem;
    height: auto;
}

#n_brand .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 14%;
    max-width: 14%;
}


@media all and (max-width: 992px) {
    #n_brand {
        padding: 1rem;
    }

    .n_brandIcon img{
        width: 100%;
        max-width: 4rem;
        height: auto;
    }
}

@media all and (max-width: 767px) {
    /*hp_brands*/
    #n_brandTop {
        margin-top: 0;
    }
        
  
    #n_brand .col-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 25%;
        max-width: 25%;
    }
        
    #n_brand {
        padding: 1rem 0;
    }

    .n_brandIcon img{
        width: 100%;
        max-width: 4.25rem;
        height: auto;
    }
}

/* main_showproducts */
#main_showproducts h1 {
  
    font-size: 20px;
}

#main_showproducts h2 {
  
    font-size: 20px;
    margin-top: 2rem;
}

#main_showproducts h3 {
  
    font-size: 20px;
    margin-top: 2rem;
}

/* main_services */
#main_services h1 {
  
    font-size: 20px;
    
}

#main_services h2 {
  
    font-size: 20px;
    margin-top: 2rem;
}

#main_services h3 {
  
    font-size: 20px;
    margin-top: 2rem;
}
