body{
    /*font-family: 'Nunito Sans', sans-serif;*/
}
body > br{
    display: none;
}

.form-control {
    height: 36px;
    padding: 6px 12px;
}

/*Nav Bar*/
.navbar_type8 {
    background-image:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0));
    /*background: #010101;*/
    background: #0097b1;
    height: 100px;
    
}

.dark_nav {
    background-color: #0097b1 !important;
    animation: .5s fadeInDown;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    color: #eee;
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .3s linear;
    font-weight:600;
}

.navbar_type8 .nav_tab .dropdown a:focus, .navbar_type8 .nav_tab .dropdown a:hover {
    color: #eac85e;
}

.navbar_type8 .nav_tab .nav_item::before {
    border:0px !important;
}

.navbar_type8 .nav_tab .active {
    font-weight: 700;
    position: relative;
    color: #c9b8a8 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255,255,255,0.9);
}

/*Footer*/
.footer_type7 {
    background-color: #f2f2f2;
    color: #000;
    /*padding-top: 100px !important;*/
    /*padding-bottom: 1rem;*/
}

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

.footer_type6 .title h6{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #8c7a68;
    text-transform: uppercase;
    margin-bottom:10px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 2.5rem;
    color: #000;
    background: #f1eae4;
    padding-left: 10px;
}

.footer_type6 .input-container .submit {
    position: absolute;
    right: 0;
    bottom: inherit;
    background-color: #907a68;
    border: none;
    color: #000;
    z-index: 10;
    padding: 9px 15px;
    top: 0;
}

.footer_type7 .logo {
    min-height: 80px;
}

.footer_type7 .logo img{
    max-height:80px;
}

/*Banner*/
/*.slider_banner{*/
/*    margin-top:-80px;*/
/*}*/

.slider_banner {
    margin-top:-40px;
}

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

.bannerGroup {
    height:100%;
}

.bannerContent {
    position: relative;
    width: 100%;
    display: flex;
    top: 0%;
    left: 0%;
    overflow:hidden;
    text-align:center;
}

.bannerCenterImg{
    margin-left: 0;
    width: 50%;
    padding-top: 14%;
}

/*Banner*/

.banner_content{
    overflow: hidden;
    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: 15%;
    transform: translate(-20%, -50%);
    width: 40%;
}

.n_bannerTitle {
    font-family: 'Libre Baskerville', serif;
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
}

.n_bannerSubTitle {
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.n_bannerViewMore {
    background: transparent;
    border: 2px solid #fff;
    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: #c3b171;
    color: #fff;
    border: 2px solid #c3b171;
}

.n_bannerImg {
    position: absolute;
    width: 47%;
    z-index: -1;
    top: -14vw;
    right: 10vw;
    opacity: 1;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        color: #eee;
        font-size: 0.8rem;
        line-height: 1.2rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        transition: .3s linear;
        font-weight: 600;
    }
    
    .navbar_type8 .logo img {
        position: absolute;
        left: -1vw;
        width: 212px;
        height: 100%;
        object-fit: contain;
        padding: 1px;
    }
    
}

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

@media screen and (max-width: 767.5px){
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 45%;
        left: 15%;
        transform: translate(-20%, -50%);
        width: 48%;
    }
    
    .n_bannerTitle {
        font-family: 'Libre Baskerville', serif;
        font-size: 4.5vw;
        font-weight: 700;
        line-height: 1.3;
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        /*text-transform: uppercase;*/
    }
    
    .n_bannerSubTitle {
        font-size: 3vw;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin-top: 2%;
        margin-bottom: 20px;
        /*text-transform: uppercase;*/
    }
    
    .n_bannerImg {
        position: absolute;
        width: 60%;
        z-index: -1;
        top: -18vw;
        right: 1vw;
        opacity: 1;
    }

    .n_bannerViewMore {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        font-size: 13px;
        padding: 8px 21px;
        transition: background linear .3s, color linear .3s;
        margin-top: 10px;
        text-decoration: none !important;
        display: inline-block;
        font-weight: 500;
        text-transform: uppercase;
    }
}

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

.small_title{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #eac85e;
    text-transform: uppercase;
    margin-bottom:10px;
}

.big_title{
    font-size: 2rem;
    line-height: 2.2rem;
    color: #eee;
    font-family: 'Libre Baskerville', serif;
    margin-bottom:0px;
}

.content_text{
    font-size: .85rem;
    line-height: 1.6rem;
    color: #eee;
}

/*hp_category*/
#main_index .index_wrapper_3{
    padding-top:100px;
    padding-bottom:100px;
    background:#010101;
    background: #f2f2f2;
    padding: 6vw 6vw 6vw 6vw;
    /* background-image: linear-gr
    /*background-image: linear-gradient(180deg,#010101,#010101,#262626);*/
}

#main_index .index_wrapper_3 {
    position: relative;
    z-index: 0;
}

#main_index .index_wrapper_3::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 1vw;
    width: 20%;
    height: 16%;
    background-image: url(https://cdn1.npcdn.net/img/1745857047element.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    /* opacity: 0.5; */
    z-index: 0;
}

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

#main_index .index_wrapper_5 {
    position: relative;
    z-index: 0;
}

/*#main_index .index_wrapper_5::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 2vw;*/
/*    right: 0vw;*/
/*    width: 35%;*/
/*    height: 35%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1745857557element.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: right center;*/
    /* opacity: 0.5; */
/*    z-index: 0;*/
/*    right: -3vw;*/
/*}*/

@media screen and (max-width: 1200.5px){
    /*#main_index .index_wrapper_3::after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 37vw;*/
    /*    right: 1vw;*/
    /*    width: 33%;*/
    /*    height: 18%;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1745857047element.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: right center;*/
        /* opacity: 0.5; */
    /*    z-index: 0;*/
    /*}*/
    
    #main_index .index_wrapper_3::after {
        content: '';
        position: absolute;
        bottom: -15px;
        right: 1vw;
        width: 14%;
        height: 16%;
        background-image: url(https://cdn1.npcdn.net/img/1745857047element.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        /* opacity: 0.5; */
        z-index: 0;
    }
}

@media screen and (max-width: 767.5px){
    /*#main_index .index_wrapper_3::after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 271vw;*/
    /*    right: 1vw;*/
    /*    width: 33%;*/
    /*    height: 18%;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1745857047element.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: right center;*/
        /* opacity: 0.5; */
    /*    z-index: 0;*/
    /*}*/
    
    #main_index .index_wrapper_3::after {
        content: '';
        position: absolute;
        bottom: -171px;
        right: 1vw;
        width: 33%;
        height: 25%;
        background-image: url(https://cdn1.npcdn.net/img/1745857047element.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        /* opacity: 0.5; */
        z-index: 0;
    }
}

@media screen and (max-width: 426px) {
/*    #main_index .index_wrapper_3::after {*/
/*        content: '';*/
/*        position: absolute;*/
/*        top: 294vw;*/
/*        right: 1vw;*/
/*        width: 33%;*/
/*        height: 18%;*/
/*        background-image: url(https://cdn1.npcdn.net/img/1745857047element.png);*/
/*        background-size: contain;*/
/*        background-repeat: no-repeat;*/
/*        background-position: right center;*/
        /* opacity: 0.5; */
/*        z-index: 0;*/
/*    }*/
}

.hp_category .big_title {
    font-size: 2rem;
    line-height: 2.2rem;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px;
}

.hp_category .small_title {
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    /*color: #eac85e;*/
    color: #0097b1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product_cat-8{
    max-width:75%;
}

.product_cat-8 .side_background {
    background-image: url("https://cdn1.npcdn.net/userfiles/23411/image/img3.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.product_cat-8  .col-lg-4 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin:5px;
}

.product_cat-8  .col-lg-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.product_cat-8 .cat_box .content .content_box p{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #8c7a68;
    text-transform: uppercase;
}

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

.hp_service .hp_serviceBox{
    /*text-align: center;*/
    padding: 1rem;
    transition: transform 0.3s ease;
}

.hp_service .hp_serviceBox:hover,
.hp_service .hp_serviceBox.hover {
    transform: translateY(15px);
}


.hp_service .hp_serviceBox img{
    /*width: 400px;*/
    border-radius: 10px;
}

.hp_service .hp_serviceBox p{
    padding-top: 1.5rem;
    font-size: 16px;
    font-weight: 500;
    color: #eee;
}

.hp_service .hp_serviceBox a {
    text-decoration: none;
    color: #333;
}

.hp_service .hp_serviceBox:hover a {
    color: #eac85e;
    transition: ease 0.3s all;
}

.hp_service .service_title {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
    margin-top: 1vw;
    margin-bottom: 1vw;
    transition: ease 0.3s all;
}

.hp_service .service_text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    transition: ease 0.3s all;
}

.hp_service .hp_serviceBox:hover .service_title {
    color: #eac85e;
}

.hp_service .hp_serviceBox:hover .service_text {
    color: #eac85e;
}

/*hp_about*/
.hp_about {
    padding-bottom: 0;
    background: #262626;
    padding-left: 7.5%;
    padding-right: 7.5%;
    background-image: url(https://cdn1.npcdn.net/img/1725438627Banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background: #0097b1;
    padding: 3vw 6vw 3vw 0vw;
}

.hp_about .small_title {
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about_content{
    padding: 0 12% 18% 12%;
    bottom: 0;
    position: absolute;
}

.imgx1 {
    position: relative;
    z-index: 2;
    margin-top: 0;
    width: 120%;
    max-width: 150%;
}

.aboutBorder {
    padding: 0px;
}

.hp_about .content_text {
    font-size: .85rem;
    line-height: 1.6rem;
    color: #eee;
    margin-top: 0.5vw !important;
}

/*hp_product*/
.hp_product{
    padding-top:100px;
    background:#010101;
    padding-left:7.5%;
    padding-right:7.5%;
    background-image: linear-gradient(180deg,#262626,#010101);
    background:#f2f2f2;
}

.hp_product .big_title {
    font-size: 2rem;
    line-height: 2.2rem;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px;
}

.hp_product .small_title {
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    /*color: #eac85e;*/
    color: #0097b1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.index_wrapper_5{
    background:#f2f2f2;
}

.productSlider-3{
    width: 85%;
    margin: 0 auto;
}

.productSlider-3 .product_img .product_box {
    padding: 10px;
    margin: 10px;
}

.productSlider-3 .product_img .product_box .product_img_frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70%;
}

.productSlider-3 .product_img .product_box .content h6{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.productSlider-3 .product_img .product_box{
    background-color: transparent;
}

.productSlider-3 .product_img .product_box .product_img_frame img{
    background-color: transparent;
}

.productSlider-3 .product_img .product_box .content_button{
        background-color: #0097b1;
}

.productSlider-3 .product_img .product_box a{
    color: #eee;
}

/*hp_hello*/
/*#main_index .index_wrapper_6{*/
/*    padding-top: 100px;*/
/*    padding-bottom:100px;*/
/*    background: #010101;*/
/*    background-image: url('https://cdn1.npcdn.net/img/1725438627Banner1.jpg');*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/

#main_index .index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 0px;
    background: #f2f2f2;
    /* background-image: url(https://cdn1.npcdn.net/img/1725438627Banner1.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#main_index .index_wrapper_5 .page_title b{
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px;
    padding-left:.5rem;
}

.imgx2{
    padding: 0 8%;
}

@media screen and (max-width: 1200.5px){
    #main_index .index_wrapper_5 {
        padding-top: 10px;
        padding-bottom: 0px;
        background: #f2f2f2;
        /* background-image: url(https://cdn1.npcdn.net/img/1725438627Banner1.jpg); */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .imgx2 {
        padding: 0 8%;
        margin-top: 3.1vw;
    }
    
    .big_title {
        font-size: 1.5rem;
        line-height: 2.2rem;
        color: #eee;
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 8px;
    }
    
    .hp_category .big_title {
        padding: 0 100px;
        font-size: 1.5rem;
    }
    
    .hp_product .big_title {
        font-size: 2rem;
    }
}

/*homepage contact form*/
#main_index .ws_contact .contact_map,
#main_index .ws_contact .page_title,
#main_index .ws_contact #v-pills-tabContent{
    display:none;
}

#main_index .col-md-4.ws_contact{
    margin-bottom: 10px;
    -ms-flex: 0 !important;
    flex: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
}

#main_index .ws_contact .col-12 .flex-md-row-reverse .col-md-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#main_index .ws_contact .contact_form{
    max-width:80%;
    margin-right:auto;
    margin-left:5%;
}

#main_index .ws_contact .contact_form label{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
}

#main_index .ws_contact .contact_form .float-label-control:nth-child(4){
    display:none;
}

#main_index .ws_contact button{
    line-height: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 0px !important;
}

#main_index .btn-primary{
    background-color: #0097b1 !important;
    border-color: #0097b1 !important; 
}

/*subscribe*/
.subscribe_new {
    padding: 3% 12%;
    /*background-color: #e1aa55;*/
    background-color: #0097b1;
}

.subscribe_new h6{
    font-size: 2rem !important;
    line-height: 2.2rem;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px;
    padding-left:0rem;
}

.subscribe_new label{
    font-size: .85rem;
}

.subscribe_new #subscribeEmail{
    border-radius: 0;
    background-color: #fff;
    border: none;
    border: 1px solid white;
    color: #666;
    caret-color: #999;
    padding-right: 100px;
    margin-top: 30px !important;
}

.subscribe_new .search{
    background-color: #606060;
    color: #fff;
    border: 2px solid #606060;
    margin-top: 30px !important;
    top:0px !important;
    height: 36px;
}

.subscribe_new .search:hover {
    background-color: #f1eae4;
    color: #907a68;
    border: 2px solid #f1eae4;
}

@media all and (max-width:1200px){
     .hp_category .big_title{
        padding: 0 100px;    
    }
}

@media all and (max-width: 992px){
    
    /*Nav Bar*/
    .side_menu {
        background-color: #907a68;
        color: #fff;
    }
    
    .side_menu input {
        background-color: rgba(255, 255, 255, 0.5);
        color: #666;
        width: 100%;
        border: 0px;
    }
    
    .side_menu .list-group .list-group-item a {
        color: #fff;
    }
    
    .navbar_mobile .btn-outline-light:hover {
        border-color: #8C7A68;
        color: #8C7A68;
    }
    
    /*Banner*/
    .slider_banner {
        margin-top: 0;
    }
    
    .bannerCenterImg {
        margin-left: 0;
        width: 58%;
        padding-top: 15%;
    }

    .slider_banner .slick-slide img {
        width: 100% !important;
        /*height: 70vh !important;*/
        object-position: 65% 50%;
        object-fit: cover;
    }
    
    .slider_banner .slick-slide .bannerCenterImg img{
        width:100% !important;
        height:auto !important;
    }
    
    /*Homepage*/
    .small_title {
        font-size: .8rem;
        line-height: 1.2rem;
        }
    
    .big_title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    /*hp_category*/
    #main_index .index_wrapper_3{
        padding-top: 30px;
        padding-bottom: 60px;
        /*background: #fff;*/
    }

    .cat-title {
        position: absolute;
        top: 0;
        width: 100%;
        font-size: 1rem;
        line-height: 1.2rem;
    }
    
    .product_cat-8  .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin:5px 10px;
    }
    
    .product_cat-8  .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
        
    /*hp_about*/
    .hp_about {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .imgx1{
        margin-top:0px;
    }
    
    .imgx1 {
        position: relative;
        z-index: 2;
        margin-top: 0;
        width: 137%;
        max-width: 128%;
        margin-left: 4vw;
    }
    
    .hp_about {
        padding-bottom: 80px;
        padding-top: 20px;
    }

    .about_content {
        padding: 10% 0;
        bottom: 0;
        position: relative;
    }
    
    /*hp_product*/
    .productSlider-3 {
        width: 100%;
        margin: 0 auto;
    }

    .productSlider-3 .product_img .product_box .content h6{
        font-size: .8rem;
    }
    
    .hp_product {
    padding-top: 30px;
    }
    
    /*hp_hello*/
    
    #main_index #index_6_2,
    #main_index #index_6_3{
      -ms-flex: 0 0 50%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    #main_index .index_wrapper_5 .page_title{
        text-align: center !important;
    }
    
    #main_index .index_wrapper_5 .page_title b {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    
    .ex_customForm {
        width: 80%;
        margin: 0 auto;
    }
    
    .ex_customForm .form-group label {
        font-size: .8rem;
        letter-spacing: 2px;
    }
    
    /*subscribe*/
    .subscribe_new {
        padding: 12%;
    }
    
    .subscribe_new h6 {
        font-size: 1.4rem !important;
        line-height: 1.8rem;
    }

}

@media screen and (max-width:767.59px){
    .footer_type7 .social_media {
    text-align: center;
}
}

@media all and (max-width: 580px){
    .hp_product .big_title{
        padding: 0 70px;
    }
}

@media all and (max-width: 450px){
    
    /*#main_index .index_wrapper_5::after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 2vw;*/
    /*    right: 0vw;*/
    /*    width: 35%;*/
    /*    height: 23%;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1745857557element.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: right center;*/
    /*    z-index: 0;*/
    /*    right: -3vw;*/
    /*}*/
    
    /*Banner*/
    .slider_banner .slick-slide img {
        width: 100% !important;
        /*height: 40vh !important;*/
        object-position: 65% 50%;
        object-fit: cover;
    }
    
    .bannerCenterImg {
        margin-left: 0;
        width: 58%;
        padding-top: 30%;
    }
    
    .hp_category .big_title {
        padding: 0 5px;
    }
    
    .hp_product .big_title {
        padding: 0;
        font-size: 1.5rem;
    }
}

@media all and (max-width:380px){
    .hp_category .big_title {
        padding: 0;
    }
}





/*banner*/
.slider_banner .banner_content{
    overflow: hidden;
}
.sec_banner_ebox {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec_banner_box {
    flex-basis: 50%;
    padding-left: 10%;
    padding-top: 5%;
}

.sec_banner_title {
    font-size: 68px;
    font-weight:400;
    color: #eac85e;
    line-height: 1.3;
    /*padding-right: 20%;*/
    font-family: 'Libre Baskerville', serif;
    /*font-family: 'Poppins', sans-serif;*/
}

.sec_banner_title.white {
    color: #ffffff;
}

.sec_banner_title span{
    color: #962532;
    font-weight: 500;
    font-size: 68px;
    /*line-height: 1!important;*/
}

.sec_banner_text {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 300;
    color: #eee;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10%;
}

.sec_banner_text.white {
    color: #ffffff;
}

.sec_banner_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnMore_banner {
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    border: 1px solid #956b43;
    background-color: #956b43;
    padding: 10px 20px;
    /* border-radius: 15px; */
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 2px;
        margin-top: 0.5rem;
}

/*.btnMore_banner::before {*/
/*    content: "";*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    height: 100%;*/
/*    width: 20px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform: skewX(-45deg) translateX(-40px);*/
/*    transition: all .5s ease-in-out;*/
/*}*/

.btnMore_banner:hover {
    background-color: #eac85e;
    border-color: #eac85e;
    color: #fff;
}

/*.btnMore_banner:hover::before {*/
/*    transform: skewX(-45deg) translateX(200px);*/
/*}*/

.sec_banner_boxImg {
    flex-basis: 50%;
    padding-right: 7%;
}

@media screen and (max-width: 1200px) {
    .sec_banner_title {
        font-size: 41px;
    }
    .sec_banner_text {
        font-size: 18px;
        padding-right: 25%;
    }
    
    .sec_banner_title span{
        font-size: 54px;
    }
    
   
    
    .about_content {
    padding: 0%;
    }
}

@media screen and (max-width: 992px) {
    .sec_banner_title {
        /*font-size: 26px;*/
    }
    .sec_banner_text {
        font-size: 16px;
        padding-right: 0;
    }
    .btnMore_banner {
        font-size: 14px;
        padding: 8px 24px;
    }
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(135px);
    }

    .sec_banner_box {
        padding-top: 0;
        }
        
    .sec_banner_ebox{
    top: 10%;    
    }
    
    .navbar_mobile{
        background-color: #0097b1!important;
    }
    
    .navbar_mobile .btn-outline-light {
    border-color: #eac85e;
    color: #eac85e;
    }
    
    .navbar_mobile .logo_img {
    max-height: 70px;
    }
    
    .navbar_mobile .row_1{
        padding-top: 0.5rem!important;
    }
    
    /*    .sec_banner_title span {*/
    /*    font-size: 18px;*/
    /*}*/
}

@media all and (max-width:800px){
    .sec_banner_title,.sec_banner_title span {
        font-size: 38px;
    }
}

@media screen and (max-width: 767.98px) {
    /*.item.slick-slide img{*/
    /*    min-height: 350px;*/
    /*    object-fit: cover;*/
    /*    object-position: center;*/
    /*}*/
    .sec_banner_title {
        font-size: 33px;
    }
    .sec_banner_text {
        /*font-size: 12px;*/
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    .sec_banner_title span {
        font-size: 33px;
    }
    /*.btnMore_banner {*/
    /*    font-size: 12px;*/
    /*    padding: 6px 18px;*/
    /*}*/
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(115px);
    }
}

@media screen and (max-width: 580px) {
    /*.sec_banner_title {*/
    /*    font-size: 16px;*/
    /*}*/
    .sec_banner_text {
        /*font-size: 12px;*/
        line-height: 1.5;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sec_banner_ebox {
        flex-wrap: wrap;
    }
    .sec_banner_box {
        flex-basis: 100%;
        padding-right: 10%;
    }
    .sec_banner_boxImg {
        flex-basis: 100%;
        max-width: 80%;
        margin: 15px auto 0;
    }
    .slider_banner .slick-slide>img {
        min-height:600px;
        object-fit: cover;
    }

    /*.sec_banner_text{*/
    /*    font-size: 12px;*/
    /*}*/
    
    .sec_banner_ebox .sec_banner_box.text-left {
        text-align: center!important;
    }
    
    .sec_banner_btn{
        justify-content: center;
    }
    
    .sec_banner_title {
        font-size: 34px;
    }
    
    .container-fluid.footer_type7.py-5{
        padding-bottom: 0!important;
    }
    
    .sec_banner_title span {
        font-size: 34px;
    }
    
    .sec_banner_boxImg{
        padding-right: 0;
    }
}

@media screen and (max-width: 426px) {
    /*.sec_banner_title {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.sec_banner_text {*/
    /*    font-size: 8px;*/
    /*}*/
    /*.btnMore_banner {*/
    /*    font-size: 8px;*/
    /*    padding: 4px 12px;*/
    /*}*/
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(75px);
    }
}

@media all and (max-width:480px){
    .sec_banner_boxImg {
        flex-basis: 100%;
        max-width: 90%;
        margin: 15px auto 0;
    }
    .slider_banner .slick-slide>img {
        /*min-height:530px;*/
        object-fit: cover;
    }
    
        .sec_banner_title span {
        font-size: 26px;
    }
    
        .sec_banner_title {
        font-size: 26px;
    }
}

@media all and (max-width:380px){
    .slider_banner .slick-slide>img {
        max-height:450px;
    }

    .sec_banner_text {
        font-size: 10px;
        }
        
        .sec_banner_title {
        font-size: 19px;
        }
        
        .sec3_bottom_content_text p {
        font-size: 16px;
        }
        
        .btnMore_banner {
        font-size: 10px;
        }
        
            .sec_banner_title span {
        font-size: 19px;
    }
}


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

/*aboutus page*/
.lay1 .content-box {
    background: #000;
    background-image: url('https://cdn1.npcdn.net/img/1725444397Banner1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: center;
}

.lay1 .content-box h1{
    color: #eac85e;
}

.lay1 .content-box p{
    color: #dcdcdc;
}