/*@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');*/


body > br{
    display: none;
}
/*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: #fff;
    box-shadow: none;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #C1272D;
    font-size: 0.8rem;
    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: rgba(255, 255, 255, 0.8)!important;
    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: #C1272D;
    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 {
    padding: 5px;
}


/*hp_banner*/
.banner_content{
    overflow: hidden;
}
/*.n_bannerContainer {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
 .n_bannerContainer {
     position: relative;
     width: 100%;
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center;     /* 垂直居中 */
        text-align: center;      /* 文字居中 */
        height: 100vh;       
 }
 .n_bannerInnerGroup {
        text-align: center; /* 文字居中 */
    }
.n_bannerGroup {
    position: absolute;
    top: 55%;
    left: 20%;
    transform: translate(-20%, -50%);
    width: 100%;
}

.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: 1.25rem;
    font-weight: 400;
    /*font-family: 'Merienda', cursive;*/
    line-height: 3.1;
    color: #fff;
    margin: 0;
}

.n_bannerTitleText {
    font-size: 3.2vw;
    font-weight: 900;
    /*font-family: 'Merienda', cursive;*/
    line-height: 1.1;
    color: #fff;
    letter-spacing: 1px;
}

.n_bannerText {
    font-size: 1.25rem;
    font-weight: 400;
    /*font-family: 'Lora', serif;*/
    line-height: 2.5;
    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: 300px !important;
        object-fit: cover;
    }
    
}


.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:25px;
}
.navbar_type8 .nav  _tab .dropdown .dropdown-menu {
    top: 20px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item {
    display: flex; 
    flex-direction: column; 
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    position: absolute;
    border-top: 0;
    top: 20px!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel.p-3 {
    padding: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel a {
     flex: 0 1 100%;
     padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item {
    height: auto;
    text-align: left;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame {
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text {
    color:#fff;
    text-align: left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text:hover {
    color:#E53935;
}

/*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: #e32c3b;
}

.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(227, 44, 59, 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: 6rem;
    margin-bottom: 5rem;
}

.n_cateContainer {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin:5px;
    height: 100%;
}
.n_cateContainermain{
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 5px 5px;
    height: 100%;
}
.n_cateContainermain img{
    height: 100%;
}
.n_cateImg{
    height: calc(100% - 10px);
}
.n_cateContainer img{
    height: 100%;
}
.n_cateContainer:hover .n_cateImg img {
   transform: scale(1.2);
}
.n_cateContainermain:hover .n_cateImg img {
    transform: scale(1.2);
}
.n_cateContainer .n_cateImg{
    width: 100%;
    height: 15rem;
    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_cateContainermain .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: 80%;
    left: 8%;
    /* transform: translate(-50%, -50%); */
    text-align: start;
}
.n_centeredmain{
    position: absolute;
    top: 88%;
    left: 80%;
    transform: translate(-50%, -50%);
}
.n_cateTextContent {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    /*padding: 0.75rem 2rem;*/
    border-radius: 4px;
}

.n_cateTextContent h3{
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    /*font-family: 'Roboto', sans-serif;*/
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.n_cateTextContentmain h3{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    /*font-family: 'Roboto', sans-serif;*/
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.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: #e32c3b;
}


/*hp_aboutUs*/
#n_about {
    overflow-x: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 6rem 8.5vw;
    background-image: url('https://cdn1.npcdn.net/images/about_us_pic4_t2l1xc_1755159714.jpg?md5id=0ff0a77035f9569943049ed3e980bb0d&new_width=1500&new_height=844&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.n_aboutTitle {
    font-size: 2.25rem;
    font-weight: 800;
    /*font-family: 'Roboto', sans-serif;*/
    color: #fff;
}

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

.n_aboutViewMore {
    color: #fff;
    border: 2px solid #fff;
    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: 0.9rem;
    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: #fff;
    transition: transform .3s;
}

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

.n_aboutViewMore:hover {
    color: #e32c3b;
}

.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.125rem;
    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: #e32c3b;
}


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

.n_contactTop i {
    font-size: 1.125rem;
    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: #e32c3b;
    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: #e32c3b;
    text-decoration: none;
}


/*About Us*/
#n_aboutUs {
    overflow-x: hidden;
    padding: 6rem 5rem;
    background-image: url('https://cdn1.npcdn.net/img/1625041845aboutUs.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@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 h3{
        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: 1300px) {
    .n_bannerGroup {
    position: absolute;
    top: 48%;
    left: 20%;
    transform: translate(-20%, -50%);
    width: 100%;
}
.navbar_type8 .nav_tab{
    padding-left: 5px;
    padding-right: 5px;
}
.navbar_type8 .nav_tab .nav_item a{
 padding:10px;   
}
}

@media (max-width: 1200px) {
    .n_bannerGroup {
        position: absolute;
        top: 45%;
        left: 20%;
        transform: translate(-20%, -50%);
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .n_bannerGroup {
        position: absolute;
        top: 40%;
        left: 20%;
        transform: translate(-20%, -50%);
        width: 100%;
    }
}
@media all and (max-width: 992px) {
    /*hp_banner*/
    .n_bannerGroup {
        position: absolute;
        top: 35%;
        left: 15%;
        transform: translate(-15%, -50%);
        width: 100%;
    }

    .n_bannerGroup_2 {
        width: 60%;
    }

    .n_bannerTitle {
        line-height: 2.2;
        font-size: 1rem;
    }

    .n_bannerText {
        font-size: 1rem;
        line-height: 2;
        margin-top: 0rem;
    }

    .n_bannerViewMore {
        padding: 0.5rem 1.5rem;
        font-size: 0.875rem;
        margin-top: 1rem;
    }
    
    
    /*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 h3{
                font-size: 0.85rem;
        line-height: 1.4;
    }

    .n_cateTextContentmain h3{
                font-size: 1.35rem;
    }
.n_centeredmain {
    left: 72%;
    
}
    .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: 820px) {
    /*hp_banner*/
    .n_bannerGroup {
        position: absolute;
        top: 32%;
        left: 15%;
        transform: translate(-15%, -50%);
        width: 100%;
    }
}
@media all and (max-width: 762px) {
    /*hp_banner*/
    .n_bannerGroup {
        position: absolute;
        top: 28%;
        left: 15%;
        transform: translate(-15%, -50%);
        width: 100%;
    }

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

    .n_bannerTitle {
        font-size: 1rem;
        line-height: 1.2;
    }
    .n_bannerTitleText {
        font-size: 1.75rem;
        font-weight: 900;
    /* font-family: 'Merienda', cursive; */
        line-height: 2;
        color: #fff;
        letter-spacing: 0px; 
}
    .n_bannerText {
        font-size: 0.75rem;
        line-height: 0;
        margin-top: 0rem;
    }

    .n_bannerViewMore {
        padding: 0.375rem 1.25rem;
        font-size: 0.75rem;
        margin-top: 0;
    }
    
    
    #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 h3{
        font-size: 1rem;
        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.75rem;
    }

    .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: 1rem;
        margin-bottom: 1.5rem;
    }

    .n_contactText i {
        font-size: 1.125rem;
    }
}
@media (max-width: 575px) {
    .n_bannerTitleText {
        font-size: 1.75rem;
        line-height: 1.2;
    }
        .n_bannerTitle {
        font-size: 1rem;
        line-height: 2;
    }
    .n_bannerText {
        font-size: 0.75rem;
        line-height: 2;
    }
}
@media (max-width: 545px) {
        .n_bannerGroup {
        top: 25%;
        }
}
.footer_type3 {
    background-color: #e32c3b;
}
.navbar_mobile {
    height: 100px;
}
.navbar_mobile .logo_img {
    max-height: 70px;
}
.navbar_type8 .logo img {
    width: auto;
}
.navbar_type8{
    height: 100px;
}
@media all and (max-width: 767.5px) {
#n_cate {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
   .n_centeredmain{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .n_cateTextContentmain h3 {
        font-size: 1.35rem;
        text-align: center;
    }
        .n_cateTextContent h3 {
        font-size: 1.35rem;
        text-align: center;
    }
     .n_centered{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    
}
@media all and (max-width: 430px){
    .n_centeredmain{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .n_cateTextContentmain h3 {
        font-size: 1rem;
        text-align: center;
    }
        .n_cateTextContent h3 {
        font-size: 1rem;
        text-align: center;
    }
     .n_centered{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    
}