@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;
}
.alter_power{
    padding-bottom:1.5rem!important;
}
.alter_power small{
    font-size:60%;
}

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

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

#main_index button:focus {
    outline: none;
}

.np_language_btn {
    top: 0;
    right: 5vw;
    height: 45px;
}

.np_language_btn .dropdown_btn {
    box-shadow: none;
    background-color: transparent;
    height: 45px;
    color: #fff;
    align-items: center;
    border-left: .8px solid #fff;
    padding: 0;
    border-radius: 0;
}

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

.np_language_btn .dropdown_btn span {
    display: none;
}

.np_language_btn .dropdown_btn a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2vw !important;
    border-right: .8px solid #fff;
    font-size: 15px;
}

html[lang="en"] .np_language_btn .dropdown_btn a:nth-child(1) {
    font-weight: 700;
}

html[lang="zh-Hans"] .np_language_btn .dropdown_btn a:nth-child(3) {
    font-weight: 700;
}

/*top space*/
.top_space {
    height: 45px;
    background-color: #9d161a;
    display: flex;
    align-items: center;
    padding: 0 9.5%;
}

.top_space_title {
    font-size: 13.5px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .1px;
}

/*navigation bar*/
.navbar_type8 {
    height: 115px;
    padding: 0 8.5%;
    background-color: #fff;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: .8px solid #ccc !important;
}

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    color: #000;
    font-weight: 300;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 110%;
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 1.8px;
    background-color: #9d161a;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

/*footer*/
.footer_type10 {
    color: white;
    background-color: #23252b;
    padding-top: 7rem !important;
    overflow: hidden;
    line-height: 1.6;
    font-size: 13.5px;
    background-image: linear-gradient(to bottom, #24252a 86%, #3a3b40 86%);
}

.footer_type10 .line_top {
    border-top: none;
    margin-top: 5rem;
}

.footer_type10 .text {
    font-size: 13.5px;
}

.footer_type10 .sub_title {
    border-bottom: none;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1) .sub_title {
    display: none;
}

.footer_type10 .sub_title p {
    font-family: "Teko", sans-serif;
    font-weight: 400 !important;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.1;
}

html[lang="zh-Hans"] .footer_type10 .sub_title p {
    font-size: 25px;
}

.footer_type10 .social_media a .icon_s i {
    font-size: 25px;
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover,
.footer_type10 .social_media a:hover .icon_s i {
    color: #ccc !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:nth-child(4) {
    display: none;
}

/*homepage banner*/
/*@media (min-width: 991.5px) {*/
/*    #main_index .index_wrapper_2 {*/
/*        margin-top: -15px;*/
/*    }*/
/*}*/

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8vw 0 0 9.5vw;
}

.hp_banner_img1 {
    position: absolute;
    left: 7.5vw;
    bottom: 4.5vw;
    width: 40%;
}

.hp_banner_img2 {
    position: absolute;
    right: 3vw;
    top: 0;
    width: 55%;
}

.hp_banner_box {
    position: relative;
    z-index: 5;
    width: 35%;
}

.hp_banner_title {
    font-family: "Teko", sans-serif;
    margin-bottom: 0;
    color: #000;
    font-size: 3.75vw;
    font-weight: 600;
    line-height: 1.05;
}

html[lang="zh-Hans"] .hp_banner_title {
    line-height: 1.15;
}

.hp_banner_title span {
    display: block;
    color: #9d161a;
}

.slider_banner {
    margin: 0 !important;
}

.slider_banner .slick-dots {
    position: relative;
    bottom: 0;
    padding: 1.1rem 0;
}

.slider_banner .slick-dots li button::before {
    color: transparent;
    font-size: 15px;
    opacity: 1;
    -webkit-text-stroke: 1px #000;
    transition: all 0.2s ease-in-out;
}

.slider_banner .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #000;
}

/*homepage category*/
.hp_category {
    padding: 7.5rem 8.5% 2rem;
    border-top: .8px solid #ccc;
}

.hp_small_title {
    padding: 6px 0 6px 15px;
    border-left: 4px solid #9d161a;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

.hp_big_title {
    font-size: 3.75vw;
    margin-bottom: 0;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

html[lang="zh-Hans"] .hp_big_title {
    line-height: 1.15;
    font-size: 3.5vw;
    font-weight: 600;
}

.hp_big_title span {
    display: block;
}

.hp_category_right_box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.hp_button {
    padding: 8px 10px 8px 45px;
    display: flex;
    align-items: center;
    gap: 45px;
    background-color: #23252b;
    border: none;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_button span {
    display: block;
    width: 31px;
    height: 20px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28417/image/BUTTON.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.4s ease-in-out;
}

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

#main_index #index_3_2 {
    padding: 5rem 5% 7rem !important;
    border-top: 9.8px solid #ddd;
    border-bottom: 9.8px solid #ddd;
    position: relative;
}

#main_index #index_3_2::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -9.8px;
    width: 9vw;
    height: 9.8px;
    background-color: #9d161a;
}

#main_index .product_cat-4 > .row {
    row-gap: 2rem;
}

#main_index .product_cat-4 .cat_outter_box {
    padding: 0 5vw;
    position: relative;
}

#main_index .product_cat-4 .cat_outter_box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .8px;
    height: 85%;
    background-color: #ccc;
}

#main_index .product_cat-4 .cat_box {
    height: auto;
    overflow: unset;
}

#main_index .product_cat-4 .cat_box > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_box > a:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-4 .cat_box img {
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
}

#main_index .product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

#main_index .product_cat-4 .cat_box .content {
    position: relative;
    bottom: unset;
    left: unset;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

#main_index .product_cat-4 .cat_box .content .content_box {
    padding: 0;
    text-align: center;
}

#main_index .product_cat-4 .cat_box .content .content_box h3,
#main_index .product_cat-4 .cat_box .content .line {
    display: none;
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-family: "Teko", sans-serif;
    color: #000;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 31px;
    letter-spacing: .5px;
    line-height: 1.05;
    width: 85%;
    margin: 0 auto 15px !important;
    min-height: 65px;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border-color: #23252b;
    color: white;
    background-color: #23252b;
    border-radius: 0;
    font-size: 14px !important;
    font-weight: 300;
    padding: 7px 5vw;
}

#main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0:nth-child(n+7) {
    display: none;
}

#main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0:nth-child(3) .cat_outter_box::before,
#main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0:nth-child(6) .cat_outter_box::before {
    display: none;
}

/*homepage why*/
.hp_why {
    padding: 7rem 8.5%;
    border-bottom: 9.8px solid #ddd;
    position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9.8px;
    width: 9vw;
    height: 9.8px;
    background-color: #9d161a;
}

.hp_why_top_box {
    margin-bottom: 1.5rem;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    display: flex;
    gap: 20px;
    padding-top: 40px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 3.8px;
    background-color: #9d161a;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover::before {
    width: 100%;
}

.hp_why_icon img {
    max-width: 65px;
    width: 65px !important;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover .hp_why_icon img {
    transform: rotateY(360deg);
}

.hp_why_title {
    font-family: "Teko", sans-serif;
    font-size: 37px;
    color: #000;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 5px;
}

html[lang="zh-Hans"] .hp_why_title {
    font-size: 30px;
}

.hp_why_title span {
    display: block;
}

.hp_why_keyword {
    font-size: 14.5px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    line-height: 1.9;
}

/*homepage brand*/
.hp_brand {
    margin-bottom: 0;
    padding: 7rem 8.5% 3rem;
}

#main_index #index_5_2 .hp_brand {
    padding: 0;
}

#main_index #index_5_2 .hp_brand .row:nth-child(1) {
    display: none;
}

#main_index .hp_brand .brand_item {
    padding: 37px 5vw;
    border-top: .8px solid #ccc;
    border-right: .8px solid #ccc;
}

#main_index .hp_brand .brand_item:nth-child(n+16) {
    display: none;
}

#main_index .hp_brand .brand_item:hover {
    box-shadow: none;
}

#main_index .hp_brand .brand_item img {
    min-height: 90px;
    max-height: 90px;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

#main_index .hp_brand .brand_item:hover img {
    transform: scale(1.05);
}

/*homepage contact*/
.hp_contact {
    padding: 8.5rem 8% 5rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28417/image/E-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_contact_button {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.hp_contact .hp_big_title {
    color: #fff;
    width: 59%;
    margin: 0 auto;
}

html[lang="zh-Hans"] .hp_contact .hp_big_title {
    width: 60%;
}

.hp_button2 {
    font-size: 14.5px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    border: .8px solid #fff;
    padding: 10px 3.5vw;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.hp_button2:hover {
    transform: scale(1.05);
    background-color: #fff;
    color: #9d161a;
}

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

/*other pages*/
#v-pills-hq h5 {
  font-size: 1.15rem;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*top space*/
    .top_space {
        padding: 0 12% 0 15px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.4vw;
        padding: 12px;
    }
    
    /*footer*/
    .footer_type10 {
        padding-top: 3rem !important;
        background-image: linear-gradient(to bottom, #24252a 88%, #3a3b40 88%);
    }
    html[lang="zh-Hans"] .footer_type10 .sub_title p {
        font-size: 20px;
    }
    
    /*homepage banner*/
    .hp_banner_title {
        font-size: 4vw;
    }
    .slider_banner .slick-dots li button::before {
        font-size: 12px;
    }
    .slider_banner .slick-dots {
        padding: .8rem 0;
    }
    
    /*homepage category*/
    .hp_category {
        padding: 4rem 15px 1.5rem;
    }
    .hp_big_title {
        font-size: 40px;
    }
    .hp_button {
        font-size: 15px;
        padding: 8px 10px 8px 25px;
        gap: 25px;
    }
    html[lang="zh-Hans"] .hp_big_title {
        font-size: 35px;
    }
    #main_index #index_3_2 {
        padding: 4rem 15px !important;
    }
    #main_index .product_cat-4 .cat_outter_box {
        padding: 0 4vw;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        min-height: 57px;
        font-size: 27px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
        padding: 7px 20px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why_title {
        font-size: 28px;
        letter-spacing: .5px;
    }
    .hp_why_keyword {
        font-size: 14px;
        line-height: 1.65;
    }
    .hp_why_icon img {
        max-width: 60px;
        width: 60px !important;
    }
    .hp_why_box {
        padding-top: 30px;
    }
    html[lang="zh-Hans"] .hp_why_title {
        font-size: 24px;
    }
    
    /*homepage brand*/
    .hp_brand {
        padding: 4rem 15px 1.5rem;
    }
    #main_index .hp_brand .brand_item {
        padding: 15px 4.5vw;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 5rem 15px;
    }
    .hp_button2 {
        padding: 8px 20px;
    }

}

.side_menu {
    background-color: #9d161a;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage category*/
    #main_index .product_cat-4 .cat_box img {
        min-height: 220px;
        max-height: 220px;
    }
    #main_index .product_cat-4 .cat_outter_box {
        padding: 0 15px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
        padding: 5px 20px;
    }
    
    /*homepage why*/
    .hp_why_box {
        flex-direction: column;
    }
    .hp_why_title span {
        display: unset;
    }
    
    /*homepage brand*/
    #main_index .hp_brand .brand_item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hp_small_title {
        font-size: 14.5px;
    }
    
    /*homepage contact*/
    .hp_contact .hp_big_title {
        width: 75%;
    }
    html[lang="zh-Hans"] .hp_contact .hp_big_title {
        width: 70%;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type10 .line_top {
        margin-top: 2rem;
    }
    .footer_type10 {
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
        background-image: linear-gradient(to bottom, #24252a 89%, #3a3b40 89%);
    }
    
    /*homepage banner*/
    /*.slider_banner .item > img {*/
    /*    min-height: 420px;*/
    /*    object-fit: cover;*/
    /*    object-position: 30% 50%;*/
    /*}*/
    /*.hp_banner {*/
    /*    padding: 20px;*/
    /*}*/
    /*.hp_banner_box {*/
    /*    width: 100%;*/
    /*}*/
    /*.hp_banner_title {*/
    /*    font-size: 37px;*/
    /*}*/
    /*.hp_banner_img2 {*/
    /*    right: 0;*/
    /*    top: unset;*/
    /*    width: 100%;*/
    /*    bottom: 20px;*/
    /*}*/
    /*.hp_banner_img2 img {*/
    /*    min-height: 300px;*/
    /*    max-height: 300px;*/
    /*    object-fit: contain;*/
    /*    object-position: 50% 100%*/
    /*}*/
    /*.hp_banner_img1 {*/
    /*    left: 6.5%;*/
    /*    bottom: 180px;*/
    /*    width: 50%;*/
    /*}*/
    /*.hp_banner_img1 img {*/
    /*    min-height: 100px;*/
    /*    max-height: 100px;*/
    /*    object-fit: contain;*/
    /*    object-position: 0 100%*/
    /*}*/
    
    /*homepage category*/
    .hp_category_right_box {
        margin-top: 1.5rem;
        justify-content: flex-start;
    }
    #main_index .product_cat-4 .cat_outter_box::before {
        display: none;
    }
    #main_index .product_cat-4 .cat_box img {
        min-height: 200px;
        max-height: 200px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        min-height: auto;
        font-size: 28px;
        width: 100%;
    }
    #main_index .product_cat-4 > .row {
        row-gap: 30px;
    }
    
    /*homepage why*/
    
    
    /*homepage brand*/
    #main_index .hp_brand .brand_item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    #main_index .hp_brand .brand_item {
        padding: 10px;
    }
    
    /*homepage contact*/
    .hp_contact .hp_big_title {
        width: 100%;
    }
    html[lang="zh-Hans"] .hp_contact .hp_big_title {
        width: 100%;
        font-size: 30px;
    }
}