body{
    /*font-family: 'Montserrat', sans-serif;*/
    background:#fcfcfc;
}
body > br{
    display: none;
}

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

.whatsapp_sidebar.round p::before, .whatsapp_sidebar.round p::after, .whatsapp_sidebar{
    background-color: #34a853;
}

.whatsapp_sidebar .tab_wrap{
    font-size: 20px;
}

.navbar_category .navbar-nav li a{
    color: #333;
    border: 1px solid #333;
    font-weight: 600;
}


/*topspace*/
.industry_topContact {
    color: #000;
    background-color: #f1d013;
    height: 60px;
    width: 100%;
    display: block !important;
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.industry_topContactContent a{
    color:#000;
    text-decoration: none;
}

.industry_topContactContent {
    /*display: flex;*/
    /*justify-content: center;*/
    /*padding: 1.6vw 0;*/
    /*padding-left: 0rem;*/
    display: flex;
    justify-content: center;
    padding: 0.7vw 0;
    padding-left: 0rem;
    text-align: center;
    /*z-index: 100;*/
    /*position: fixed;*/
}

.industry_topContactText {
    font-size: 1vw;
    font-weight: 600;
    color: #000;
    /* cursor: pointer; */
    letter-spacing: 0vw;
    margin-right: 0vw !important;
}

.industry_topContactText::before,
.industry_topContactText::after {
    /*content: "￮";*/
    margin: 0 8px; 
}

.industry_topContactText a:hover {
    color: #333;
}

@media all and (max-width: 1200.5px) { 
}

@media all and (max-width: 992px) { 
    .industry_topContact {
        display: none;
    }
}

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

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

.page_title b{
    font-size:1.45rem;
    line-height:2.2rem;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

/*Nav Bar*/
.navbar_type11{
    background-color: #000;
    color: #fff;
    position: fixed;
    min-height:70px;
}

.navbar_type11_height {
    min-height: 70PX;
}

.navbar_type11 .bottom_line {
    background-color: #fff;
}

.navbar_type11 .opened{
    position: fixed;
    height: 100% !important;
}

.navbar_type11 .level_1 a{
    font-size: 18px;
    line-height: 46px;
    color: #000;
}

.navbar_type11 .level_1 a:hover{
    color: #999 !important;
}

.navbar_type11 .level_2 .menu_text{
    color: #000;
    line-height: 1.5;
    font-size: 14px;
}

.navbar_type11 .level_2 a{
    color: #000;
    line-height: 1.5;
    font-size: 14px;
}

.navbar_type11 .level_2 .sub_menu .sub_menu_item a {
    color: #000;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    padding: 15px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}

.navbar_type8 {
    background-color: #000;
}

.navbar_type8 {
    position: fixed;
    display: flex;
    /*background-color: transparent;*/
    width: 100%;
    height: 80px;
    z-index: 100;
    margin-top: 3vw;
}

.navbar_type11 #openMenu{
    position: fixed;
    top: 3%;
}

.navbar_type11 #shopping{
    top:5%;
    transform: translate(100%,-50%);
    right: 4%;
}

.navbar_type11 #shopping i{
    color:#b39e7d;
}

.navbar_type11 .menu_btn .bar1, .navbar_type11 .menu_btn .bar2, .navbar_type11 .menu_btn .bar3 {
    width: 35px;
    height: 3px;
    transition: .4s;
    background-color: #b39e7d!important;
}

.navbar_type11 .menu_btn.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px,-7px);
    transform: rotate(45deg) translate(-4px,-5px);
}

.navbar_type11 .center_line{
    display:none;
}

.navbar_type11 #logo {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%,0);
    z-index: 99;
    margin-right: 0rem;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 215px;
    height: 100%;
    object-fit: contain;
    padding: 0px;
}

.navbar_type11 .logo_frame {
    position: relative;
    height: 0;
    width: 100%;
    max-width: 80px;
    padding-top: 10px;
    margin: 0 auto;
}

.navbar_type11 .logo_frame img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
    height: auto !important;
    width: 100% !important;
}

.navbar_type11 #member_user{
    top: 5%;
    transform: translate(100%,-47%);
    right: 7%;
    display:inherit;
}

.navbar_type11 #member_user i {
    color: #b39e7d;
}

.navbar_type11 #shopping.change i {
    color: #b39e7d;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #000;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}

.dark_nav {
    background-color: rgba(0, 0, 0, 0.9) !important;
    animation: 1s fadeIn;
    top: 0;
    left: 0;
}

/*Footer*/
.footer_type3{
    background-color: #fff;
    color: #777;
}

.footer_type4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #3a3a3a;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://cdn1.npcdn.net/img/1725959852Background.jpg');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.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*/

.index_wrapper_2 {
    /*margin-top: 45px;*/
    /*margin-top: 0px;*/
}

/*.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;
}

/*Banner*/

.banner_content{
    overflow: hidden !important;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

/*.n_bannerInnerGroup {*/
/*    position: absolute;*/
/*    top: 48%;*/
/*    left: 17%;*/
/*    transform: translate(-20%, -50%);*/
/*    width: 50%;*/
/*}*/

.n_bannerInnerGroup {
    position: absolute;
    top: 48%;
    left: 15%;
    transform: translate(-20%, -50%);
    width: 45%;
}

.n_bannerTitle {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.1;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.n_bannerSubTitle {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    margin-top: 2%;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    padding: 0vw 10vw 0vw 0vw;
}

/*.n_bannerViewMore {*/
/*    background: #f1d013;*/
/*    border: 2px solid #f1d013;*/
/*    color: #fff;*/
/*    font-size: .95rem;*/
/*    padding: 10px 25px;*/
/*    transition: background linear .3s, color linear .3s; */
/*    margin-top: 20px; */
/*    text-decoration: none !important;*/
/*    display: inline-block; */
/*    font-weight: 500;*/
/*    text-transform: uppercase;*/
/*}*/

/*.n_bannerViewMore:hover {*/
/*    background: transparent;*/
/*    color: #f1d013;*/
/*    border: 2px solid #f1d013;*/
/*}*/


/*Button*/

/*.n_bannerViewMore{*/
/*    box-shadow:none;*/
/*    transition:Ease-in-out 0.3s;*/
/*    color:#333;*/
/*    border:0px solid rgb(0,0,0,0);*/
/*    background: #f1d013;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    padding: 1%;*/
/*    margin-top:20px;*/
/*    background:transparent;*/
/*    font-size:1rem;*/
/*}*/

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #f1d013;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

/*.n_bannerViewMore::before {*/
/*    content: "";*/
/*    background: #333;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

/*.n_bannerViewMore::after{*/
/*    content: "";*/
/*    background: #333;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

.n_bannerViewMore:hover{
    color:#f1d013;
    background: #000;
}

/*.n_bannerViewMore:hover::before {*/
/*    content: "";*/
/*    background: #f1d013;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

/*.n_bannerViewMore:hover::after{*/
/*    content: "";*/
/*    background: #f1d013;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

.n_bannerImg {
    position: absolute;
    width: 30%;
    z-index: -1;
    right: 17rem;
    opacity: 1;
    top: 1rem;
}

.n_bannerImg2 {
    position: absolute;
    width: 40%;
    z-index: -1;
    right: 17rem;
    opacity: 1;
    top: 1rem;
}

/*Homepage*/
#main_index{
    padding-bottom:0 !important;
    background:#fcfcfc;
    overflow: hidden;
}

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

.title_big{
    font-size:1.8rem;
    line-height:2rem;
    text-transform: uppercase;
    letter-spacing:.3rem;
    color:#000;
    font-weight: 700;
}

.title_big2{
    font-size:2.2rem;
    line-height:2.6rem;
    text-transform: uppercase;
    letter-spacing:.3rem;
    color:#000;
}

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

/*.btn_more{*/
/*    box-shadow:none;*/
/*    transition:Ease-in-out 0.3s;*/
/*    color:#333;*/
/*    border:0px solid rgb(0,0,0,0);*/
/*    padding:10px 25px;*/
/*    margin-top:20px;*/
/*    background:transparent;*/
/*    font-size:1rem;*/
/*    .n_bannerViewMore {*/
/*        font-size: 15px;*/
/*        font-weight: 600;*/
/*        color: #fff;*/
/*        background-color: #f1d013;*/
/*        text-align: center;*/
/*        padding: 1%;*/
/*        height: 8vw;*/
/*        width: 37vw;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        transition: 0.25s all linear;*/
/*        margin-top: 0vw;*/
/*    }*/
/*}*/

/*.btn_more::before {*/
/*    content: "";*/
/*    background: #333;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

/*.btn_more::after{*/
/*    content: "";*/
/*    background: #333;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

/*.btn_more:hover{*/
/*    color:#ffdc14;*/
/*    text-shadow: 1px 1px 1px black;*/
/*}*/

/*.btn_more:hover::before {*/
/*    content: "";*/
/*    background: #ffdc14;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

/*.btn_more:hover::after{*/
/*    content: "";*/
/*    background: #ffdc14;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

.button_about {
    display: flex;
    justify-content: center;
}

.btn_more {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #f1d013;
    border:0px solid rgb(0,0,0,0);
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.btn_more:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

/*hp_exclusive*/
#hp_exclusive{
    padding-top:50px;
    padding-bottom:50px;
    background-color:#fcfcfc;
    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/img/17259391791.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:#333;
}

/*.customize_content .btn_more{*/
/*    box-shadow:none;*/
/*    transition:Ease-in-out 0.3s;*/
/*    color:#333;*/
/*    border:0px solid rgb(0,0,0,0);*/
/*    padding:10px 25px;*/
/*    margin-top:20px;*/
/*    background:transparent;*/
/*    font-size:1rem;*/
/*}*/

/*.customize_content .btn_more::before {*/
/*    content: "";*/
/*    background: #333;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

/*.customize_content .btn_more::after{*/
/*    content: "";*/
/*    background: #333;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

/*.customize_content .btn_more:hover{*/
/*    color:#ffdc14;*/
/*}*/

/*.customize_content .btn_more:hover::before {*/
/*    content: "";*/
/*    background: #ffdc14;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

/*.customize_content .btn_more:hover::after{*/
/*    content: "";*/
/*    background: #ffdc14;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

.button_customize {
    display: flex;
    justify-content: center;
}

.customize_content .btn_more {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #f1d013;
    border:0px solid rgb(0,0,0,0);
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.customize_content .btn_more:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

/*hp_feature*/
#hp_feature{
    padding-top:50px;
}

.productSlider-1{
    width:85%;
    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{
    color:#777;
    font-size:.8rem;
    font-weight:500 !important;
}

.productSlider-1 .product_img .product_box h6:first-child{
    color:#777;
    font-weight:400 !important;
    font-size:1rem;
}

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

/*hp_about*/
#hp_about{
    padding-top:50px;
    padding-bottom:50px;
    background-color:#fff;
    overflow:hidden;
}

.about_content{
    padding:0 5%;
}

.about_content .content_text{
    font-size:.95rem;
    line-height:1.8rem;
}

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

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .7s;
}

.gallerycategory .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: linear .4s;
}

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws_gallery-2 .img_frame {
    width: 100%;
    padding-top: 250px;
    overflow: hidden;
    /*border: 1px solid rgba(231, 229, 229, 1);*/
    border: none;
    position: relative;
}

/*hp_news*/
#hp_news{
    padding-top:100px;
    padding-bottom:50px;
}

.news_bg{
    min-height:70vh;
    background-image:url(https://cdn1.npcdn.net/img/1725941801News.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;
}

.button_news {
    display: flex;
    justify-content: center;
}

.news_content .btn_more {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #f1d013;
    border:0px solid rgb(0,0,0,0);
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.news_content .btn_more:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

/*.news_content .btn_more{*/
/*    box-shadow:none;*/
/*    transition:Ease-in-out 0.3s;*/
/*    color:#fff;*/
/*    border:0px solid rgb(0,0,0,0);*/
/*    padding:10px 25px;*/
/*    margin-top:20px;*/
/*    background:transparent;*/
/*    font-size:1rem;*/
/*}*/

/*.news_content .btn_more::before {*/
/*    content: "";*/
/*    background: #fff;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

/*.news_content .btn_more::after{*/
/*    content: "";*/
/*    background: #fff;*/
/*    height: 1px;*/
/*    width: 20px;*/
/*    margin: 5px 10px;*/
/*    display: inline-block;*/
/*    transition:Ease-in-out 0.3s;*/
/*}*/

/*.news_content .btn_more:hover{*/
/*    color:#ffdc14;*/
/*}*/

/*.news_content .btn_more:hover::before {*/
/*    content: "";*/
/*    background: #ffdc14;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

/*.news_content .btn_more:hover::after{*/
/*    content: "";*/
/*    background: #ffdc14;*/
/*    height: 1px;*/
/*    width: 40px;*/
/*}*/

/*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*/
.latest_new_type6 .news_box {
    margin-top: -63px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: transparent;
}

.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_partners{
    padding-top:50px;
    padding-bottom:100px;
    background-color:#fff;
    overflow:hidden;
}

#hp_partners .col-lg-3{
    flex: 0 0 20% ;
    max-width: 20% ;
}

.partners_logo {
    overflow: hidden;
    max-width: 220px;
    margin: 15px auto;
}

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

/*hp_subscribe*/
#hp_subscribe{
    background:#ebca12;
    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: 1300.5px) {
    .navbar_type8 .nav_tab .nav_item a {
        color: #fff;
        padding: 9px;
        text-decoration: none;
        white-space: nowrap;
        font-weight: 600;
    }
}

@media all and (max-width: 1198px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 48%;
        left: 17%;
        transform: translate(-20%, -50%);
        width: 45%;
    }
    .n_bannerImg {
        position: absolute;
        width: 30%;
        z-index: -1;
        right: 9rem;
        opacity: 1;
        top: 1rem;
    }
    .n_bannerImg2 {
        right: 10rem;
        opacity: 1;
        top: 1rem;
    }
    .navbar_type8 .nav_tab {
        flex: 0 1 80%;
        display: flex;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 34px;
        flex-wrap: wrap;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        padding: 5px;
        font-size: 12px;
    }
    
    .navbar_type8 .logo img {
        position: absolute;
        left: 0px;
        width: 180px;
        height: 100%;
        object-fit: contain;
        padding: 0px;
    }
    
    /*.index_wrapper_2 {*/
    /*    margin-top: 28px;*/
    /*}*/
}

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

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

    .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: 0px;
    }

    .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: #ebca12;
        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 screen and (max-width: 992.5px) {
    .index_wrapper_2 {
        margin-top: 0px;
    }
    
    .navbar_type8 {
        display: none;
    }
    
    /*.m_nav_type5, .m_editor {*/
    /*    display: block;*/
        /*margin-top: 49vw !important;*/
    /*}*/
}

@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.6rem;
        line-height: 1.8rem;
    }
    
    .n_bannerText {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    
    .n_bannerSubTitle {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-top: 2%;
        margin-bottom: 20px;
    }
    
    .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);
    }
    .n_bannerInnerGroup {
        position: absolute;
        top: 19%;
        left: 18%;
        transform: translate(-20%, -50%);
        width: 70%;
    }
    .n_bannerImg {
        position: absolute;
        width: 71%;
        z-index: -1;
        right: 0.8rem;
        opacity: 1;
        top: 9.2rem;
    }
    .n_bannerImg2 {
        position: absolute;
        width: 100%;
        z-index: -1;
        right: 0.8rem;
        opacity: 1;
        top: 8.5rem;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #f1d013;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 37vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .btn_more {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #f1d013;
        border:0px solid rgb(0,0,0,0);
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 37vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .news_content .btn_more {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #f1d013;
        border:0px solid rgb(0,0,0,0);
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 37vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .customize_content .btn_more {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #f1d013;
        border:0px solid rgb(0,0,0,0);
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 37vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    /*Homepage*/
    #main_index .container {
        /*max-width: 90%;*/
        max-width: 60vh;
    }
    
    .title_big {
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing:.15rem;
    }
    
    .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: 90%;
        margin: 0 auto;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        color: #777;
        font-size: .7rem;
        font-weight: 500 !important;
    }
    
    .productSlider-1 .product_img .product_box h6:first-child {
        color: #777;
        font-weight: 400 !important;
        font-size: .9rem;
    }

    .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: .8rem;
        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;
    }
    
    .industry_topContactText {
        font-size: 2.3vw;
        font-weight: 600;
        color: #000;
        /* cursor: pointer; */
        letter-spacing: 0vw;
        margin-right: 0vw !important;
    }
    
    .industry_topContactContent {
        /* display: flex; */
        /* justify-content: center; */
        /* padding: 1.6vw 0; */
        /* padding-left: 0rem; */
        display: flex;
        justify-content: center;
        padding: 1.5vw 0;
        padding-left: 0rem;
        text-align: center;
        /* z-index: 100; */
        /* position: fixed; */
    }
    
    .industry_topContact {
        color: #000;
        background-color: #f1d013;
        height: 40px;
        width: 100%;
        display: block !important;
        position: fixed;
        top: 0;
        z-index: 100;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    
    .industry_topContact {
        display: block !important;
        position: fixed;
        top: 0;
        z-index: 2001;
    }
    
    #top_spacing {
        position: relative;
        height: 0px !important;
        width: 100%;
    }
    
    .slider_banner .item>img{
        min-height: 500px !important;
        object-fit: cover;
        padding-top: 100px;
        object-position: right;
        background-color: #f8f8f8;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 16%;
        left: 23%;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
}

@media all and (max-width: 428px){
    
    .n_bannerTitle {
        font-size: 20px;
        line-height: 1.8rem;
    }
    
    .n_bannerText {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    
    .n_bannerSubTitle {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 1%;
        /*margin-bottom: 20px;*/
        margin-bottom: 5px !important;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 25%;*/
    /*    left: 18%;*/
    /*    transform: translate(-20%, -50%);*/
    /*    width: 70%;*/
    /*}*/
    .n_bannerImg {
        position: absolute;
        width: 70%;
        z-index: -1;
        right: 0.8rem;
        opacity: 1;
        top: 8.2rem;
    }
    .n_bannerImg2 {
        position: absolute;
        width: 96%;
        z-index: -1;
        right: 0.8rem;
        opacity: 1;
        top: 8rem;
    }
}

.latest_new_type6 {
    margin-bottom: 10px;
    padding-top: 54px;
}

/*.latestnews_wrapper_3 .navbar_category .navbar-nav li a {*/
/*    color: #f1d013;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    white-space: nowrap;*/
/*    margin: 0 auto;*/
/*    border: 1px solid #f1d013;*/
/*    background-color: transparent;*/
/*    margin-bottom: 3rem;*/
/*}*/

@media screen and (max-width: 500.5px){
    .index_wrapper_2 .item>img{
    	min-height:26rem!important;
    	object-fit:cover;
    	object-position:100% 50%;
    }
}

@media screen and (max-width: 360.5px){
    .index_wrapper_2 .item>img{
    	min-height:26rem!important;
    	object-fit:cover;
    	object-position:90% 50%;
    }
}
