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

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

body > br {
    display: none;
}





/*navigation bar*/
.navbar_type8 {
    height: 110px;
    background-color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

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

.dark_nav {
    height: 80px;
    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;
    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 1.1vw;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff!important;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: unset;
}

.navbar_type8 .nav_tab .nav_item:last-child::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 100%;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    /*border-radius: 30px;*/
    background-image: linear-gradient(to left, #576035, #576035);
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child a:hover{
    color: #fff!important;
}

.navbar_type8 .nav_tab .nav_item:nth-child(1) {
    padding: 0;
}

.navbar_type8 .nav_tab .nav_item:nth-child(1)::after {
    content: '\f015';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #576035;
}


.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
}


@media (max-width: 1200.5px) {

}

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

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


/**/

.hp-title {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
}

.hp-title::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 10%;
    height: 3px;
    background-color: #576035;
    
}

.hp-title.text-center::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp-title span {
    color: #576035;
}

.hp-content {
    font-size: 16px;
    line-height: 1.8;
    color: #4d4d4d;
    font-weight: 400;
}

.hp-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #576035;
    padding: 12px 5.5rem 12px 1.5rem;
    font-weight: 600;
    /*border-radius: 500px;*/
    overflow: hidden;
    z-index: 1;
    border: 1px solid #576035;
    transition: 0.3s ease;
}

.hp-button.black-button a {
    background-color: #000;
}

.hp-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url("https://cdn1.npcdn.net/images/5_BUTTON_x8t9ym_1782869559.png?md5id=77e8db907380e5d3997fe840c6578cbe&type=4") center/contain no-repeat;
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.3s ease;
}

/* Hover */
.hp-button a:hover {
    padding-right: 3.5rem;
}

.hp-button a:hover::before {
    right: 15px;
}




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

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

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



/**/


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

}

.hp-banner {
    padding-left: 8%;
}

.hp-banner-small {
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    position: relative;
    padding-left: 4rem;
}


.hp-banner-small::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 40%;
    width: 3%;
    height: 1px;
    background-color: #576035;
    
}

.hp-banner-big {
    color: #fff;
    font-size: 3.8vw;
    font-weight: 800;
}

html:lang(ms) .hp-banner-big {
    font-size: 3.3vw;
}

.hp-banner-big span {
    display: block;
    color: #576035;
    line-height: .8;
}

.hp-banner .hp-content {
    font-size: 1.1vw;
    padding: .3rem 55vw .5rem 1rem;
    border-left: 1px solid #576035;
}



@media (max-width: 1200.5px) {

}

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

@media (max-width: 767.5px) {
    .slider_banner .item>img{
    	min-height: 600px !important;
        object-fit: cover;
        padding-top: 350px;
        object-position: right;
        background-color: #000;
    }


    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 350px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #000, transparent);
    }
    
    .slider_banner .banner_content {
        align-items: flex-start;
    }
    
    .hp-banner {
        padding: 2rem;
    }
    
    .hp-banner-small {
        font-size: 14px;
    }
    
    .hp-banner-small::before {
        width: 15%;
    }
    
    .hp-banner-big {
        font-size: 30px;
    }
    
    html:lang(ms) .hp-banner-big {
        font-size: 28px;
    }
    
    .hp-banner .hp-content {
        font-size: 14px;
        padding: .3rem 1rem .5rem 1rem;
    }

}



/**/

.hp-about {
    background-color: #000;
    padding-top: 6rem;
}

.hp-about-right {
    padding: 3rem 5rem 8rem 3rem;
}




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

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

@media (max-width: 767.5px) {


}



/**/


.hp-why {
    padding: 5rem 6rem;
    position: relative;
}

.hp-why::before {
    content: "";
    position: absolute;
    left: 3%;
    bottom: 7%;
    width: 14%;
    height: 10%;
    background-image: url(https://cdn1.npcdn.net/images/C_CAT_LEFT_14dgcb_1782871326.png?md5id=77e8db907380e5d3997fe840c6578cbe&new_width=1600&new_height=1600&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: -1;
}

.hp-why::after {
    content: "";
    position: absolute;
    right: 3%;
    bottom: 7%;
    width: 14%;
    height: 10%;
    background-image: url(https://cdn1.npcdn.net/images/C_CAT_RIGHT_yqvlin_1782871326.png?md5id=77e8db907380e5d3997fe840c6578cbe&new_width=1600&new_height=1600&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: -1;
}

.hp-why-box {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 2rem;
    height: 100%;
    border-bottom: 10px solid #576035;
}

.hp-why-title {
    font-size: 22px;
    font-weight: 800;
    margin: 1rem 0;
    color: #576035;
}

.hp-why-icon {
    width: 30%;
    margin: 0 auto;
}

.hp-why-box .hp-content span {
    display: block;
    font-weight: 700;
    font-style: italic;
}




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

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

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



/**/

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

#main_index .product_cat-3 {
    background-color: #000;
}

#main_index .product_cat-3 .cat_box {
    height: 350px;
}

#main_index .product_cat-3 .cat_box .content {
    background-color: unset;
}

#main_index .product_cat-3 .cat_box .content .line,
#main_index .product_cat-3 .cat_box .content .content_box .animated-arrow {
    display: none;
}

#main_index .product_cat-3 .cat_box .content .content_box {
    width: 100%;
    height: 100%;
}

#main_index .product_cat-3 .cat_box .content h4 {
    font-weight: 800;
    margin: 0 !important;
    background-color: #fff;
    color: #576035;
    padding: .8rem 1.5rem;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

#main_index .product_cat-3 .cat_box .content h4::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 16%;
    width: 10%;
    height: 65%;
    background-image: url(https://cdn1.npcdn.net/images/C_CAT_BUTTON_eqwicl_1782873592.jpg?md5id=77e8db907380e5d3997fe840c6578cbe&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    /*z-index: -1;*/
}


#main_index .product_cat-3 .cat_box img {
    height: 90%;
}

.hp-btn {
    text-align: center;
    padding: 2rem 1rem 5rem;
    background-color: #000;
}



@media (max-width: 1200.5px) {

}

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

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



/**/

.hp-logo {
    background-color: #f2f2f2;
    padding: 5rem 6rem;
}

.hp_brand_ibox {
    padding-top: 1rem;
}

.hp_brand_img {
    margin: 0 1vw;
    background-color: #fff;
    padding: 1rem 2rem;
}



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

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

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




/**/


.hp-cta {
    background-color: #576035;
}

.hp-cta .hp-title {
    padding-bottom: 0;
    margin-bottom: .5rem;
}

.hp-cta .hp-title::after {
    display: none;
}

.hp-cta-left {
    position: relative;
}

.hp-cta-left::before {
    content: "";
    position: absolute;
    right: 12%;
    top: 30%;
    width: 17%;
    height: 42%;
    background-image: url(https://cdn1.npcdn.net/images/E_CTA_ICON_t34h5m_1782871326.png?md5id=77e8db907380e5d3997fe840c6578cbe&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    animation: spin 20s linear infinite;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .4));
}

html:lang(ms) .hp-cta-left::before {
    background-image: url('https://cdn1.npcdn.net/images/E_CTA_ICON_BM_z0dma8_1784278865.png?md5id=77e8db907380e5d3997fe840c6578cbe&type=4');
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hp-cta-right {
    position: relative;
}

.hp-cta-right::after {
    content: "";
    position: absolute;
    right: 2%;
    bottom: -30%;
    width: 33%;
    height: 50%;
    background-image: url(https://cdn1.npcdn.net/images/E_CTA_ELEMENT_96zvbd_1782874971.png?md5id=77e8db907380e5d3997fe840c6578cbe&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}




@media (max-width: 1200.5px) {

}

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

@media (max-width: 767.5px) {
    .hp-cta-right {
        padding: 3rem 1rem;
    }
}



/**/




.footer_type8 {
    padding: 3rem 10rem!important;
    background-image: url('https://cdn1.npcdn.net/images/F_FOOTER_BG_vbfpg4_1782871326.jpg?md5id=77e8db907380e5d3997fe840c6578cbe&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

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

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

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

.footer_type8 .title h5 {
    color: #576035;
    text-transform: uppercase;
    font-weight: 700;
}

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

.footer_type8 .social_media a {
    border: 3px solid #576035;
    color: #fff;
}





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

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

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



