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

#main_index a:hover {
    text-decoration: none;
}

body > br {
    display: none;
}

.delay1 {
    animation-delay: .2s;
}

.delay2 {
    animation-delay: .4s;
}

.delay3 {
    animation-delay: .6s;
}


@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}

/*topspace*/
.topspace{
    position: fixed;
    z-index: 9999;
    /*right: calc(33% - 205px - 2vw);*/
    right: 9%;
    top: 32px;
    /*position: relative;*/
}
.topspace form {
    background: #fff;
    line-height: 30px;
    border-radius: 35px;
    overflow: hidden;
    width: 200px;
}
.topspace input {
    border-radius: 35px;
    /*border: 1px solid #42b9c1;*/
    width: 100%;
    padding-left: 12px;
    padding-right: 50px;
}
.topspace button{
    /*background: #42b9c1;*/
    background: linear-gradient(135deg, #cbaa4d, #efd195, #cbaa4d);
    border: transparent 1px solid;
    border-left: unset;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 25px 25px 0px;
}
.topspace .fas.fa-search{
    color: #fff;
}
/*topspace*/

/*navigation bar*/

#main_index .navbar_type8 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent);
}

.navbar_type8 {
    height: 100px;
    background-color: transparent;
    background: rgba(0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

#main_index .navbar_type8 {
    /*border-bottom: none;*/
}

.dark_nav {
    height: 100px;
    background-color: rgb(0,0,0,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

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

.navbar_type8 .nav_tab {
    /*padding-right: 0;*/
    padding-right: 15rem;
    flex: 0 1 75%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    font-size: 1vw;
    padding: 15px 1vw;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
}

html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
    padding: 15px .1vw;
}


.navbar_type8 .nav_tab .nav_item:hover a {
    color: #efd195;
}

.navbar_type8 .nav_tab .nav_item a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* adjust depending on spacing */
    width: 0;
    height: 2px;
    background-color: #efd195;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}


.navbar_type8 .nav_tab .nav_item a:hover::after {
    width: 60%; /* or 100% if you want full width */
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_mobile {
    background-color: rgba(0, 0, 0, 0.9);
}

.np_language_btn .dropdown_btn a {
    color: #000;
}

@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}




/**/

.hp-small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c6c6c6;
}

.hp-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
}

.hp-content {
    color: #c6c6c6;
    font-size: 14px;
    line-height: 1.8;
}

.hp-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    background: linear-gradient(135deg, #cbaa4d, #efd195, #cbaa4d);
    padding: 12px 3.5rem 12px 1.5rem;
    font-weight: 600;
    border-radius: 500px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Arrow */
.hp-button a::before {
    content: "→";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 16px;
    transition: 0.3s ease;
}

/* Gold shine sweep */
.hp-button a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.6s ease;
}

/* Hover effects */
.hp-button a:hover::before {
    right: 18px;
}

.hp-button a:hover::after {
    left: 130%;
}

.hp-button a:hover {
    transform: translateY(-2px);
}





@media (max-width: 1200.5px) {
    .hp-title {
        font-size: 30px;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}




/**/

.index_wrapper_2 {
    margin-top: -100px;
}

.slider_banner .banner_content {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
}

.hp-banner {
    padding-top: 11vw;
    padding-left: 12vw;
    position: relative;
    animation: seafloat 8s ease-in-out infinite;
}

.hp-banner-title {
    font-size: 2.5vw;
    color: #fff;
    font-weight: 500;
    width: 40vw;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    
}


@keyframes seafloat {
    0%, 100% {
      transform: translate(0, 0);
    }
    25% {
      transform: translate(5px, -10px);
    }
    50% {
      transform: translate(10px, 0);
    }
    75% {
      transform: translate(5px, 10px);
    }
  }



.hp-banner::before {
    content: "";
    position: absolute;
    left: 15%;
    top: 20%;
    width: 19%;
    height: 20%;
    background: radial-gradient(transparent, #000);
    border-radius: 500px;
    z-index: -1;
    clip-path: circle(50%);
}


.slider_banner .item {
    position: relative;
    overflow: hidden;
}

.slider_banner .item > img {
    animation: zoomAnimation 40s infinite alternate;
}

@keyframes zoomAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}




@media (max-width: 1200.5px) {
    .hp-banner {
        padding-top: 16vw;
    }
    
    .hp-banner::before {
        top: 30%;
    }
}

@media (max-width: 991.5px) {
    .index_wrapper_2 {
        margin-top: 0;
    }
}

@media (max-width: 767.5px) {
    .index_wrapper_2 .item>img{
    	min-height:600px!important;
    	object-fit:cover;
    }
    
    .hp-banner {
        padding-right: 1rem;
    }
    
    .hp-banner-title {
        font-size: 30px;
        width: 100%;
    }
    
    .hp-banner::before {
        width: 25vw;
        top: 8%;
        left: 0;
        height: 25vw;
    }
}





/**/

.hp-about {
    padding: 0 5rem 5rem;
    /*background-color: #000;*/
    /*padding: 5rem 5rem 4rem;*/
    /*background-color: #252525;*/
    
    position: relative;
}

.hp-about::before {
    content: "ABOUT US";
    position: absolute;
    right: 8%;
    bottom: 15%;
    font-size: 8vw;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    animation: aboutFloat 6s ease-in-out infinite;
}

html:lang(zh-Hans) .hp-about::before {
    content: "关于我们";
}

html:lang(ms) .hp-about::before {
    content: "TENTANG KAMI";
}


/* animation */
@keyframes aboutFloat {
    0% {
        transform: translateY(0px) scale(1);
        opacity: 0.05;
    }
    50% {
        transform: translateY(-20px) scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: translateY(0px) scale(1);
        opacity: 0.05;
    }
}


.hp-about::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    /*background-image: url(https://cdn1.npcdn.net/userfiles/26699/image/product-element.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    background-color: #000;
    background-position: 100% 0;
    z-index: -1;
}



.hp-about-box {
    background-color: #1d1d1d;
    padding: 5rem 5rem 4rem;
    margin-top: -2rem;
}

.about_content {
    /*margin: 35px 0;*/
    column-count: 2;
    column-gap: 40px;
}




@media (max-width: 1200.5px) {
    .hp-about {
        padding: 0 2rem 5rem;
    }
    
    .hp-about-box {
        padding: 3rem 2rem 3rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .about_content {
        column-count: 1;
    }
}




/**/

.hp-cat {
    background-color: #000;
}

#main_index .product_cat-3 {
    padding: 1rem 0 5rem;
    background-color: #000;
}

#main_index .product_cat-3 .cat_box .content h2, .product_cat-3 .cat_box .content h3, .product_cat-3 .cat_box .content h4 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.slider_banner {
    margin-bottom: 0 !important;
}

.slick-dots {
  position: absolute;
}

.slick-dots li button::before {
  color: transparent;
  font-size: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background-color: #fff;
  opacity: 1;
  padding: 0;
  
  transition: 0.2s ease;
}

.slick-dots li button {
    width: 10px;
  height: 10px;
  padding: 0;
  transition: 0.2s ease;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  transition: 0.2s ease;
}

.slick-dots li.slick-active button::before {
    background: linear-gradient(to bottom, #cbaa4d, #efd195);
    opacity: 1;
    width: 100px;
}

.slick-dots li:hover button::before {
    background: linear-gradient(to bottom, #cbaa4d, #efd195);
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active {
    width: 100px;
}




@media (max-width: 1200.5px) {
    
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}




/**/

.hp-services {
    background-color: #1d1d1d;
    padding: 5rem 5rem;
}

.hp-services-box {
    position: relative;
    background-color: #000;
    padding: 2rem;
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

/* Image layer */
.hp-services-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

/* Content stays above */
.hp-services-box * {
    position: relative;
    z-index: 1;
}

/* Hover image */
.hp-services-box.box-one::before {
    background-image: url('https://cdn1.npcdn.net/images/SERVICES_1_c5lpa6_1776673107.jpg?md5id=b34757e1761fdbe6d687ecf4d698447a&type=4');
}

.hp-services-box:hover::before {
    opacity: 1;
}


.hp-services-box.box-two::before {
    background-image: url('https://cdn1.npcdn.net/images/SERVICES_2_9kxwce_1776673107.jpg?md5id=b34757e1761fdbe6d687ecf4d698447a&type=4');
}

.hp-services-box.box-three::before {
    background-image: url('https://cdn1.npcdn.net/images/SERVICES_3_z1ntod_1776673107.jpg?md5id=b34757e1761fdbe6d687ecf4d698447a&type=4');
}

.hp-services-box.box-four::before {
    background-image: url('https://cdn1.npcdn.net/images/SERVICES_4_3f0npl_1776673107.jpg?md5id=b34757e1761fdbe6d687ecf4d698447a&type=4');
}

.hp-services-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}








@media (max-width: 1200.5px) {
    .hp-services {
        padding: 5rem 1rem;
    }
}

@media (max-width: 991.5px) {
    
    
    .hp-services-box {
        margin-bottom: 2rem;
        height: 30vh;
    }
    
    
}

@media (max-width: 767.5px) {
    
}




/**/

.hp-why {
    background-color: #333;
    background-image: url('https://cdn1.npcdn.net/images/WHY_BG_b0v14l_1776670176.jpg?md5id=b34757e1761fdbe6d687ecf4d698447a&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    padding: 0 5rem;
}

.hp-why-box {
    -webkit-backdrop-filter: blur(1.6875rem);
    backdrop-filter: blur(1.6875rem);
    background-color: #ffffff3d;
    padding: 3rem;
    transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    transition: ease .5s;
    height: 100%;
}

.hp-why-box:hover {
    transform: translate3d(0px, -0.8125rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-3deg) skew(0deg);
    
}

.hp-why-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hp-why-icon i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 3rem;
    background: linear-gradient(to bottom, #cbaa4d, #efd195);
    padding: 1rem;
    border-radius: 500px;
}




@media (max-width: 1200.5px) {
    .hp-why {
        padding: 0 1rem;
        height: 70vh;
    }
    
    .hp-why-box {
        padding: 2rem;
    }
}

@media (max-width: 991.5px) {
    .hp-why {
        background-attachment: unset;
    }
}

@media (max-width: 767.5px) {
    .hp-why {
        padding: 5rem 1rem 3rem;
        height: unset;
    }
    
    .hp-why-box {
        margin-bottom: 2rem;
        height: auto;
    }
}





/**/

.hp-news {
    background-color: #000;
    padding: 5rem 1rem 1rem;
}

#main_index .hp_latest_new_8 {
    padding: 0 5rem 5rem;
    background-color: #000;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px;
    background-color: #fff;
}


#main_index .hp_latest_new_8 .news_box p {
    color: #000!important;
}

#main_index .hp_latest_new_8 .news_box .date {
    color: #000!important;
}





@media (max-width: 1200.5px) {
    #main_index .hp_latest_new_8 {
        padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    #main_index .hp_latest_new_8 .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.5px) {
    #main_index .hp_latest_new_8 .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/**/

.footer_type8 {
    background-color: #1d1d1d;
    padding: 5rem;
    color: #fff;
}

.footer_type8 a {
    color: #fff!important;
}

.footer_type8 a:hover {
    color: #cbaa4d!important;
}

.footer_type8 .container {
    max-width: 100%;
}

.footer_type8 .logo {
    min-height: 110px;
}

.footer_type8 .logo img {
    max-height: 100px;
}

.footer_type8 .title h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(98.02deg, #cbaa4d -2.41%, #efd195 112.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 18px;

}





@media (max-width: 1200.5px) {
    .footer_type8 {
        padding: 5rem 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}




/*dark theme*/
#toTop i {
    color: #000;
}

body {
  background-color: #000;
  color: #fff;
  position: relative;
  
}

a, p, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

a:hover{
    text-decoration:none;
}

.page_title b {
    color: #fff;
}

.page_title {
    margin-top: 30px;
}

.keywords .text-muted {
  color: #f4f4f4 !important;
}

.keywords #faqAccordion a {
  color: #000;
}

.keywords #faqAccordion a:hover {
  color: #555;
}

.brand_menu_2 .brand_title, .brand_menu_2 .side_brand_panel, .mobile_ecommerce_filter_tool .mobile_ecommerce_filter_title, .mobile_ecommerce_filter_tool #mobile_ecommerce_filter_tool_id {
    background-color: rgba(255, 255, 255, 0.2);
}

.breadcrumb_b ol li a, .breadcrumb_b ol li::after, .category_list_type4 .category_box p, .product_list_5 .product_box .whatsapp_wrapper a, #main_searchproducts .text-muted {
    color: #eee;
}

.ws_contact p, .category_menu_3 .main_title, .category_list_type4 .category_box h6, .product_list_5 .product_box .product_des .price, .product_list_5 .product_box .product_des .title, .product_list_5 .product_box .product_des .price a, .product_list_5 .product_box .product_des .title a, .product_detail .product_description_link a, .nextprev_product .nextprev_product_title a, #showproducts_8_1 .text-muted, .booking_form .card_header .title::before, .recent_view_product .recent_view_product_item a {
  color: #fff !important;
}

.ws_contact h6 strong, .product_detail .title {
  color: #ccc;
}

.form-control {
    height: 36px;
    padding: 6px 12px;
}

#pills-enquiry .card, .booking_form .card, .booking_form .card_header .title::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.booking_form .background {
    background-color: rgba(255, 255, 255, 0.2);
}

.brand_menu_2 .side_brand_panel, .product_list_horizontal .product_box .product_des .title a, .product_list_horizontal .product_box .whatsapp_wrapper a, .tag_fillter .tag_filler_list ul a {
    color: #fff;
}

#main_searchproducts .text-muted,.product_list_horizontal .product_box .horizontal_detail_box .product_simple_description, .ws_recent_view_product .ws_recent_view_product_item .view_date {
    color: #eee !important;
}

.ws_recent_view_product .ws_recent_view_product_item a {
    color: #fff;
}

#main_tag .whatsapp_wrapper .btn-outline-success {
  color: #fff;
  border-color: #28a745;
  background-color: #28a745;
}

#main_tag .text-muted, .tag_fillter .seleted_box ul a {
  color: #fff !important;
}

.product_list_horizontal .product_box .whatsapp_wrapper i {
  color: #fff;
}

.tag_fillter .tag_filler_list ul li::before {
    color: rgba(255, 255, 255, 0.5);
}

.ws_career .career_box .card {
    z-index: 1;
}

.navbar_category .navbar-nav li a {
    border: 1px solid #fff;
    color: #fff;
}

.latest_new_detail .related-latest-news-items .post-text a {
    color: #fff;
}

.latest_new_detail .related-latest-news-items .post-meta p a {
    color: #ccc;
}

.latest_new_detail .date {
    opacity: 0.9;
}

.latest_new_detail .more_sub_image {
    background-color: #333;
}

.ws_contact a, .product-detail-tab .tab-pane .info_spec p {
  color: #fff;
}

.product-detail-tab .tab-pane .info_spec p strong {
  color: #f4f4f4;
}

.product_list_horizontal .product_box .img_frame img, .category_list_type4 .category_box .img_frame img, .product_list_5 .product_box .img_frame img, .productDetailImageFancy .one_img div img {
    background-color: #fff;
}

.ai_image_search .search-container {
    background-color: #fff;
}

#main_sitemap .text-muted {
  color: #f4f4f4 !important;
}

#main_sitemap .text-primary {
  color: #fff !important;
}

#main_sitemap .list-group h5 {
    color: #000;
}

#main_sitemap .list-group p.text-muted {
    color: #000 !important;
}

#main_terms .card .card-title {
    color: #000;
}

#main_terms .card .card-text {
  color: #666;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
  background-color: rgba(255, 255, 255, 0.25);
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewSlider .slick-arrow {
  z-index: 5;
}

#main_index .ex_hp_googleReviewDefault .review_content,
#main_index .ex_hp_googleReviewDefault .reviewer_name {
    color: #fff;
}

#main_index .ex_hp_googleReviewDefault .text-muted {
  color: #f4f4f4 !important;
}

.ex_googleReviewWidget {
    background-color: #000 !important;
}

.ex_googleReviewWidget .title,
.ex_googleReviewWidget .google_review_header .gr_subtitle,
.ex_googleReviewWidget .google_review_rating_count,
.ex_googleReviewWidget .google_business_name a,
.ex_googleReviewWidget .google_business_name a:hover,
.ex_googleReviewWidget .body {
    color: #fff;
}

.ex_googleReviewWidget .google_review_items {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.ex_googleReviewWidget .text-muted {
  color: #f4f4f4 !important;
}

.ws_career .career_box .card h5 {
    color: #333;
}

.ws_career .career_box .card p {
    color: #000;
}

.latest_new_type4 .news_box {
    background-color: transparent;
}

.sorting_btn_type2 .sort_title {
    color: #fff;
}

.sorting_btn_type2 .page_remind {
    color: #ccc;
}

.wsdownload .card {
    color: #000;
}

.ws_career .col-12.col-md-6.col-lg-4 .card {
    background-color: rgba(0, 0, 0, 0.3);
}

.ws_career .career_detail label, .ws_career .career_detail .sub_title {
  color: #f4f4f4;
}

.toggle_btn .whatsapp_float_title {
    color: #000;
}


