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

.navbarWithEditor {
    background-color: #ffffff;
    color: #58595b;
}

.navbarWithEditor .sticky-top {
    background-color: #ffffff;
    border-top: 2px solid #58595b;
    color: #58595b;
}

.navbarWithEditor .sticky-top>.container.pt-3 {
    padding-top: 0!important;
}

.navbarWithEditor .sticky-top>.container.pt-3 .col-12.p-0.d-flex.justify-content-start {
    justify-content: center!important;
}

.navbarWithEditor .search_area {
    display: none;
}

.navbarWithEditor .nav_list {
    max-width: unset;
    margin-right: unset!important;
}

.navbarWithEditor .nav_list>li:hover {
    background-color: #ce985a;
}

.navbarWithEditor .nav_list>li>a {
    display: inline-block;
    padding: 25px 25px;
    margin-right: 0!important;
    font-size: 14px;
    font-weight: 500;
    color: #58595b;
    text-transform: capitalize;
}

.navbarWithEditor .nav_list>li:hover>a {
    color: #ffffff;
}

.navbarWithEditor .nav_list>li>a:hover {
    color: #ffffff;
}

.navbarWithEditor .nav_list a:hover {
    color: #ffffff;
}

.navbarWithEditor .shopping {
    margin-left: unset!important;
    align-items: center;
}

.navbarWithEditor .shopping>li:first-child {
    display: none!important;
}

.navbarWithEditor .shopping>li {
    padding: 15px 15px
}

.navbarWithEditor .shopping>li>a {
    margin-left: 0!important;
    color: #58595b;
}

.navbarWithEditor .shopping>li>a:hover {
    color: #58595b;
}

.navbarWithEditor .shopping>li .dropdown_menu .list-unstyled>a:hover {
    color: #ffffff;
}

.navbarWithEditor .shopping .dropdown_menu .list {
    background-color: rgba(206, 152, 90, 0.8);
    padding: 5px 20px;
    width: 120px;
}

.navbarWithEditor .nav_list .dropdown_menu .list {
    padding: 10px 20px;
    width: 180px;
}

.navbarWithEditor .nav_list .dropdown_menu .list a {
    display: block;
    padding: 5px 0;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

@media screen and (min-width: 576px) {
    .navbarWithEditor .sticky-top>.container.pt-3 {
        max-width: 100%;
        width: 100%;
    }
    .navbarWithEditor>.container {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .navbarWithEditor .sticky-top>.container.pt-3 {
        max-width: 80%;
        margin: 0 auto;
    }
}



.footer_type4 {
    background-image: none;
    background-color: #ce985a;
    color: #ffffff;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer_type4 a {
    color: #ffffff;
}

.footer_type4 .container.pt-3 {
    padding-top: 0!important;
}

.footer_type4 .left_line {
    border-right: 0;
}

.footer_type4 h6 {
    font-size: 1.1rem!important;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0>p,
.footer_type4 .col-md-3.mb-3.mb-lg-0.left_line>ul>li>p>a,
.footer_type4 .col-md-3.mb-3.mb-lg-0.left_line>ul>li>a>p {
    font-size: 0.9rem!important;
    font-weight: 300;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0>ul>li>p>a.float-right {
    float: none!important;
    word-break: break-word;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 input.form-control.mt-3 {
    color: #58595b;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    outline: 0;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 input.form-control.mt-3:focus {
    box-shadow: none;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 input.general_btn {
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 input.general_btn:hover {
    background-color: #ffffff;
    border-color: #ce985a;
    color: #ce985a;
}

.footer_type4 .copy_right {
    font-size: 0.75rem;
}

.footer_type4 .copy_right,
.footer_type4 .copy_right strong {
    font-weight: 400;
}

@media screen and (min-width: 576px) {
    .footer_type4 .container.pt-3 {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .footer_type4 .col-md-3.mb-3.mb-lg-0.left_line:nth-child(1) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .footer_type4 .col-md-3.mb-3.mb-lg-0.left_line:nth-child(2),
    .footer_type4 .col-md-3.mb-3.mb-lg-0.left_line:nth-child(3) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 992px) {
    .footer_type4 .col-md-3.mb-3.mb-lg-0 {
        margin-bottom: 1rem!important;
    }
}

@media screen and (min-width: 1200px) {
    .footer_type4 .container.pt-3 {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .footer_type4 .left_line {
        border-right: 0;
        border-bottom: 0; 
        margin-bottom: 0;
        padding-bottom: 0; 
    }
}



/*banner*/
#main_index .slider_banner .banner_content {
    overflow: hidden;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 4vw;
}

.hp_banner_title {
    font-size: 1.7vw;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1.5px;
    font-weight: 400;
}

@media screen and (max-width: 568px) {
    #main_index .slider_banner .item img {
        min-height: 250px;
        width: 100%!important;
        height: 100%!important;
        object-fit: cover;
    }
    .hp_banner {
        padding: 15px;
    }
    .hp_banner_title {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
        font-size: 16px;
    }
}



/*manually nav*/
.bgManually_nav {
    position: relative;
    z-index: 1021;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.secManually_nav_left_contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.secManually_nav_left_contact>li {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #58595b;
}

.secManually_nav_left_contact>li:nth-child(n+2) {
    margin-top: 10px;
}

.secManually_nav_left_contact>li>a {
    display: inline-block;
    color: #58595b;
    text-decoration: none;
}

.secManually_nav_middle_logo_imgx>a {
    display: inline-block;
}

.secManually_nav_middle_logo_imgx>a>img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
}

.secManually_nav_right_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btnSearch {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btnSearch>i {
    font-size: 1rem;
    line-height: 1;
    color: #58595b;
    -webkit-text-stroke: 0.5px #ffffff;
}

.boxSearch {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
}

.boxSearch form>.form-group {
    position: relative;
}

.boxSearch .boxSearch_input {
    font-size: 0.85rem!important;
    line-height: 1;
    font-weight: 400;
    width: 100%;
    height: 40px;
    padding-right: 40px;
    border-radius: 0;
    border: 0;
    background-color: #ce985a;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxSearch .boxSearch_input::placeholder {
    color: #ffffff;
}

.boxSearch .boxSearch_input:focus {
    color: #ffffff;
    background-color: #ce985a;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.boxSearch .boxSearch_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxSearch .boxSearch_btn:focus {
    outline: 0;
}

.boxSearch .boxSearch_btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.boxSearch .boxSearch_btn>i {
    font-size: 0.85rem;
    line-height: 1;
    color: #ffffff;
    -webkit-text-stroke: 0.5px #ce985a;
}

@media screen and (min-width: 576px) {
    .secManually_nav_left_ebox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .secManually_nav_right_ebox {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 768px) {
    .secManually_nav_middle_ebox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .secManually_nav_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .secManually_nav_left_ebox {
        margin-top: 30px;
    }
    .secManually_nav_right_ebox {
        margin-top: 30px;
    }
}



/*sec1*/
.bgSec1 {
    background-image: url("https://cdn1.npcdn.net/img/1660623793wood_texture_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: -.8px;
}

.sec1_ebox {
    position: relative;
}

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

.sec1_box:hover .sec1_imgx>img {
    opacity: 0.8;
    transform: rotateY(360deg);
}

.sec1_imgx {
    max-width: 70px;
    height: auto;
    margin-right: 10px;
}

.sec1_imgx>img {
    transition: all .5s;
}

.sec1_text {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .sec1_ebox:nth-child(n+2)::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        border-right: 2px solid #ffffff;
        height: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .sec1_ctrl_width {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991.98px) {
    .sec1_ebox:nth-child(n+3) {
        margin-top: 30px;
    }
    .sec1_ebox:nth-child(even)::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        border-right: 2px solid #ffffff;
        height: 80%;
    }
}

@media screen and (max-width: 426px) {
    .sec1_imgx {
        max-width: 50px;
        height: auto;
    }
    .sec1_text {
        font-size: 12px;
    }
}



/*sec2*/
.bgSec2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec2_top_ebox {
    margin-bottom: 20px;
}

.sec2_top_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #58595b;
}

.sec2_top_title::after {
    content: "";
    display: block;
    width: 50px;
    border-top: 3.5px solid #ce985a;
    margin: 20px auto 0;
}

.sec2_bottom_ebox {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sec2_bottom_imgx {
    position: relative;
}

.sec2_bottom_imgx:hover .sec2_bottom_text {
    background-color: rgba(206, 152, 90, 0.75);
    height: 100%;
}

.sec2_bottom_imgx>a {
    display: inline-block;
}

.sec2_bottom_text {
    background-color: rgba(206, 152, 90, 0.5);
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    color: #ffffff;
    transition: all .5s;
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.sec2_bottom_text>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .sec2_ctrl_width {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575.98px) {
    .sec2_bottom_imgx {
        max-width: 420px;
        height: auto;
        margin: 0 auto;
    }
}



/*sec3*/
.sec3_top_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #58595b;
}

.sec3_top_title::after {
    content: "";
    display: block;
    width: 50px;
    border-top: 3.5px solid #ce985a;
    margin: 20px auto 0;
}

#main_index .index_wrapper_5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 40px;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0 15px;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box>p {
    margin-bottom: 0;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -5px;
    z-index: 10;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -5px;
    z-index: 10;
}

#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before,
#main_index .index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
    width: 20px;
    height: 20px;
    filter: none;
}

@media screen and (min-width: 1200px) {
    #main_index .index_wrapper_5 .outerContainer_5 {
        max-width: 85%;
        margin: 0 auto;
    }
}



/*sec4*/
#main_index .index_wrapper_6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time>i {
    color: #58595b;
    cursor: pointer;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .slick-dots>li {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .slick-dots>li:nth-child(n+2) {
    margin-left: 5px;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .slick-dots>li button {
    width: 20px;
    height: 20px;
    padding: 0;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .slick-dots>li button::before {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .slick-dots>li.slick-active button::before {
    color: rgba(0, 0, 0, 0.6);
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .testimonial_box .testimonial_card {
    max-width: 80%;
    margin: 0 auto;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .testimonial_box .testimonial_card .img {
    width: 100px;
    height: auto;
}

#main_index .index_wrapper_6 .hp_testimonial_type3 .one-time .testimonial_box .testimonial_card .name>p {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    #main_index .index_wrapper_6 .hp_testimonial_type3 {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    #main_index .index_wrapper_6 .outerContainer_6 {
        max-width: 80%;
        margin: 0 auto;
    }
}



/*sec5*/
.bgSec5 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.sec5_imgx {
    position: relative;
    overflow: hidden;
}

.sec5_imgx:hover>a::after {
    opacity: 1;
}

.sec5_imgx:hover>a>img {
    transform: scale(1.1);
}

.sec5_imgx>a {
    display: inline-block;
    position: relative;
}

.sec5_imgx>a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.sec5_imgx>a>img {
    transition: all .5s;
}

.sec5_text {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}

.sec5_text>a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 60%);
}

.hp_youtube_video_box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.hp_youtube_video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    .sec5_ctrl_width {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec5_ebox:nth-child(n+2) {
        margin-top: 30px;
    }
    .sec5_imgx {
        max-width: 653px;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 426px) {
    .sec5_text {
        font-size: 20px;
    }
}



/*sec6*/
.sec6_top_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #58595b;
}

.sec6_top_title::after {
    content: "";
    display: block;
    width: 50px;
    border-top: 3.5px solid #ce985a;
    margin: 20px auto 0;
}

#main_index .index_wrapper_8 {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
}

#main_index .index_wrapper_8 .latest_new_type4 {
    margin-bottom: 0;
}

#main_index .index_wrapper_8 .latest_new_type4>.container-fluid.p-0 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

#main_index .index_wrapper_8 .latest_new_type4>.container-fluid.p-0>.row:nth-child(2) {
    display: none;
}

#main_index .index_wrapper_8 .latest_new_type4 .latestnewsAjax .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    margin-top: 30px;
    margin-bottom: 0!important;
}

#main_index .index_wrapper_8 .latest_new_type4 .latestnewsAjax .col-lg-4.col-md-6.col-12.mb-3.p-0:nth-child(n+4) {
    display: none;
}

#main_index .index_wrapper_8 .latest_new_type4 .latestnewsAjax .news_box {
    background-color: transparent;
    padding: 0 15px;
}

#main_index .index_wrapper_8 .latest_new_type4 .latestnewsAjax .news_box>a>p:last-child {
    margin-bottom: 0;
}

#main_index .index_wrapper_8 .latest_new_type4 .latestnewsAjax .news_box p .badge-primary {
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    padding: 6px 12px;
    border-radius: 4px;
}

@media screen and (min-width: 1200px) {
    #main_index .index_wrapper_8 .outerContainer_8 {
        max-width: 85%;
        margin: 0 auto;
    }
}



/*sec7*/
.bgSec7 {
    background-image: url("https://cdn1.npcdn.net/img/1660623768about_us_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec7_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #58595b;
}

.sec7_title::after {
    content: "";
    display: block;
    width: 50px;
    border-top: 3.5px solid #ce985a;
    margin: 20px auto 0;
}

.sec7_keyword {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #939393;
    margin-top: 30px;
    margin-bottom: 40px;
}

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

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: transparent!important;
    position: relative;
}

.btnRead>span {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 12px 30px;
}

.btnRead>span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ce985a;
    background-color: transparent;
    color: #ce985a;
    padding: 10px 28px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.btnRead>span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.btnRead>span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #939393;
    background-color: transparent;
    color: #939393;
    padding: 10px 28px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.btnRead>span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (min-width: 1200px) {
    .sec7_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}



/*sec8*/
.sec8_map_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec8_map {
    width: 100%;
    border: 0;
}

@media screen and (max-width: 767.98px) {
    .sec8_map {
        width: 100%;
        height: 250px;
    }
}


