 @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
 
body > br {
    display: none;
}
 /*404 page*/
 .section-heading{
     color:#000;
 }
 .m_hidden{
     display:none!important;
 }
 .m_hidden_news{
     display:none!important;
 }
 
 @media screen and (max-width: 767.5px){
     .m_hidden{
         display:block!important;
     }
     .m_hidden_news{
         display:flex!important;
    }
 }
 
.animate-text span {

    opacity: 0;
    display: inline-block;
    transform: translateY(40px);

    transition:
        transform 0.8s cubic-bezier(0.22,1,0.36,1),
        opacity 0.8s ease;

}

.animate-text.animate-show span {

    opacity: 1;
    transform: translateY(0);

}

@keyframes textUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

 
 
/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.breakspan{
    display:block;
}

.section_all{
    padding:3% 9% 6%;
}
.small_all{
    font-size:1vw;
    font-weight:400;
    margin-bottom:15px;
    color:#000;
}
.title_all{
    font-size:30px;
    font-weight:800;
    margin-bottom:1%;
    color:#000;
}
.subtitle_all{
    font-size:21px;
    font-weight:800;
    margin-bottom:15px;
    color:#000;
}
.subtitle2_all{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:1%;
    color:#000;
}
.subtitle3_all{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:1%;
    color:#000;
}
.content_all{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.4);
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:0% 0% 0%;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0% 0% 0%;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:0% 0% 0%;
}
.button_all{
    border: 1px solid rgba(254, 209, 48, 255);
    background-color: rgba(254, 209, 48, 255);
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    padding: 5px;
    width: 8.9rem;
    height: 2.9rem;
    color: #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    transform:scale(0.9);
    background-color:rgba(254, 209, 48, 0.8);
    color:#000;
}
.c_lineHi{
    line-height:2vw;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
@media screen and (max-width: 1200.5px){
    .c_lineHi{
        line-height:2.4vw;
    }
}
@media screen and (max-width: 991.5px){
    .c_lineHi{
        line-height:3vw;
    }
}
@media screen and (max-width: 767.5px){
    .title_all{
        font-size:20px;
    }
    .subtitle_all{
        font-size:12px;
    }
    .content_all{
        font-size:14px;
        color: rgba(0, 0, 0, 0.6);
    }
    .c_lineHi{
        line-height:30px;
    }
    .button_all{
        font-size:18px;
        height: 35px;
        width:105px;
        font-weight:600;
    }
    #main_index .generated_col{
        padding:0;
        width:100%;
    }
    .generated_col{
        padding: 0 7.5px;
        width: calc(100% - 15px);
        margin: 0 auto;
    }
    .index_wrapper_3 .generated_col{
        padding:0;
    }
}

#optionModal .modal-dialog .modal-content{
    width:100vw;
}

/*All button*/
.btn-primary{
    color:#000;
    font-weight:600;
}
.btn-primary:hover{
    color:#000;
}

/*pop up adv sizing*/
#nms_popup_model{
    padding-right:0;
}
#nms_popup_model .modal-dialog{
    max-width:500px;
}

/*np_language_btn*/
.np_language_btn{
    position:fixed;
}
.np_language_btn a{
    color:#333!important;
}

/*paging function*/
.pagination .active:hover{
    background-color:#fed130!important;
    color:#000;
}
.pagination .active:hover a{
    background-color:#fed130!important;    
}
.pagination .page-item .page-link:hover{
    background-color:#fed130!important; 
    color:#000!important;
}

/*Search Page*/
.servicenews_searchresult .search_result_item a:nth-child(2) p:nth-child(2) .badge.badge-light{
    display:none;
}

/*Tag page*/
.tag_fillter .seleted_box ul a li{
    border: 1px solid #111;
}
.product_list_horizontal .product_box .img_frame{
    padding-top:unset;
    width:auto;
    aspect-ratio: 1;
}
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
}

@media screen and (max-width: 767.5px){
    .product_list_horizontal .product_box .product_des{
        overflow: hidden;
    }
}


/*Breadscrum*/
.breadcrumb_b{
    margin-top: 36px;
}
.breadcrumb_b ol li a{
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
.breadcrumb_b ol li:last-child a{
    color: #000;
    font-weight: 900;
    font-size: 13px;
}
.breadcrumb_b ol li:after{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}
.breadcrumb_b .fa.fa-home{
    font-size:13px;
}
.breadcrumb_b ol li a:hover{
    color:#000;
}

/*page button adjust*/
.pagination .page-item .page-link:hover{
    color:#000;
}

/*login page*/
.login_box small:nth-child(4) a,
.login_box small:nth-child(6) a{
    color:#000;
    font-weight:600;
}
#main_login .general_btn{
    border-color:#000;
    color:#000;
    font-weight:600;
}

/*signup page*/
#main_signup .general_btn{
    border-color:#000;
    color:#000;
    font-weight:600;    
}
.login_box a{
    color:#000;
}

/*pop up modal-box*/
#nms_popup_model .modal-content{
    overflow:hidden;
    border-radius:20px;
}

/*top_msg*/
.top_msg{
    background-color:#FED130!important;
    /*top:0;
    bottom:unset!important;*/
}
.top_msg .btn{
    font-weight:600;
    color:#FFF;
    background-color:#000!important;
}
.top_msg p{
    color:#000!important;
}
.close_top_msg i{
    color:#000;
}

#main_gallery{
    background-color:#F5F5F7;
}
#main_gallery .page_title{
    padding: 25px 0 17px;
}
#main_gallery .col-lg-3.col-md-6.col-sm-12:last-child{
    display:none;
}

/*latest news page*/
#main_latestnews{
    background-color:#F5F5F7;
    padding-bottom:120px!important;
}
#main_latestnews .page_title{
    padding: 25px 0 17px;
    margin-bottom:0;
}
#main_latestnews .col-md-8.col-12{
    flex:0 0 100%;
    max-width:100%;
}
#main_latestnews .col-md-4.col-12{
    display:none;
}
.navbar_category .navbar-toggler:focus, .navbar_category .navbar-toggler:hover{
    color:#000;
    font-weight:600;
}
.navbar_type10{
    /*margin-top:45px;*/
    top:0;
}
.navbar_type10 .side_bar{
    position:fixed;
    display: none;
}

 
#main_latestnews .latest_new_type4{
        margin-left: 8px;
        margin-right: 8px;
}


.latest_new_type4 .container-fluid .row:nth-child(2){
    display:none;
}

/*Cart page*/
#main_quotation_checkout a{
    color:#000;
}
#main_quotation_checkout .btn-light{
    border-color:#000;
}
.in_cart_item .cart_item .edit{
    color:#000;
}
#cartFinalPrice{
  color:#000;  
}
#main_quotation_checkout .btn-primary{
    color: #000;
    font-weight: 600;
    opacity: 1;

}
html:lang(ms) #main_quotation_checkout .btn-primary{
    width:110px!important;    
}
.check_out_card .btn-outline-primary, #selectvoucher{
    border-color:#000;
    color:#000;
}
.check_out_card .btn-outline-primary:focus, #selectvoucher:focus, .check_out_card .btn-outline-primary:active, #selectvoucher:active, .check_out_card .btn-outline-primary:hover, #selectvoucher:hover{
    color:#000;
}
#shopping_tnc label span{
    white-space: normal!important;
}
#shopping_tnc > div{
    justify-content: flex-start;
    display: flex;
}
#shopping_tnc > div label{
    text-align: left!important;
}
#tnc_hint .text-danger{
    text-align: left!important;
}
.item_remaining_msg{
    color:#000;
}

.print_out div .btn-success{
    color:#000!important;
    font-weight:500;
}
.print_out div strong{
    color:#333!important;
}
.quotation_detail .title{
    color:#000!important;
}
.payment_method .nav-pills .nav-link.active{
    color:#000!important;
    font-weight:500;
}

/*Terms & COnditions page*/
#main_terms{
   background-color:#F5F5F7; 
   padding-top:99px;
   padding-bottom: 110px !important;
}
#main_terms p{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
}
#main_terms strong{
    font-size: 20px;
}
#main_terms ::marker{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/*Private Policy page*/
#main_privacypolicy{
    background-color:#F5F5F7;
    padding-top:99px;
    padding-bottom: 110px !important;
}
#main_privacypolicy p{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
}
#main_privacypolicy strong{
    font-size: 20px;
}
#main_privacypolicy ::marker{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/*brand page*/
#main_brand{
    /*background-color: #F5F5F7;*/
    padding-bottom: 120px !important;
}
#main_brand .page_title{
    margin-top:42px;
    margin-bottom:51px;
}

/*category page*/
#main_category .page_title{
    margin-top:42px;
}
.category_list_type4{
    margin-top:0!important;
}
.category_list_type4 .category_box .img_frame{
    border:3px solid #F5F5F7;
    border-radius: 10px;
    box-shadow:unset;
}
.category_list_type4 .category_box .img_frame:hover{
    border:3px solid #FED130;
}
#main_category .sorting_btn_type2 .d-flex{
    margin-left: 7%;
}

@media screen and (max-width: 767.5px){

}



/*product page*/
.product_list_5 .product_box .img_frame{
    border:3px solid #F5F5F7;
    border-radius: 10px;
    box-shadow:unset;    
}
.product_list_5 .product_box .img_frame:hover{
    border:3px solid #FED130;   
}
.product_list_5 .product_box .img_frame img{
    transform: translate(-50%, -50%) scale(0.97);
}
#main_ourproducts{
    /*background-color: #F5F5F7;*/
    padding-bottom: 120px !important;
}
#main_ourproducts .page_title{
    margin-top:42px;
}
.general_product_list_sold{
    text-align: center;
}
.product_list_5 .product_box .product_des .price a, .product_list_5 .product_box .product_des .title a{
    font-weight:600;
}
.product_list_5 .product_box .img_frame .offer{
    background-color:#FED130;
}
.product_list_5 .product_box .img_frame .offer span{
    color:#000;
    font-weight:700;
}
.category_menu_3 a{
    font-weight:600;
}
.navbar_mobile a{
    z-index:1;
}
.product_list_5 .product_box .product_des .price a:hover, .product_list_5 .product_box .product_des .title a:hover{
    color:#000;
}
.tag_fillter .seleted_box ul a li:hover{
    color:#000;
}

/*product details page*/
#main_showproducts{
    /*background-color: #F5F5F7;*/
    padding-bottom: 120px !important;
}
#main_showproducts .all_font_bg{
    word-break: break-word;
}
#main_showproducts .restock_alert{
    display:none;
}

.product_detail #optionModal .modal-footer .add_to_cart{
    color:#000;
    font-weight:700;
}
.product_detail .mainFunction button{
    color:#000;
    font-weight:600;
}
.product_nav_pill .nav_pill .active,
.product_nav_pill_container .product_nav_pill .nav_pill .active{
    color:#000;
    font-weight:600;
    border-bottom:3px solid #000;
}
.product_nav_pill_container .product_nav_pill .nav_pill:hover a{
    color:#000;
}
.product_detail .product_price .discount-badge{
    color:#000;
}
.product_detail .product_price .offer{
    color:#000;
    font-weight:700;
}
#main_showproducts .btn-submit{
    color:#000;
    font-weight:600;
}
.pagination .active .page-link{
    color:#000;
    font-weight:600;
}
.pagination .page-item .page-link{
    color:#000;
    font-weight:600;
}
.nextprev_product .next_btn,
.nextprev_product .previous_btn{
    color:#000!important;
    background-color:#fed130;
    font-weight:600;
}
#main_showproducts .product_detail .quantity_in_desc{
    display:none;
}
#main_showproducts .productSlider-1 a:hover{
    text-decoration: none;
}
#main_showproducts .productSlider-1 a h6{
    font-size:13.6px;
    font-weight: 600;
    color:#333!important;
    line-height: 1.5;
    text-align: center;
}
#main_showproducts .productSlider-1 .product_box p{
    text-align: center;
    color:#333;
}
#main_showproducts .align-top{
    text-align: center!important;
}
#main_showproducts .align-top a{
    color:#333;
    display: none;
}
#pills-home{
    margin-bottom:2rem;
}

/*search page*/
#main_searchproducts .page_title{
    margin-top: 42px;
    margin-bottom: 47.4px;
}

/*Contact us page*/
.contactus_wrapper_1 .breadcrumb_b{
    margin-left:15px;
}
.contactus_wrapper_2{
    padding-top: 37px;
}
#contactus_2_1{
    padding-right:100px!important;
}
#contactus_2_1 .col-12.col-md-12 > h5{
    font-size: 29px;
    font-weight: 900;
}

.contact_form label{
    position:relative;
    font-size: 16px;
    font-weight: 900;
}
.contact_form .float-label-control:nth-child(1) label:after,
.contact_form .float-label-control:nth-child(2) label:after,
.contact_form .float-label-control:nth-child(3) label:after{
    position: absolute;
    content: "*";
    top: -4px;
    right: -11px;
    color: red;
    font-size: 20px;
    font-weight: 600;
}
.contact_form .form-group{
    margin-top:14px;
}

.contact_form .form-control{
    font-weight: 600;    
}

.contact_form .form-control:focus{
    border-color:#fed131;
    box-shadow: none;
    /*box-shadow:0 0 0 .2rem rgba(254,209,49,0.25);*/
}
.contact_form .bottom{
    margin-left:auto;
}
.contact_form button{
    color: #1D1D1F;
    font-weight: 900;
    font-size: 19px !important;
    height: 48px !important;
    width: 206px;
    border-radius: 100px;
}
.contact_form button:hover{
    color:#1D1D1F;
}

@media screen and (max-width: 767.5px){
    #contactus_2_1{
        padding-right:0!important;
    }
    #contactus_3_1{
        padding:0 15px!important;
            margin-top: 64px;
    }
}

/*photoalbum page*/
#main_photoalbum{
    padding-bottom: 6.4rem !important; 
}
#main_photoalbum .page_title{
    text-align: left!important;
    padding: 23px 0 27px;
}
#photoalbum_3{
    padding:0!important;
}
.page_title b{
    font-size: 31px;
    color: #000;
    font-weight: 900;
}
.gallerycategory .img_frame{
    border-radius:10px;
    aspect-ratio: 1;
}
.ws_gallery-4 .img_frame{
    position:relative;
    border-radius:10px;
    aspect-ratio: 1;
}
.gallerycategory .img_frame .more{
    background: linear-gradient(0deg, black -9%, transparent 39%);
}
.ws_gallery-4 .img_frame img{
    aspect-ratio: 1;
}
.ws_gallery-4 .gallery_img{
    margin-bottom:2rem!important;
    flex:0 0 33.33%;
    max-width:33.33%;
}
.gallerycategory .img_frame img{
    aspect-ratio: 1;
}
.gallerycategory .col-lg-3.col-md-6.col-sm-12{
        padding: 0rem 1rem 20px !important;
}
.gallerycategory .col-lg-3.col-md-6.col-sm-12 > p{
    position: absolute;
      bottom: 30px;
      left: 15px;
      display: flex;
      color: #fff;
      font-weight: 900;
      font-size: 12px;
      text-align: left !important;
      width: 90%;
      align-items: end;
      border-radius: 0px 0px 0px 10px;
      z-index: 1;
      margin-bottom: 40px;
}
.ws_gallery-4 .gallery_img .img_title{
    text-align: left;
    position: absolute;
    bottom: 36px;
    left: 43px;
    right: 43px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
}
.img_frame .info {
    position: absolute;
    top: 83%;
    left: 0;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height:100%;
    text-align: center;
    padding-top: 3%;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
}
.alter_gallery_wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, black -9%, transparent 39%);
}
@media screen and (max-width: 991.5px){
    .ws_gallery-4 .gallery_img{
        flex:0 0 50%;
        max-width:50%;
    }
}
@media screen and (max-width: 767.5px){
    .page_title b{
        font-size: 20px;
    }
    .gallerycategory .col-lg-3.col-md-6.col-sm-12{
        padding: 0rem 0.5rem 20px !important;   
    }
    .ws_gallery-4 .gallery_img{
        flex:0 0 100%;
        max-width:100%;
    }
}
/*#main_photoalbum{*/
/*    padding-bottom: 6.4rem !important; */
/*}*/
/*#main_photoalbum .page_title{*/
/*    text-align: left!important;*/
/*    padding: 23px 0 27px;*/
/*}*/
/*#photoalbum_3{*/
/*    padding:0!important;*/
/*}*/
/*.page_title b{*/
/*    font-size: 31px;*/
/*    color: #000;*/
/*    font-weight: 900;*/
/*}*/
/*.gallerycategory .img_frame{*/
/*    border-radius:10px;*/
/*    aspect-ratio: 1;*/
/*}*/
/*.ws_gallery-4 .img_frame{*/
/*    position:relative;*/
/*    border-radius:10px;*/
/*    aspect-ratio: 1;*/
/*}*/
/*.gallerycategory .img_frame .more{*/
/*    background: linear-gradient(0deg, black -9%, transparent 39%);*/
/*}*/
/*.ws_gallery-4 .img_frame img{*/
/*    aspect-ratio: 1;*/
/*}*/
/*.ws_gallery-4 .gallery_img{*/
/*    margin-bottom:2rem!important;*/
/*    flex:0 0 33.33%;*/
/*    max-width:33.33%;*/
/*}*/
/*.gallerycategory .img_frame img{*/
/*    aspect-ratio: 1;*/
/*}*/
/*.gallerycategory .col-lg-3.col-md-6.col-sm-12{*/
/*        padding: 0rem 1rem 20px !important;*/
/*}*/
/*.gallerycategory .col-lg-3.col-md-6.col-sm-12 > p{*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    margin-bottom: 0;*/
/*    display: flex;*/
/*    color: #fff;*/
/*    font-weight: 900;*/
/*    font-size: 10px;*/
/*    width: 75%;*/
/*    justify-content: center;*/
/*    align-items: baseline;*/
/*    min-height: 70px;*/
/*    border-radius: 0px 0px 0px 10px;*/
/*    z-index:1;*/
/*    left:0;*/
/*    right:0;*/
/*    margin:0 auto;*/
/*    text-align: center;*/
/*}*/
/*.gallerycategory .col-lg-3.col-md-6.col-sm-12 > p:before{*/
/*    position:absolute;*/
/*	background-image:url("https://cdn1.npcdn.net/images/round_pushpin_1f4cd_40ia6m_1744870497.png?md5id=d0866fb7fef7340334755089f89bdfeb&type=4");*/
/*	background-size:100%;*/
/*	background-position:center;*/
/*	background-repeat:no-repeat;*/
/*    content:"";*/
/*    top: -14px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 0 auto;*/
/*}*/
/*.ws_gallery-4 .gallery_img .img_title{*/
/*    text-align: left;*/
/*    position: absolute;*/
/*    bottom: 36px;*/
/*    left: 43px;*/
/*    right: 43px;*/
/*    color: #fff;*/
/*    font-size: 13px;*/
/*    font-weight: 900;*/
/*    line-height: 1.3;*/
/*}*/
/*.img_frame .info {*/
/*    position: absolute;*/
/*    top: 83%;*/
/*    left: 0;*/
/*    color: #333;*/
/*    text-transform: uppercase;*/
/*    width: 100%;*/
/*    height:100%;*/
/*    text-align: center;*/
/*    padding-top: 3%;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    transition: all .3s ease;*/
/*}*/
/*.alter_gallery_wrap{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: linear-gradient(0deg, black -9%, transparent 39%);*/
/*}*/
/*@media screen and (max-width: 991.5px){*/
/*    .ws_gallery-4 .gallery_img{*/
/*        flex:0 0 50%;*/
/*        max-width:50%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 767.5px){*/
/*    .page_title b{*/
/*        font-size: 20px;*/
/*    }*/
/*    .gallerycategory .col-lg-3.col-md-6.col-sm-12{*/
/*        padding: 0rem 0.5rem 20px !important;   */
/*    }*/
/*    .ws_gallery-4 .gallery_img{*/
/*        flex:0 0 100%;*/
/*        max-width:100%;*/
/*    }*/
/*    .gallerycategory .col-lg-3.col-md-6.col-sm-12 > p{*/
/*        font-size:12px;*/
/*    }*/
/*    .gallerycategory .col-lg-3.col-md-6.col-sm-12 > p:before{*/
/*        width:15px;*/
/*        height:15px;*/
/*    }*/
/*}*/

 
/*Search Bar Search*/
.navbar_mobile .hp_search_icon{
    width:19px;
    filter:brightness(0) invert(0);
}
#main_index .navbar_mobile .navbar_type8 .hp_search_icon{
    filter:brightness(0) invert(1);    
}
.navbar_mobile .boxSearch {
    display: none; 
    position: absolute;
    top: 64px;
    right: 9%;
}
.navbar_mobile .nav_search .search_button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.navbar_mobile .nav_search input {
    background: #f0f2f5;
    width: 180px;
    height: 35px;
    border: 0;
    box-shadow: none;
    padding: 0 50px 0 25px;
    border-radius: 0;
    max-height: 45px;
    color: #000;
}
.navbar_mobile .nav_search input::placeholder{
    color:#000;
    font-size:12px;
}
.navbar_mobile .nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid transparent;
    box-shadow: 0 0 7px rgb(191 191 191/0%);
}


.navbar_mobile .btnClose{
    display: none;

}
.navbar_mobile #closeIcon{
    display: none;
}
 .navbar_mobile .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.navbar_mobile .searchBar{
    width: 100%;
    margin: 0 auto;
}
.navbar_mobile .searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.navbar_mobile .row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.navbar_mobile .btnSearch{
    cursor: pointer;
    color:#000;
    font-family: "Alice";
    font-size: 1vw;
    padding: 15px 1vw;
    font-weight: 400;
    color: #444;
}
.navbar_mobile .searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.navbar_mobile .searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.navbar_mobile .searchBar i{
    font-size: 1.2rem;
}
.navbar_mobile button:focus {
    outline: unset;
}
.navbar_mobile .searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar_mobile .searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.navbar_mobile .hp_topspace_sticky-menu{
    filter:brightness(0) invert(0)!important;
}
 
.float_whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20vh;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    background-color: #25d366;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display:none;
 }
 .float_whatsapp a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1000px;    
 }
.float_whatsapp i{
    font-size: 27px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;   
 }

 .alter_nav_usericon{
    width:38px; 
 }
 
 .toggle_btn{
    right:45px;
}
.toggle_btn .whatsapp_float_title{
    left: unset;
    right: 85%;
}

 
@media screen and (max-width: 767.5px){
    .float_whatsapp{
        display:block;
        transform:scale(1.4);
        z-index:1001;
        display: none;
    }
     .toggle_btn{
         transform:scale(1.4);
     }
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu{
  padding-top: 3px;
}
.nav_bottom .menu .nav_item .dropdown a {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    padding: 0 7px;
    font-size: 17px;
    height: 58px;
    display: flex;
    align-items: center;
}
html:lang(ms) .nav_bottom .menu .nav_item .dropdown a{
    padding: 0 1px;
    font-size:12px;
}
.nav_bottom .menu .nav_item:last-child .dropdown a {
    border-right:none;
}
.nav_bottom .menu .nav_item .dropdown a strong{
    font-weight:700;
    padding: 2px 12px;
    color:#000;
}
.nav_bottom .menu .nav_item .dropdown a:hover strong{
    border-radius: 5px;
    background-color: #FED130;
    color: #000;
}
.nav_bottom .menu .nav_item .dropdown ul li a{
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    height: 40px;
    background-color: #fff;
    padding-bottom:0!important;
    justify-content: center;
}
.nav_bottom .menu .nav_item .dropdown a:hover{
    color:#fff;
}
.navbar_type10 .nav_search .search_button .fas.fa-search{
    color:#292929;
}
.navbar_type10 .nav_search form{
    width:52%!important;
    transform:translate(46%,0);
}
.navbar_type10 .container > div:nth-child(2) {
    order: 4;
    /*width: 15%;*/
    width:0%; /*2024.12.16 - [Effect CSS(2)] #128 asking to removed Lazada & Shopee - KH*/
    text-align: center;
    display: flex;
          
}
.navbar_type10 .container div:nth-child(2) img {
    height: 35px;
    margin-right: 12px;
    transition: all .3s ease;
}
.navbar_type10 .container div:nth-child(2) img:hover{
    transform: scale(1.1);
}
.navbar_type10 .e_commerce div .title,
.navbar_type10 .e_commerce div .sub_title{
    display:none;
}
.navbar_type10 > div{
    max-width:1250px;
    align-items: center;
}
.nav_bottom > div{
    max-width:1200px;
    justify-content: center !important;
}
.containerv {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100vh;
}

.videov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.imgeffect{
    transition: all .3s ease;
}
.imgeffect:hover{
    transform: scale(1.05) translateY(-8px);
}
.imgeffect2{
    overflow:hidden;
    position:relative;
}
.imgeffect2 img{
   transition: .2s ease-in-out;
   animation: 3s 0s pulse infinite;
   filter:brightness(.9);
}
.imgeffect2:hover img{
   filter:brightness(1.2);
}
.imgeffect2 .btn3{
    position: absolute;
    bottom:15px;
    right:15px;
}
.imgfont{
    font-size:20px;
    text-align:center;
    color:#d39f0e;
    font-weight:600;
    padding-top:10px;
    text-transform: uppercase;
}
.product_img .img_frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    display:flex;
    box-shadow: 2px 2px 10px #333;
    margin-bottom:30px;
    border-radius: 10px;
}
.img_frame:hover .info {
    position: absolute;
    top: 0%;
    left: 0%;
    height:100%;
    text-shadow: 2px 2px 3px #666;
    background-color: rgba(0,0,0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_frame .info .infofont{
    transition: all .5s ease;
    padding: 0 15px;
}
.img_frame:hover .info .infofont{
    margin-top: 0;
    font-size:22px;
}
.navbar_type10 .e_commerce .dropdown_menu::before {
    left: 58%;
    transform: rotate(130deg);
}
.login .fa-user {
    font-size: 26px !important;
    font-weight: 700;
}
.navbar_type10 .e_commerce .dropdown_menu ul {
    width: 150px;
}
.nav_bottom .cart {
    border-left: none !important;
    display: none;
}
.nav_bottom {
    background-color: #fff;
    margin-top: 101px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
}
.nav_bottom .menu .nav_item:hover {
    background-color: unset;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li {
    padding-bottom: 0;
    padding: 3px;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li:last-child {
    padding-bottom: 0;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li:hover {
    color: #FED130;

}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li:hover a{
    color:#fff;
    background-color:#000;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    background-color: transparent;
    padding: 0;
    box-shadow: 0px 0px 2px transparent;
}
.nav_bottom .cart:hover i {
    color: #d49c00;
    padding: 10px 0;
}
.nav_bottom .cart {
    background-color: #414143;
}
.navbar_type10 .e_commerce .login {
    color: #414143;
    transform:scale(0.8);
}
.navbar_type10 .e_commerce{
    min-width:unset;
    width:unset;
}
.navbar_type10 {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1021;
}
.navbar_type10 .shopping{
    border-left: none !important;
    margin-right: 10px;
    display: flex; 
/*  display:none;  
    2024.11.27 closing ecommerce function
    2024.12.06 - PeiSan Ask to open back the ecommerce function.
*/
}
.navbar_type10 .shopping > a {
    display: flex;
    padding: 0 0 !important;
}
.navbar_type10 .shopping > a:hover{
    text-decoration: none;
    color: #d49c00;
}
.navbar_type10 .shopping .fa-shopping-cart{
    font-size: 24px !important;
    color: #262626;
}
.navbar_type10 .shopping .badge {
    font-size: 90%;
}

.navbar_type10 .e_commerce .dropdown_menu ul a {
    color: #414141;
}
.product_detail .product_price .offer_price {
    font-size: 24px;
}
.navbar_type10 .nav_logo img {
    max-height: 75px;
}
.navbar_type10 .nav_search input {
    background: #FAFAFA;
    color: #524E2E;
    padding: 12px 25px;
    max-height: 50px;
    text-align: left;
}
.navbar_type10 .nav_search input::placeholder{
    font-weight:600;
    text-align: left;
}
.navbar_type10 .nav_search .search_button {
    max-height: 50px;
    transition: all .2s ease;
}
.navbar_type10 .nav_search .search_button:hover {
    background: #262626;
    color: #d49c00;
}
.navbar_type10 .nav_search .search_button:hover i{
    color:#fed130!important;
}
.navbar_type10 .nav_search::placeholder{
    color: #524E2E;
}
@keyframes fntcolor {
  0% {color: #fddb00;}
  50% {color: #d49c00;}
  100% {color: #fddb00;}
}
.navbar_mobile{
    background-color:#fff;
}
.navbar_mobile .btn-outline-light{
    border-color:transparent;
    color: #000;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: transparent;
    color: #000;
}
.alter_navmobile_ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: fixed;
    right: 56px;
    top: 0;
    bottom: 0;
    height: 80px;
}
.alter_navmobile_ul li{
    margin-left:16px;
}
.alter_cart{  
/*
    2024.11.27 - Client closing ecommerce function.
    2024.12.06 - PeiSan Ask to open back the ecommerce function.
*/
    width:21px;
    object-fit: contain;
}

.breakspan{
    display:block;
}
.side_menu .list-group{
    padding-bottom:30px;
}
.side_menu .social_media{
    margin-bottom:0;
}
.side_menu .social_media a{
    padding:5px 15px;
}

@media screen and (max-width: 1200.5px){
    .nav_bottom .menu .nav_item .dropdown a{
        font-size:12px;
    }
    html:lang(ms) .nav_bottom .menu .nav_item .dropdown a{
        padding:0 2px;
    }
}

/*top_spacing*/
.hp_sidebar_box{
    position: fixed;
    border: 1px solid #f2f2f2;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21rem;
    right: 0;
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
}
.hp_sidebar_ul{
    list-style-type: none;
    padding: 0;
    margin: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hp_sidebar_ul li{
    padding: 8px 15px;
    border-bottom: 1px solid #f2f2f2;
}
.hp_sidebar_ul li:last-child{
    border-bottom:1px solid transparent;
}
.hp_sidebar_ul a{
    color: rgba(0, 0, 0, .4);
    font-size: 10px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hp_sidebar_ul a img{
    width: 30px;
    object-fit: contain;
    height: unset !important;
    margin-right: unset !important;
}
.hp_sidenav{
    position: absolute;
    display: none;
    align-items: center;
    top: 0;
    bottom: 0;
    left: calc(-314px/2);
    padding-right: 22px;
    margin: auto 0;
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
}
.sidenav_box{
    width: 145px;
}

.hp_sidebar_ul li:nth-child(2):hover .hp_sidenav{
    display:flex;
} 

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
    opacity:1!important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0,0,0,0.2));
}

.hp_banner{
	position:relative;
	left:0%;
	top:50%;
	transform:translate(0,-50%);
	/*max-width:1250px;*/
	max-width:100%;
    margin:0 auto;
}

.banner1{
    position: absolute;
    top: 0;
    left: 9.2%;
    margin-top: -17.8%;
}
.hp_banner_small{
    font-size: 1.7vw;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2%;
}
.hp_banner_title{
    font-size:3.5vw;
    font-weight:700;
    color:#fff;
}
.hp_banner_title span{
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.c_yel{
    color:#fed130;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin:4% 0% 0%;
}
.hp_banner_button{
    padding: 5px;
    border-radius: 100px;
    border: 1px solid #FED130;
    background-color: #FED130;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    width: 139px;
    height: 40px;
    transition: 0.25s all linear;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hp_banner_button:hover{
    transform:scale(0.9);
    text-decoration: none;
    background-color:#FED130;
    color:#000;
}
html:lang(ms) .hp_banner_button{
    width: 177px;
}
.index_wrapper_2 .slick-slider .slick-track{
    margin:0;
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	/*min-height:83vw!important;*/
    	/*min-height:60vw!important;*/
    	min-height:293px!important;
    	object-fit:cover;
    }
    .hp_banner{
        top:39%;
    }
    .banner1{
        left:1%;
        /*margin-top:-41%;*/
        margin-top:-36%;
    }
    .hp_banner_small{
        font-size:3.3vw;
        margin-bottom:3px;
    }
    .hp_banner_title{
        font-size:6vw;
        line-height: 1.2;
    }
    .hp_banner_title span{
        white-space: unset; 
        text-overflow: unset;
    }
    .hp_banner_buttonbox{
        margin:5% 0% 0%;
    }
    .hp_banner_button{
        font-size: 15px;
        width: 115px;
        text-align: center;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    html:lang(ms) .hp_banner_button{
        width:145px;
    }
}

.tag_fillter .seleted_box ul a:last-child li{
    color:#000;
}
.tag_fillter .tag_filler_list ul li.selected::before{
    color:#000;
}

/*hp_cat*/
/*.cat_top{*/
/*    margin-top: 5.1rem;*/
/*    margin-bottom: 1.5rem;*/

/*}*/
/*.index_wrapper_6{*/
/*    background-color:#f5f5f7;*/
/*}*/
/*.index_wrapper_7{*/
/*    background-color:#f5f5f7;*/
/*}*/
/*.hp_cat .row{*/
/*    align-items: center;*/
/*}*/
/*.cat_row2{*/
/*    margin-top:2rem;*/
/*}*/
/*.cat_row2_spec{*/
/*    margin-bottom:5.5rem;*/
/*}*/
/*.hp_cat_content{*/
/*    position: relative;*/
/*    border-radius:10px;*/
/*    margin:0 0.5rem;*/
/*    overflow:hidden;*/
/*}*/
/*.hp_cat_image{*/
/*    aspect-ratio: 1;*/
/*}*/
/*.hp_cat_link{*/
/*    position:absolute;*/
/*    top:0;*/
/*    bottom:0;*/
/*    left:0;*/
/*    right:0;*/
/*}*/
/*.hp_cat_link:hover{*/
/*    text-decoration: none;*/
/*    color:#000;*/
/*}*/
/*.hp_cat_span{*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    left: 20px;*/
/*}*/
/*.cat_slickLast .hp_cat_content{*/
/*    position: relative;*/
/*    border-radius: 10px;*/
/*    margin: 0 0.5rem;*/
/*}*/
/*.cat_slickLast .hp_cat_link{*/
/*    background-color:#fff;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    margin: auto 0;*/
/*}*/
/*.cat_slickLast .hp_cat_span{*/
/*    position: unset;*/
/*}*/
/*.hp_cat_spanbutton{*/
/*    width:50px;*/
/*}*/

/*@media screen and (max-width: 767.5px){*/
/*    .index_wrapper_6{*/
/*        padding-top: 1rem;*/
/*    }*/
/*    #index_6{*/
/*        padding-right:0!important;*/
/*        padding-left:0!important;*/
/*    }*/
/*    #index_7{*/
/*        padding-left:0!important;*/
/*    }*/
/*    .hp_cat{*/
/*        margin-top: 2rem;        */
/*    }*/
/*    .hp_cat_buttonbox{*/
/*        display:none;*/
/*    }*/
/*    .hp_cat_box{*/
/*        padding:0 10px;*/
/*    }*/
/*    .hp_cat .slick-list{*/
/*        padding-left:0vw!important;*/
/*    }*/
/*    .hp_cat_span{*/
/*        top:17px;*/
/*    }*/
/*    .cat_spec > .container-fluid{*/
/*        padding-right:0;*/
/*    }*/
/*    .cat_row2{*/
/*        margin-top:1rem;*/
/*    }*/
/*    .cat_row2 > .col-md-12{*/
/*        padding-right:0;*/
/*        padding-left:0;*/
/*    }*/
/*    .cat_row2_spec{*/
/*        margin-bottom:0rem;*/
/*    }*/
/*    .hp_cat_span{*/
/*        font-size:16px;*/
/*    }*/

/*}*/

/*hp_newcat*/
.index_wrapper_5{
    background-color:#f5f5f7;
    padding:5.1rem 0 0;
}
.hp_newcat .col-md-2{
    flex:0 0 20%;
    max-width:20%;
    padding: 0.5rem;
}
.hp_newcat_box{
    border: 3px solid #F5F5F7;
    border-radius: 10px;
    position:relative;
    overflow:hidden;
}
.hp_newcat_box:hover{
    border: 3px solid #FED130;    
}
.hp_newcat_top1,
.hp_newcat_top2,
.hp_newcat_top3{
    position: absolute;
    top: 0;
    /*width: 31px;*/
    width:41px;
    left: 13px;
}
.hp_newcat_content{
    margin-bottom:0;
}
.hp_newcat_title{
    margin-bottom:3rem;
}
.hp_newcat_link .content_all{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    color:#000;
}
.hp_newcat_buttonbox{
    margin:40px 0 0;
}
.hp_newcat_button{
    height: 40px;
    width: 117px;
    font-size: 18px;
}
html:lang(ms) .hp_newcat_button{
    width:143px;
}
@media screen and (max-width: 991.5px){
    .hp_newcat .col-md-2{
        flex:0 0 25%;
        max-width:25%;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_5{
        padding:52px 0 0;
    }
    .hp_newcat {
        padding: 0 5px;
    }
    .hp_newcat .col-md-2{
        flex:0 0 50%;
        max-width:50%;
    }   
    .hp_newcat_top1,
    .hp_newcat_top2,
    .hp_newcat_top3{
        width:31px;
    }
    .hp_newcat_title{
        margin-bottom:20px;
    }
    .hp_newcat_buttonbox{
        margin:46px 0 0;
    }
    .hp_newcat_button{
        height: 38px;
        width: 105px;
        font-weight: 900;
        font-size: 15px;
    }
    html:lang(ms) .hp_newcat_button{
        width:127px;
    }
}

/*hp_adv*/
.index_wrapper_6{
    background-color:#f5f5f7;    
}
.hp_adv{
    padding-top: 5.1rem;
    padding-bottom:4.5rem;
}
.hp_adv_title{
    margin-bottom:2rem;
    margin-left:calc(25px + 0.5rem);
}
.hp_adv_title span{
    position:relative;
}
.hp_adv_title span:before{
    position:absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/speaker_icon_2w1yjo_1744795931.png?md5id=d0866fb7fef7340334755089f89bdfeb&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: calc(-25px - 0.5rem);
    top: 0;
    bottom: 0;
    margin: auto;
}
.hp_adv_box{
    overflow:hidden;
    border-radius:15px;
}
.hp_adv .slick-dots{
    bottom:45px!important;
}
.hp_adv .slick-dots li button:before{
    color:#fff;
    opacity:0.8!important;
}
.hp_adv .slick-dots li.slick-active button:before{
    color:#fed130!important;
}
.hp_adv .slick-dotted.slick-slider{
    margin-bottom:0!important;
}

@media screen and (max-width: 767.5px){
    .hp_adv{
        padding-top: 50px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hp_adv_title{
        margin-bottom:13px;
    }
    .slick-dots li.slick-active button:before{
        font-size:6px;
    }
    .hp_adv .slick-dots{
        bottom:22px!important;
    }
}

/*hp_service*/
.hp_service{
    margin-top: 148px;
    margin-bottom: 4.5rem;
}
.hp_service_icon{
    width:118px;
    margin:0 auto 15px;
    display:block;
}
.hp_service_title{
    margin-bottom:70px;
}
.hp_service_title span{
    position:relative;
}
.hp_service_title span:before{
    position:absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/light_icon_um2ek4_1744795930.png?md5id=d0866fb7fef7340334755089f89bdfeb&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    left: 0;
    right: 0;
    top: -48px;
    margin: 0 auto;
}
.hp_service_content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
}
.hp_service_spancontent{
    font-size:14px;
    line-height: 1.5;
}
.hp_service_content:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 1200.5px){
    .hp_service_spancontent .breakspan{
        display:inline;
    }
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7 .generated_col{
        padding:0;   
    }
    .hp_service{
        margin-top:97px;
        margin-bottom:0;
        border-radius: 30px;
        background-color: #fff;
    }
    .hp_service_box{
        margin-bottom:1rem;
    }
    .hp_service_title{
        margin-bottom:2rem;
    }
    .hp_service_icon{
        width:100px;
        margin:0 auto 15px;
    }
    .hp_service_spantitle{
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.1;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .hp_service_spancontent{
        font-size: 12px;
        line-height: 1.6;
        font-weight: 400;
        letter-spacing: 0.1px;
        margin-top: 0px;
        width: 70%;
        padding: 5px 10px 0px 10px;
    }
}


/*hp_project*/
.hp_photo{
    margin-top:62px;
    margin-bottom:3rem;
}
.hp_photo_button{
    border:1px solid #1d1d1f;
    background-color:#1d1d1f;
    color:#fff;
    color: #fff;
    height: 40px;
    width: 105px;
    font-size: 18px;
}
html:lang(ms) .hp_photo_button{
    width:121px;
}
.hp_photo_button:hover{
    /*background-color:#FED130;*/
    /*color:#fff;*/
    border:1px solid #FED130;
}
.hp_photo .row{
    align-items: center;
}
.photo_row2{
    margin-top:25px;
}

.hp_photo_content{
    position: relative;
    border-radius:10px;
    margin:0 0.5rem;
    overflow:hidden;
}
.hp_photo_image{
    aspect-ratio: 1;
    border-radius: 10px 10px 100px 10px;
}
.hp_photo_link{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    border-radius: 10px 10px 100px 10px;
}
.hp_photo_link:hover{
    text-decoration: none;
    color:#000;
}
.hp_photo_link:before{
    position:absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/arrow_right_h98bnv_1744795931.png?md5id=d0866fb7fef7340334755089f89bdfeb&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
	bottom:0;
	right:0;
	z-index:1;
	transition:0.25s all linear;
}
.hp_photo_content:hover .hp_photo_link:before{
    transform:rotate(-90deg);
}
.hp_photo_span{
    position: absolute;
    bottom: 35px;
    line-height: 1.3;
    left: 30px;
    color: #fff;
    font-size: 11px;
    width: 11vw;
    min-height: 43px;
    align-items: end;
    display: flex;
    align-items: flex-end;
}
.hp_photo_date{
    position: absolute;
    bottom: 27px;
    left: 30px;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
}
.photo_slickLast .hp_photo_content{
    position: relative;
    border-radius: 10px;
    margin: 0 0.5rem;
}
.photo_slickLast .hp_photo_link{
    background-color:#fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto 0;
    font-size:21px;
}
.photo_slickLast .hp_photo_span{
    position: unset;
    color:#000;
    font-size:21px;
}
.hp_photo_spanbutton{
    width:50px;
}
@media screen and (min-width: 1673.5px){
    .hp_photo_span{
        min-height:40px;
    }
}
@media screen and (max-width: 991.5px){
    .hp_photo_span{
        width:15vw;
    }
}
@media screen and (max-width: 767.5px){
    #index_8{
        padding: 0 0px 0 0px!important;
    }   
    #index_8 .innerContainer_8{
        padding-right:0px;
        padding-left:0px;
    }
    .hp_photo_button{
        display:none;
    }
    .hp_photo{
        margin-top:61px;
        margin-bottom:3.4rem;
    }
    .hp_photo_title{
        padding-left:1.5rem;
    }
    .hp_photo_box{
        padding-left:8px;
        padding-right:8px;
    }
    .hp_photo .slick-list{
        padding-left:0!important;
    }
    .photo_row2{
        margin-top:23px;
    }
    .hp_photo_link:before{
        width:50px;
        height:50px;
    }
    .hp_photo_span{
        width:auto;
        width:60vw;
        margin-bottom:0;
    }
    .hp_photo_content{
        width: 97%;
        aspect-ratio: 5.7 / 3;
        margin-bottom: 15px;
    }
    .hp_photo_image{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hp_photo_mbuttonbox{
        margin:15px 0 0;
    }
    .hp_photo_mbutton{
        border: 1px solid #1d1d1f;
        background-color: #1d1d1f;
        color: #fff;
        height: 38px;
        font-size: 15px;
        font-weight:900;
        width: 95px;
    }
    html:lang(ms) .hp_photo_mbutton{
        width:103px;
    }
    .hp_photo_span{
        min-height:0;
    }
    .hp_photo_date{
    bottom:11px;}
}

/*hp_client*/
.hp_client{
    padding-top: 95px;
    padding-bottom: 0;
}
.hp_client_small{
    font-weight: 700;
    width: 125px;
    color: #000;
    background-color: rgba(254, 209, 48, 255);
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    border-radius: 5px;
}
html:lang(ms) .hp_client_small{
    height: 37px;
    width: 172px;
}
.hp_client_box{
    border: 2px solid #f5f5f7;
    border-radius: 10px;
}
.hp_client .col-md-2{
    flex:0 0 20%;
    max-width:20%;
    padding: 0.5rem;
}
.hp_client_title{
    margin-bottom:40px;
}
.hp_client_title br{
    display:none;
}

@media screen and (max-width: 767.5px){
    .hp_client .col-md-2{
        flex:0 0 50%;
        max-width:50%;
    }
    .hp_client{
        padding: 65px 9px 0;
    }
    .hp_client_title{
        line-height: 1.2;
    }
    .hp_client_title br{
        display:block;
    }
    .hp_client_small{
        width: 84px;
        height: 28px;
        font-size: 12px;
    }
    html:lang(ms) .hp_client_small{
        width: 110px;
        height: 29px;
    }
}

/*hp_world*/
.hp_world{
    margin-top: 133px;
    margin-bottom: -29px;
}
.hp_world_title{
    margin-bottom:14px;
}
.hp_world_icon{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom:34px;
}
.hp_world_small{
    font-weight: 600;
    color: #A5A5A5;
    margin-bottom:38px;
}
.hp_world_buttonbox{
    margin-top: 44px;
}
.hp_world_button {
    font-size: 18px;
    width: auto;
    font-weight:800;
    height: 40px;
    text-align: left;
    transform: scale(1);
    padding: 0 41px 0 17px;
}
.hp_world_button span{
    position: relative;
}
.hp_world_button span:before{
    position: absolute;
    content: "";
    background-image: url("https://cdn1.npcdn.net/img/1744870715Screenshot 2025-04-17 141824.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -25px;
    top: 2px;
    margin: auto 0;
}

@media screen and (max-width: 767.5px){
    .hp_world{
        margin-top:110px;
        margin-bottom: 12px;
    }    
}

/*hp_cou*/
.hp_cou{
    padding-top:245px;
}
.hp_cou_small{
    font-weight: 600;
    color: #A5A5A5;
    margin-bottom:38px;
}
.hp_cou_small span{
    position:relative;
}
.hp_cou_small span:before{
    position: absolute;
    content: "";
    background-image: url("https://cdn1.npcdn.net/images/1774513790icons8_plane_96_5johyd_1774574727.png?md5id=d0866fb7fef7340334755089f89bdfeb&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -130px;
    margin: 0 auto;
}
.hp_cou_title{
    margin-bottom: 18px;
    color:#000;
}
.hp_cou_grid{
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.hp_cou_icon{
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.hp_cou_subtitle{
    font-size:18px;
    margin-bottom:0;
}
.hp_cou_subtitle br{
    display: none;
}
.hp_cou_box{
    display: flex;
    align-items: center;
    border: 3px solid rgba(254, 209, 48, 255);
    border-radius: 1000px;
    margin: 53px 1rem 0;
    background-color:#fffaea;
}
.hp_cou_innerleft{
    flex:0 0 60%;
    max-width:60%;
    padding-left:30px;
}
.hp_cou_innerright{
    flex:0 0 40%;
    max-width:40%;
    display:flex;
    justify-content: flex-end;
}
.hp_cou_button{
    font-size: 16px;
    width: 162px;
    height: 58px;
    text-align: left;
    transform: scale(1.1);
}
html:lang(ms) .hp_cou_button{
    width:215px;
}
.hp_cou_button:hover{
    transform:scale(1.1);
}
.hp_cou_button span{
    position: relative;
    transform: translate(-12.5px, 0);
}
.hp_cou_button span:before{
    position: absolute;
    content: "";
    background-image: url("https://cdn1.npcdn.net/img/1744870715Screenshot 2025-04-17 141824.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -25px;
    top: 2px;
    margin: auto 0;
}
.m_cou_mobile{
    display:none;
}

@media screen and (max-width: 767.5px){
    .hp_cou{
        padding-top:157px;
    }
    .hp_cou_small span {
        width: 80%;
        position: relative;
        display: inline-block;
        margin: 0 auto;
    }
    .hp_cou_small{
        margin-bottom:12px;
    }
    .hp_cou_small span:before{
        width: 45px;
        height: 45px;
        top: -103px;
    }
    html:lang(ms) .hp_cou_small span:before{
        top: -127px;
    }
    .hp_cou_title{
        margin-bottom:18px;
    }
    .hp_cou_subtitle br{
        display: block;
    }
    .hp_cou_grid{
    	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    	column-gap: 0px;
	    row-gap: 0px;
    }
    .hp_cou_innerleft{
        flex:0 0 100%;
        max-width:100%;
        padding-left: 0;
    }
    .hp_cou_innerright{
        flex:0 0 100%;
        max-width:100%;
    }
    .hp_cou_subtitle{
        font-size: 18px;
        text-align: center;
        margin-bottom:18px;
    }
    .hp_cou_box{
        border-radius: 10px;
        height: auto;
        flex-direction: column;
        padding-top: 18px;
        padding-bottom: 18px;
        margin: 25px 0;
    }
    .hp_cou_button{
        font-size: 12px;
        font-weight: 900;
        width: 113px;
        height: 37px;
    }
    .hp_cou_button span{
        transform: translate(-6px, 0);
    }
    .hp_cou_button span:before{
        width: 12px;
        height: 12px;
        right: -14px;
        top: 3px;
    }
    html:lang(ms) .hp_cou_button{
        width:155px;
    }
    .m_cou_mobile{
        display:grid;
    }
    .m_cou_web{
        display:none;
    }
}

/*testimonial - component*/
/*.hp_testimonials .testimonials_box .testimonials_card .icon{*/
/*    padding-bottom:8.5rem;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img{*/
/*    width:4.5rem;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card h6{*/
/*    display:none;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .star{*/
/*    order:2;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .content{*/
/*    order:3;*/
/*    margin:0;*/
/*    padding: 2.4rem 0;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .name{*/
/*    order: 4;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 900;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .icon{*/
/*    order:1;*/
/*}*/
/*.hp_testimonials .testimonial_star{*/
/*    font-size:16px;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .content h5{*/
/*    font-size: 1.1rem;*/
/*    line-height: 1.8;*/
/*    width: 70%;*/
/*    margin: 0 auto;*/
/*}*/
/*.hp_testimonials .slick-dots{*/
/*    bottom: -6px;*/
/*}*/
/*.hp_testimonials .testimonials_box{*/
/*    padding: 28px 50px;*/
/*}*/
/*.hp_testimonials .slick-arrow{*/
/*    display:none!important;*/
/*}*/

/*@media screen and (max-width: 767.5px){*/
/*    .hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img {*/
/*        width: 3.4rem;*/
/*    }*/
/*    .hp_testimonials .testimonials_box .testimonials_card .icon .img_frame{*/
/*        top: -55%;*/
/*    }*/
/*    .hp_testimonials .testimonials_box .testimonials_card .icon{*/
/*        padding-bottom:5rem;*/
/*    }*/
/*    .hp_testimonials .testimonials_box{*/
/*        padding:0;*/
/*    }*/
/*    .hp_testimonials .testimonials_box .testimonials_card .content{*/
/*            padding: 1.2rem 0 0.4rem;*/
/*    }*/
/*    .hp_testimonials .testimonials_box .testimonials_card .content h5{*/
/*        font-size: 0.9rem;*/
/*        line-height: 1.3;*/
/*        margin:0 auto;*/
/*        width:80%;*/
/*    }*/
/*}*/

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12{
    display:none;
}
#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12:nth-child(-n+4) {
    display:block;
}

/*hp_google*/
.index_wrapper_11{
    background-color:#fff;
    margin-top: 175px;
    margin-bottom: 0.5rem;
}
.hp_google_small{
    border-radius: 9px;
    background-color: unset;
    display: inline-block;
    margin: 0 auto 1rem;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: calc(50% - 82px);
    width: 171px;
    height: 40px;
    background: linear-gradient(to right, #EA4335, #FBBC05, #34A853, #4285F4);
}
html:lang(ms) .hp_google_small{
    width:167px;
}
.hp_google_small span{
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    border-radius: 6px;
    margin-left: 3px;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.hp_google_title{
    margin-bottom:24px;
}
.hp_google_title br{
    display:none;
}
.hp_google_iconbox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 57px;
}
.hp_google_icon{    
    width: 253px;
    object-fit: contain;
}
.hp_google_imagegroup{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.hp_google_imagegroup span{
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0 5px;
}
.hp_google_g{
    width:33px;
    object-fit: contain;
    margin: 0 5px;
}
.hp_google_gicon{
    width:74px;
    object-fit: contain;
    margin: 0 5px;
}
.hp_google_result{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.hp_google_result:hover{
    color:#FED130;
}

/*component - google reviews*/
.ex_hp_googleReviewDefault .hpGoogleReviewSlider{
    padding:0 1% 25px;
}
.ex_hp_googleReviewDefault .slick-arrow{
    /*display:none!important;*/
}
.ex_hp_googleReviewDefault .slick-dots{
    bottom:-10px;
    display:none!important;
}
.ex_hp_googleReviewDefault .reviewer_name{
    font-size:21px;
    font-weight:800;
}
.ex_hp_googleReviewDefault .review_time small{
    font-size:12px;
}
.ex_hp_googleReviewDefault .review_content{
    font-size:12px;
}
.ex_hp_googleReviewDefault .slick-next,
.ex_hp_googleReviewDefault .slick-prev{
    width: 50px;
    height: 50px;
    padding: 15px;
}
.ex_hp_googleReviewDefault .slick-prev{
    left: -20px;
}
.ex_hp_googleReviewDefault .slick-next{
     right: -20px;
}
.ex_hp_googleReviewDefault .slick-prev::before, 
.ex_hp_googleReviewDefault .slick-next::before{
    text-shadow: unset;
    color:#000;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_11{
        margin-top:87px;
    }
    .ex_hp_googleReviewDefault .hpGoogleReviewItems{
        margin:15px;
    }
    .ex_hp_googleReviewDefault .slick-prev{
        left:5px;
    }
    .ex_hp_googleReviewDefault .slick-next{
        right:5px;
    }
    .hp_google_small{
        width: 115px;
        font-size: 12px;
        height: 29px;
        margin-left:calc(50% - 57.5px);
        border-radius: 3px;
    }
    .hp_google_small span{
        height: calc(100% - 4px);
        width: calc(100% - 3px);
        border-radius: 3px;
        margin-left: 1.5px;
        margin-top: 2px;
    }
    html:lang(ms) .hp_google_small{
        width: 107px;
        margin-left: calc(50% - 53.5px);
    }
    
    .hp_google_g{
        width:25px;
    }
    .hp_google_gicon{
        width:50px;
    }
    .hp_google_title br{
        display:block;
    }
    .hp_google_title {
        margin-bottom: 12px;
    }
    .hp_google_iconbox{
        margin-bottom:22px;
    }
    .ex_hp_googleReviewDefault .hpGoogleReviewSlider{
        padding:0 1% 8px;
    }
}


/*hp_show*/
.index_wrapper_12{
    background-color:#f5f5f7;
    padding-top:4.1rem;
    padding-bottom:1.1rem;
}
#index_12_2{
    padding:0 8%!important;
}
.hp_show_contentbox{
    position:relative;
    background-image:url("https://cdn1.npcdn.net/img/1739766510abcde.jpeg");
	background-size:110%;
	background-position:-10% 55%;
	background-repeat:no-repeat;
    border-radius:10px;
    overflow:hidden;
}
.hp_show_lg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #FED130, transparent 70%);
}
.hp_show_boxbox{
    position: relative;
    z-index:1;
}
.hp_show_title{
    margin-bottom:2.5rem;
}
.hp_show_subtitle{
    margin-bottom:13px;
}
.hp_show_subsubtitle{
    margin-bottom:8px;
}
.hp_show_contentbox{
    border-radius: 10px;
    padding: 82px 1px 82px 85px;
}
.hp_show_buttonbox{
    margin:37px 0 0;
}
.hp_show_button{
    border: 1px solid #1D1D1F;
    background-color: #1D1D1F;
    width: 165px;
    color: #fff;
    height: 40px;
    font-size: 18px;
}
.hp_show_button:hover{
    background-color:#000;
    color:#fff;
}
.hp_show_contact{
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 31px;
    font-size:18px;
}
.hp_show_date,
.hp_show_day{
    font-weight: 500;
    line-height: 1.5;
    margin-bottom:0;
    font-size:18px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_12{
        padding-top: 63px;
        padding-bottom: 0;
    }
    .hp_show_title {
        margin-bottom: 1.5rem;
    }
    .hp_show_button{
        width: 8.9rem;
        height: 37px;
        font-weight:900;
        font-size:14px;
    }
    html:lang(ms) .hp_show_button{
        width:135px;
    }
    .hp_show_contentbox{
        padding:29px 0 29px 29px;
        background-size:cover;
        background-position:10% 100%;
    }
    .hp_show_contact{
        line-height: 1.5;
        margin-bottom: 25px;
        font-size: 12px;
    }
    .hp_show_buttonbox{
        margin:14px 0 0;
    }
    .hp_show_subtitle{
        margin-bottom:5px;
        font-size:15px;
    }
    .hp_show_subsubtitle{
        font-size:15px;
    }
    .hp_show_date, .hp_show_day{
        font-size: 12px;   
        line-height:1.5;
    }
    .hp_show_lg{
        background:linear-gradient(to right, #FED130, transparent 100%);
    }
}

/*hp_news1*/
.index_wrapper_13{
    background-color:#f5f5f7;
    padding-bottom:63px;
}
.hp_news1{
    margin-top:103px;
    margin-bottom:22px;
}
.hp_news1_title{
    margin-left:calc(25px + 0.5rem);
    margin-bottom:13px;
}
html:lang(ms) .hp_news1_title br{
    display:none;
}
.hp_news1_title span{
    position: relative;
}
.hp_news1_title span:before{
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/images/eyes_icon_s9kj3p_1744795928.png?md5id=d0866fb7fef7340334755089f89bdfeb&type=4);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: calc(-25px - 0.5rem);
    top: 0;
    bottom: 0;
    margin: auto;   
}
.hp_news1_button{
    border:1px solid #1d1d1f;
    background-color:#1d1d1f;
    color:#fff;
    width:105px;
    height:40px;
    font-size:18px;
    /*text-decoration: underline;*/
}
html:lang(ms) .hp_news1_button{
    width: 118px;
}
.hp_news1_button:hover{
    background-color:#000;
    color:#fff;
}
.hp_news1 .row{
    align-items: center;
}
#main_index .gallerycategory{
    padding:0 7px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_13{
        margin-bottom:0px;
        padding-bottom:0;
    }
    #main_index .gallerycategory{
        margin-bottom:0;
    }
    .hp_news1{
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .hp_news1_title{
        margin-bottom: 4px; 
    }
    .hp_news1_button{
        display:none;
    }
    .hp_news1_mbutton{
        background-color: #1D1D1F;
        border: 1px solid #1D1D1F;
        color: #fff;
        width: 88px;
        height: 40px;
        font-size: 14px;
        font-weight:900;
    }
    html:lang(ms) .hp_news1_mbutton{
        width:98px;
    }
    .hp_news2_mbutton{
        background-color: #1D1D1F;
        border: 1px solid #1D1D1F;
        color: #fff;
        width: 105px;
        height: 40px;
        font-weight:900;
        font-size: 14px;
    }
    html:lang(ms) .hp_news2_mbutton{
        width:98px;
    }
    html:lang(ms) .hp_news_title br{
        display:block;
    }

}

/*hp_news*/
.index_wrapper_14{
    background-color:#f5f5f7;
    padding-bottom:35px;
}
.hp_news{
    margin-top:19px;
    margin-bottom: 22px;
}
.hp_news_button{
    border:1px solid #1d1d1f;
    background-color:#1d1d1f;
    color:#fff;
    font-size:18px;
    height:40px;
    width:129px;
    /*text-decoration: underline;*/
}
html:lang(ms) .hp_news_button{
    width:118px;
}
.hp_news_button:hover{
    background-color:#000;
    color:#fff;
}
.hp_news .row{
    align-items: center;
}
.hp_news_mbutton{
    background-color:#1D1D1F;
    border:1px solid #1D1D1F;
    color:#fff;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_14{
        margin-bottom:0px;
        padding-bottom:37px;
    }
    .hp_news{
        margin-top: 67px;
        margin-bottom: 20px;
    }
    .hp_news_button{
        display:none;
    }
}

/*Component - News*/
.latest_new_type4{
    padding:0 2%;
}
.latest_new_type4 > .container_fluid{
    padding:0 20px!important;
}
.latestnewsAjax .col-lg-4.col-md-6.col-12{
    padding:0 7.5px!important;
}
.latest_new_type4 .news_box{
    border-radius:10px;
    padding:10px 10px 5px 10px;
}
.latest_new_type4 .news_box .date{
    font-weight:500;
    color:#000;
    margin-bottom:0;
    margin-left:20px;
}
.latest_new_type4 .news_box .img_frame{
    height:220px;
    margin-bottom:7.5px;
}
.latest_new_type4 .news_box a{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.latest_new_type4 .news_box a div:nth-child(1){
    order:1;
    border-radius: 10px;
}
.latest_new_type4 .news_box a p:nth-child(2){
    order:2;
    font-size:13px;
    font-weight:900;
    padding:10px 20px 0;
    margin-bottom:5px;
}
.latest_new_type4 .news_box a p:nth-child(3){
    order: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: right!important;
    width: 100%;
    margin-top:0;
    margin-bottom: 14px !important;
}
.latest_new_type4 .news_box .badge-primary{
    color:#000;
    font-weight:700;
    letter-spacing:0;
    border-radius:100px;
    font-size:11.2px;
    display:none;
}

@media screen and (max-width: 767.5px){
    .latest_new_type4{
        margin-left:25px;
        margin-right:25px;
    }
    .latest_new_type4 .news_box .img_frame{
        height:100%;
        margin-bottom:0;
    }
    .latestnewsAjax .col-lg-4.col-md-6.col-12{
        padding:0!important;
    }
    .latest_new_type4 .news_box a{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        min-height:40px;
    }
    
    .latest_new_type4 .news_box a .img_frame{ 
        grid-area: 1 / 1 / 3 / 2; 
        height: 44px;
        width: 44px;
        
    }
    .latest_new_type4 .news_box a p:nth-child(2){ 
        grid-area: 1 / 2 / 2 / 6;
        margin-bottom:0;
        text-align: left;
        padding: 0 5px 0 0;
        
    }
    .latest_new_type4 .news_box a p:nth-child(3){ 
        grid-area: 2 / 2 / 3 / 6;
        margin-bottom:0!important;
    }
    .latest_new_type4 .news_box .date{
        margin-left:0;
        float:left;
        color:#555;
    }
    .latest_new_type4 .news_box{
        padding: 10px 10px 10px 10px;
    }
    #main_index .latest_new_type4 .news_box a p:nth-child(2){
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}

/*hp_contact*/
.hp_contact{
    position:relative;  
    padding-top: 64px;
    padding-bottom: 85px;
    display:none;
}
.hp_contact_title{
    margin-bottom:18px;
    text-align: center;
}
.hp_contact_content{
    font-size:18px;
    font-weight:500;
    color:#000;
    margin-bottom:38px;
    text-align: center;
}
.hp_contact_buttonbox{
    justify-content: center;
}
.hp_contact_button{
    font-size:18px;
    color:#000;
}
.contact_btn2{
    border:2px solid #000;
    background-color:transparent;
    width:90px;
    margin-left:0.5rem;
}
.contact_btn2:hover{
    background-color:#000;
    color:#fff;
}
.hp_contact_image{
    position: absolute;
    bottom: 0;
    right: 18rem;
    width: 392px;
    object-fit: contain;
}
.contact_btn1{
    width:147px;
    height:40px;
}
.contact_btn2{
    width: 108px;
    height: 42px;
}
html:lang(ms) .contact_btn1{
    width:187px;
}
html:lang(ms) .contact_btn2{
    width:161px;
}
@media screen and (max-width: 1200.5px){
    .hp_contact_image{
        right:10rem;
    }
}
@media screen and (max-width: 991.5px){
    .hp_contact_image{
        width:300px;
        right:2rem;
    }
    html:lang(ms) .hp_contact_content{
        width:60%;
    }
    html:lang(ms) .hp_contact_content br{
        display:none;
    }
}
@media screen and (max-width: 767.5px){
    .hp_contact{
        padding-top:39px;
        /*padding-bottom: 192px;*/
        padding-bottom:37px;
    }
    .hp_contact_title{
        text-align: center;
        margin-bottom:15px;
    }
    .hp_contact_content{
        text-align: center;
        width: 70%;
        margin: 0 auto 32px;
        font-size:12px;
    }
    .hp_contact_content br{
        display:none;
    }
    .hp_contact_image{
        width: 224px;
        left: 0;
        right:0;
        margin: 0 auto;
    }
    .hp_contact_buttonbox{
        justify-content: center;
    }
    html:lang(ms) .hp_contact_content{
        width:100%;
    }
    html:lang(ms) .hp_contact_buttonbox{
        flex-direction: row;
    }
    html:lang(ms) .hp_contact_button{
        margin: 0.5rem 0;
    }
    .contact_btn2{
        font-weight:800;
        width:83px;
        height:40px;
        border:2px solid #000;
        font-size:14px;
    }
    .contact_btn1{
        font-weight:900;
        width:116px;
        height:40px;
        font-size:14px;
    }
    html:lang(ms) .contact_btn1{
        width: 145px;
        margin-right: 5px;
    }
    html:lang(ms) .contact_btn2{
        width:132px;
    }
}
.hp_contact{
    background-color:#f5f5f7;
}
/*.hp_contact .hp_contact_title,*/
/*.hp_contact .hp_contact_content{*/
/*    color:#fff;*/
/*}*/
/*.contact_btn2 {*/
/*    border: 2px solid #fff;*/
/*    color:#fff;*/
/*}*/

/*maps*/
.maps_frames{
    width:100%;
    height: 21rem!important;
    margin:0 auto;
    display:block;
}
.all_video_wrapper .col-12.col-md-6{
    flex:0 0 100%;
    max-width:100%;
}
.new_video .video_box .video_title{
    display:none;
}
@media screen and (max-width: 767.5px){
    .maps_frames{
        height: 14.1rem !important;
    }
}


.contactsec{
    padding: 3% 0px 3% 15px;
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      display:none;  /*2024.12.16 - (Effect CSS(2))#128 asking to removed Lazada & Shopee - KH*/
}

.hp_brand{
    margin:18px 0 18px;
}
.brand_list .brand_box .img_frame{
    box-shadow: unset;
    border: 3px solid #F5F5F7;
    border-radius: 10px;
}
.brand_list .brand_box .img_frame:hover{
    border:3px solid #FED130;
    box-shadow:unset;
}
.brand_bottom_ebox{
    padding:0;
}
.imageMarquee {
    height: 120px;
    background-image:url('https://cdn1.npcdn.net/img/1764119343logo.jpg');
    background-size: cover;
    animation: imageMovement 60s linear infinite;
    background-position-x:-16%;
}

@media screen and (max-width: 767.5px){
    .hp_brand{
        margin:10px 0;
    }
    .imageMarquee{
        height:60px;
    }
}

@keyframes imageMovement {
    100% {
        background-position-x: 128.8%;
    }
}

/*footer*/
.footer_type3{
    position:relative;
    background-color:#000!important;
}
/*.footer_type3::before{*/
/*    position: absolute;*/
/*    content:"";*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    width:96%;*/
/*    height:1.5px;*/
/*    background-color:#000;*/
/*    margin:0 auto;*/
/*}*/

.footer_type3 p,
.footer_type3 small,
.footer_type3 a,
.footer_type3 i{
    color:#fff;
    font-family:"Manrope";
    font-weight:700;
    font-size:14px;
}
.footer_type3 a:hover{
    text-decoration: none;
    color:#fff;
}
.footer_type3 .social_media img{
    filter:brightness(0)!important;
}
.npfooter_languagebar .text-muted{
    color:#fff;
}
.npfooter_languagebar{
    color:#fff;
}
.platinum_website_visitor{
    color:#fff; 
}
.footer_type3 .copy_right{
    color:#fff;
}
.platinum_website_visitor{
	color:#fff;
}
a.footer_langbar_item{
    color:#FED130!important;
}
.copy_right small{
    color:#fff;
}
.hp_footer{
    margin-top: 3.8rem;
}
.hp_footer_logo{
    width:74px;
    margin-bottom:0.9rem;
}
.hp_footer_sub{
    margin-bottom: 5px;
    color:#1D1D1F;
}
.hp_footer_social ul{
    list-style-type: none;
    margin:1rem 0 0 0;
    padding:0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}
.hp_footer_subtitle{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 42px;
    color: #999;
}
.hp_footer_social ul li{
    width: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    aspect-ratio: 1;
}
.alter_shopee{
    transform: translate(0, -5px);
}
.hp_footer_social ul i{
    font-size:28px;
    color:#292929;
}
.hp_footer_icon{
    width:26px;
    filter:brightness(0);
}
.hp_footer_icon_without{
     width:26px;   
}
.hp_footer_grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 0px;
	row-gap: 0px;
}
.hp_footer_content{
    line-height: 1.5;
}
.hp_footer_contentright{
    line-height: 1.5;
    font-weight:400;
    color: #000;    
}
.hp_footer_gridbox{
    margin-bottom: 1.5rem;
}
.hp_footer_contenttitle{
    font-weight: 900 !important;
    color: #000;
}
.hp_footer_content a{
    color:rgba(0,0,0,0.4);
}
.footer_type3 .social_media{
    display:none;
}
.hp_footer_link{
    color:#000;
}
.hp_footer_link:hover{
    text-decoration: none;
    color:#000;
}
.footer_block{
    margin-top: 95px;
}
.footer_block_last{
    margin-bottom:68px;
}
.hp_footer_sell{
    margin-top: 2.5rem;
}
.hp_footer_sellimage{
    width:355px;
}

@media screen and (max-width: 767.5px){
    .hp_footer {
        margin-top: 2.8rem;
    }
   .hp_footer_grid{
	grid-template-columns: 1fr;       
   } 
   .hp_footer_logo{
       width:69px;
   }
   .hp_footer_social ul i{
       font-size:25px;
   }
   .hp_footer_icon{
       width:25px;
   }
   .hp_footer_social ul li{
        width: 2.5rem;
   }
   .hp_footer_sub{
       font-size:16px;
   }
   .hp_footer_subtitle{
       font-size:14px;
       margin-top: 2.6rem;
   }
   .hp_footer_contenttitle{
        font-size: 12px;
   }
   .footer_spec_address .breakspan{
       display:inline;
   }
   .hp_footer_sellimage{
       width:270px;
   }
}

/*.footer_type3 .container{*/
/*    filter:brightness(0) invert(1);*/
/*}*/

/*photoalbum page*/
#main_photoalbum .gallerycategory .row nav{
    margin-left:auto;
}

/*check out page*/
#checkOutFormModal .form_tab .btn,
#checkOutFormModal .login_box a{
    color:#000!important;
}
#checkOutFormModal .login_box .facebook_btn{
    color:#fff!important;
}


/*SlideSlick trick Adjust Slide x2*/
#custom_abc,
#custom_bcd,
#custom_photoboom{
    display:block!important;
}    
#custom_abc_m,
#custom_bcd_m,
#custom_photoboom_m{
    display:none!important;
}

@media screen and (max-width: 767.5px){
    #custom_abc,
    #custom_bcd,
    #custom_photoboom{
        display:none!important;
    }    
    #custom_abc_m,
    #custom_bcd_m,
    #custom_photoboom_m{
        display:block!important;
    }    
}

.scriptgray{
   background-color:#F5F5F7;
}

