@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body > br{
    display: none;
}
/*unify*/
.bigTitle{
    font-size: 2.25rem;
    font-weight: 700;
    
    color: #195190;
}

.n_titleHeaderLine {
    width: 4rem;
    height: 5px;
    border-radius: 5rem;
    background: #b3b3b3;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}
#n_cate .n_titleHeaderLine {
    margin-left: auto;
    margin-right: auto;
}
#n_product .n_titleHeaderLine {
    margin-left: auto;
    margin-right: auto;
}

#n_brandTop .n_titleHeaderLine {
    margin-left: auto;
    margin-right: auto;
}

#n_latestnews .n_titleHeaderLine {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.5px){
    .bigTitle{
        font-size: 1.75rem;
    }
     #n_about .n_titleHeaderLine {
        width: 4rem;
        margin-top: 0.875rem;
        margin-bottom: 1.5rem;
    }
    #n_cate .n_titleHeaderLine {
        width: 4.5rem;
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }
    #n_product .n_titleHeaderLine {
        width: 4.5rem;
        margin-top: 0.5rem;
    }
    #n_brandTop .n_titleHeaderLine {
        width: 4.5rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}



.n_aboutTitle {
    font-size: 2.25rem;
    font-weight: 700;
    
    color: #195190;
}



/*Top Contact*/
.n_topContactText a:hover {
    color: #195190FF!important;
}

.n_topContactText a{
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.n_topContactText:hover {
    color: #26c1cb;
}


/*a.lang-switch {*/
/*    padding: 3px 10px 5px 10px;*/
    
/*    background: #d72229;*/
/*    color: #fff;*/
/*}*/

/*a.lang-switch.en{*/
/*    border-radius: 999px 0  0 999px;*/
/*}*/


/*a.lang-switch.bm{*/
/*    border-radius: 0 999px 999px 0;*/
/*}*/

/*a.lang-switch.en:hover, a.lang-switch.bm:hover{*/
/*   background: #065091;*/
/*    color: #fff;*/
/*   text-decoration: none;*/
/*}*/

/*a.lang-switch.en:active, a.lang-switch.bm:active{*/
/*   background: #fff;*/
/*   color: #065091;*/
/*   text-decoration: none;*/
/*}*/

/*.alter_navbar_lang {*/
/*    display: flex;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 2px 0;*/
/*    align-items: center;*/
/*    border: 2px solid #b3b3b3;*/
/*    border-radius: 999px;*/
/*}*/


.navbar_type10 .justify-content-between {
   
    justify-content: normal!important;
    align-items: center;
    
}

.navbar_type10 .nav_search{
    flex-grow: 0.8;
}


.nav_right_space {
    position: relative;
}

.nav_right_space .lang_bar {
    position: absolute;
    right: -5vw;
    bottom: 29px;
}


/*lang bar*/

.np_language_btn {
    position: absolute;
    top: 20px;
    right: 5%;
    z-index: 9999;
    user-select: none;
    cursor: pointer;
}

@media screen and (max-width: 1200.5px){
    .np_language_btn {
        right: 1%;
    }
}


.np_language_btn .dropdown_btn span{
    display: none;
}

.np_language_btn .dropdown_btn {
    background-color: white;
    box-shadow: unset;
    
    border-radius: 999px;
    border: 2px solid #b3b3b3;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    color: #065091;
    padding: 0;
}

.np_language_btn .dropdown_btn a {
    padding: 3px 10px 3px 10px!important;
    
    background: #d72229;
    color: #fff;
}

.np_language_btn .dropdown_btn a:hover{
   background: #fff;
    color: #065091;
   text-decoration: none;
}

.np_language_btn .dropdown_btn a:nth-child(1) {
    border-radius: 999px 0  0 999px;
}


.np_language_btn .dropdown_btn a:nth-child(2) {
    border-radius: 0 999px 999px 0;
}



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

.navbar_type10 .nav_search input {
    border: 3px solid rgba(211,211,211,0.2);
    border-right: 1.5px;
    border-radius: 25px 0 0 25px;
    padding: 15px 25px;
}

.navbar_type10 .nav_search form {
    justify-content: flex-end;
}

.navbar_type10 .nav_search .search_button {
    background-color: #065091;
    color: #fff;
    font-size: 20px;
    border-left: 1.5px;
    border-radius: 0 25px 25px 0;
    border: 3px solid rgba(0,0,0,0.2);
}

.nav_bottom .menu{
    padding-left: 9vw;
}

.nav_bottom .menu .nav_item:hover{
    background-color: unset;
}

.nav_bottom .menu .nav_item .dropdown a {
    font-size: 1rem;
    color: #333333;
    padding: 10px 20px;
}

.nav_bottom .menu .nav_item .dropdown a:hover {
    
    color: #065091!important;
}

.navbar_type10 .container div:nth-child(2) {
    order: 3;
    width: 25%;
    display: flex;
    align-items: center;
}



/*banner*/

        .slider_banner .bannercontent {
            overflow: hidden;
        }

        .hp_banner {
            position: relative;
            left: 8vw;
            top: 50%;
            transform: translate(0, -50%);
            width: calc(100% - 0%);
        }
        
        .bannerspan {
            color: #fff;
            background-color: #d72229;
            font-size: 1.5vw;
            padding: 10px 2vw;
            border-radius: 999px;
            text-transform: uppercase;
           
        }

        .bannertitle {
            font-size: 3.5vw;
            font-weight: 800;
            line-height: 1.2;
            color: #065091;
            padding: 2% 0;
            margin: 0;
        }
        
        
        .bannerbottombox{
            display: flex;
        }
        
        .bannerbtnbox1, .bannerbtnbox2{
            display: flex;
        }
        
        .bannerbtnbox2{
            padding-left: 2vw;
        }
        
        .bannercontent {
            font-size: 1.2vw;
            font-weight: 400;
            width: 35vw;
            line-height: 1.5;
            color: #333333;
        }
        
        .bannerbtn {
            color: #065091;
            font-size: 1rem;
            font-weight: 500;
            text-transform: uppercase;
            border: 1px solid #065091;
            border-radius: 999px;
            padding: 0.3rem 1.8rem 0.3rem 3.4rem;
            text-decoration: none;
            background-color: transparent;
            transition: all 0.5s linear;
            margin-top: 1.5rem;
        }
        
        .bannerbtn.banner1{
            background-color: #d72229;
            color: #fff;
            border: 1px solid #d72229;
        }
        
        .bannerbtn.banner1:hover {
            background-color: #065091;
            color: #fff;
            border: 1px solid #065091;
            text-decoration: none;
            transform: scale(1.1);
        }
        
        .bannerbtn.banner2:hover{
            color: #d72229;
            border: 1px solid #d72229;
            text-decoration: none;
            transform: scale(1.1);
        }
        
        .btnbox:hover{
            text-decoration: none;
        }
        
        
        .allbtn_text {
            position: relative;
        }
        
        .allbtn_text:before {
            
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            content: "";
            width: 25px;
            height: 25px;
            
            top: 0;
            bottom: 0;
            margin: auto 0;
            left: -2.2rem;
            position: absolute;
        }
        
        
        .allbtn_text.product:before {
            background-image: url("https://cdn1.npcdn.net/images/A_Banner_Icon_1_k8n6j4_1778721769.png?md5id=53f13d594327d166a891ccad57c42d2d&new_width=1000&new_height=1000&type=4");
        }
        
        .allbtn_text.store:before {
            background-image: url("https://cdn1.npcdn.net/images/A_Banner_Icon_2_ojbuk1_1778721769.png?md5id=53f13d594327d166a891ccad57c42d2d&new_width=1000&new_height=1000&type=4");
        }
        
        .btnbox {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            
            
            
        }

        .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: 1199.5px) {
            .bannercontent {
                font-size: 16px;
            }
            
            .bannerbottombox{
                flex-wrap: wrap;
            }
            
            .bannerbtnbox1, .bannerbtnbox2{
                flex: 0 0 100%;
            }
            
            
            .bannerbtn.banner2 {
                margin-top: .8rem;
            }
            
            .bannerbtnbox2 {
                padding-left: 0;
            }
        }

        @media screen and (max-width: 991.5px) {
            .bannercontent {
                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: 8vw;
                width: calc(100% - 0%);
            }
            
            .bannerspan{
                font-size: 2vw;
            }
            
            .bannertitle{
                font-size: 6vw;
            }
            
            .bannercontent {
                font-size: 3vw;
                width: 72vw;
                
            }
            
            .slider_banner .banner_content{
                background: rgba(255,255,255,0.65);
            }
            
        }
        
        @media screen and (max-width: 575.5px) {
           
            
            .bannerspan{
                font-size: 3vw;
            }
            
            .bannertitle{
                font-size: 8vw;
                padding: 4% 0 2% 0;
            }
            
            html:lang(ms) .bannertitle {
                font-size: 7vw;
                padding: 4% 0 2% 0;
            }
            
            .bannercontent {
                font-size: 4vw;
                width: 72vw;
            }
            
            .bannerbtn{
                margin: 0;
            }
            
            
            
            
            .bannerbtn{
                font-size: .8rem;
            }
        }
        


/*hp_whyChooseUs*/
#n_why {
    padding: 2rem 6rem;
    background-color: #065091;
}

.n_whyBox {
    display: flex;
    /*align-items: center;*/
    color: #303030;
    border-right: 1px solid #fff;
    padding: 1.25rem;
}

.n_whyBox:hover {
    color: #195190;
}

.n_whyBoxLast {
    display: flex;
    /*align-items: center;*/
    color: #303030;
    padding: 1.25rem;
}

.n_whyBoxLast:hover {
    color: #195190;
}

.n_whyBox i,
.n_whyBoxLast i {
    font-size: 3rem;
}

.n_whyBox i:hover,
.n_whyBoxLast i:hover {
    color: #195190;
}

.n_whyBox .n_whyContent,
.n_whyBoxLast .n_whyContent {
    margin-left: 1.75rem;
}

.n_whyContentTitle {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
}

.n_whyContentText {
    font-size: 0.875rem;
    font-weight: 400;
    
    color: #fff;
}


.icon{
    max-width: 100%;
}

.iconbox{
    width: 16vw;
    animation: 1s iconanimation;
}


@keyframes iconanimation {
    
  20% {
    transform: rotate(15deg);
  }
  
  40% {
    transform: rotate(-10deg);
  }
  
  60% {
    transform: rotate(5deg);
  }
  
  80% {
    transform: rotate(-5deg);
  }
  
  100% {
  
    transform: rotate(0deg);
  }
  
}


@media screen and (max-width: 1199.5px){
    .iconbox{
        width: 36vw;
    }
}


@media screen and (max-width: 991.5px){
    .iconbox{
        width: 16vw;
    }
}

@media screen and (max-width: 767.5px){
    .iconbox {
        width: 16vw;
        padding-bottom: 1rem;
    }
}

/*hp_aboutUs*/
#n_about {
    overflow-x: hidden;
    padding: 5% 0;
}





.n_aboutContent {
    padding-left: 7rem;
    padding-top: 0.75rem;
    padding-right: 4rem;
    padding-bottom: 0.75rem;
}

.n_aboutText {
    font-size: 1rem;
    font-weight: 400;
    
    line-height: 1.7;
    color:#333;
}

.n_aboutImg img {
    width: 100%;
}

.n_aboutReadMore {
    color: #065091;
    font-size: 1rem;
    font-weight: 700;
   
    text-transform: uppercase;
    border: 1px solid #065091;
    border-radius: 999px;
    padding: 0.3rem 1.8em;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.5s linear;
    margin-top: 1.5rem;
}

.n_aboutReadMore:hover,
.n_aboutReadMore:active {
    border: 1px solid #d72229!important;
    background-size: 100% 100%;
    color: #d72229;
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
    transform: scale(1.2);
}


/*hp_category*/

#main_index .index_wrapper_5 {
    padding: 0 7%;
}

#main_index .product_cat-10 .row > div{
    padding: 0;
}

#main_index .product_cat-10 .row > div:nth-child(1), 
#main_index .product_cat-10 .row > div:nth-child(2),
#main_index .product_cat-10 .row > div:nth-child(3) {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
}

#main_index .product_cat-10 .row > div:nth-child(n+8) {
    display: none;
}


#n_cate {
    overflow-x: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#main_index .product_cat-10 .wrapper_product_category{
    margin-bottom: 0;
    border: 1px solid #b3b3b3;
    padding: .4rem;
}


#main_index .product_cat-10 .wrapper_product_category .product_img{
    border-radius: 0;
}

#main_index .product_cat-10 .wrapper_product_category a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


#main_index .wrapper_product_category h3 {
    opacity: 0;
}
#main_index .wrapper_product_category:hover h3 {
    opacity: 1;
}

#main_index .product_cat-10 .wrapper_product_category .product_img:hover img{
    width:100%;
    height:100%;
}
#main_index .wrapper_product_category  img {
    transition:0.25s all linear;
}
#main_index .col-12.col-md-3.col-lg-3:hover .wrapper_product_category img {
    width:110%;
    height:110%;    
}


#main_index .wrapper_product_category a > div:nth-child(2) {
    position: absolute;
    z-index: 2;
    top: 35%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0!important;
}


#main_index .product_cat-10 .wrapper_product_category h3 {
    overflow-wrap: break-word;
    letter-spacing: 0.025em;
    font-size: 1.5vw;
    width: 80%;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    color: #333333;
    font-weight: 700;
    padding: 1vw;
}

#main_index .wrapper_product_category a > div:nth-child(3) {
    display: none;
}


@media screen and (max-width: 767.5px){
    #main_index .product_cat-10 .row > div:nth-child(n+4):nth-child(-n+7){
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}

@media screen and (max-width: 575.5px){
    #main_index .product_cat-10 .row > div:nth-child(-n+7){
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .product_cat-10 .row > div:nth-child(n+4):nth-child(-n+7){
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

@media screen and (max-width: 991.5px){
   #main_index .wrapper_product_category h3 {
        opacity: 1;
        
    }
    
    #main_index .product_cat-10 .wrapper_product_category h3{
        background-color: rgba(255,255,255,0.7);
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 767.5px){
    
    #main_index .product_cat-10 .wrapper_product_category h3{
       
        font-size: 2.2vw;
    }
}

@media screen and (max-width: 575.5px){
    
    #main_index .product_cat-10 .wrapper_product_category h3{
       
        font-size: 5vw;
    }
}

/*hp_product*/



#main_index .index_wrapper_6 {
    padding: 5% 7%;
}


#n_product {
    margin-top: 2rem;
}

#main_index .productSlider-1{
    padding-top: 20px;
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before{
    display: none;
}


#main_index .product_box h6{
    display: -webkit-box;        
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;       
    overflow: hidden;            
    text-overflow: ellipsis;     

}


#main_index .hp_productbtn{
    padding-top: 2%;
}


#main_index .productSlider-1 .slick-track .slick-slide{
        box-shadow: unset;
        border: 1px solid #b3b3b3;
    }
    

/*hp_latestnews*/
#main_index .index_wrapper_7 {
    padding: 5% 9%;
    
    
    background-image: url("https://cdn1.npcdn.net/images/E_Background_xnsr6e_1778721769.jpg?md5id=53f13d594327d166a891ccad57c42d2d&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



#main_index .latest_new_type6 .news_box_content .title{
    color: #065091;
}

#main_index .latest_new_type6 .news_box .date{
    font-weight: 700;
}

#main_index .latest_new_type6 .news_box .badge-primary{
    background-color: #d72229;
}

#main_index .latestnewsAjax{
    justify-content: center;
}

#main_index .latest_new_type6 .news_box{
    background-color: unset;
}

#main_index .latest_new_type6 .news_box .img_frame{
    border: unset;
}
 
#main_index .latest_new_type6 .row.latestnewsAjax > div:nth-child(1){
    margin-bottom: 1rem;
}

/*About Us*/
#n_aboutUs {
    overflow-x: hidden;
    padding: 3rem 0;
    background-color: rgba(230, 230, 230, 0.4);
}

#n_aboutUs .n_titleHeaderLine {
    content: '';
    display: block;
    width: 4rem;
    height: 5px;
    border-radius: 5rem;
    background: #A2A2A1;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

/*Footer*/

.footer{
    background-color: #065091;
}

.footer .mb-3.privacy_policy.text-center.d-flex a{
    margin: 0 auto;
}
.footer h5 {
   
    font-weight: 700;
}

.footer p {
    font-size: 0.875rem;
   
}

.footer .left_line {
    border-right: 1px solid;
    border-bottom: 0;
}


.footer .social_media a {
    border-radius: 999px;
    background: #fff;
    padding: 12px;
    display: flex;
    justify-content: center;
    height: 25px;
    width: 25px;
    align-items: center;
    
}

.footer .social_media li a{
    color: #065091;
}

/*Product Slide Type 3*/
.productSlider-3 .product_img .product_box .product_img_frame {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

@media all and (min-width: 991.5px) {
    /*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: 1899.5px) {
    
    
    
    /*hp_aboutUs*/
    .bigTitle {
        font-size: 2.5rem;
    }

    #n_about .n_titleHeaderLine {
        width: 5rem;
        margin-top: 0.5rem;
        margin-bottom: 1.75rem;
    }

    .n_aboutContent {
        padding: 1rem 4rem 1rem 9rem;
    }

    .n_aboutText {
        font-size: 1.25rem;
    }

    .n_aboutImg img {
        width: 100%;
    }

    .n_aboutReadMore {
        font-size: 1.125rem;
        padding: 0.75rem 1.5rem;
        margin-top: 2rem;
    }
    
    
    /*hp_category*/
    #n_cate {
        overflow-x: hidden;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .n_cateTitle {
        font-size: 2.5rem;
        font-weight: 700;
       
        color: #195190;
    }

    #n_cate .n_titleHeaderLine {
        width: 5.5rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }

    .n_cateBox {
        padding: 0.5rem;
    }

    .n_cateBtn {
        font-size: 1.25rem;
        padding: 0.75rem 1.25rem;
    }
    
    /*hp_whyChooseUs*/
    #n_why {
        padding: 3rem 10rem;
    }

    .n_whyBox {
        padding: 1.75rem;
    }

    .n_whyBoxLast {
        padding: 1.75rem;
    }

    .n_whyBox i,
    .n_whyBoxLast i {
        font-size: 3.75rem;
    }

    .n_whyBox .n_whyContent,
    .n_whyBoxLast .n_whyContent {
        margin-left: 1.75rem;
    }

    .n_whyContentTitle {
        font-size: 1.75rem;
    }

    .n_whyContentText {
        font-size: 1rem;
    }
    
    
    /*hp_product*/
    #n_product {
        margin-top: 1rem;
    }

    .n_productTitle {
        font-size: 2.5rem;
        font-weight: 700;
     
        color: #195190;
    }

    #n_product .n_titleHeaderLine {
        width: 5.5rem;
        margin-top: 0.5rem;
    }
    
    
    
    
    
}
@media all and (max-width: 1299.5px){
    #n_why {
    padding: 2rem 0rem;
}
}

@media screen and (max-width:1199.5px){
    .navbar_type10 .container div:nth-child(2) {
    width: 25%;
}
}

@media all and (max-width: 1079.5px) {
    .n_topContactText {
        font-size: 12px;
    }
    .n_aboutContent {
        padding-left: 1rem;
        padding-top: 0.75rem;
        padding-right: 1rem;
        padding-bottom: 0.75rem;
    }
}

@media all and (max-width: 991.5px) {
    
    
    
    /*hp_aboutUs*/
    #n_about {
        margin-top: 2rem;
    }

   

    .n_aboutContent {
        padding: 1rem 1.5rem;
    }

    .n_aboutText {
        font-size: 1.125rem;
    }

    .n_aboutImg {
        margin-top: 2rem;
        padding: 0 1.5rem;
    }

    .n_aboutReadMore {
        font-size: 1rem;
        padding: 0.5rem 1.125rem;
        margin-top: 1.5rem;
    }
    
 

    

    .n_cateBox {
        padding: 0.5rem;
    }

    .n_cateBtn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    
    /*hp_whyChooseUs*/
    #n_why {
        padding: 2rem;
    }

    .n_whyBox {
        padding: 1.75rem;
        border-right: none;
        border-bottom: 1px solid rgba(162, 162, 161, 0.3);
    }

    .n_whyBoxLast {
        padding: 1.75rem;
    }

    .n_whyBox i,
    .n_whyBoxLast i {
        font-size: 3.75rem;
    }

    .n_whyBox .n_whyContent,
    .n_whyBoxLast .n_whyContent {
        margin-left: 2.75rem;
    }

    .n_whyContentTitle {
        font-size: 1.875rem;
    }

    .n_whyContentText {
        font-size: 1rem;
    }
    
    

    
    
    #n_brand {
        padding: 1rem;
    }

    .n_brandIcon img{
        width: 100%;
        max-width: 4rem;
        height: auto;
    }
    
    /*About US*/
    #n_aboutUs {
        padding: 2rem 0;
    }
}

@media all and (max-width: 767.5px) {
    
    
    
    /*hp_aboutUs*/
    #n_about {
        padding: 1.4rem;
        margin-top: 1.5rem;
    }

    
   

    .n_aboutContent {
        padding: 1rem 0rem;
    }

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

    .n_aboutImg {
        margin-top: 2rem;
        padding: 0rem;
    }

    .n_aboutReadMore {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
        margin-top: 1.25rem;
    }
        
  

    

    .n_cateBox {
        padding: 0.5rem;
    }

    .n_cateBtn {
        font-size: 1.25rem;
        padding: 0.75rem 1.25rem;
    }
    
    
    /*hp_whyChooseUs*/
    #n_why {
        padding: 0rem;
    }

    .n_whyBox {
        display: block;
        padding: 1.75rem;
    }

    .n_whyBoxLast {
        display: block;
        padding: 1.75rem;
    }

    .n_whyBox i,
    .n_whyBoxLast i {
        font-size: 2.75rem;
        margin-bottom: 0.5rem;
    }

    .n_whyBox .n_whyContent,
    .n_whyBoxLast .n_whyContent {
        margin-left: 0;
    }

    .n_whyContentTitle {
        font-size: 1.5rem;
    }

    .n_whyContentText {
        font-size: 0.875rem;
    }
    
   
    
    
    
    /*hp_brands*/
    #n_brandTop {
        margin-top: 0;
    }
        
  
    
        
    #n_brand {
        padding: 1rem 0;
    }

    .n_brandIcon img{
        width: 100%;
        max-width: 4.25rem;
        height: auto;
    }
    
    
    /*About Us*/
    #n_aboutUs {
        padding: 1.5rem 0;
    }
    
    
    /*Footer*/
    .footer p {
        margin-bottom: 15px;
    }
    
    .footer .left_line {
        margin-bottom: 15px;
    }


    .footer .left_line {
        border-right: none;
        border-bottom: 1px solid;
        
        padding-bottom: 5px;
    }
}



/* others page*/


.advance_filtering {
    display: none;
}