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


/*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;
    background-image: linear-gradient(to bottom, rgb(0,0,0,0.9), transparent);
}

.dark_nav {
    background-image: unset;
    background-color: rgb(0,0,0,0.9) !important;
    height: 80px;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 40%;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 0;
    object-position: left;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 2vw;
    flex: 0 1 60%;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 1vw;
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
    transition: all 0.25s ease-in-out;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: -1vw;
    top: 50%;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    width: 7px;
    height: 7px;
    background-color: #9f5554;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.navbar_type8 .nav_tab .nav_item:first-child::before {
    display: none;
}

/*footer*/
.footer_type7 {
    background-color: #000;
    color: white;
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
    background-image: url('https://cdn1.npcdn.net/userfiles/28520/image/G_FOOTER-BG.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    font-weight: 300;
}

.footer_type7 .copy_right strong {
    font-weight: 700;
}

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

.footer_type7 .title {
    min-height: auto;
}

.footer_type7 .logo {
    padding-top: 100px;
}

.footer_type7 .title h5 {
    color: #9f5554;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_type7 a:hover {
    color: #9f5554;
}

/*homepage banner*/


#main_index .index_wrapper_2 {
    background-color: #000;
}

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

/*homepage why*/
.hp_why {
    padding: 6rem 7.5% 7rem;
    background-image: radial-gradient(#402222, #000);
}

.hp_why_ebox {
    margin: 15px 0;
}

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

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

.hp_why_box {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

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

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

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

/*homepage about*/
#main_index .index_wrapper_4 {
    padding: 6rem 7.5%;
    background-image: linear-gradient(to right, #cecece, #fdfdfd, #cecece);
    position: relative;
}

#main_index .index_wrapper_4::before {
    content: "";
    width: 100%;
    height: 8%;
    position: absolute;
    left: 0;
    top: -1vw;
    background-image: linear-gradient(to right, #cecece, #fdfdfd, #cecece);
    border-radius: 50%;
}

#main_index .index_wrapper_4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: -2vw;
    width: 15vw;
    height: 15vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28520/image/C_ABOUT-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_about {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.hp_about_right_box {
    padding: 0 3.5vw;
}

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

.hp_about .hp_big_title {
    margin-bottom: 20px;
}

.hp_keyword {
    font-size: 15.5px;
    margin-bottom: 0;
    line-height: 1.8;
    color: #555;
}

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

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 4px 5px 5px 20px;
    background-color: #9f5554;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 20px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 500;
    text-align: left;
}

.hp_button span {
    line-height: .5;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #9f5554;
    font-size: 27px;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover span {
    transform: rotate(-360deg);
}

.hp_button:hover {
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*homepage gallery*/
#main_index .index_wrapper_5 {
    padding: 6.5rem 7.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28520/image/D_GALLERY-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}

.hp_gallery {
    background-color: #fff;
}

.hp_gallery_left_box {
    padding: 0 3.5vw;
}

.hp_gallery_button {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.hp_gallery_button a:nth-child(2) .hp_button {
    background-color: #333;
}

.hp_gallery .hp_big_title {
    margin-bottom: 20px;
}

/*homepage product*/
#main_index .index_wrapper_6 {
    background-image: url('https://cdn1.npcdn.net/userfiles/28520/image/E_PRODUCT-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.hp_product {
    background-image: linear-gradient(to bottom, #000 50%, transparent 50%);
    position: relative;
    padding: 2rem 11%;
    text-align: right;
}

.hp_product::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #9f5554;
    border-radius: 100px 0 0 100px;
}

.hp_product .hp_big_title {
    color: #fff;
}

#main_index #index_6_2 {
    padding: 2rem 7.5% 5rem !important;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 20px 10px 10px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: white;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 13px;
    border: none;
    background-color: white;
    padding: 13px;
    background-image: linear-gradient(35deg, #fff, #ccc);
}

#main_index .productSlider-1 .product_img .product_box .content {
    margin: 25px 0 !important;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
    border-radius: 0;
    background-color: #fff;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    text-align: center;
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 15px;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    margin-bottom: 0;
    font-weight: 400 !important;
    color: #9f5554;
    margin-bottom: 0;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #9f5554;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

#main_index .productSlider-1 .product_img .slick-prev:hover::before,
#main_index .productSlider-1 .product_img .slick-next:hover::before {
    background-color: #9f5554;
}

#main_index .productSlider-1 .product_img .slick-next,
#main_index .productSlider-1 .product_img .slick-prev {
    width: 23px;
    height: 23px;
}

#main_index .productSlider-1 .product_img .slick-next {
    right: -15px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -15px;
}

/*homepage news*/
#main_index .index_wrapper_7 {
    position: relative;
    background-image: linear-gradient(to right, #cecece, #fdfdfd, #cecece);
}

#main_index #index_7_1 {
    position: relative;
}

#main_index #index_7_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28520/image/E_PRODUCT-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.hp_news {
    position: relative;
    padding: 2rem calc(7.5% - 10px);
}

.hp_news::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #9f5554;
    border-radius: 0 100px 100px 0;
}

.hp_news .hp_big_title {
    color: #fff;
}

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

.hp_news .hp_button {
    background-color: #333;
}

.hp_news_left_box {
    padding-left: 3vw;
}

#main_index #index_7_2 {
    padding: 3rem 7.5% 5rem !important;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 0 10px;
    margin: 10px 0 !important;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4:nth-child(n+4) {
    display: none;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    padding: 20px 30px;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

#main_index .hp_latest_new_8 .news_box .title b {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: 700;
}

#main_index .hp_latest_new_8 .news_box .title span,
#main_index .hp_latest_new_8 .news_box .content {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 13px;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color: #777;
}

.hp_latest_new_8 .news_box .read_more {
    text-decoration: underline;
    color: #9f5554;
}

.hp_latest_new_8 .news_box .read_more:hover {
    color: #000;
    text-decoration: underline !important;
}

/*homepage contact*/
.hp_contact {
    padding: 6rem 7.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28520/image/F_CONTACT-CTA-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_contact .hp_big_title,
.hp_contact .hp_keyword {
    color: #fff;
}

.hp_contact .hp_keyword {
    font-weight: 300;
    margin: 1rem 0;
}

.hp_contact_button {
    display: flex;
}

.hp_contact_box {
    width: fit-content;
    position: relative;
}

.hp_contact_box::before {
    content: "";
    position: absolute;
    right: 5vw;
    top: -3vw;
    width: 14vw;
    height: 14vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28520/image/C_ABOUT-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: spin 20s linear infinite;
    z-index: -1;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*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.2vw;
    }
    
    /*footer*/
    .footer_type7 .logo {
        padding-top: 80px;
    }
    .footer_type7 .logo img {
        max-height: 80px;
    }
    
    /*homepage banner*/
    
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px 5rem;
    }
    .hp_why_icon img {
        max-width: 65px;
        width: 65px !important;
    }
    .hp_why_title {
        font-size: 17px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    
    /*homepage about*/
    #main_index .index_wrapper_4 {
        padding: 4rem 15px;
    }
    .hp_about_left_box img {
        min-height: 470px;
        object-fit: cover;
        object-position: left;
    }
    .hp_about_right_box {
        padding: 0 30px;
    }
    .hp_big_title {
        font-size: 26px;
    }
    .hp_keyword {
        font-size: 14.5px;
    }
    .hp_button span {
        width: 28px;
        height: 28px;
        font-size: 25px;
    }
    .hp_button {
        font-size: 14px;
        gap: 15px;
        padding: 4px 5px 5px 15px;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px;
    }
    .hp_gallery_right_box img {
        min-height: 350px;
        object-fit: cover;
        object-position: left;
    }
    .hp_gallery_left_box {
        padding: 0 30px;
    }
    
    /*homepage product*/
    .hp_product {
        padding: 1.5rem 15px;
    }
    #main_index #index_6_2 {
        padding: 1rem 20px 4rem !important;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 10px;
        padding: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
        margin: 20px 0 !important;
    }
    
    /*homepage news*/
    .hp_news {
        padding: 1.5rem 15px;
    }
    #main_index #index_7_2 {
        padding: 2rem 20px 4rem !important;
    }
    #main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
        padding: 20px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 4rem 15px;
    }

}

.navbar_mobile {
    background-color: #000;
}

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

.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile .btn-outline-light:hover {
    border-color: #9f5554;
    color: #9f5554;
    background-color: transparent;
}

.navbar_mobile .logo_img {
    transform: scale(1.1);
}

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type7 .logo {
        padding-top: 60px;
    }
    .footer_type7 .logo img {
        max-height: 60px;
    }
    
    /*homepage banner*/
    
    
    /*homepage why*/
    
    
    /*homepage about*/
    .hp_about_left_box img {
        min-height: 520px;
    }
    
    /*homepage gallery*/
    
    
    /*homepage product*/
    .hp_product::before {
        width: 100%;
        border-radius: 0;
    }
    .hp_product {
        text-align: center;
    }
    
    /*homepage news*/
    .hp_news::before {
        width: 100%;
        border-radius: 0;
    }
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    
    /*homepage about*/
    #main_index .index_wrapper_4::before {
        display: none;
    }
    .hp_about_left_box img {
        min-height: auto;
    }
    .hp_about_right_box {
        padding: 2.5rem 30px;
    }
    #main_index .index_wrapper_4::after {
        width: 25vw;
        height: 25vw;
    }
    
    /*homepage gallery*/
    .hp_gallery_left_box {
        padding: 2.5rem 30px;
    }
    .hp_gallery_button {
        flex-direction: column;
        gap: 12px;
    }
    
    /*homepage product*/
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 20px 5px 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
    }
    
    /*homepage news*/
    .hp_news .hp_big_title {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .hp_news_right_box {
        justify-content: center;
    }
    
    /*homepage contact*/
    

}