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;
}
.index_wrapper_2 {
    margin-top: -100px;
}
/*navigation bar*/
.navbar_type8 {
    background-color: #000;
    height: 100px;
}
.navbar_type8 .logo img {
    padding: 8px;
}
.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.2vw;
    font-weight: 600;
    
}
#main_index .navbar_type8 {
    background-color: transparent;
    
}
/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0rem 8%;
}
.hp_banner_small {
    font-size: 1.3vw;
    font-style: italic;
    text-transform: uppercase;
}
.hp_banner_title1 {
    font-size: 5vw;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}
.hp_banner_title2 {
    font-size: 2.4vw;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1vw;
}
.hp_banner_title2::before {
    content: "";
    width: 10vw;
    height: 5px;
    background-color: #ff6700;
}

.hp_banner_text {
    font-size: 1vw;
    font-weight: 500;
    margin: 1rem 0;
    padding-left: 11vw;
}
.hp_banner_button {
    padding-left: 11vw;
}
.slider_banner .banner_content {
    overflow: hidden;
    margin-top: 3rem;
}
/*about us*/
.small_title img {
    max-width: 20px;
}

.small_title {
    font-size: 21px;
    font-weight: 600;
    color: #ff6700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.big_title {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.3vw;
    margin-bottom: 20px;
}

.hp_about {
    padding: 5rem 8%;
}
.about_content {
    padding: 0 3vw;
}
.content_text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.btn_more {
    color: #fff;
    background-color: #ff6700;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.btn_more:hover {
    transform: scale(1.05);
    background-color: #fff;
    color: #ff6700;
    border: 1px solid #ff6700;
}

/*category*/
.index_wrapper_4 {
    padding: 8rem 8% 5rem;
    background-image: url('https://cdn1.npcdn.net/images/c_category_bg_c3xkyv_1776755684.png?md5id=7ba77854a96f6a3182fc526ae3018403&type=4') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.hp_product {
    margin-bottom: 1.5rem;
}
.product_cat-4 .cat_box img {
    background-color: #fff;
    object-fit: contain;
}
.product_cat-4 .cat_box .content {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.product_cat-4 .cat_box .content .content_box {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_cat-4 .cat_box .content .line {
    display: none;
}
.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}
.product_cat-4 .cat_box .content .content_box h4 {
    color: #fff;
    font-size: 24px;
    margin: 2rem !important;
}
.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    background-color: #000;
    border: none;
    border-radius: 0;
    font-weight: 500;
    text-align: left;
    padding: 15px 2rem;
    display: flex;
    gap: 10px;
    align-items: center;
}
.product_cat-4 .cat_box .content .content_box .btn-outline-primary::after {
    content: '//';
}
/*product*/
.index_wrapper_5 {
    padding: 8rem 8%;
}
.hp_list .small_title {
    justify-content: center;
}
.productSlider-1 .slick-track .slick-slide {
    border: 1px solid #b3b3b3;
    padding: 1rem;
    box-shadow: none;
    margin: 10px 13.5px;
}
.productSlider-1 .product_img .product_box h6 {
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}
.productSlider-1 .product_img .product_box p {
    display: none;
}
.productSlider-1 .product_img .slick-prev::before,
.productSlider-1 .product_img .slick-next::before {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: none;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.productSlider-1 .product_img .slick-next,
.productSlider-1 .product_img .slick-prev {
  width: 50px;
  height: 50px;
}
.productSlider-1 .product_img .slick-prev {
  left: -80px;
}
.productSlider-1 .product_img .slick-next {
  right: -80px;
}
.hp_product_button_content {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
/*why choose us*/
.hp_why_icon img {
    max-width: 80px;
    width: 80px !important;
}
.hp_why {
    padding: 2rem 8% 6rem;
    background-image: url("https://cdn1.npcdn.net/images/e_wcu_img_iu012q_1776755680.jpg?md5id=7ba77854a96f6a3182fc526ae3018403&new_width=1663&new_height=1446&type=4");
    background-size: 26%;
    background-repeat: no-repeat;
    background-position: 16% 100%;
}
.hp_why_point {
    display: flex;
    gap: 2rem;
}
.hp_why_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 4rem;
}


/*services*/
.hp_services_icon {
    max-width: 40px;
    max-height: 40px !important;
}
.hp_services_point {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ff6700;
    cursor: pointer;
}
.hp_services_point:last-child {
    border-bottom: none;
}
.hp_services {
    padding: 4rem 8%;
    background-image: url("https://cdn1.npcdn.net/images/f_service_bg_c14wtv_1776755680.png?md5id=7ba77854a96f6a3182fc526ae3018403&type=4");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.hp_services_img {
    max-width: 89%;
    margin-top: 3rem;
}
.hp_services_group {
    padding: 2rem;
    font-style: italic;
    
}
.hp_services_title {
    margin: 0;
    font-size: 21px;
}

/*news*/
.index_wrapper_8 {
    padding: 7rem 8%;
}
.hp_news .small_title {
    justify-content: center;
}
#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0:nth-child(n+4) {
    display: none;
}
#main_index .latest_new_type4 .news_box p:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
}
#main_index .latest_new_type4 .news_box .date {
    font-size: 14px;
    text-align: right;
    margin-bottom: 5px;
    color: #666;
    font-weight: 500;
}
#main_index .latest_new_type4 .row:nth-child(2) {
    display: none;
}
/*contact*/
.hp_contact {
    width: 85%;
    background-color: #ff6700;
    margin: 0 auto;
    padding: 4rem 5%;
}
.hp_contact .small_title {
    color: #fff;
}
.hp_contact .big_title {
    color: #fff;
}
.hp_contact .small_title img {
    filter: brightness(0) invert(1);
}
.hp_contact_text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.hp_contact .btn_more {
    color: #ff6700;
    background-color: #fff;
}
.index_wrapper_9 {
    position: relative;
    
}
.index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background-image:url(https://cdn1.npcdn.net/images/i_footer_bg_iq40lc_1776755680.png?md5id=7ba77854a96f6a3182fc526ae3018403&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
/*footer*/
.footer_type6 {
    background-image:url(https://cdn1.npcdn.net/images/i_footer_bg_iq40lc_1776755680.png?md5id=7ba77854a96f6a3182fc526ae3018403&type=4);
    color: white;
    padding-top:50px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}

.footer_type6 .logo{
    min-height: 60px;
}

.footer_type6 .logo img {
    max-height: 60px;
    filter:brightness(0) invert(1);
}

.footer_type6 .title h6 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    font-size: 1.2rem !important;
}

.footer_type6 .title h6:after{
    content:'';
    width:100%;
    height:2px;
    background:#fff;
    margin-top:5px;
    display:block;
}

.footer_type6 a:hover{
    color:#ccc;
}

/*homepage*/


/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    
    /*homepage banner*/
    .hp_banner_content {
        padding-top: 5rem;
    }
    /*about us*/
    .content_text {
        font-size: 14px;
    }
    /*category*/
    .index_wrapper_5 {
        padding: 5rem 8%;
    }
    .index_wrapper_4 {
        background-position: 60% 54%;
    }
    /*product*/
    .productSlider-1 .product_img .slick-prev {
        left: -58px;
    }
    .productSlider-1 .product_img .slick-next {
        right: -58px;
    }
    /*why choose us*/
    .hp_why_group {
        gap: 1rem 3rem;
    }
    .hp_why_icon img {
        max-width: 70px;
    }
    .hp_why_contentGroup {
        padding: 0rem 1rem;
    }
    .hp_why {
        padding: 2rem 4rem;
    }
    /*services*/
    .hp_services_icon {
        max-width: 25px
    }
    /*news*/
    .index_wrapper_8 {
        padding: 5rem 8%;
    }
    /*contact*/
    
    /*footer*/
}

@media (max-width: 991.5px) {
    /*navigation bar*/
    .navbar_mobile {
        background-color: #000;
    }
    /*homepage banner*/
    .index_wrapper_2 {
        margin-top: 0;
    }
    .hp_banner_content {
        padding-top: 0rem;
    }
    /*about us*/
    .hp_about {
        padding: 5rem 6%;
    }
    .big_title {
        font-size: 23px;
    }
    .content_text {
        font-size: 13px;
    }
    /*category*/
    .index_wrapper_4 {
        background-position: 50% 54%;
        padding: 6rem 8% 5rem;
    }
    /*product*/
    .productSlider-1 .product_img .slick-prev::before {
        width: 30px;
        height: 30px;
    }
    .productSlider-1 .product_img .slick-next::before {
        width: 30px;
        height: 30px;
    }
    .productSlider-1 .product_img .slick-next, .productSlider-1 .product_img .slick-prev {
        width: 30px;
        height: 30px;
    }
        
    /*why choose us*/
    .hp_why_icon img {
        max-width: 55px;
    }
    .hp_why {
        padding: 2rem 1rem;
    }
    /*services*/
    .hp_services {
        background-position: 50% 54%;
        padding: 3rem 8%;
    }
    .hp_services_img {
        max-width: 100%;
        margin-top: 2rem;
    }
    .hp_services_group {
        padding: 1rem;
    }
    .hp_services_title {
        font-size: 18px;
    }
    .hp_services .big_title {
        margin-bottom: -7px;
    }
    /*news*/
    .index_wrapper_8 {
        padding: 3rem 8%;
    }
    /*contact*/
    .hp_contact {
        padding: 3rem 5%;
    }
    .hp_contact_text {
        font-size: 14px;
    }
    /*footer*/
}

@media (max-width: 767.5px) {
    /*navigation bar*/
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 300px;
        object-fit: cover;
    }
    .hp_banner_small {
        font-size: 12px;
    }
    .hp_banner_title1 {
        font-size: 30px;
    }
    .hp_banner_title2 {
        font-size: 17px;
    }
    .hp_banner_text {
        font-size: 12px;
    }
    .hp_banner_button .btn_more {
        padding: 9px 13px;
    }
    .hp_banner_title2::before {
        height: 2px;
    }
    /*about us*/
    .about_img {
        margin-bottom: 3rem;
    }
    /*category*/
    .index_wrapper_4 {
        padding: 3rem 8% 5rem;
        background-image: unset;
        background-color: #f2f2f2;
    }
    
    /*product*/
    .index_wrapper_5 {
        padding: 2rem 8%;
    }
    .productSlider-1 .slick-track .slick-slide {
        margin: 10px;
        padding: 10px;
    }
    .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
        font-size: 14px;
    }
    .productSlider-1 .product_img .slick-prev {
        left: -23px;
    }
    .productSlider-1 .product_img .slick-next {
        right: -23px;
    }
    /*why choose us*/
    .hp_why_group {
        grid-template-columns: 1fr;
    }
    .hp_why_content .big_title {
        margin-bottom: 35px;
    }
    /*services*/
    .hp_services{
        background-image: unset;
        background-color: #f2f2f2;
    }
    .hp_services_img {
        margin-bottom: 4rem;
    }
    
    /*news*/
    
    /*contact*/
    
    /*footer*/
}
