@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

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

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}

.np_language_btn .dropdown_btn {
    color: #fff;
    background-color: #888;
}

.np_language_btn .dropdown_btn a,
.np_language_btn .dropdown_btn a:hover,
.np_language_btn .dropdown_btn span {
    color: #fff;
}

/*navigation bar*/
.navbar_type8 {
    height: 115px;
    padding: 0 7%;
    background-color: #000;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    background-color: transparent;
}

.dark_nav {
    height: 80px;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 20px 0;
    object-position: left;
    transition: all 0.2s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 10px 0;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 1.5vw;
}

.navbar_type8 .nav_tab .nav_item {
    display: block;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover {
    transform: translateY(-5px);
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    padding: 1vw;
    letter-spacing: .5px;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

/*footer*/
.footerListServices {
    background-color: #000;
    color: #f4f4f4;
    padding-top: 4rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.footerListServices a {
    color: #f4f4f4;
}

.footerListServices a:hover {
    color: #1278ae;
}

.footerListServices .title {
    min-height: unset;
}

.footerListServices .logo {
    padding-top: 85px;
}

.footerListServices .logo img {
    max-height: 85px;
}

.footerListServices .title h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.footerListServices .input-container {
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.footerListServices .input-container input,
.footerListServices .input-container label {
    color: #777;
    font-size: 12px;
    padding-left: 15px;
}

.footerListServices .input-container .moveUp {
    color: #777;
    font-size: 10px;
}

.footerListServices .input-container input {
    border-bottom: none;
    caret-color: #777;
}

.footerListServices .input-container .submit {
    color: #777;
}

.footerListServices .line {
    background-color: transparent;
    margin-top: 1rem;
}

.footerListServices .social_media {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 !important;
}

.footerListServices .social_media a {
    margin-left: 0;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

.footerListServices .social_media a:hover {
    color: #000;
    animation: 1s jello;
}

.footerListServices .text-muted {
    color: #f4f4f4 !important;
}

@media (min-width: 768px) {
    .footerListServices .col-12.col-md-3.mb-1.mb-md-0.p-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .footerListServices .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
}

/*homepage banner*/

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

.hp_banner_box {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.hp_banner_small {
    font-size: 1.5vw;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2.5px;
    margin-bottom: 1vw;
}

.hp_banner_title {
    font-size: 2.8vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
}

.hp_banner_button {
    display: flex;
    margin-top: 2vw;
}

.hp_banner .hp_button {
    color: #fff;
}

.hp_banner .hp_button span {
    filter: brightness(0) invert(1);
}

@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -115px;
    }
}

/*homepage why*/
.hp_why {
    background-color: #1278ae;
    width: 81%;
    margin: -6.5vw auto 0;
    padding: 2rem 3vw;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    display: flex;
    gap: 20px;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
}

.hp_why_icon img {
    max-width: 65px;
    width: 65px !important;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s jello;
}

.hp_why_title {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.hp_why_keyword {
    font-size: 13.5px;
    color: #fff;
    margin: 10px 0 15px;
    font-weight: 300;
}

.hp_why_line {
    display: block;
    width: 50px;
    height: 1.8px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover .hp_why_line {
    width: 70px;
}

/*homepage about*/
.hp_about {
    padding: 3rem 8.5% 0;
}

.hp_about_right_box {
    width: 99%;
    margin-left: auto;
}

.hp_small_title {
    font-size: 17px;
    color: #777;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 15px;
}

.hp_small_title::after {
    content: "";
    width: 50px;
    height: 1.8px;
    background-color: #999;
}

.hp_big_title {
    font-size: 2vw;
    font-weight: 800;
    color: #000;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 16px;
    margin-bottom: 0;
    color: #777;
    line-height: 1.7;
}

.hp_about .hp_big_title {
    margin-bottom: 2rem;
}

.hp_about_left_box {
    padding: 0 1.5vw 0 .5vw;
}

.hp_about_button {
    display: flex;
    margin-top: 2.5rem;
}

.hp_button {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_button span {
    display: block;
    width: 50px;
    height: 25px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28623/image/blue_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.hp_button:hover span {
    margin-left: 15px;
}

.hp_button:active span {
    margin-left: 25px;
}

/*homepage furniture*/
.hp_furniture {
    padding: 2rem 8.5% 4.5rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28623/image/about-us_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hp_furniture_left_box {
    padding-left: .5vw;
}

.hp_furniture_right_box {
    padding: 0 4vw;
}

.hp_furniture_logo img {
    max-width: 165px;
}

.hp_furniture_title {
    font-size: 2.65vw;
    font-weight: 500;
    line-height: 1.4;
    margin: 3rem 0 0;
}

.hp_furniture_title b {
    font-weight: 800;
}

.hp_furniture_line {
    display: block;
    width: 8vw;
    height: 3.8px;
    background-color: #1278ae;
    margin-top: 2rem;
}

/*homepage brand*/
.hp_brand {
    padding: 6rem 8.5%;
}

.hp_brand_img {
    transition: all 0.3s ease-in-out;
}

.hp_brand_img:hover {
    transform: translateY(-10px);
}

.hp_brand_img img {
    max-height: 95px;
}

.hp_brand_right_box {
    display: flex;
    justify-content: space-between;
    gap: 2.5vw;
}

.hp_brand .hp_small_title::after {
    display: none;
}

/*homepage services*/
.hp_services {
    padding: 6rem calc(8.5% + 5px);
    background-color: #e5e5e5;
}

.hp_services_text {
    font-size: 21px;
    font-weight: 400;
    margin: 10px 0 0;
    color: #777;
}

.hp_services_right_box {
    display: flex;
    justify-content: flex-end;
    margin-top: 2vw;
}

.hp_services_left,
.hp_services_right {
    padding: 0 10px;
    margin-bottom: 2.5rem;
}

.hp_services_ebox {
    padding: 0 10px;
    margin: 10px 0;
}

.hp_services_box {
    background-color: #efefef;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover {
    transform: translateY(-10px);
}

.hp_services_content {
    padding: 35px;
    position: relative;
}

.hp_services_icon {
    position: absolute;
    right: 35px;
    top: 0;
    transform: translate(0, -50%);
}

.hp_services_img {
    overflow: hidden;
}

.hp_services_img img {
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover .hp_services_img img {
    transform: scale(1.1);
}

.hp_services_icon img {
    max-width: 45px;
}

.hp_services_box:hover .hp_services_icon img {
    animation: 1s jello;
}

.hp_services_title {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.hp_services_title span {
    display: block;
}

.hp_services_keyword {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    min-height: 85px;
}

.hp_services_button {
    display: flex;
    margin-top: 20px;
}

.hp_services_box .hp_button {
    color: #1278ae;
    font-size: 14px;
    font-weight: 500;
}

.hp_services_box .hp_button span {
    filter: unset;
}

.hp_services_bottom_box {
    display: block;
    width: 55%;
    height: 3.8px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 3rem auto 0;
}

/*homepage what*/
.hp_what {
    padding: 7rem 5.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28623/image/why_us_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_what .hp_small_title {
    justify-content: center;
}

.hp_what .hp_small_title::after {
    display: none;
}

.hp_what_point {
    padding: 30px 20px;
    border-bottom: 1.8px solid #fff;
    display: flex;
    gap: 20px;
}

.hp_what_icon img {
    max-width: 60px;
    width: 60px !important;
}

.hp_what_point:hover .hp_what_icon img {
    animation: 1s jello;
}

.hp_what_group {
    width: 80%;
}

.hp_what_right .hp_what_group {
    margin-left: auto;
}

.hp_what_title {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.hp_what_keyword {
    font-size: 13.5px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}

.hp_what_middle_box {
    width: 131%;
    position: relative;
    left: -12%;
    padding-top: 30px;
}

.hp_what_top_box {
    margin-bottom: 4rem;
}

/*homepage project*/

#main_index .index_wrapper_9 {
    padding: 6rem 11.5% 5rem;
    position: relative;
}

#main_index .index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(5rem + 20px);
    transform: translate(-50%, 0);
    width: 84%;
    height: 36%;
    background-color: #898989;
}

.hp_projectTitle_box {
    margin-bottom: 3rem;
}

.hp_projectTitle .hp_small_title {
    justify-content: center;
}

.hp_projectTitle .hp_small_title::after {
    display: none;
}

.hp_projectButton_box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.hp_projectButton .hp_button {
    color: #fff;
    background-color: #000;
    padding: 8px 20px;
    font-weight: 400;
}

.hp_projectButton .hp_button span {
    filter: brightness(0) invert(1);
}

#main_index .gallerycategory {
    margin-bottom: 0;
}

#main_index .gallerycategory > .container-fluid:nth-child(1),
#main_index .gallerycategory > .container-fluid:nth-child(2) > .row:nth-child(2),
#main_index .gallerycategory .img_frame .more {
    display: none;
}

#main_index .gallerycategory .img_frame {
    margin-bottom: 0;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 15px !important;
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0:hover {
    transform: translateY(-10px);
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p {
    padding: 15px 0 35px !important;
    text-align: left !important;
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 0;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    border-bottom: .8px solid #fff;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p::after {
    content: "";
    display: block;
    width: 50px;
    height: 25px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28623/image/blue_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .img_frame img {
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .img_frame:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
}

#main_index .gallerycategory .slick-arrow {
    z-index: 5;
}

#main_index .gallerycategory .slick-prev::before,
#main_index .gallerycategory .slick-next::before {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-right: 5vw;
        padding-bottom: 7vw;
    }
    
    /*homepage why*/
    .hp_why {
        width: 95%;
        padding: 2rem 2vw;
    }
    .hp_why_icon img {
        max-width: 50px;
        width: 50px !important;
    }
    .hp_why_box {
        gap: 15px;
    }
    .hp_why_title {
        font-size: 16px;
    }
    .hp_why_keyword {
        line-height: 1.4;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px 0;
    }
    .hp_small_title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .hp_about_left_box {
        padding: 0;
    }
    .hp_big_title {
        font-size: 26px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 1rem;
    }
    .hp_keyword {
        font-size: 14.5px;
        line-height: 1.6;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
    }
    .hp_button span {
        width: 45px;
        height: 20px;
    }
    .hp_about_right_box {
        width: 100%;
    }
    
    /*homepage furniture*/
    .hp_furniture {
        padding: 3rem 15px 4rem;
    }
    .hp_furniture_left_box,
    .hp_furniture_right_box {
        padding: 0;
    }
    .hp_furniture_logo img {
        max-width: 145px;
    }
    .hp_furniture_title {
        font-size: 30px;
        margin: 2rem 0 0;
    }
    
    /*homepage brand*/
    .hp_brand {
        padding: 4rem 15px;
    }
    
    /*homepage services*/
    .hp_services {
        padding: 4rem 20px;
    }
    .hp_services_text {
        font-size: 18px;
    }
    .hp_services_left,
    .hp_services_right {
        margin-bottom: 1.5rem;
    }
    .hp_services_icon img {
        max-width: 50px;
    }
    .hp_services_content {
        padding: 35px 25px;
    }
    .hp_services_title {
        font-size: 17px;
        min-height: 62px;
    }
    .hp_services_keyword {
        min-height: 105px;
    }
    
    /*homepage what*/
    .hp_what {
        padding: 5rem 15px;
    }
    .hp_what_top_box {
        margin-bottom: 2rem;
    }
    .hp_what_icon img {
        max-width: 50px;
        width: 50px !important;
    }
    .hp_what_group {
        width: 100%;
    }
    .hp_what_point {
        padding: 25px 10px;
        gap: 15px;
    }
    .hp_what_middle_box {
        width: 100%;
        position: relative;
        left: 0;
        padding-top: 0;
    }
    .hp_what_title {
        font-size: 17px;
    }
    .hp_what_middle {
        display: flex;
        align-items: center;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_9 {
        padding: 4rem 15px;
    }
    .hp_projectTitle_box {
        margin-bottom: 1.5rem;
    }
    #main_index .gallerycategory .img_frame {
        height: 220px;
    }
    #main_index .index_wrapper_9::before {
        bottom: calc(4rem + 20px);
        width: 101%;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p::after {
        width: 45px;
        height: 20px;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p {
        font-size: 15px;
        padding: 15px 0 25px !important;
    }
    
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage about*/
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage furniture*/
    
    
    /*homepage brand*/
    
    
    /*homepage services*/
    .hp_services_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp_services_keyword,
    .hp_services_title {
        min-height: auto;
    }
    
    /*homepage what*/
    
    
    /*homepage project*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footerListServices .social_media {
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 380px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_small {
        font-size: 14px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    }
    .hp_banner_title {
        font-size: 25px;
        line-height: 1.2;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    }
    .hp_banner .hp_button {
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_why {
        width: 100%;
        padding: 2rem 15px;
        margin: 0;
    }
    .hp_why_title {
        font-size: 19px;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    
    /*homepage furniture*/
    .hp_furniture {
        padding: 4rem 15px;
    }
    .hp_furniture_title {
        font-size: 28px;
        line-height: 1.3;
    }
    .hp_furniture_right_box {
        margin-bottom: 4rem;
    }
    .hp_furniture_line {
        width: 100px;
    }
    
    /*homepage brand*/
    .hp_brand_right_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
        margin-top: 2rem;
    }
    .hp_brand_img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /*homepage services*/
    .hp_services_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_services_right_box {
        justify-content: flex-start;
        margin-top: 0;
    }
    .hp_services_icon img {
        max-width: 60px;
    }
    .hp_services_icon {
        right: 25px;
    }
    .hp_services_title {
        font-size: 19px;
    }
    
    /*homepage what*/
    .hp_what_title {
        font-size: 19px;
    }
    .hp_what_middle_box {
        margin-bottom: 1.5rem;
    }
    
    /*homepage project*/
    

}