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

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

body > br {
    display: none;
}

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

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

.dark_nav {
    height: 80px;
    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 .nav_tab .nav_item:last-child {
    padding: 34px 3rem;
    margin-left: 1rem;
}

.dark_nav .nav_tab .nav_item:last-child {
    padding: 28px 3rem;
}

.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: #000;
    font-size: 1vw;
    padding: 15px 0.8vw;
    transition: all 0.35s ease-in-out;
    font-weight: 500;
}

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

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    display: none;
}

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

.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, #a6c936, #a6c936);
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:last-child::before:hover {
    background-image: linear-gradient(to left, #000, #000);
}

.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: #a6c936;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.hp_brandSlide .ex_brandSlide_slider_banner .item .wrapper_brand{
    padding-top:unset;
    aspect-ratio: 1;
}

.hp_brandSlide .ex_brandSlide_slider_banner .item .wrapper_brand img {
  max-height: 100px;
  min-height: 100px;
  /*background-color: #fafafa;*/
} 

.hp_brandSlide{
    margin-bottom:60px;
    padding:0 7rem;
}
.hp_brandSlide .slick-arrow{
    z-index: 1 !important;
    background-color: #a6c936;
}
.hp_brandSlide .slick-arrow::before{
    color:#fff!important;
    opacity: 1;
}



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

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




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

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

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


/**/

.hp-small {
    color: #ed1b24;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.hp-title {
    color: #4d4d4d;
    font-size: 34px;
    font-weight: 800;
}

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

.hp-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #ed1b24;
    padding: 8px 2rem;
    font-weight: 600;
    border-radius: 500px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #ed1b24;
    font-size: 16px;
    text-transform: uppercase;
}

/* Hover */
.hp-button a:hover {
    background-color: #fff;
    color: #ed1b24;
}

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

.hp-button.white-button a:hover {
    background-color: #ed1b24;
    color: #FFF;
    border: 1px solid #fff;
}


@media (max-width: 1200.5px) {
    .hp-small {
        font-size: 14px;
    }
    
    .hp-title {
        font-size: 30px;
    }
    
    .hp-content {
        font-size: 14px;
    }
    
    .hp-button a {
        font-size: 14px;
    }
}

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

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


/**/

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

.slider_banner .banner_content {
     overflow: hidden;
}


.hp-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8rem;
}

.hp-banner-left {
    width: 50%;
    padding-bottom: 2rem;
    padding-right: 2rem;
}

.hp-banner-title {
    font-size: 3vw;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.hp-banner-right {
    width: 50%;
}

.hp-banner-small {
    display: flex;
    gap: 1rem;
}

.hp-banner-small .hp-content {
    color: #fff;
    font-weight: 300;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: .2rem 1.4rem;
}

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


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

.slider_banner .slick-dots {
  position: absolute;
  bottom: 6vw;
  left: 7.5vw;
  text-align: left;
}

.slider_banner .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;
}

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

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

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

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

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


@media (max-width: 1200.5px) {
    .hp-banner {
        padding: 0 2rem;
    }
    
    .slider_banner .slick-dots {
        bottom: 3vw;
        left: 2.5vw;
    }
}

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

@media (max-width: 767.5px) {
    .index_wrapper_2 .item>img{
    	min-height:800px!important;
    	object-fit:cover;
    }
    
    .hp-banner {
        flex-direction: column;
    }
    
    .hp-banner-left {
        width: 90%;
    }
    
    .hp-banner-right {
        width: 90%;
    }
    
    .hp-banner .hp-content {
        font-size: 14px;
    }
    
    .hp-banner-title {
        font-size: 28px;
    }
    
    .hp-banner-small .hp-content {
        padding: .2rem 1rem;
    }
}

@media (max-width: 500.5px) {
    .index_wrapper_2 .item>img{
    	min-height:700px!important;
    	object-fit:cover;
    }
}


/**/

.hp-about {
    margin: 6rem 0;
    background: linear-gradient(to right, #f2f2f2 70%, transparent 70%);
    
    position: relative;
}

.hp-about::before {
    content: "";
    position: absolute;
    left: 0%;
    top: -17.7%;
    width: 6%;
    height: 36%;
    background-image: url(https://cdn1.npcdn.net/images/B_ABOUT_ELEMENT_1_qnif5a_1776303740.jpg?md5id=ab1513164c86afa5d30f46b482c3030a&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;

}

.hp-about::after {
    content: "";
    position: absolute;
    right: 1.4%;
    bottom: 15%;
    width: 12%;
    height: 19%;
    background-image: url(https://cdn1.npcdn.net/images/B_ABOUT_ELEMENT_2_qi8pns_1776303740.jpg?md5id=ab1513164c86afa5d30f46b482c3030a&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;

}

.hp-about-left {
    /*background-color: #f2f2f2;*/
    padding-left: 7rem;
    padding-right: 3rem;
}

.hp-about-right{
    /*margin: 0 auto 2rem;*/
    /*max-width: 544px;*/
    padding-right: 7rem;
    

}
.hp-about-right video {
    max-height: 500px;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: black;
}



@media (max-width: 1200.5px) {
    .hp-about {
        margin: 5rem 0;
    }
    
    .hp-about-left {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .hp-about-right {
        padding-right: 2rem;
    }
    
    .hp-about::before {
        top: -7.7%;
        width: 4%;
        height: 16%;
    }
    
    .hp-about::after {
        right: -0.6%;
        width: 8%;
        height: 8%;
    }
}

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

@media (max-width: 767.5px) {
    
    .hp-about {
        margin: 0;
        padding: 5rem 0;
        background: linear-gradient(to bottom, #f2f2f2 70%, transparent 70%);
    }
    
    .hp-about-left {
        margin-bottom: 2rem;
    }
    
    .hp-about-right video {
        max-height: 100%;
    }
    
    .hp-about::before {
        display: none;
    }
    
    .hp-about::after {
        width: 18%;
        height: 3%;
    }
    
}


/**/

#main_index .service_type6 {
    background-color: transparent!important;
    padding: 1rem 6rem 6rem!important;
}

#main_index .service_type6 .container {
    max-width: 100%;
}

#main_index .service_type6 .service_box_type6 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#main_index .service_type6 .img_frame {
    width: 50%;
}

#main_index .service_type6 .content-box {
    width: 50%;
    height: 220px;
    background: linear-gradient(to right bottom, #fff, #e6e6e6);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem 3rem;
    
    position: relative;
}

#main_index .service_type6 .content-box::before {
    content: "";
    position: absolute;
    left: -8%;
    bottom: 0%;
    width: 16%;
    height: 23%;
    background-image: url(https://cdn1.npcdn.net/images/C_SERVICES_ELEMENT_9j5kze_1776303740.png?md5id=ab1513164c86afa5d30f46b482c3030a&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}



#main_index .service_type6 .content-box {
    font-size: 0;
}

#main_index .service_type6 .content-box .general_btn {
    color: #ed1b24;
    padding: 0 0 .3rem;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #ed1b24;
    position: relative;
    padding-right: 1.3rem;
    transition: ease .5s;
    font-size: 14px;
    
    
}

#main_index .service_type6 .content-box .general_btn::after {
    content: "➝";
    position: absolute;
    right: 0;
    top: 0%;
}

#main_index .service_type6 .content-box .general_btn:hover {
    padding-right: 2rem;
    background-color: transparent;
}


#main_index .service_type6 .service_title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 0!important;
    line-height: 1;
}

#main_index .service_type6 .tl-ellipsis,
#main_index .service_type6 .content-box ul {
    display: none;
}



@media (max-width: 1200.5px) {
    #main_index .service_type6 {
        padding: 1rem 1rem 6rem !important;
    }
    
    #main_index .service_type6 .content-box {
        padding: 1rem 2rem;
    }
    
    #main_index .service_type6 .content-box::before {
        left: -9%;
        width: 18%;
        height: 19%;
    }
    
    #main_index .service_type6 .service_title {
        font-size: 22px;
    }
    
    
}

@media (max-width: 991.5px) {
    #main_index .service_type6 .service_box_type6 {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    
    #main_index .service_type6 .img_frame {
        width: 100%;
    }
    
    #main_index .service_type6 .content-box {
        width: 100%;
    }
    
    #main_index .service_type6 .content-box::before {
        left: 0%;
        width: 10%;
        height: 17%;
        top: -8%;
        bottom: unset;
    }
}

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


/**/

#main_index .product_cat-3 {
    position: relative;
    z-index: 1;
}

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

#main_index .product_cat-3 .cat_box .content .content_box h3 {
    display: none;
}

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

#main_index .product_cat-3 .cat_box .content .content_box {
    align-items: center;
    width: 90%;
    height: 90%;
    justify-content: flex-end;
}

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

#main_index .product_cat-3 .cat_box img {
    background: radial-gradient(#fff, #e6e6e6 80%);
    padding: 0 3rem 5rem;
    clip-path: polygon(
      60px 0,
      100% 0,
      100% 100%,
      0 100%,
      0 60px
    );
    object-fit: contain;
}

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



@media (max-width: 1200.5px) {

}

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

@media (max-width: 767.5px) {
    #main_index .product_cat-3 .cat_box img {
        object-fit: contain;
    }
}


/**/

.hp-cta {
    background-color: #ed1b24;
    padding: 14rem 4rem 4rem;
    margin: -10rem 6rem 0;
}



@media (max-width: 1200.5px) {
    .hp-cta {
        padding: 14rem 3rem 3rem;
        margin: -10rem 3rem 0;
    }
}

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

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

/**/


.hp-why {
    padding: 6rem 8rem 0;
}

.hp-why .col-lg-3 {
    padding: 0 2rem;
}

.hp-why-box {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 0 0rem 1rem;
    border-bottom: 3px solid #cccccc;
    transition: ease .5s;
    justify-content: center;
}

.hp-why-box:hover {
    border-bottom: 3px solid #ed1b24;
}

.hp-why-box-icon {
    width: 88px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-why-box:hover .hp-why-box-icon {
    animation: tada 1s;
}

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

/* Make smaller-looking icons bigger */
.hp-why-box:nth-child(2) img,
.hp-why-box:nth-child(4) img {
    transform: scale(1.2);
}


.hp-why-title {
    font-size: 18px;
    font-weight: 800;
    transition: ease .5s;
}

.hp-why-box:hover .hp-why-title {
    color: #ed1b24;
}

@media (max-width: 1200.5px) {
    .hp-why {
        padding: 5rem 2rem 0;
    }
    .hp-why .col-lg-3 {
        padding: 0 1rem;
    }
    
    .hp-why-title {
        font-size: 16px;
    }
    
    .hp-why-box-icon {
        width: 94px;
        height: 60px;
    }
}

@media (max-width: 991.5px) {
    
    .hp-why .hp-title {
        margin-bottom: 0!important;
    }
    
    .hp-why-box {
        padding: 1rem 0rem 1rem;
    }
}

@media (max-width: 767.5px) {
    .hp-why {
        padding: 5rem 1rem 0;
    }
    
    .hp-why-box {
        justify-content: flex-start;
    }
}


/**/

.index_wrapper_5 {
    position: relative;
}

.hp-logo {
    padding: 6rem 6rem 0rem;
    /*position: relative;*/
}

.index_wrapper_5::before {
    content: "";
    position: absolute;
    right: 7%;
    bottom: -9.7%;
    width: 6%;
    height: 19%;
    background-image: url(https://cdn1.npcdn.net/images/E_ABOUT_ELEMENT_fr2o70_1776303740.jpg?md5id=ab1513164c86afa5d30f46b482c3030a&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: 1;

}

.hp-logo-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.hp-logo-box img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 1rem 0;
    background-color: #fafafa;
}


@media (max-width: 1200.5px) {
    .hp-logo {
        padding: 6rem 1rem 8rem;
    }
    
    .index_wrapper_5::before {
        bottom: -13.7%;
    }
}

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

@media (max-width: 767.5px) {
    
    .hp-logo {
        padding: 5rem 1rem 5rem;
    }
    
    .hp-logo-box {
        grid-template-columns: 1fr 1fr;
    }
    
    .index_wrapper_5::before {
        bottom: -12%;
        width: 10%;
        height: 15%;
    }
}


/**/

#main_index .index_wrapper_6 {
    padding: 6rem 6rem;
    background-color: #f2f2f2;
}

#main_index .gallerycategory .col-lg-3 {
    /*-ms-flex: 0 0 33.333333%;*/
    /*flex: 0 0 33.333333%;*/
    /*max-width: 33.333333%;*/
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

#main_index .gallerycategory p {
    font-weight: 700;
    font-size: 14px;
}



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

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

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



/**/

.hp-news {
    padding-top: 6rem;
}

#main_index .hp_latest_new_8 {
    padding: 0 6rem 6rem;
    background: linear-gradient(to bottom, transparent 52%, #000 52%);
    border-bottom: 1px solid #cccccc;
}

#main_index .latestnewsAjax .mb-4 {
    margin-bottom: 0!important;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
}

#main_index .hp_latest_new_8 .news_box .justify-content-between {
    background-color: #fff;
    padding: 1rem 2rem;
}


@media (max-width: 1200.5px) {
    #main_index .hp_latest_new_8 {
        padding: 0 1rem 6rem;
        background: linear-gradient(to bottom, transparent 42%, #000 42%);
    }
}

@media (max-width: 991.5px) {
    #main_index .hp_latest_new_8 .news_box {
        margin-bottom: 1rem;
    }
}

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


/**/

.footer_type8 {
    background-image: url('https://cdn1.npcdn.net/images/H_FOOTER_rxi9et_1776303741.jpg?md5id=ab1513164c86afa5d30f46b482c3030a&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 6rem 6rem 4rem!important;
    border-bottom: 15px solid #ed1b24;
}

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

.footer_type8 .title h5 {
    color: #a6c936;
    text-transform: uppercase;
}

.footer_type8 .social_media a {
    border: 2px solid #a6c936;
    color: #fff;
}

.footer_type8 .social_media a:hover {
    background-color: #a6c936;
}

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

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

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





