a {
    text-decoration: none !important;
}

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

/*navbar*/

#main_index .navbar_type8 {
    background: transparent;
}

.navbar_type8 {
    height: 130px;
    margin-top: 0px;
    background: #000;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 10px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 25%;
    margin-left: 9vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 6vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
}

.navbar_type8 .nav_tab .nav_item a::after {
    content: "/";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    content: "";
}

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

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

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.8vw;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 0px; 
    background-color: #5e3809;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 0px solid #5e3809;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar_type8.navbar_height.dark_nav {
   background: #000 !important;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        padding: 0 13px;
        text-transform: uppercase;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        padding: 0 10px;
        text-transform: uppercase;
        position: relative;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile {
        background-color: #000;
    }
    
    .navbar_mobile .btn-outline-light {
        border-color: #fff;
        color: #fff;
    }
}

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -130px;
}

.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: 42.5vw;
    left: 16.5vw;
    width: 75%;
    text-align: left;
}

.n_bannerBox {
    display: flex;
    align-items: center; 
    gap: 60px;
}

.hp_banner_subtitle {
    font-size: 39px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.hp_banner_subtitle span {
    font-weight: 800;
}

.n_bannerViewMore {
    font-size: 16px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore img.arrow-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background: #000 !important; 
    padding: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 15px !important;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
    box-sizing: border-box;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 53.5vw;
    left: 16.5vw;
    width: 75%;
    text-align: left;
}

.n_bannerBox2 {
    display: flex;
    align-items: center; 
    gap: 30px;
}

.n_bannerInnerGroup2 img {
    width: 50px !important;
    max-width: 50px !important;
    height: auto !important;
    display: block !important;
}

.hp_banner_title {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_banner_subtitle {
        font-size: 29px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_banner_title {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 0vw;
        position: relative;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 54vw;
        left: 16.5vw;
        width: 75%;
        text-align: left;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 43vw;
        left: 16.5vw;
        width: 75%;
        text-align: left;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_subtitle {
        font-size: 25px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_banner_title {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 0vw;
        position: relative;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 53.5vw;
        left: 16.5vw;
        width: 75%;
        text-align: left;
    }
    
    .n_bannerBox {
        display: flex;
        align-items: center;
        gap: 30px;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 52.5vw;
        left: 4vw;
        width: 85%;
        text-align: left;
    }
    
    .n_bannerBox {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .hp_banner_subtitle {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore img.arrow-icon {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        background: #000;
        padding: 8px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-right: 10px !important;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
        box-sizing: border-box;
    }
    
    .n_bannerBox2 {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 65.5vw;
        left: 2.5vw;
        width: 85%;
        text-align: left;
    }
    
    .n_bannerInnerGroup2 img {
        width: 50px !important;
        max-width: 25px !important;
        height: auto !important;
        display: block !important;
    }
    
    .hp_banner_title {
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 0vw;
        position: relative;
    }
}

@media screen and (max-width: 428.5px) {
    .hp_banner_subtitle {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 61.5vw;
        left: 4vw;
        width: 85%;
        text-align: left;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 75.5vw;
        left: 4vw;
        width: 78%;
        text-align: left;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 74vw;
        left: 5vw;
        width: 88%;
        text-align: left;
    }
    
    .hp_banner_subtitle {
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore img.arrow-icon {
        width: 25px !important;
        height: 25px !important;
        border-radius: 50%;
        background: #000;
        padding: 7px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-right: 10px !important;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
        box-sizing: border-box;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 90vw;
        left: 4vw;
        width: 82%;
        text-align: left;
    }
    
    .n_bannerInnerGroup2 img {
        width: 50px !important;
        max-width: 20px !important;
        height: auto !important;
        display: block !important;
    }
}

/*hp_about*/

.index_wrapper_3 {
    padding: 8vw 24vw 6vw 24vw;
}

.hp_about {
    padding: 6vw 8vw 7vw 8vw;
    position: relative;
    /*background-image: url(https://cdn1.npcdn.net/img/1782208747box_element_black.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.hp_about::before {
    content: "";
    position: absolute;
    top: 4.5vw;
    left: 5.5vw;
    width: 8%;
    height: 8%;
    background-image: url(https://cdn1.npcdn.net/img/1782208651element_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: blink 1.5s infinite;
}

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

.hp_about .running_number {
    font-size: 130px;
    font-weight: 900;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 1vw;
    line-height: 1.1;
    position: relative;
}

.hp_about .n_Header {
    font-size: 43px;
    font-weight: 700;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 1vw;
    line-height: 1.1;
    position: relative;
}

.hp_about .n_Header2 {
    font-size: 140px;
    font-weight: 900;
    /*color: #000 !important;*/
    /*background: linear-gradient(90deg, #876D4A 0%, #DFB995 100%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*color: transparent;*/
    /*-webkit-text-fill-color: transparent;*/
    margin-top: 0;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, #f00, #800080, #7a7afd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_about .n_about_text {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-top: 0vw;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
}

@media screen and (max-width: 1300.5px){
    .hp_about .running_number {
        font-size: 90px;
        font-weight: 900;
        color: #000;
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about .n_Header {
        font-size: 33px;
        font-weight: 700;
        color: #000;
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about .n_Header2 {
        font-size: 110px;
        font-weight: 900;
        /*background: linear-gradient(90deg, #876D4A 0%, #DFB995 100%);*/
        /*background-clip: text;*/
        /*-webkit-background-clip: text;*/
        /*color: transparent;*/
        /*-webkit-text-fill-color: transparent;*/
        margin-top: 0;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
        display: inline-block;
    }
    
    .hp_about .n_about_text {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .n_Header {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about .n_Header2 {
        font-size: 90px;
        font-weight: 900;
        /*background: linear-gradient(90deg, #876D4A 0%, #DFB995 100%);*/
        /*background-clip: text;*/
        /*-webkit-background-clip: text;*/
        /*color: transparent;*/
        /*-webkit-text-fill-color: transparent;*/
        margin-top: 0;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
        display: inline-block;
    }
    
    .hp_about .n_about_text {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_3 {
        padding: 7vw 7vw 5vw 7vw;
    }

    .hp_about {
        padding: 6vw 7vw 6vw 7vw;
        position: relative;
        /*background-image: url(https://cdn1.npcdn.net/img/1781142578box_element.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }
    
    .hp_about .running_number {
        font-size: 55px;
        font-weight: 900;
        color: #000;
        margin-top: 2vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about .n_Header {
        font-size: 23px;
        font-weight: 700;
        color: #000;
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about .n_Header2 {
        font-size: 70px;
        font-weight: 900;
        /*background: linear-gradient(90deg, #876D4A 0%, #DFB995 100%);*/
        /*background-clip: text;*/
        /*-webkit-background-clip: text;*/
        /*color: transparent;*/
        /*-webkit-text-fill-color: transparent;*/
        margin-top: 0;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
        display: inline-block;
    }
    
    .hp_about .n_about_text {
        font-size: 12px;
        font-weight: 500;
        color: #333;
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about::before {
        content: "";
        position: absolute;
        top: 2.5vw;
        left: 10.5vw;
        width: 8%;
        height: 8%;
        /*background-image: url(https://cdn1.npcdn.net/img/1781143150element_brown.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        animation: blink 1.5s infinite;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_about .n_about_text {
        font-size: 10px;
        font-weight: 500;
        color: #333;
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about .n_Header {
        font-size: 19px;
        font-weight: 700;
        color: #000;
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
}

/*hp_category*/

.index_wrapper_4 {
    position: relative;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 84%;
    height: 68%;
    background-color: #fff;
}

.index_wrapper_4::after {
    content: "";
    position: absolute;
    top: 0vw;
    left: 0;
    width: 31%;
    height: 31%;
    background-image: url(https://cdn1.npcdn.net/img/1781144974drawing.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(0) invert(1);
}

.hp_category {
    padding: 4.5vw 7vw 1vw 7vw;
    position: relative;
}

.hp_category .n_Header {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
    padding-left: 40%;
}

.hp_category .n_Header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    height: 3px;
    background: #000;
}

.category_button {
    display: flex;
    justify-content: flex-end;
}

.n_categoryViewMore {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 0vw;
}

.n_categoryViewMore:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.n_categoryViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_categoryViewMore img.arrow-icon {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 15px !important;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
    box-sizing: border-box;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/*products*/

.productSlider-1 {
    padding: 0vw 0vw 8vw 7vw;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-size: 18px;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #5e3809;
    font-weight: 600 !important;
    display: none;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 0px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 12px;
    border: 0px solid transparent;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 0px;
}

/*new*/

.productSlider-3 {
    padding: 0vw 0vw 8vw 6vw;
}

@media screen and (max-width: 1300.5px){
    .hp_category .n_Header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 25%;
        height: 3px;
        /*background: #fff;*/
    }
    
    .hp_category .n_Header {
        font-size: 34px;
        font-weight: 800;
        /*color: #fff;*/
        margin-top: 0;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
        padding-left: 30%;
    }
    
    .n_categoryViewMore {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_category .n_Header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15%;
        height: 3px;
        /*background: #fff;*/
    }
    
    .hp_category .n_Header {
        font-size: 34px;
        font-weight: 800;
        /*color: #fff;*/
        margin-top: 0;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
        padding-left: 20%;
    }
    
    .n_categoryViewMore {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_4::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 68%;
        /*background-color: #bdb09d;*/
    }
    
    .hp_category {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
    }
    
    .hp_category .n_Header {
        font-size: 26px;
        font-weight: 800;
        /*color: #fff;*/
        margin-top: 0;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
        padding-left: 13%;
    }
    
    .hp_category .n_Header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8%;
        height: 3px;
        /*background: #fff;*/
    }
    
    .category_button {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_categoryViewMore {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 8vw 5vw;
    }
    
    .productSlider-3 {
        padding: 0vw 5vw 5vw 5vw;
    }
}

/*hp_portfolio*/

.index_wrapper_5 {
    position: relative;
}

.index_wrapper_5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 74%;
    height: 75%;
    background-color: #000;
}

.index_wrapper_5::after {
    content: "";
    position: absolute;
    top: 1.5vw;
    right: 0;
    width: 23%;
    height: 23%;
    background-image: url(https://cdn1.npcdn.net/img/1781145400portfolio_block.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    display: none;
}

.hp_portfolio {
    padding: 7.5vw 11.5vw 2vw 11.5vw;
    position: relative;
}

.hp_portfolio::before {
    content: "";
    position: absolute;
    top: 4.5vw;
    left: 9vw;
    width: 20%;
    height: 20%;
    background-image: url(https://cdn1.npcdn.net/img/1781143150element_brown.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: blink 1.5s infinite; 
    filter: brightness(0) invert(1);
}

.hp_portfolio .n_Header {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    margin-top: 0vw;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
}

/*gallery*/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0vw 9.5vw 0vw 9.5vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 15px;
    transition: all 0.7s;
}

#main_index .hp_photoGallerySlider_type3  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1782209730left_white_arrow.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    /*transform: rotate(180deg);*/
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1782209766right_white_arrow.png);
    width: 40PX;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

#main_index .hp_photoGallerySlider_type3 .slick-next:before, #main_index .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: -4vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -4vw;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_portfolio {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
    }
    
    .hp_portfolio .n_Header {
        font-size: 26px;
        font-weight: 900;
        /*color: #5d390a;*/
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_portfolio::before {
        content: "";
        position: absolute;
        top: 4.5vw;
        left: 4vw;
        width: 20%;
        height: 20%;
        background-image: url(https://cdn1.npcdn.net/img/1781143150element_brown.png);
        background-size: contain;
        background-repeat: no-repeat;
        animation: blink 1.5s infinite;
    }
    
    .index_wrapper_5::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 75%;
        /*background-color: #e2dacf;*/
    }
    
    #main_index .hp_photoGallerySlider_type3 {
        background-color: transparent;
        padding: 0vw 5vw 0vw 5vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        z-index: 1;
        left: -1vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 3vw;
    }
    
    .index_wrapper_5::after {
        content: "";
        position: absolute;
        top: 1.5vw;
        right: 0;
        width: 15%;
        height: 12%;
        background-image: url(https://cdn1.npcdn.net/img/1781145400portfolio_block.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
    }
}

/*hp_brands*/

.hp_brands {
    padding: 2vw 12vw 5vw 12vw;
    position: relative;
}

.hp_brands .n_Header {
    font-size: 34px;
    font-weight: 900;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
}

.hp_brands .brand-col {
    flex: 0 0 20%; 
    max-width: 20%;
    text-align: center;
}

.hp_brands .brand_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 25px;
    transition: transform 0.4s ease; 
    filter: brightness(0) invert(0);
}

.hp_brands .brand_img img:hover {
    transform: scale(1.1);
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 2vw 5vw 5vw 5vw;
        position: relative;
    }

    .hp_brands .n_Header {
        font-size: 26px;
        font-weight: 900;
        /*color: #5e3809;*/
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_brands .brand-col {
        flex: 0 0 50%; 
        max-width: 50%;
        text-align: center;
    }
}

/*hp_faq*/

.hp_faq {
    padding: 4vw 7vw 4vw 7vw;
    position: relative;
}

.hp_faq::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

.hp_faq_icon img {
    width: 26%;
    height: auto;
}

.faq_left {
    padding: 7vw 0vw 0vw 9vw;
}

.hp_faq .n_SubHeader {
    font-size: 21px;
    font-weight: 800;
    color: #000;
    margin-top: 2vw;
    margin-bottom: 1vw;
    line-height: 1.1;
    position: relative;
}

.hp_faq .n_Header {
    font-size: 42px;
    font-weight: 900;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 3vw;
    line-height: 1.1;
    position: relative;
}

.n_faqViewMore {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 0vw;
}

.n_faqViewMore:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.n_faqViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_faqViewMore img.arrow-icon {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 15px !important;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
    box-sizing: border-box;
    /*filter: brightness(0) invert(0);*/
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.hp_faq_img {
    width: 105%;
    max-width: 150%;
    margin: 0 auto;
    z-index: -1;
    margin-top: 0vw;
    margin-left: -1vw;
    position: relative;
}

@media screen and (max-width: 1300.5px){
    .hp_faq .n_SubHeader {
        font-size: 18px;
        font-weight: 800;
        color: #000;
        margin-top: 2vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_faq .n_Header {
        font-size: 34px;
        font-weight: 900;
        /*color: #5e3809;*/
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .n_faqViewMore {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_faq .n_SubHeader {
        font-size: 16px;
        font-weight: 800;
        color: #000;
        margin-top: 2vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_faq .n_Header {
        font-size: 26px;
        font-weight: 900;
        /*color: #5e3809;*/
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.1;
        position: relative;
    }
    
    .n_faqViewMore {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .hp_faq {
        padding: 0vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .faq_left {
        padding: 0vw 4vw 5vw 4vw;
    }
    
    .hp_faq_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 0vw;
        margin-left: 0vw;
        position: relative;
    }
}

/*hp_news*/

.hp_news {
    padding: 6vw 8vw 0.5vw 8vw;
    position: relative;
}

.hp_news .n_Header {
    font-size: 34px;
    font-weight: 900;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
}

/*news*/

#main_index .hp_latest_new_8 {
    padding: 0vw 9.5vw 10vw 9.5vw;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 0.8;
    font-size: 90%;
    font-weight: 600;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: none;
    color: #000;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 5vw 0.5vw 5vw;
        position: relative;
    }
    
    .hp_news .n_Header {
        font-size: 26px;
        font-weight: 900;
        /*color: #5e3809;*/
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.1;
        position: relative;
    }
    
    /*news*/
    
    #main_index .hp_latest_new_8 {
        padding: 0vw 1vw 6vw 1vw;
    }
    
    #main_index .hp_latest_new_8 .news_box {
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 0vw 0vw 0vw 7vw;
    position: relative;
    background-color: #fff;
}

.hp_contact::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18%;
    background-color: #000;
    z-index: 0;
}

.hp_contact::after {
    content: "";
    position: absolute;
    top: 4.5vw;
    left: 38vw;
    width: 10%;
    height: 10%;
    background-image: url(https://cdn1.npcdn.net/img/1781143150element_brown.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: blink 1.5s infinite; 
    filter: brightness(0) invert(0);
}

.contact_left {
    padding: 7.5vw 0vw 0vw 6.5vw;
}

.hp_contact .n_Header {
    font-size: 39px;
    font-weight: 800;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 1.5vw;
    line-height: 1.1;
    position: relative;
}

.hp_contact .n_contact_text {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 0vw;
    margin-bottom: 1.5vw;
    line-height: 1.6;
    position: relative;
}

.n_contactViewMore {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 0vw;
}

.n_contactViewMore:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.n_contactViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_contactViewMore img.arrow-icon {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 15px !important;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
    box-sizing: border-box;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.hp_contact_img {
    width: 102%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -4vw;
    margin-left: 0vw;
    position: relative;
}

.hp_contact_img2 {
    width: 70%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 3vw;
    margin-left: -4vw;
    position: relative;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .n_Header {
        font-size: 34px;
        font-weight: 800;
        /*color: #5e3809;*/
        margin-top: 0vw;
        margin-bottom: 1.5vw;
        line-height: 1.1;
        position: relative;
    }
    
    .n_contactViewMore {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        top: 4.5vw;
        left: 40vw;
        width: 10%;
        height: 10%;
        background-image: url(https://cdn1.npcdn.net/img/1781143150element_brown.png);
        background-size: contain;
        background-repeat: no-repeat;
        animation: blink 1.5s infinite;
    }
    
    .hp_contact_img {
        width: 102%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: -4vw;
        margin-left: 0.5vw;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .n_contact_text {
        font-size: 15px;
        font-weight: 300;
        color: #000;
        margin-top: 0vw;
        margin-bottom: 1.5vw;
        line-height: 1.6;
        position: relative;
    }
    
    .hp_contact .n_contact_text br {
        display: none;
    }
    
    .hp_contact .n_Header {
        font-size: 28px;
        font-weight: 800;
        /*color: #5e3809;*/
        margin-top: 0vw;
        margin-bottom: 1.5vw;
        line-height: 1.1;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        /*background-color: #e2dacf;*/
    }
    
    .hp_contact .n_Header {
        font-size: 26px;
        font-weight: 800;
        /*color: #5e3809;*/
        margin-top: 0vw;
        margin-bottom: 1.5vw;
        line-height: 1.1;
        position: relative;
    }
    
    .n_contactViewMore {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    .contact_left {
        padding: 0vw 0vw 0vw 3vw;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        top: 2.5vw;
        left: 68vw;
        width: 8%;
        height: 8%;
        background-image: url(https://cdn1.npcdn.net/img/1781143150element_brown.png);
        background-size: contain;
        background-repeat: no-repeat;
        animation: blink 1.5s infinite;
    }
    
    .hp_contact_img2 {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 3vw;
        margin-left: 0vw;
        position: relative;
    }
    
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 4vw;
        margin-left: 0vw;
        position: relative;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_contact::after {
        content: "";
        position: absolute;
        top: 2.5vw;
        left: 80vw;
        width: 8%;
        height: 8%;
        background-image: url(https://cdn1.npcdn.net/img/1781143150element_brown.png);
        background-size: contain;
        background-repeat: no-repeat;
        animation: blink 1.5s infinite;
    }
}

/*footer*/

.footer_type9 {
    color: #fff;
    background-color: #000;
    padding-top: 5rem !important;
    overflow: hidden !important;
}

.footer_type9 .col-md-6:first-child {
    flex: 0 0 70%;
    max-width: 70%;
}

.footer_type9 .col-md-6:last-child {
    flex: 0 0 30%;
    max-width: 30%;
}

.footer_type9 .bg_dark {
    background-color: #000;
}

.footer_type9 .text {
    color: #fff !important;
    font-size: 16px;
}

.footer_type9 a {
    color: #fff;
    text-decoration: none;
}

.footer_type9 .nav_item li a::after {
    content: '/';
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #fff;
}

.footer_type9 .social_media a .icon_s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    color: #000;
    border: 1px solid #aeaeae;
    background: #fff;
    width: 35px;
    height: 35px;
}

.footer_type9 .sub_title p {
    font-size: 1.2rem;
    font-weight: 700;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type9 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background-color: #000;
    background-color: #fff;
    margin-right: 5px;
}

.footer_type9 .icon i {
    color: #000;
}

.footer_type9 .social_media a .icon_s i {
    color: #000;
}

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

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

@media screen and (max-width: 992.5px){
    .footer_type9 .col-md-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_type9 .col-md-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767.5px){
    .footer_type9 {
        color: #fff;
        background-color: #5e3809;
        padding-top: 2rem !important;
        overflow: hidden !important;
    }
}

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