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

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

body > br {
    display: none;
}


@media (max-width: 1200.5px) {

}

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

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



/*top space*/
.bgTopNav {
    background-image: url('https://cdn1.npcdn.net/images/A_BAR_4cly3t_1779282395.jpg?md5id=da56d057fe13171851e819d9be266cf5&type=4');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.secTopNav_box {
    display: flex;
    justify-content: flex-end;
}

.secTopNav_email_box,
.secTopNav_tel_box {
    display: flex;
    align-items: center;
}

.secTopNav_tel_box {
    margin-left: 3vw;
}

.secTopNav_imgx {
    max-width: 2vw;
    height: auto;
}

.secTopNav_email,
.secTopNav_tel {
    margin-left: .5vw;
}

.secTopNav_email>a {
    color: #000!important;
}

.secTopNav_email>a,
.secTopNav_tel>a {
    font-size: 1vw;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}
.secTopNav_ctrl_width {
    /*max-width: 61vw;*/
    max-width: 63vw;
    margin: 0 auto;
}



@media (max-width: 1200.5px) {

}

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


@media screen and (max-width: 767.98px) {
    .secTopNav_box {
        flex-wrap: wrap;
    }
    .sec_banner_ebox {
        /*width: 80% !important;*/
        /*bottom: 20% !important;*/
    }
    .slider_banner .item > img{
        /*height: 300px !important;*/
        object-fit: cover;
    }
    .slider_banner{
        /*height: 300px !important;*/
    }
}


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

#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: 20px 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 0.5vw;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
}


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




.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: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

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

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

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

.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

@media (max-width: 1200.5px) {

}

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

@media (max-width: 767.5px) {
    .navbar_mobile .logo_img {
        transform: scale(0.7);
    }
}

@media (max-width: 400.5px) {
    .navbar_mobile .logo_img {
        max-height: 10vw;
    }
}



/**/


.hp-small {
    font-size: 15px;
    color: #415b73;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.hp-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}

.hp-title .title-line {
    display: block;
    background-color: #000;
    width: 8vw;
    height: 2px;
    margin-top: .5rem;
}

.hp-title.text-light .title-line {
    background-color: #fff;
}

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




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

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

.hp-button.white-button a {
    /*background-color: #000;*/
    border: 2px solid #fff;
    color: #fff;
}

.hp-button.white-bg-button a {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}

/* sliding background layer */
.hp-button a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

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

.hp-button.white-button a::before {
    background-color: #fff;
}

.hp-button.white-bg-button a::before {
    background-color: #000;
}


/* shine effect */
.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: left 0.5s ease;
}

/* hover */

.hp-button.black-button a:hover,
.hp-button.white-button a:hover {
    color: #000;
}


.hp-button.white-bg-button a:hover {
    color: #fff;
}

.hp-button a:hover {
    color: #fff;
}

.hp-button a:hover::before {
    transform: scaleX(1);
}

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

.slick-arrow {
    z-index: 2!important;
}


@media (max-width: 1200.5px) {

}

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

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




/**/

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

}

.hp-banner {
    text-align: center;
    padding-bottom: 5vw;
}

.hp-banner-big {
    font-weight: 700;
    font-size: 3.1vw;
    color: #000;
}

.hp-banner-content {
    font-size: 1.1vw;
    color: #323232;
}




@media (max-width: 1200.5px) {
    .hp-banner-big {
        font-size: 3.3vw;
    }
    
    .hp-banner-content {
        font-size: 1.3vw;
    }
}

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

@media (max-width: 767.5px) {
    .slider_banner .item>img{
    	min-height: 500px !important;
        object-fit: cover;
        padding-top: 260px;
        object-position: center;
        background-color: #f2f2f2;
    }


    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 260px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #f2f2f2, transparent);
    }
    
    .slider_banner .banner_content {
        align-items: flex-start;
    }
    
    .hp-banner {
        padding: 2rem 1rem !important;
    }
    
    .hp-banner-big {
        font-size: 30px;
    }
    
    .hp-banner-content {
        font-size: 14px;
    }

}



/**/


.hp-tag {
    padding: 4rem 11rem 2rem;
}

#main_index .exProductSlidehpType6 {
    padding: 0 12rem 1rem;
}

#main_index .exProductSlidehpType6 .col-12.col-md-6.col-lg-3.mb-5 {
    margin-bottom: 2rem !important;
    
}

#main_index .exProductSlidehpType6 .wrapper_product {
    background-color: #f3f3f3;
    border-radius: 0;
    padding: 1.5rem 1.5rem 2rem;
    position: relative;
}

#main_index .exProductSlidehpType6 .wrapper_product::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 10px;
    height: 250px;
    background-color: #000;
    background-position: 100% 0;
    /*z-index: -1;*/
}


#main_index .exProductSlidehpType6 .wrapper_product .product_img {
    border-radius: 0;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer {
    text-align: center;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    width: fit-content;
    padding: .5rem 0;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer:hover .add_to_cart {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart span {
    font-size: 1.1vw;
    font-weight: 700;
    padding: 1rem 1rem;
}


#main_index .exProductSlidehpType6 .wrapper_product .product_img .product_price,
#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header small,
#main_index .exProductSlidehpType6 .wrapper_product .product_img .product_price_box {
    display: none;
}



@media (max-width: 1200.5px) {
    .hp-tag {
        padding: 4rem 1rem 2rem;
    }
    
    #main_index .exProductSlidehpType6 {
        padding: 0 2rem 1rem;
    }
    
    #main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart span {
        font-size: 1rem;
    }
}

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

@media (max-width: 767.5px) {
    
    
    #main_index .exProductSlidehpType6 .col-12.col-md-6.col-lg-3.mb-5 {
        margin-bottom: 2rem !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
        font-size: 14px;
    }
    
    #main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart span {
        font-size: 11px;
    }
}


@media (max-width: 400.5px) {
    #main_index .exProductSlidehpType6 .col-12.col-md-6.col-lg-3.mb-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
        font-size: 16px;
    }
    
    #main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart span {
        font-size: 16px;
    }
}




/**/

.hp-services {
    padding: 4rem 11rem 6rem;
}

.hp-services-top {
    padding-bottom: 2rem;
}

.hp-services-box {
    border: 1px solid #000;
    height: 100%;
    padding: 2rem;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hp-services-small {
    font-size: 17px;
    color: #4d4d4d;
}

.hp-services-title {
    font-size: 27px;
    font-weight: 600;
    padding: .3rem 0 .7rem;
}

.hp-services .hp-content {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 2rem;
}



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

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

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



/**/

.hp-about {
    padding: 4rem 40vw 4rem 11rem;
    background-image: url('https://cdn1.npcdn.net/images/B_BACKGROUND_mt6k5f_1779282395.jpg?md5id=da56d057fe13171851e819d9be266cf5&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-about-title {
    font-size: 28px;
    padding: 1rem 0;
}

.hp-about .hp-content {
    font-size: 14px;
}

@media (max-width: 1200.5px) {
    .hp-about {
        padding: 4rem 40vw 4rem 1rem;
    }
}

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

@media (max-width: 767.5px) {
    .hp-about {
        padding: 4rem 1rem;
    }
    
    .hp-about-title {
        font-size: 24px;
    }
}

/**/

.hp-brand {
    padding: 4rem 11rem;
}

.hp_brand_ibox {
    padding-top: 2rem;
}

.hp_brand_img {
    margin: 0 1.25vw;
}


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

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

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



/**/

.hp-video {
    padding: 4rem 11rem 3rem;
    background-color: #f2f2f2;
}

#main_index .ex_videoSlide {
    padding: 0 10rem 4rem;
    background-color: #f2f2f2;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item {
    background-color: transparent!important;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box {
    margin: 0.5rem 0rem 0;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .title_video {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}


@media (max-width: 1200.5px) {
    .hp-video {
        padding: 4rem 2rem 3rem;
    }
    
    #main_index .ex_videoSlide {
        padding: 0 1rem 4rem;
    }
}

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

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



/**/

.hp-contact {
    background-color: #000;
    padding: 4rem 11rem;
}

.hp-contact-box {
    padding-bottom: 1rem;
}

.hp-contact-box a:hover {
    color: #ccc;
}

.hp-contact-small-box {
    display: flex;
    align-items: center;
}

.hp-contact-small-box p:first-child {
    width: 250px; /* fixed width for Monday/Saturday/Sunday */
}

.hp-contact-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.hp-contact-content {
    font-size: 18px;
    font-weight: 300;
    color: #f2f2f2;
    padding-right: 14vw;
}

.hp-contact-button {
    display: flex;
    gap: 2rem;
    padding-top: 2rem;
}

.hp-contact-line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 5rem;
}


@media (max-width: 1200.5px) {
    .hp-contact {
        background-color: #000;
        padding: 4rem 1rem;
    }
}

@media (max-width: 991.5px) {
    .hp-contact-small-box p:first-child {
        width: 170px;
    }
}

@media (max-width: 767.5px) {
    .hp-contact-content {
        padding-right: 0;
    }
    
    .hp-contact-small-box {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 1rem;
    }
    
    .hp-contact-button {
        gap: 1rem;
        padding-top: 0rem;
        flex-direction: column;
        padding-bottom: 3rem;
    }
}



/**/



.footer_type6 {
    padding: 0 12rem 3rem !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: #000;
}

.footer_type6 .logo {
    min-height: 40px;
}

.footer_type6 .logo img {
    max-height: 30px;
}

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

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

.footer_type6 a:hover {
    color: #ccc!important;
}

.footer_type6 .social_media a {
    /*color: #000;*/
    /*background-color: #fff;*/
    /*padding: 7px;*/
    /*border-radius: 500px;*/
}


@media (max-width: 1200.5px) {
    .footer_type6 {
        padding: 0 2rem 3rem !important;
    }
}

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

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



