body > br{
    display: none;
}
body{
    font-weight:500;
    font-size:14px;
    line-height:1.6;
    /*scroll effect
    height: 100%;
    scroll-behavior: smooth; /* smooth scroll on anchor click */
    /*overflow: hidden; *//* optional: hides scrollbar flickering */    
}
#main_index{
    overflow: hidden;
    padding-bottom: 0!important;
    /*height: 100vh;*/
    /*overflow-y: scroll;*/
    /*scroll-snap-type: y mandatory;*/
}
/*.hp_section{*/
/*  height: 100vh;*/
/*  scroll-snap-align: start;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
.slider_banner .banner_content {
    overflow: hidden;
}
.banner-box{
    max-width: 720px;
}
/*.navbar_type8 .nav_tab .dropdown .dropdown-menu {*/
/*    top: 15px;*/
/*}*/
/*custom nav*/
.d-lg-block.editor{
    padding-bottom: 110px;
}
.custom-nav {
    background: #1e1e1e;
    color:#ffffff;
    display: flex;
    height: 110px;
    position: fixed;
    z-index: 10;
    font-weight: 500;
}
.custom-navlogo {
    flex: 0 0 20%;
    padding: 15px;
}
.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-navinfo {
    display: flex;
    flex: 0 1 80%;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-right: 65px;
}
.cn-infobox {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
}
/*.cn-infobox.left-line:before {*/
/*    display: block;*/
/*    content: "";*/
/*    width: 1px;*/
/*    height: 45px;*/
/*    background: #fff;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.cn-infobox img {
    width: 100%;
    max-width: 30px;
    margin-right: 15px;
}
.cn-infotext {
    white-space: nowrap;
}
.cn-infotext-1 {
    font-size: 14px;
    line-height:1.2;
    color: #d0d4c7;
    font-weight: 700;
}
a.cn-infotext-2 {
    font-size: 13px;
    line-height:1.2;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a.cn-infotext-2:hover {
    color: #d0d4c7;
}
@media all and (max-width:1200px) {
    .custom-navinfo {
    padding-right: 0;
    }
}
@media all and (max-width:991.52px) {
    .custom-nav {
    display: none;
    }
    .d-lg-block.editor{
    padding-bottom: 0;
    }
}

/*language bar*/
.np_language_btn{
    right:0;
}
.np_language_btn .dropdown_btn {
  margin-top:5px;
  box-shadow: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  font-weight:600;
  background: #a8b097;
  display: block !important;
}

.np_language_btn .dropdown_btn a{
    display:block;
    color:#000;
    font-size:.85vw;
    border-bottom:1px solid #000;
}

.np_language_btn .dropdown_btn a:hover{
    color:#fff;
}

.np_language_btn .dropdown_btn a:nth-child(5){
    border-bottom: 0px;
}

.np_language_btn .dropdown_btn span{
    display:none;
}

/*nav*/
.navbar_type8 {
    height: 48px;
    top: 85px;
}
.navbar_type8 .logo {
    display: none;
}
.navbar_type8 .nav_tab {
    flex: 0 0 75%;
    margin-left: auto;
    justify-content: start;
    padding-left: 20px;
    padding-right: 20px;
    background: #a8b097;
    border-radius:50px 0 0 50px;
}
:lang(ms) .navbar_type8 .nav_tab {
    flex: 0 0 75%;
}
.navbar_type8 .nav_tab .nav_item:nth-child(8),
.navbar_type8 .nav_tab .nav_item:nth-child(9),
.navbar_type8 .nav_tab .nav_item:nth-child(10){
    display:none;
}
.navbar_type8 .nav_tab .nav_item a {
    font-size: .85vw;
    font-weight:500;
    padding:15px 1vw;
}

:lang(zh) .navbar_type8 .nav_tab .nav_item a {
  padding: 15px 2vw;
}

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

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    padding:0;
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#a8b097;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0 !important;
    text-align:left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item {
    height: auto;
    padding:0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text{
    text-align:left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel a:hover .text{
    color: #a8b097 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame{
    display:none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img{
    position:absolute;
    top:8px !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item{
    width:auto;
}
/*dark nav*/
.dark_nav {
    background-color: transparent!important;
    animation: none;
}
/*mobile nav*/
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}
.navbar_mobile {
    background: #1e1e1e;
}
.navbar_mobile .row_1 {
    height:100%;
    padding-top:0 !important;
    justify-content: center;
    align-items: center;
}
.navbar_mobile .logo_img {
    max-height: 25px;
}
/*banner*/
#main_index .slider_banner {
    margin-top: -55px;
}
/*.slider_banner .item > img{*/
/*    height:100vh !important;*/
/*    object-fit:cover;*/
/*    object-position: 95% 50%;*/
/*}*/
.banner-box {
    position: absolute;
    left: 10%;
    top: 30%;
    transform: translateY(-50%);
}
.banner-title {
    font-size: 3.25vw;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
}
.banner-subtitle{
    font-size:2vw;
    font-weight:500;
    line-height:1.4;
    color:#a8b097;
}
.banner-text{
    font-size:1.35vw;
    font-weight:500;
    color:#ffffff;
}
.j_btn.banner-btn{
    margin-top:30px;
} 
.banner-water{
  width: 12vw;
  position: absolute;
  z-index: 10;
  top: 28%;
  right: 10%;
  animation: 4s .2s fadein infinite;
}

@keyframes fadein {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

/*homepage*/
.title_big{
    font-size: 2.8vw;
    font-weight: 500;
    color:#ffffff;
    margin-bottom:25px;
}
.title_big_cn{
    font-size:75%;
}
.title_small{
    font-size: 1.4vw;
    font-weight: 500;
    line-height:1.4;
    color:#ffffff;
    margin-bottom:15px;  
}
.title_small_cn{
    font-size:85%;
}
.content_text{
    font-size:13.5px;
    color:#ffffff;
}
:lang(zh) .content_text{
    font-size:15px;
    line-height:1.8;
}
.green_text{
    color:#a8b097;
}

.darkgreen_text{
    color:#4b513d;
}

.j_btn a{
    text-decoration:none;
}
.j_btn button{
   position:relative;
   font-family: "Sansation", sans-serif;
   background-color:#a8b097;
   border:1px solid #a8b097;
   color:#fff;
   font-size:13px;
   font-weight:500;
   display:flex;
   justify-content:center;
   align-items:center;
   padding:5px 15px 5px 18px;
   border-radius:25px;
   transition:linear .3s;
}
.j_btn button:hover{
    background-color:transparent;
    color:#a8b097;
}
.j_btn button::after{
    content:'';
    display:inline-block;
    background-image:url(https://cdn1.npcdn.net/images/icon_right_pc7bus_1754555452.png?md5id=c90276ece06f672e8a5abcc3487b37e5&type=4);
    background-size:contain;
    background-repeat: no-repeat;
    width:25px;
    height:25px;
    margin-left:8px;
    transition:linear .3s;
}
.j_btn button:hover::after{
    margin-left:18px;
}

/*hp_about*/
.hp_about{
    background-image:url(https://cdn1.npcdn.net/images/about_bg_klnw5z_1762478419.jpg?md5id=c90276ece06f672e8a5abcc3487b37e5&new_width=1920&new_height=1050&type=4);
    background-size:cover;
    background-repeat: no-repeat; 
    background-position: 60% 50%;
    padding:8vw 10vw 0vw 10vw;
    /*height:100vh;*/
}
.about_img{
    max-width: 380px;
}
.about_content{
    text-align:center;
}
.about_btn button{
    margin:5vw auto
}
.about_slogan{
    font-size: 2.2vw;
    font-weight: 500;
    color:#ffffff;
    margin-bottom:25px;
}

/*hp_introducing*/
.hp_introducing{
    background-image:url(https://cdn1.npcdn.net/images/intro_bg_84xrhi_1762479409.jpg?md5id=c90276ece06f672e8a5abcc3487b37e5&new_width=1920&new_height=1050&type=4);
    background-size: cover;
    background-position: 25% 50%;
    background-repeat: no-repeat;
    padding: 10vw 5vw;
    /*height:100vh;    */
}

.intro_img{
    position: absolute;
    top: 0%;
    left: 10%;
    width:25%;
    min-width:300px;
}

.introducing_content{
    width: 45%;
    margin-left: auto;
}

.introducing_btn button{
    margin-top:25px;   
}

.introducing_product{
    position: absolute;
    z-index: 10;
    top:4vw;
    left:33%;
}

.introducing_productTitle{
    font-size: 13px;
    font-weight: 700;
    color:#a8b097;  
    margin-bottom:5px;
}

.introducing_productBtn{
    position:relative;
    font-size:12px;
    font-weight:500;
    color:#fff;
    padding-bottom:2px;
    border:none;
    background:transparent;
    transition: linear .5s;
}

.introducing_productBtn::after{
    content:'';
    display: block;
    height:1px;
    width:100%;
    background-color:#fff;
    transition: linear .3s;
}

.introducing_productBtn:hover{
    color:#a8b097;    
    border:none;
}

.introducing_productBtn:hover::after{
    background-color:#a8b097;
    animation:lineMove 1s;
}

@keyframes lineMove {
  from {width: 0px;}
  to {width: 100%;}
}

/*hp_testimonial*/
#main_index .index_wrapper_5{
    background-image:url(https://cdn1.npcdn.net/images/testimonial_bg_fx7so4_1754553467.jpg?md5id=c90276ece06f672e8a5abcc3487b37e5&type=4);
    background-size:cover;
    background-repeat: no-repeat;    
    /*height:150vh;    */
    padding:5vw;
}

/*.hp_testimonial{*/
/*    padding: 5vw 5vw 0 5vw;*/
/*}*/

.testimonial_content{
    text-align:center;
}

.hp_testimonial_type3 .one-time{
    opacity:1 !important;
    transform: translate3d(0,0,0) !important;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card{
    width:95%;
    margin:0 auto;
    border-radius:15px;
    overflow:hidden;
    background:#4b513e;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .img {
    position: relative;
    top: 0;
    height: 22vw;
    min-height:350px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.hp_testimonial_type3 .slick-slide{
    margin-top:0 !important;
}

.hp_testimonial_type3 .slick-arrow{
    color:#ffffff;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area {
    margin-top: 20px;
    margin-bottom:20px !important;
    flex-direction: column;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text{
    color:#ffffff;
    font-size:13px;
    line-height:1.6;
    min-height:180px;
    text-align:justify;
    text-align-last: center;
    -webkit-line-clamp: 8;
}

:lang(zh) .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text{
    font-size:15px;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area div:nth-child(2){
    display:none;
}
.hp_testimonial_type3 .testimonial_box .testimonial_card .name h6 {
    font-weight:700;
    font-size:15px;
    display:none;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .name .all_font_sm{
    color:#ffffff;
}

.hp_testimonial_type3  .slick-dots li button::before {
    content: '';
    width: 30px;
    height: 3px;
    background: #a8b097;
}

/*hp_news*/
#main_index .index_wrapper_6{
    background-image:url(https://cdn1.npcdn.net/images/news_bg_sht0in_1762485862.jpg?md5id=c90276ece06f672e8a5abcc3487b37e5&new_width=1920&new_height=1600&type=4);
    background-size:cover;
    background-repeat: no-repeat;    
    background-position: top center;
    height: 75vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp_news{
    position: relative;
    z-index:99;    
}

.news_content .title_big{
    color:#1e1e1e;
    text-align:center;

}

/*.hp_news{*/
/*    padding: 5vw 5vw 0 5vw;*/
/*}*/

.hp_latestnewSlider {
    background-image:url(https://cdn1.npcdn.net/images/news_screen_2sav1m_1762485862.jpg?md5id=c90276ece06f672e8a5abcc3487b37e5&new_width=1577&new_height=1413&type=4);
    background-size:cover;
    background-repeat: no-repeat;    
    background-position: top center;
    width: 60%;
    margin: -10% auto 0 auto;
    padding: 9% 5% 10% 5%;
}

.hp_latestnewSlider .news_box{
    padding:0;
    background-color:transparent;
}

.hp_latestnewSlider .news_box .img_frame .new_title{
    display:none;
    border:none;
}

.hp_latestnewSlider .news_box .img_frame {
    padding-top: 32vw;
}

/*hp_connect*/
.hp_connect{
    background-image:url(https://cdn1.npcdn.net/images/contact_bg_bofx07_1762484263.jpg?md5id=c90276ece06f672e8a5abcc3487b37e5&new_width=1920&new_height=1525&type=4);
    background-size:cover;
    background-repeat: no-repeat;    
    background-position: center;
    padding: 5vw 10vw;
    /*height:100vh;*/
}

.connect_contentGroup{
    height:100vh;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index:5;
}

.connect_contentx1{
    text-align:center;
}

.connect_contentx2{
    text-align:center;
    margin-top: auto;
}

.hp_connect .content_text{
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

/*downspace*/
.downspace{
    padding-top:35px;
    padding-bottom:35px;
    background:#212f22;
}
.downspace_title{
    color:#fff;
}
.downspace_icongroup{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    height:100%;
}
.downspace_icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    transition: linear.3s;
    border: 1px solid #a8b097;
    padding: 8px 15px;
    border-radius: 25px;
    background: transparent;
    min-width: 150px;
    transition: linear.3s;
}
.downspace_icon:hover a{
    color:#eaeaea;
    background:#a8b097;
}
.downspace_icon img{
    max-width:32px;
    margin-right:5px;
    transition: linear.3s;
}
.downspace_icon:hover img{
    transform:scale(0.95);
}
/*footer*/
.footer_type9 {
    background-image:url(https://cdn1.npcdn.net/images/footer_bg_7clxu5_1754553467.jpg?md5id=c90276ece06f672e8a5abcc3487b37e5&type=4);
    background-size:cover;
    background-position: 15% 50%;
    border-bottom:7px solid #bbb98e;
    padding: 12vw 15vw 0vw;
    color:#ffffff;
}
.footer_type9 .bg_dark{
    background-color:transparent;
}
.footer_type9 .row .col-12 .container .row .col-12:nth-child(2){
    padding-left: 5vw !important;
}
.footer_type9 .title {
    min-height: 100px;
}
.footer_type9 .logo img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    object-position:left;
    filter:brightness(0) invert(1);
}
.footer_type9 .sub_title p{
    font-size: 1rem;
    color:#a8b098;
}
.footer_type9 .nav_item li a {
    text-transform: capitalize;
}
.footer_type9 .nav_item li a::after {
    content: '|';
    color:#ffffff;
}
.footer_type9 .social_media a .icon_s i{
    color:#fff;
}
.footer_type9 a{
    color:#ffffff;
}
.footer_type9 .text {
    font-size: 13px;
    color:#ffffff !important;
}
.footer_type9 .line{
    border-bottom:0 !important;
}
.npfooter_languagebar .text-muted{
    color:#fff !important;
}
@media (min-width:991.5px){
    .footer_type9 .row .col-12 .container .row .col-12:nth-child(1){
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .footer_type9 .row .col-12 .container .row .col-12:nth-child(2){
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width:1400.5px){
    .hp_introducing {
      background-position: 65% 50%;
    }
    
}

@media (max-width:1200.5px){
    .hp_introducing {
      background-position: 50% 50%;
    }
    .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
      min-height: 280px;
      -webkit-line-clamp: 15;
    }
    .intro_img{
        left:0%;
    }
    
}

@media (max-width:991.5px){
    #main_index .slider_banner {
        margin-top: 0;
    }
    .banner-box {
        left: 10%;
    }
    .banner-title {
        font-size: 35px;
    }
    .banner-subtitle {
        font-size: 18px;
    }
    .banner-text{
        font-size:13.5px;
    }
    .title_big {
        font-size: 25px;
    }
    .title_small{
        font-size:20px;
    }
    .about_slogan{
        font-size:16px;
    }
    .intro_img {
        top: 10%;
    }
    .introducing_product{
        top: 12vw;
    }
    .downspace_icon a {
        max-width:100px;
        font-size:13.5px;
    }
    .downspace_icon img{
        max-width:25px;
    }
    .footer_type9 .title {
        min-height: 70px;
    }
    .footer_type9 .logo img {
        max-height: 70px;
    }
    .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
      min-height: 280px;
      -webkit-line-clamp: 15;
    }
}

@media (max-width:786.5px){
    .slider_banner .slick-slide{
        display:flex;
        flex-wrap:wrap;
    }
    
    .item.slick-slide.slick-current.slick-active > img {
        height: 50vh !important;
        object-position: right bottom;
        object-fit: cover;
        position: relative;
        order: 2;
    }
    
    .slider_banner{
        background:#232923;
    }
    
    .slider_banner .banner_content {
      height: 100% !important;
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      transform: translate(0%, 0%) !important;
      margin: 10% 0%;
      overflow: visible;
    }
    
    .banner-box {
        position: relative;
        transform: translateY(0%);
        top: 3%;
        left:5%;
        width:90%;
    }
    
    .banner-water {
        width: 160px;
        top: 183%;
        right: 35px;
    }
    
    .banner-title {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
  
    .banner-subtitle{
        font-size:1.1rem;
    }
    
    .banner-text{
        font-size:.9rem;
    }
    
    .title_big {
        text-align: center;
        font-size:1.5rem;
    }
    
    .title_small{
        text-align:center;
    }
    
    .content_text {
        text-align: justify;
        text-align-last: center;
        font-size: .875rem;
    }
    
    .j_btn button{
        font-size: .875rem;
    }
    
    .about_slogan {
        font-size: 1rem;
    }
    
    .hp_introducing{
        padding: 10vw 5vw 5vw 5vw;
        background-position: 25% 50%;
    }
    
    .intro_img {
        left: unset;
        top: unset;
        position: relative;
        margin: 25px auto;
        width: 50%;
        min-width: 250px;
    }
    
    .introducing_product {
        position: relative;
        top: -3%;
        left: 0;
        text-align: center;
    }
    
    .introducing_productTitle{
        font-size:.9rem;
    }
  
    .introducing_content {
      width: auto;
    }
    
    .introducing_productBtn{
        font-size:.85rem;
    }
    
    .introducing_btn button {
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .testimonial_content .title_big {
        margin: 10px 0 5px 0;
      }
      
    .hp_latestnewSlider{
        width:90%;
        padding: 15% 13% 18% 13%;
        margin: -15% auto 0 auto;
    }
    
    .hp_latestnewSlider .news_box .img_frame {
        padding-top: 46vw;
    }
    
    .footer_type9{
        padding: 12vw 10vw 0vw;
        font-size:.9rem;
    }
    
    .footer_type9 .row .col-12 .container .row .col-12:nth-child(2) {
      padding-left: 1rem !important;
    }
    
    .footer_type9 .text{
        font-size:.9rem;
    }

}

@media all and (max-width:575.52px) {
    /*.item img {*/
        
    /*    height: auto !important;*/
    /*}*/
    
    .banner-title {
        font-size: 28px;
        margin-bottom:5px;
    }
    .banner-subtitle{
        font-size: 16px;
    }
    .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
        min-height: 280px;
        -webkit-line-clamp: 15;
    }
    .title_big {
          margin-bottom:25px;
    }

}

@media (max-width:480.5px){
    
    .title_big{
        margin-bottom:5px;
    }
    
    .hp_about {
      padding: 10vw 5vw 0vw 5vw;
    }
    
    .hp_introducing {
        padding: 10vw 5vw 5vw 5vw;
        background-position: 25% 50%;
    }
    
    #main_index .index_wrapper_5{
        padding:10vw 5vw;
    }
        
    #main_index .index_wrapper_6{
        height: 135vw;
    }
    
    #main_index .index_wrapper_6 #index_6{
        transform: translateY(-10%);
    }
    
    .hp_connect{
        position:relative;
        padding: 20vw 5vw 5vw 5vw;
        background-position: 40% 50%;
    }
    
    .hp_connect::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.0),rgba(0,0,0,0.5));
        /*background:rgba(0,0,0,0.5);*/
        top: 0;
        left: 0;
        z-index: 2;
    }
    
    .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
        min-height: 200px;
        -webkit-line-clamp: 12;
  }
    
}



/*Show Product Page*/
#main_showproducts{
    margin-top:-48px;
}
#main_showproducts .container{
    max-width:1000px;
}
#main_showproducts .productDetailImageFancy .one_img div img {
    object-fit: cover;
    object-position: 70% 62%;
    padding-bottom: 0;
    height: 550px;
}
#main_showproducts .showproducts_wrapper_1 .breadcrumb_b {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  position: absolute;
  left:5%;
  z-index: 1;
  width: 25%;
  top: 250px;
  height: 50px;
  display: flex;
  align-items: center;
}
#main_showproducts .showproducts_wrapper_1 .breadcrumb_b ol li a {
    color: #fff;
}
#main_showproducts .showproducts_wrapper_1 .breadcrumb_b ol li:nth-child(2) {
    display: none;
}
#main_showproducts .showproducts_wrapper_1 .breadcrumb_b ol li::after {
    color: #fff;
}
#main_showproducts .showproducts_wrapper_2 .productDetailImageFancy {
    margin-bottom: 0 !important;
}

/*#main_showproducts .showproducts_wrapper_2 .product_detail .product_description_link {*/
/*    display: none;*/
/*}*/

/*#main_showproducts .showproducts_wrapper_2 .product_detail .category_tag {*/
/*    display: none;*/
/*}*/

/*#main_showproducts .showproducts_wrapper_2 .product_detail .mainFunction .whatsapp_btn {*/
/*    display: none;*/
/*}*/

#main_showproducts .showproducts_wrapper_2 .product_detail .product_name h2 {
   margin-bottom: 0;
    color: #000;
    font-size: 2.7rem !important;
    text-transform: uppercase;
}

#main_showproducts .showproducts_wrapper_2 .product_detail .product_name h2 b {
    font-weight: 600;
}

/*#main_showproducts .showproducts_wrapper_2 .product_detail .product_name {*/
/*  position: absolute;*/
/*  left: 8%;*/
/*  bottom: 650px;*/
/*  z-index: 1;*/
/*  height: 50px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  width: 50%;*/
/*}*/
#main_showproducts #showproducts_5{
    padding-left:0 !important;
    padding-right:0 !important;
}

#main_showproducts .showproducts_wrapper_5 {
    margin-top: 2rem;
}

#main_showproducts .productDetailImageFancy .all_sub_img{
    height: 450px;
    max-width: 1000px;
    margin: 35px auto;
}

#main_showproducts .productDetailImageFancy .all_sub_img img {
    width: 100%;
    height: 100%;
    max-height:450px;
}

.productDetailImageFancy .all_sub_img .fancy_subimg:nth-child(n+5) {
  display: block;
}

#main_showproducts .product_detail{
    max-width: 1000px;
    margin: 25px auto 0 auto;    
}

#main_showproducts .productDetailImageFancy .slick-next::before, 
#main_showproducts .productDetailImageFancy .slick-prev::before{
    color:#ccc;
    z-index: 5;
    font-size: 40px;
}

#main_showproducts .productDetailImageFancy .slick-arrow{
     z-index: 5;
}

#main_showproducts .productDetailImageFancy .more_sub_image{
    display:none;
}

@media(max-width:1200px) {
    #main_showproducts .showproducts_wrapper_2 .product_detail .product_name {
        left: 15px;
    }
    #main_showproducts .showproducts_wrapper_2 .product_detail .product_name h2 {
        font-size: 2.2rem !important;
    }
    #main_showproducts .showproducts_wrapper_1 .breadcrumb_b {
        right: 15px;
        width: 30%;
        top: 175px;
    }
    #main_showproducts .productDetailImageFancy .one_img div img {
        height: 350px;
    }
    #main_showproducts .product_nav_pill {
      margin: 0 auto;
      width:95%;
    }
    /*#main_showproducts .showproducts_wrapper_2 .product_detail .product_name {*/
    /*    bottom: 185px;*/
    /*    width: 60%;*/
    /*}*/
}

@media(max-width:991px) {
    #main_showproducts{
        margin-top:0px;
    }
    #main_showproducts .product_detail {
      padding: 0 15px;
    }
}

@media(max-width:767px) {
    #main_showproducts .productDetailImageFancy .one_img div img {
        height: 180px;
    }
    #main_showproducts .showproducts_wrapper_2 .product_detail .product_name h2 {
        font-size: 1.7rem !important;
    }
    #main_showproducts .showproducts_wrapper_1 .breadcrumb_b  {
        width: 80%;
        top: 130px;
        font-size: 13px;
        justify-content: start;
        text-align: center;
        left: 5%;
      }
    /*#main_showproducts .showproducts_wrapper_5 {*/
    /*  margin-top: 0rem;*/
    /*}*/
    /*#main_showproducts .productDetailImageFancy .one_img div img {*/
    /*    height: 350px;*/
    /*}*/
    #main_showproducts .productDetailImageFancy .all_sub_img{
        height: 350px;
    }
    #main_showproducts .productDetailImageFancy .all_sub_img img {
        max-height:350px;
    }
    #main_showproducts .showproducts_wrapper_1 .breadcrumb_b ol {
        justify-content: center;
    }
    
}


/*our product page*/
#main_ourproducts {
    background:#020203;
    color:#fff;
    
}
#main_ourproducts .ourproducts_wrapper_1{
    background-image: linear-gradient(to right,#020203,#090b0e,#0b0d0f,#0a0c0f);
    padding:50px 0 25px 0;
}
#main_ourproducts .page_title b{
    color:#fff;
}
#main_ourproducts .product_list_5 .product_box .product_des .price a, 
#main_ourproducts .product_list_5 .product_box .product_des .title a {
    color:#fff;
}
#main_ourproducts .product_list_5 .product_box .whatsapp_wrapper a{
    color:#fff;
}
#main_ourproducts .product_list_5 .product_box .img_frame img {
  object-position: 75% 50%;
}

@media(min-width:991.5px){
    #main_ourproducts .ourproducts_wrapper_1{
        margin-top:-50px;
    }
}

#main_showproducts .product_list_5 .product_box .img_frame img{
  object-fit:contain;
}