  /*font-family: "Crimson Text", serif;*/
  /*font-family: "Noto Sans", sans-serif;*/

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

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

body > br {
    display: none;
}


body {
    font-family: "Noto Sans", sans-serif;
}

/*navigation bar*/
.navbar_type8 {
    height: 130px;
    background-color: #fff;
    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: 100px;
    background-color: rgb(255,255,255,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: 8px 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: #000;
    font-size: 1.1vw;
    padding: 15px 1.1vw;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
}


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

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


.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}




@media (max-width: 1200.5px) {

}

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

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




/**/



.hp-small {
    font-size: 17px;
    color: #102260;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    padding-right: 3rem;
    width: fit-content;
}

.hp-small::after {
    content: "";
    position: absolute;
    right: 0;
    top: 43%;
    width: 40px;
    height: 1px;
    background-color: #102260;
    background-position: 100% 0;
    /*z-index: -1;*/
}

.hp-small.text-center {
    margin: 0 auto;
    padding-left: 3rem;
}

.hp-small.text-center::before {
    content: "";
    position: absolute;
    left: 0;
    top: 43%;
    width: 40px;
    height: 1px;
    background-color: #102260;
    background-position: 100% 0;
}

.hp-small.text-light::before,
.hp-small.text-light::after {
    background-color: #fff;
}


.hp-title {
    font-size: 40px;
    color: #102260;
    font-weight: 600;
    font-family: "Crimson Text", serif;
    margin: 1rem 0 2rem;
}

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

.hp-button a {
    position: relative;
    display: inline-block;
    color: #102260;
    background-color: #fff;
    padding: 15px 6rem 15px 2rem;
    font-weight: 700;
    /*border-radius: 500px;*/
    overflow: hidden;
    z-index: 1;
    border: 1px solid #102260;
    transition: 0.3s ease;
    font-size: 16px;
}

.hp-button.light-button a {
    border: unset;
}

.hp-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url("https://cdn1.npcdn.net/images/A_Icon_1_kpoe2w_1782956407.png?md5id=46922a0880a8f11f8f69cbb52b1396be&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) {

}

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

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






/**/



.slider_banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    text-align: right;

}

.hp-banner {
    width: 30%;
    padding-right: 8vw;
}

html:lang(ms) .hp-banner {
    width: 37%;
    padding-right: 3vw;
}

.hp-banner .hp-button a {
    font-size: 1vw;
}

.hp-banner-big {
    font-size: 4vw;
    font-family: "Crimson Text", serif;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    
}

.hp-banner .hp-content {
    font-size: 1.1vw;
    margin: 1rem 0 3rem !important;
}

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

.slider_banner .slick-dots {
    position: absolute;
    bottom: 3vw;
    right: 8vw;
    text-align: right;
}

.slider_banner .slick-dots li button::before {
    color: transparent;
    font-size: 0;
    content: "";
    width: 60px;
    height: 4px;
    background-color: rgba(255, 255, 255, .6);
    opacity: 1;
    padding: 0;
}

.slider_banner .slick-dots li button {
    width: 60px;
    height: 4px;
    padding: 0;
}

.slider_banner .slick-dots li {
    width: 60px;
    height: 4px;
    margin: 0 10px;
}

.slider_banner .slick-dots li.slick-active button::before {
    background-color: #fff;
    opacity: 1;
}

.slider_banner .slick-dots li:hover button::before {
    background-color: #fff;
}



@media (max-width: 1200.5px) {
    .hp-banner {
        padding-right: 5vw;
    }
    
    html:lang(ms) .hp-banner {
        padding-right: 2vw;
    }
}

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

@media (max-width: 767.5px) {
    
    .slider_banner .slick-dots {
        right: 3vw;
    }
    
    .slider_banner .item>img{
    	/*min-height: 200px !important;*/
        object-fit: cover;
        /*padding-top: 250px;*/
        object-position: center;
        background-color: #102260;
    }


    .slider_banner .item::before {
        /*content: "";*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 90px;*/
        /*width: 100%;*/
        /*height: 20%;*/
        /*background-image: linear-gradient(to bottom, #102260, transparent);*/
    }
    
    .slider_banner .banner_content {
        justify-content: center;
        text-align: center;
        align-items: flex-start;
    }
    
    .hp-banner {
        width: 100%;
        padding: 1rem 1rem;
        background-color: rgba(0, 0, 0, .5);
        height: 100%;
    }
    
    html:lang(ms) .hp-banner {
        width: 100%;
        padding: 3rem 1rem;
    }
    
    .hp-banner-big {
        font-size: 30px;
    }
    
    .hp-banner .hp-content {
        font-size: 14px;
        margin: 1rem 0 !important;
    }
    
    .hp-banner .hp-button a {
        font-size: 14px;
    }


}

@media (max-width: 500.5px) {
    .slider_banner .item>img{
    	/*min-height: 580px !important;*/
     /*   object-fit: cover;*/
     /*   padding-top: 160px;*/
     /*   object-position: left;*/
     /*   background-color: #102260;*/
    }


    .slider_banner .item::before {
        /*content: "";*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 160px;*/
        /*width: 100%;*/
        /*height: 20%;*/
        /*background-image: linear-gradient(to bottom, #102260, transparent);*/
    }
}






/**/


.hp-about {
    padding: 7rem 5rem;
}

.hp-about-left {
    padding-right: 2rem;
}

.hp-about-right {
    padding-left: 2rem;
}




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

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

@media (max-width: 767.5px) {
    .hp-about-left {
        padding-right: 0;
    }
    
    .hp-about-right {
        padding-left: 0;
        padding-top: 3rem;
    }
}






/**/

#main_index .index_wrapper_4 {
    position: relative;
}

#main_index .index_wrapper_4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 37%;
    height: 100%;
    background-color: #102260;
    background-position: 100% 0;
    z-index: -1;
}


.hp-cat {
    padding: 5rem 69vw 1rem 5rem;
}

#main_index .product_cat-4 {
    padding: 0 6rem 7rem;
}

#main_index .product_cat-4 .cat_box .content {
    background-color: transparent;
    padding: 1rem;
}

#main_index .product_cat-4 .cat_box .content .content_box {
    background-color: #fff;
    padding: 10px;
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0!important;
    color: #102260;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#main_index .product_cat-4 .cat_box .content .content_box h3,
#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary,
.product_cat-4 .cat_box .content .line{
    display: none;
}




@media (max-width: 1200.5px) {
    .hp-cat {
        padding: 5rem 50vw 1rem 1rem;
    }
    
    #main_index .product_cat-4 {
        padding: 0 2rem 7rem;
    }
}

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

@media (max-width: 767.5px) {
    .hp-cat {
        padding: 5rem 1rem 1rem;
    }
    
    #main_index .index_wrapper_4::after {
        height: 85%;
        width: 50%;
    }
}






/**/

.hp-why {
    padding: 7rem 5rem;
}

.hp-why-top {
    padding-right: 55vw;
}

.hp-why-box {
    display: flex;
    gap: 3rem;
    margin: 2rem 0;
}

.hp-why-title {
    font-size: 19px;
    font-weight: 600;
    color: #102260;
}

.hp-why-icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-why-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hp-why-content {
    padding-right: 5rem;
}





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

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

@media (max-width: 767.5px) {
    
    .hp-why {
        padding: 5rem 1rem 2rem;
    }
    
    .hp-why-top {
        padding-right: 0;
    }
    
    .hp-why-box {
        flex-direction: column;
        gap: 1rem;
        margin: 0 0 3rem;
    }
}





/**/

.hp-btn {
    text-align: center;
    padding: 3rem 1rem 5rem;
}


#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0rem 5rem;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0 15px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 70%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}




@media (max-width: 1200.5px) {
    #main_index .hp_photoGallerySlider_type3 {
        padding: 0rem 2rem;
    }
}

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

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






/**/


.hp-cta {
    background-image: url('https://cdn1.npcdn.net/images/F_BG_1_fb54mj_1782956408.jpg?md5id=46922a0880a8f11f8f69cbb52b1396be&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed;
}






@media (max-width: 1200.5px) {

}

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

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





/**/


.footer_type7 {
    padding: 5rem 10rem!important;
    /*background-image: url('https://cdn1.npcdn.net/images/h_footer_bg_r7hucd_1778340226.jpg?md5id=2a845b3e91df58cd29f565345c31d49a&type=4');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    background-color: #fff;
    color: #102260!important;
}

.footer_type7 a {
    color: #102260;
}

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

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

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

.footer_type7 .title h5 {
    color: #102260;
    text-transform: uppercase;
    font-weight: 500;
}

.footer_type7 .social_media a i {
    background-color: #102260;
    color: #fff;
    padding: 10px;
    border-radius: 500px;
}

.footer_type7 a:hover {
    color: #102260!important;
}




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

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

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




