@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

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

body > br{
    display: none;
}

a:hover {
    color: #999;
    text-decoration: none;
}

:root{
    /*--tfont: "Bricolage Grotesque", sans-serif;*/
    --tfont: "Jost", sans-serif;
    --primary-color: #3c280d;
}

/*all page*/
.page_title {
    text-align: center !important;
    margin-top:30px;
}

.page_title b{
    font-size:1.45rem;
    line-height:2.2rem;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    /*font-family: 'work sans',sans-serif;*/
}


/* Nav */
.navbar_type8{
    height: 100px;
    background: linear-gradient(to bottom, rgba(60,40,13), rgba(255,255,255,.02));
}
#main_index .navbar_type8{
        background: linear-gradient(to bottom, rgba(60,40,13), rgba(255,255,255,.02));
}

.navbar_type8 .logo{
    filter: invert(1);
}
#main_index .navbar_Type8 .logo{
    filter: unset;
}

.dark_nav {
  background: linear-gradient(to bottom, rgba(60, 40, 13, 1), #ffffff00) !important;
}

.navbar_type8 .nav_tab .nav_item a{
    font-size: clamp(.85rem, 1vw, 1vw);
    color: #fff;
    padding: 0 1.3vw;
}
#main_index .navbar_type8 .nav_tab .nav_item a{
    color: #fff;
}

/*Video*/
.customVideo {
    position: relative;    
}
.videoPlay {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 4rem;
}
.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoPlay button:focus {
    outline: none;
}
.videoPlay button.paused {
    background: rgba(256,256,256,1);
}
.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 1.5rem;
}
.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoMute button:focus {
    outline: none;
}
.videoMute button.muted {
    background: rgba(256,256,256,.7);
}
.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}
.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}

#bgVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(min-width:991px){
    .customVideo{
        margin-top: -100px;        
    }
}

@media only screen and (max-width: 768px) {
.videoPlay {
    bottom: 1rem;
    right: 3.5rem;
}
.videoMute {
    bottom: 1rem;
    right: 1rem;
}
}

/*Footer*/
.footer_type3{
    background-color: #fff;
    color: #777;
    border-top:1px solid #af9471;
}

.footer_type3 .container{
    max-width:85% !important;
}

.footer_type3 a {
    color: #777;
}

.footer_type3 .social_media li a {
    font-size: 1.2rem;
    color: #777;
}

#c_footer{
    padding-top:100px;
    padding-bottom:100px;
    background:#fff;
}

#c_footer .container{
    max-width:85% !important;
}

#c_footer .content_text{
    font-size:.95rem;
    line-height:1.35rem;
}

#c_footer .content_text span{
    display:inline-block;
}

/*Banner*/
.slider_banner {
    width: 100%;
    height: 80vh !important;
}

.slider_banner .slick-prev::before,
.slider_banner .slick-next::before {
    width:30px;
    height:30px;
}

.slider_banner .item{
    height:80vh !important;
}

.slider_banner .item img {
    object-position: center;
    object-fit: cover;
    height:100% !important;
}

.slider_banner .banner_content{
    height:80vh !important;
}

.n_banner {
    position: relative;
    width: 100%;
}

.n_bannerGroup {
    height:80vh;
}

.n_bannerContent {
    position: relative;
    width: 100%;
    display: flex;
    top: 0%;
    left: 0%;
    overflow:hidden;
}

/*Homepage*/
.title_big{
/*     font-size:1.8rem; */
    font-size: clamp(1.8rem, 2.1vw, 2.1vw);
    font-weight:400;
    line-height: 1.2;
    color: var(--primary-color);
    font-family: var(--tfont);
    
    span{        
        font-size: 100%;        
        font-weight: 500;                        
    }
}

.about_content .title_big{    
}
.about_content span{
    display: flex;    
    align-items: baseline;    
    font-size: 140%;        
}

@media(max-width:576px){
    .about_content span{
        font-size: 100%;
    }
}

.title_big2{
    font-size:2.2rem;
    font-weight:400;
    line-height:2.6rem;
    text-transform: uppercase;
    letter-spacing:.3rem;
    color:#000;
/*     font-family: 'Work Sans', sans-serif; */
}

.content_text{
    font-size:1.1rem;
    line-height:1.8rem;
    color:#777;
}

.btn_more{
    box-shadow:none;
    transition:Ease-in-out 0.3s;
    color: #fff;
    border:0px solid rgb(0,0,0,0);
    padding:10px 35px 7px;
    margin-top:20px;
    background: transparent;
    font-size: clamp(.85rem, 1vw, 1vw);    
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    
    &:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0%;
        background: #cba14b;
        z-index: -1;
        transition: all .3s linear;
    }
    
    &:after{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 100%;
        background: #895d20;
        z-index: -1;
        transition: all .3s linear;
    }
    
    &:hover{     
        color: #fff;
        
        &:before{
            opacity: 0;
            left: -100%;
        }
        &:after{
            opacity: 1;
            left: 0;            
        }
    }
}

/*hp_exclusive*/
.index_wrapper_4{
    padding: 5rem 0;
}
#hp_exclusive{        
    overflow:hidden;
}

.exclusive_img {
    overflow: hidden;
    border: 5px solid transparent;
}

.exclusive_img img{
    transition: Ease-in-out 0.3s;
}

.category_img:hover img{
    transform:scale(1.05);
}

/*hp_customize*/
.customize_bg{
    min-height:70vh;
    background-image:url(https://cdn1.npcdn.net/userfiles/23416/image/bg1.jpg);
    background-position: center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.customize_content{
    width: 50%;
    top: 60%;
    left: 0;
    position: relative;
}

.customize_content .title_big2,
.customize_content .content_text{
    color:#fff;
}

/*hp_feature*/
.productSlider-1{
    width: 100%;
    margin:0 auto;
}

.productSlider-1 .slick-track{
    width:100%;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 0px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: none;
    background:transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 520px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    height: 100%;
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content{
    text-align:center !important;
}

.productSlider-1 .product_img .product_box h6{
    font-size:14px;
    font-weight:400 !important;
    
    a{
        color: #777;
        
        &:hover{
            color: #cba14b;
        }
    }
}

.productSlider-1 .slick-list{
    padding: 0 10rem;
}
.productSlider-1 .slick-list .slick-track .slick-slide{
    transition: all .3s linear;
}
.productSlider-1 .slick-list .slick-track .slick-slide:not(.slick-active){
    opacity: 0.15;
}

.productSlider-1 .product_img .product_box h6:first-child{
    color:var(--primary-color);
    font-weight:600 !important;
    font-size:18px;
}

.productSlider-1 .product_img .product_box p{
    display:none;
}

.productSlider-1 .product_img .product_box .product_img_frame .add_to_cart {
    opacity: 0;
    transition:Ease-in-out 0.3s;
    border-radius: 0;
}

.productSlider-1 .product_img .slick-prev{
    left: 0;
    background: #cba14b;
    width: 45px;
    height: 50px;
}
.productSlider-1 .product_img .slick-next{
    right: 0;
    background: #cba14b;
    width: 45px;
    height: 50px;
}

@media(max-width:768px){
    .productSlider-1 .slick-list{
        padding: 0 8rem !important;
    }
}

@media(max-width:568px){
    .productSlider-1 .slick-list{
        padding: 0 4rem !important;
    }
}

/* Corporate */
#hp_corporate{
    padding-top: 5rem;
}

/*hp_about*/
#hp_about{
    padding-top:5rem;
    padding-bottom:5rem;
    background-color: rgba(140, 96, 35, 0.03);
    overflow:hidden;
    position: relative;
    z-index: 0;
}

/*#hp_about .container{*/
/*    max-width: 100%;*/
/*    padding: 0 calc(65px + 15px) 0 80px;*/
/*}*/

/*.abt-frame {*/
/*    display: grid;*/
/*    place-content: center;*/
/*    position: relative;*/
/*    width: 80%;*/
/*    padding-top: 100%;*/
/*    overflow: hidden;*/
    
/*    img{*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/

/*.about_content{*/
/*    padding:0 0 0 5%;    */
/*}*/

/*.about_content .content_text{*/
/*    font-size: clamp(.85rem ,1vw, 1vw);*/
/*    font-weight: 300;*/
/*    line-height: 1.75;*/
/*}*/

.hp_photoGallerySliderWithTitle{
    width:85%;
    margin:0 auto;
}

.hp_photoGallerySliderWithTitle {
    background-color: #fcfcfc;
}

.hp_photoGallerySliderWithTitle .col-12{
    padding-left:0;
    padding-right:0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    width: 100%;
    padding: 5px;
}

.photo-gallery3 .slick-arrow,
.photo-gallery3 .slick-dots{
  display: none !important;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
  padding: 0;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box{
  padding: 7.5px;
}

@media(min-width:991px){
    /*.about_content{*/
    /*     margin-left: -15%;*/
    /*}*/
}

@media(max-width:991px){
    /*#hp_about .container{*/
    /*    padding: 0 5rem;*/
    /*}*/

    /*.abt-frame{*/
    /*    margin: auto;*/
    /*    margin-bottom: 3rem;*/
    /*}*/
    /*.about_content{*/
    /*    padding: 0 5%;*/
    /*    text-align: center;*/
    /*}*/
    /*.about_content .title_big{*/
    /*    text-align: center;*/
        
    /*    span{*/
    /*        justify-content: center;*/
            
    /*        &:before{*/
    /*            display: none;*/
    /*        }*/
    /*    }*/
    /*}        */
    /*.about_content a:has(.btn_more){*/
    /*    display: flex;*/
    /*    justify-content: center;        */
    /*}*/
}

@media(max-width:576px){
    /*#hp_about .container{*/
    /*    padding: 0 15px;*/
    /*}*/
}

/*hp_news*/
.news_bg{
    min-height:70vh;
    background-image:url(https://cdn1.npcdn.net/userfiles/23416/image/bg2.jpg);
    background-position: center;
    background-repeat:no-repeat;
    overflow:hidden;
}

#main_index .latest_new_type6 {
  width: 85%;
  margin: 0 auto;
}

.news_content{
    width: 50%;
    top: 60%;
    left: 50%;
    position: relative;
}

.news_content .title_big2,
.news_content .content_text{
    color:#fcfcfc;
}

/*hp_testimonial*/
.hp_testimonials{
    padding-bottom:50px;
    width:80%;
    margin:0 auto;
}

.hp_testimonials .testimonials_box .testimonials_card .icon{
    display:none;
}

.hp_testimonials .testimonials_box .testimonials_card .content h5{
    margin-bottom:1rem;
}

.hp_testimonials .testimonials_box .testimonials_card .content q{
    font-size: .95rem;
    line-height: 1.8rem;
    color:#777;
    font-weight:400;
}

.hp_testimonials .testimonials_box .testimonials_card .content{
    order:1;
}

.hp_testimonials .testimonials_box .testimonials_card .name{
    order:2;
}

.hp_testimonials .slick-dots li button::before {
    color: #b39e7d;
    font-size: .7rem;
}

/*hp latest news tag*/
#main_index .latest_new_type6 .news_box {
    margin-top: -63px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: transparent;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    top: -63px;
    padding: 29px 20px 20px 31px;
    background-color: #fff;
    border-radius: 6px;
    border: none;
}

/*hp_partners*/
#hp_point{
    padding-top:5rem;
    padding-bottom:4rem;
    background-color: rgba(140, 96, 35, 0.02);
    overflow:hidden;
}

.point_box{
    padding: 1rem;
}
.point_logo {
    overflow: hidden;
    max-width: 70px;
    margin: 0 auto 1.25rem;
}
.point_title{
    color: #444;
    font-size: clamp(.85rem, 1vw, 1vw);
    font-weight: 400;
    text-align: center;    
}

.point_box:hover .point_logo{
    animation: swing .5s linear;
}

#hp_point .container:last-child .row{
    width: 75%;
    margin: auto;    
}
@media(Max-width:991px){
    #hp_point .container:last-child .row{
        width: 100%;
        margin: auto;    
    }
}

/*hp_subscribe*/
#hp_subscribe{
    background:#af9471;
    padding-top:100px;
    padding-bottom:100px;
}

.subscribe_content{
    width:60%;
    margin: 0 auto;
    text-align:center;
}

.subscribe_content .general_btn{
    margin: 25px auto 0 auto !important;
    width:30%;
    border: 2px #000 solid;
    color: #fff;
    background: #000;
}

.subscribe_content .general_btn:hover{
    border: 2px #fff solid;
    color: #fff;
    background: transparent;
}

.subscribe_content .title_big{
    color:#fff;
}

/*product page*/
.product_detail .category_tag a:hover li {
    color: #fff;
}

.product_img .product_silder {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
}

.product_detail .category_tag a {
    border-radius: 0;
}

/*main_quotation_checkout*/
#main_quotation_checkout .card{
    background:inherit;
}

@media all and (max-width: 998px){
    /*mobile nav*/
    .navbar_mobile {
        flex-basis: auto;
        background-color: #fff;
    }
    
    .navbar_type11_height {
        display: none;
    }

    .navbar_type11{
        display: none;
    }
    
    .m_nav_type5 .d-flex {
        height: 70px;
    }

    .m_nav_type5 .member {
        font-size: 1.2rem;
        padding-right: 0;
        color:#b39e7d;
    }
    
    .m_nav_type5 .shopping {
        position: relative;
        font-size: 1.2rem;
        padding-right: 0;
        margin-left: .6rem;
        color:#b39e7d;
    }
    
    .m_nav_type5 .company_logo {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 5px;
    }

    .m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3 {
        width: 33px;
        height: 2.5px;
        background-color: #b39e7d;
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .m_nav_type5 .change .bar1 {
      -webkit-transform: rotate(45deg) translate(6px,5px);
      transform: rotate(45deg) translate(6px,5px);
    }
    
    /*Banner*/
    .slider_banner {
        height:  calc(70vh) !important;
    }

    .slider_banner .banner_content {
        height:  calc(70vh) !important;
    }
    
    .slider_banner .item {
        height:  calc(70vh) !important;
    }
    
    .slider_banner .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .slider_banner{
        margin-top: 0px;
    }

    .n_bannerGroup {
        position: relative;
        top: 0;
        width: 100%;
    }

    .n_bannerContent {
        position: relative;
        width: 100%;
        display: flex;
    }

    .n_bannerViewMore {
         margin-top: 10px;
    }
    
    .n_bannerTitle {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    
    .n_bannerText {
        font-size: .7rem;
        line-height: 1rem;
    }
    
    .n_banner4, .n_banner5{
        background-position: center;
        background-size:cover
    }
    
    .n_banner4 .n_bannerRight,
    .n_banner5 .n_bannerRight{
        width: max-content;
        margin: 25% auto;
    }
    
    .n_banner4 .n_bannerLogo img,
    .n_banner5 .n_bannerLogo img{
        max-width:400px;
        max-height:235px;
        top: 25%;
        left:10%;
        position: relative;
        filter:brightness(0) invert(1);
    }
    

}

@media all and (max-width: 767px){
    
    /*Banner*/
    .slider_banner {
        height:  calc(60vh) !important;
    }

    .slider_banner .banner_content {
        height:  calc(60vh) !important;
    }
    
    .slider_banner .item {
        height:  calc(60vh) !important;
    }
    
    .slider_banner .item img {
        object-position: center;
        height:100% !important;
    }
    
    .n_bannerTitle {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    
    .n_bannerText {
        font-size: .7rem;
        line-height: 1rem;
    }
    
    .n_banner4, .n_banner5 {
        background-position: 57% 72%;
        background-size: cover;
        transform: translate(0, -10%);
    }

    .n_banner4 .n_bannerLogo img, .n_banner5 .n_bannerLogo img {
        max-width: 250px;
        max-height: 170px;
        top: 0%;
        left: 0%;
        margin-top:45%;
        position: relative;
        filter: brightness(0) invert(1);
    }
    
    /*Homepage*/
    #main_index .container {
        max-width: 100%;
    }
    
    .title_big {
        font-size: 1.4rem;
        line-height: 1.6rem;
        letter-spacing:0.05rem;
    }
    
    .title_big2{
        font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing:.15rem;
    }
    
    /*hp_customize*/
    .customize_bg {
        min-height: 60vh;
        background-position: 15% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
    }

    .customize_content {
        width: 100%;
        top: 60%;
        left: 0;
        position: relative;
    }
    
    /*hp_feature*/
    .productSlider-1 {
        width: 100%;
        margin: 0 auto;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        font-size: 14px;
        font-weight: 400 !important;
    }
    
    .productSlider-1 .product_img .product_box h6:first-child {
        font-weight: 400 !important;
        font-size: 16px;
    }

    .productSlider-1 .product_img .product_box .product_img_frame .add_to_cart {
        opacity: 0.8;
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 20px);
        margin: 10px;
        z-index: 5;
    }
    
    /*hp_about*/
    .about_content .content_text{
        font-size: 0.9rem;
        line-height: 1.6rem;
        /*text-align: justify;*/
        text-align-last: center;
    }
    
    #index_7{
        padding-left:0;
        padding-right:0;
    }
    
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
        z-index: 1;
        left: 5px;
    }
    
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
        right: 5px;
    }
        
    /*hp_testimonial*/
    .hp_testimonials .testimonials_box {
        width: 100%;
        padding: 15px 0;
    }
    
    .hp_testimonials {
        padding-bottom: 50px;
        width: 90%;
    }
    
    .hp_testimonials .testimonials_box .testimonials_card .content h5 {
        margin-bottom: 1rem;
        text-align: justify;
        text-align-last: center;
    }
    
    .hp_testimonials .testimonials_box .testimonials_card .content q{
        font-size: .8rem;
        line-height: 1.6rem;
        color:#777;
        font-weight:400;
    }

    /*hp_news*/
    .news_bg {
        min-height: 60vh;
        background-position: 55% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
    }

    .news_content {
        width: 100%;
        top: 60%;
        left: 0;
        position: relative;
    }
    
    /*hp_partners*/
    #hp_partners .col-lg-3{
        flex: 0 0 33.333% ;
        max-width: 33.333%  ;
    }
        
    /*hp_subscribe*/
    .subscribe_content .general_btn {
        width: 100%;
    }

    /*all page*/
    .page_title b {
        font-size: 1.2rem;
        position: relative;
        color: #000;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'work sans',sans-serif;
    }
    
}

/* Product Category */
.product_cat-10{
    padding: 0 12rem;
}
.product_cat-10 .wrapper_product_category .product_img{
    padding-top: 70%;
    border-radius: 0;
}
.product_cat-10 .wrapper_product_category{
    position: relative;    
    margin: 0;
    
    &:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
        top: 0;
        left: 0;
        z-index: 1;
    }
}
.product_cat-10 .wrapper_product_category .mt-3{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2.5rem;
    z-index: 1;
}
.product_cat-10 .wrapper_product_category h3{
    color: #fff;
    margin: 0;    
    font-size: clamp(1.1rem, 1.65vw, 1.65vw);
    letter-spacing: 0;    
    font-family: var(--tfont);
}
.product_cat-10 .wrapper_product_category div:nth-of-type(3){
    right: 0;
    left: unset;   
}
.product_cat-10 .wrapper_product_category .view-btn{
    color: #fff;
    background: transparent;
    border-style: none;   
    padding: 0;
    border-radius: 0;    
    position: relative;
    font-size: clamp(.85rem, .9vw, .9vw) !important;
    
    &:before{
        position: absolute;
        content: "";
        width: 30%;
        height: 1px;
        right: 0;
        bottom: -1px;
        transition: all .3s linear;
        background: #cba14b;
    }
}
.product_cat-10 .wrapper_product_category:hover .view-btn{
    transform: unset;
}
.product_cat-10 .wrapper_product_category:hover .view-btn:before{
    width: 50%;
}

@media(max-width:991px){
    .product_cat-10{
        padding: 0 5rem;
    }    
}

@media(max-width:768px){
    .product_cat-10 .wrapper_product_category{
        margin-bottom: 1rem;
    }
}

@media(max-width:576px){
    .product_cat-10{
        padding: 0 1rem;
    }    
}

/*Why*/
.hp_why {
  background: url(https://cdn1.npcdn.net/images/2_BG_pgykcr_1779090573.jpg?md5id=e0b43d7adf04f77c81d846f9d8eee988&new_width=1800&new_height=700&type=4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    padding: 5rem 0;
    background-color: rgb(60, 40, 13 , .85);    
    background-blend-mode: multiply;
    border-top: 2.5rem solid rgb(249, 247, 244);
    border-bottom: 2.5rem solid rgb(249, 247, 244);
    margin-bottom: 5rem;
}

.why-wrapper{
  display: flex;
  align-items: center;
  padding: 0 8rem;
}

.why-wrapper .title_big{
    color: #fff;
    min-width: 35%;
    font-weight: 500;    
}

.why-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);    
}
.why-box{
    color: #fff;
    padding: 2rem;
}
.why-icon{
  max-width: 60px;
  aspect-ratio: 1/1;
  filter: invert(1);
}
.why-title{
    font-size: clamp(.9rem, 1.3vw, 1.3vw);
    font-weight: 600;
    margin: 2rem 0 .75rem;
}
.why-desc{
    font-size: clamp(.85rem, .9vw, .9vw);
    margin: 0;
}

.why-inner-box p {
  width: 70%;
}

.why-box:nth-child(odd){
    border-right: 1px solid rgba(255, 255, 255, .25);
}
.why-box:nth-child(-n + 2){
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

@media(max-width:1200px){
    .why-wrapper{     
      padding: 0 5rem;
    }
}

@media(max-width:768px){    
    .why-wrapper{
        flex-direction: column;
        padding: 0;
    }
    .why-inner-box{
        text-align: center;
        margin-bottom: 2rem;
    }
    .why-inner-box br{
        display: none;
    }
    .why-inner-box p{
        width: 100%;
        font-size: .9rem;
    }
}

@media(max-width:576px){
    .why-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .why-box:not(:last-child){
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .why-box:nth-child(odd){
        border-right: 0;
    }
    
    .why-title{
        font-size: 17px;
    }
}

/*Award*/
.index_wrapper_8{
    padding-top: 5rem;
  /*padding: 5rem 0 ;*/
}
.hp_photoGallerySlider_type3 {
  background: transparent;
}
.hp_photoGallerySlider_type3 .photo-gallery3{
  padding: 0;
}

/*Latest News*/

.index_wrapper_9 {
  padding: 5rem calc(10rem - 15px);
  background: rgba(140, 96, 35, 0.05);
}
#main_index .hp_latest_new_8 .news_box{
  padding: 0;
  background: #fff;
  padding: 1rem;
}
#main_index .hp_latest_new_8 .news_box .title{
  margin-top: 1rem;
}

@media(max-width:1200px){
  .index_wrapper_9{
    padding: 5rem calc(5rem - 15px);
  }
}

@media(max-width:576px){
  .index_wrapper_9{
    padding: 5rem 0rem 4rem;
  }
}

/* Footer */
.footer_type6{
    background: #3c280d;
    padding: 3rem 1rem 2rem;    
    overflow: hidden;
}
.footer_type6 .logo{
    filter: invert(1);
    min-height: 80px;
    
    padding: 0;
    img{
        max-height: 80px;
    }
}
.footer_type6 a:hover{
    color: #cba14b;
}

/*slidebar*/
.m_side_menu_type5 .nav_item li{
  font-size: 15px;
}

/*Project Page*/
#category_2 {
  display: none;
}
#category_3 {
  flex: 0 0 100%;
  max-width: 100%;
}


#ourproducts_2 {
  display: none;
}
#ourproducts_4 {
  display: none;
}
#ourproducts_5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.productDetailImageSpecial .one_img div,
.productDetailImageSpecial .two_img div,
.productDetailImageSpecial .three_img div,
.productDetailImageSpecial .four_img div {
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
.productDetailImageSpecial div{
  &:nth-child(n+5){
    display: block; 
  }  
  &:nth-child(n+7){
    display: none;
  }
}

.productDetailImageSpecial .four_img div img, .productDetailImageSpecial .three_img div img {
  height: 330px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/*Client*/
#hp_client{
  padding-top: 3.5rem;
}
.client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 90%;
  margin: auto;
}
.client-item{  
  padding: 40px;
}

@media(max-width:991px){
  .client-list{
    width: 100%;
  }
  .client-item{
    padding: 20px;
  }
}

/*About*/

.abt-wrapper {
  display: flex;
  align-items: stretch;
  gap: 5rem;
}
.abt-frame{
  position: relative;
  width: 100%;  
  overflow: hidden;  
  min-width: 30%;
  
  img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media(max-width:1200px){
  .abt-frame{
    min-width: 45%;
  } 
}

@media(max-width:991px){
  .abt-wrapper{
    flex-direction: column;
    gap: 3rem;
  }
  .abt-frame,
  .abt-frame img{
    position: unset;        
  }
}

@media(max-width:768px){
  .about_content  {
    text-align: center !important;    
  } 
  .about_content span{
    justify-content: center;
    margin-top: .5rem;
  }
}

/*Latest news*/
.hp_latest_new_8{
  margin: 0 -1rem;
}
.hp_latest_new_8 .col-12 {
  padding: 0 1rem;
}
.hp_latest_new_8 .news_box{
  padding: 0;
  border: 1px solid rgba(0,0,0,.08)
}
.hp_latest_new_8 .news_box .h-100{
  padding: 1rem;
}
.hp_latest_new_8 .news_box .title{
  margin: 0;
}