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

body > br {
    display: none;
}

body {
    font-size: 14.5px !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;
    box-shadow: none;
    background-color: #85191d;
}

.np_language_btn .dropdown_btn span {
  color: #fff;
}

.np_language_btn .dropdown_btn a,
.np_language_btn .dropdown_btn a:hover {
    color: #fff;
    text-decoration: none;
}

html[lang="zh-Hans"] .d-none.d-lg-block.editor {
    display: none !important;
}

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

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

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item::before {
    width: 0;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    height: 3px;
    background-color: #85191d;
    border-radius: 50%;
}

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

/*footer*/
.footer_type9 {
    color: #fff;
    padding-top: 5rem;
    background-color: #90171e;
    font-size: 14.5px;
    line-height: 1.6;
}

.footer_type9 .text {
    color: #fff !important;
    font-size: 14.5px;
}

.footer_type9 .bg_dark {
    background-color: transparent;
}

.footer_type9 .icon {
    background-color: #c09550;
    background-image: linear-gradient(50deg, #c69633, #f8eeb8, #c69633);
}

.footer_type9 .icon i {
    color: #000;
}

.footer_type9 a:hover,
.footer_type9 a.text:hover {
    color: #e4b660 !important;
}

.footer_type9 a {
    color: #fff;
}

.footer_type9 .nav_item li a::after {
    color: #fff;
}

.footer_type9 .nav_item li a {
    text-transform: unset;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    padding-right: 10vw !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
    padding-left: 4vw !important;
}

.footer_type9 .sub_title p {
    color: #fff;
    font-size: 21px;
    letter-spacing: .5px;
}

.footer_type9 .social_media a .icon_s {
    border: .8px solid #fff;
}

.footer_type9 .social_media a:hover .icon_s {
    background-color: #fff;
}

.footer_type9 .social_media a .icon_s i {
    color: #fff;
}

.footer_type9 .social_media a:hover .icon_s i {
    color: #90171e;
}

.footer_type9 .title {
    width: 100px;
    min-height: 100px;
    padding-top: 100px;
}

.footer_type9 .logo img {
    width: 100px;
    max-height: 100px;
}

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

.footer_type9 .line {
    border-right: .8px solid rgb(255,255,255,0.3);
}

@media (min-width: 768px) {
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 6.4vw 10vw;
}

.hp_banner_group {
    border-left: 1.8px solid #fff;
    padding: .25vw 0 .25vw 2.5vw;
}

.hp_banner_title1 {
    font-size: 1.9vw;
    font-weight: 400;
    color: #fff;
    margin-bottom: .15vw;
    letter-spacing: .5px;
}

.hp_banner_title2 {
    font-size: 2.8vw;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.hp_banner_title3 {
    margin: 3.5vw 0 0;
    font-size: 1.8vw;
    color: #fff;
    font-weight: 300;
    padding-left: 2.5vw;
    letter-spacing: 1px;
}

.hp_banner_title3 span {
    margin: 0 1.5vw;
}

.hp_banner_img {
    display: none;
    width: 67%;
    margin-top: 3.5vw;
    padding-left: 2.5vw;
}

.hp_bannerNew {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8%;
    padding-bottom: 9vw;
}

.hp_bannerNew_box {
    width: 45%;
}

.hp_bannerNew_icon img {
    max-width: 3.5vw;
    min-width: 3.5vw;
    transform-origin: center bottom;
}

.hp_bannerNew_point:hover .hp_bannerNew_icon img {
    animation: 1s swing;
}

.hp_bannerNew_title {
    font-size: 3.6vw;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1vw;
}

.hp_bannerNew_title span {
    background-image: linear-gradient(to right, #dd1c25, #a1141b);
    background-clip: text;
    color: transparent;
}

.hp_bannerNew_small {
    font-size: 1.7vw;
    font-weight: 700;
    background-image: linear-gradient(50deg, #c69633, #f8eeb8, #c69633);
    background-clip: text;
    width: fit-content;
    color: transparent;
    margin-bottom: 1vw;
}

.hp_bannerNew_keyword {
    font-size: 1.1vw;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.hp_bannerNew_point {
    display: flex;
    align-items: center;
    gap: 1vw;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hp_bannerNew_point::before {
    content: "";
    position: absolute;
    right: -1vw;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 100%;
    background-color: #fff;
    opacity: 0.3;
}

.hp_bannerNew_point:last-child::before {
    display: none;
}

.hp_bannerNew_text {
    font-size: 1.3vw;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.hp_bannerNew_group {
    display: flex;
    gap: 2vw;
    margin: 3vw 0;
}

.hp_bannerNew_button {
    display: flex;
    gap: 1vw;
}

.hp_bannerNew_button a:nth-child(2) .hp_button {
    background-image: linear-gradient(50deg, #c69633, #f8eeb8, #c69633);
    color: #000;
}

.hp_bannerNew_button a:nth-child(2) .hp_button img {
    filter: unset;
}

/*homepage count*/

#main_index .index_wrapper_3 {
    background-color: #000;
}
.hp_count {
    padding: 1rem 3vw 1rem 5vw;
    background-image: linear-gradient(to right, #7d1518, #a1141b, #7d1518);
    width: 84%;
    margin: -5vw auto 0;
    border-radius: 10px;
}

.hp_count .row {
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
}

.hp_count_ebox {
    margin: 15px 0;
}

.hp_count_icon img {
    max-width: 70px;
    min-width: 70px;
    transform-origin: center bottom;
}

.hp_count_box:hover .hp_count_icon img {
    animation: 1s swing;
}

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

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

.hp_count_number {
    display: flex;
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.hp_count_keyword {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.running_word {
    font-weight: 500;
}

.hp_count_keyword::before {
    content: "";
    width: 65%;
    height: 2.8px;
    /*background-color: #e4b660;*/
    background-image: linear-gradient(50deg, #c69633, #f8eeb8, #c69633);
    transition: all 0.3s ease-in-out;
}

.hp_count_box:hover .hp_count_keyword::before {
    width: 80%;
}

/*homepage about*/

.hp_about {
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/about_bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 75%;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to right, rgb(255,255,255,0.2), rgb(0,0,0,.9), rgb(0,0,0,1));*/
    background-image: radial-gradient( ellipse 100% 100% at 0% 60%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 1) 70% );
}

.hp_about::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9vw;
    height: 9vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/gold.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hp_about .container-fluid {
    position: relative;
    z-index: 1;
}

.hp_about_left_box {
    padding-top: 20vw;
    width: 90%;
    margin-left: 7%;
}

.hp_about_right {
    display: flex;
    align-items: center;
}

.hp_about_right_box {
    padding: 0 5vw;
}

.hp_big_title {
    font-size: 2.35vw;
    color: #000;
    font-weight: 900;
    margin-bottom: 10px;
}

.hp_big_title span {
    display: block;
}

.hp_about .hp_big_title {
    color: transparent;
    margin-bottom: 1rem;
    background-image: linear-gradient(50deg, #c69633, #f8eeb8, #c69633);
    background-clip: text;
    width: fit-content;
}

.hp_keyword {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    line-height: 1.8;
}

.hp_button {
    padding: 9px 25px 9px 20px;
    background-color: transparent;
    border: none;
    font-size: 16.5px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(to right, #7d1518, #a1141b);
    border-radius: 5px;
}

.hp_button img {
    max-width: 45px;
    filter: brightness(0) invert(1);
}

.hp_button span {
    display: flex;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_about .hp_button {
    color: #fff;
}

.hp_about .hp_button img {
    filter: brightness(0) invert(1);
}

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

/*@media (min-width: 768px) {*/
/*    .hp_about_left {*/
/*        -ms-flex: 0 0 40.667%;*/
/*        flex: 0 0 40.667%;*/
/*        max-width: 40.667%;*/
/*    }*/
/*    .hp_about_right {*/
/*        -ms-flex: 0 0 54%;*/
/*        flex: 0 0 54%;*/
/*        max-width: 54%;*/
/*    }*/
/*}*/

/*homepage service*/
#main_index .index_wrapper_5 {
    padding: 6rem 7%;
    background-color: #f4f4f4;
}

.hp_service_top_box {
    margin-bottom: 2rem;
}

#main_index .service_type4 .container {
    max-width: 100%;
}

#main_index .service_type4 .service_box_type4 {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover {
    transform: translateY(-10px);
}

#main_index .service_type4 .service_box_type4 .img_frame {
    position: relative;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

#main_index .service_type4 .service_box_type4 .img_frame img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    height: 410px;
    min-height: 410px;
    max-height: 410px;
    border-radius: 0 0 0 80px;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover img {
    width: 100%;
    height: 410px;
    border-radius: 0;
}

#main_index .service_type4 .service_box_type4 .img_frame .overlay {
    position: unset;
    top: unset;
    left: unset;
    height: auto;
    width: 100%;
    transform: unset;
    transition: all 0.3s ease-in-out;
    padding-top: 30px;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    border: none;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .box {
    top: unset;
    left: unset;
    transform: unset;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
    overflow: unset;
    max-height: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    color: white;
    text-align: left !important;
    margin: 0;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p span {
    color: #000;
    font-size: 22px;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > br {
    display: none;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p .general_btn {
    border: none;
    color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p .general_btn:hover {
    background-color: transparent;
    color: transparent;
}

#main_index .hp_service_withprice {
    background-color: transparent;
    padding: 0 !important;
}

#main_index .hp_service_withprice .container {
    max-width: 100%;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
}

#main_index .hp_service_withpriceItem {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_service_withpriceItem:nth-child(n+6) {
    display: none;
}

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

#main_index .hp_service_withprice .tl-ellipsis {
    color: #777;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 15px;
}

#main_index .hp_service_withprice .img_frame img {
    height: 80px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_service_withprice .img_frame {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 30px 10px 0;
}

#main_index .hp_service_withprice .content-box:hover {
    transform: unset;
    box-shadow: none;
}

#main_index .hp_service_withprice .content-box {
    background: #fff;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    align-items: center;
    text-align: center;
}

#main_index .hp_service_withprice .service_title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-align: center !important;
    line-height: 1.3;
    min-height: 47px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .hp_service_withprice .general_btn {
    align-self: center;
    color: #fff;
    font-size: 15px !important;
    padding: 7px 25px;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #7d1518, #a1141b);
    border-radius: 7px;
    border: none !important;
}

#main_index .hp_service_withprice .general_btn:hover {
    color: #fff;
    transform: unset;
    font-weight: unset;
}

#main_index .hp_service_withprice .content-box:hover + .img_frame img,
#main_index .hp_service_withprice .img_frame:hover img {
    transform: unset;
}

#main_index .service_category > .container-fluid {
    padding: 0 15px !important;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
}

#main_index .service_category .row > .col-12:nth-child(1) {
    display: none;
}

#main_index .service_category .col-12.col-lg-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 15px 0;
}

#main_index .service_category .col-12.col-lg-4:nth-child(n+7),
#main_index .service_category h3.title::after,
#main_index .service_category .service_box .viewmore_btn i {
    display: none;
}

#main_index .service_category .service_box {
    box-shadow: none;
    text-align: center;
    margin-bottom: 0;
    background-color: #fff;
    padding: 30px 20px 25px;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .service_category .service_box:hover {
    transform: translateY(-10px);
}

#main_index .service_category .service_box .img_frame img {
    padding: 0;
    transform-origin: center bottom;
}

#main_index .service_category .service_box .img_frame {
    padding-top: 80px;
}

#main_index .service_category h3.title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-align: center !important;
    line-height: 1.3;
    min-height: 47px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

html[lang="zh-Hans"] #main_index .service_category h3.title {
    min-height: auto;
}

#main_index .service_category .tl-ellipsis {
    color: #777;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 15px;
}

#main_index .service_category .service_box .text_area {
    padding: 0;
    text-align: center;
    margin-top: 20px;
}

#main_index .service_category .service_box .viewmore_btn {
    text-transform: unset;
    color: #fff;
    font-size: 15px !important;
    padding: 6px 25px !important;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #7d1518, #a1141b);
    border-radius: 7px;
    border: none !important;
}

/*homepage product*/
.hp_product {
    padding: 4.5rem calc(8.5% + 5px) 3.5rem;
    background-color: #90171e;
    border-radius: 0 80px 0 0;
}

.hp_product .hp_big_title {
    color: #fff;
}

.hp_text {
    font-size: 21px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
}

.hp_product .hp_button {
    color: #fff;
}

.hp_product .hp_button img {
    filter: brightness(0) invert(1);
}

.hp_product_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hp_product_left,
.hp_product_right {
    padding: 0 10px;
    margin-bottom: 2.5rem;
}

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

.hp_product_box {
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

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

.hp_product_title {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin: 20px 0 0;
    letter-spacing: .5px;
    line-height: 1.5;
}

.hp_product_title span {
    display: block;
}

.hp_productTitle_top_box {
    margin-bottom: 2rem;
}

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

#main_index .index_wrapper_6 {
    padding: 0 7% 6rem;
    background-image: linear-gradient(to bottom, #f4f4f4 50%, #fff 50%);
}

#main_index .productSlider-1 .product_img {
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: none;
    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: 20px;
    border: none;
    background-color: white;
}

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

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

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

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

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    color: #dd1c25;
    margin-bottom: 0;
    font-size: 14.5px;
    font-weight: 500 !important;
}

#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: #dd1c25;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #000;
    opacity: 1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
}

#main_index .productSlider-1 .product_img .slick-next::before {
    content: "\f285";
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    content: "\f284";
}

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

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

/*homepage dealer*/
/*#main_index .index_wrapper_7 {*/
/*    background-image: linear-gradient(to bottom, #90171e 50%, #fff 50%);*/
/*}*/

/*.hp_dealer {*/
/*    background-color: #e1e6ea;*/
/*    width: 91.5%;*/
/*    margin-left: auto;*/
/*    border-radius: 100px 0 0 100px;*/
/*    padding: 3.5rem 5vw;*/
/*}*/

/*.hp_dealer_right_box {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 3.5vw;*/
/*    width: 108%;*/
/*    position: relative;*/
/*    left: -8%;*/
/*}*/

/*.hp_dealer_title {*/
/*    font-size: 24.5px;*/
/*    color: #000;*/
/*    font-weight: 900;*/
/*    margin-bottom: 0;*/
/*    line-height: 1.1;*/
/*}*/

/*.hp_dealer_title span {*/
/*    display: block;*/
/*}*/

/*.hp_dealer_img {*/
/*    position: relative;*/
/*    transition: all 0.25s ease-in-out;*/
/*}*/

/*.hp_dealer_img:hover {*/
/*    transform: translateY(-10px);*/
/*}*/

/*homepage portfolio*/
#main_index .index_wrapper_9 {
    padding: 6rem 7%;
    position: relative;
}

#main_index .index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, #90171e, #661015);
}

#main_index .index_wrapper_9::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 85%;
    height: .8px;
    background-color: #fff;
    opacity: 0.3;
    transform: translate(-50%, 0);
}

.hp_portfolioTitle_top {
    padding: 0 15px 2rem;
}

.hp_portfolioButton_box {
    display: flex;
    margin-top: 3.5rem;
}

#main_index .gallerycategory {
    margin-bottom: 0;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
}

#main_index .gallerycategory .container-fluid:nth-child(1) {
    display: none;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    margin: 10px 15px !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    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 .img_frame {
    height: 0;
    padding-top: 75%;
    border-radius: 10px;
}

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

#main_index .gallerycategory .img_frame .more {
    display: none;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p {
    padding: 0 !important;
    text-align: center !important;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 20px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

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

#main_index .gallerycategory .slick-prev::before,
#main_index .gallerycategory .slick-next::before {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
}

#main_index .gallerycategory .slick-next::before {
    content: "\f285";
}

#main_index .gallerycategory .slick-prev::before {
    content: "\f284";
}

#main_index .gallerycategory .slick-next {
    right: -30px;
}

#main_index .gallerycategory .slick-prev {
    left: -30px;
}

/*homepage client*/
#main_index .index_wrapper_8 {
    padding: 6rem 7%;
    background-color: #f4f4f4;
}

.hp_client_top_box {
    margin-bottom: 1.5rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3,
#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 65%;
    /*border: .8px solid rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    filter: unset;
    opacity: 1;
    width: 15px;
    height: 15px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -15px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -15px;
}

/*homepage news*/
#main_index .index_wrapper_10 {
    padding: 0 9% 5rem;
}

.hp_newsTitle_top_box {
    margin-bottom: 2rem;
}

#main_index .outerRow_10 {
    align-items: center;
}

#main_index .innerRow_10 {
    padding-right: 1vw;
}

#main_index .innerRow_11 {
    padding: 0 1vw 0 5vw;
}

#main_index .hp_latest_new .news_box .col-12.col-lg-4 {
    display: none;
}

#main_index .hp_latest_new .news_box .col-12.col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 50px !important;
    padding: 0 15px !important;
}

#main_index .hp_latest_new .news_box:nth-child(3) {
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new .news_box:nth-child(n+4),
#main_index .hp_latest_new .news_box .read_more {
    display: none;
}

#main_index .hp_latest_new .news_box .title {
    font-size: 21px;
}

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

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 85%;
    color: #666;
    margin: 10px 0 !important;
}

#main_index .hp_latest_new .news_box .content {
    opacity: 1;
    margin-bottom: 0;
    word-break: break-all;
    font-size: 15px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

/*homepage why*/

.hp_why {
    padding: 6rem 7%;
    /*background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/why_bg.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 50%;*/
    background-color: #111;
    position: relative;
}

/*.hp_why::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgb(0,0,0,0.85);*/
/*}*/

.hp_why .container-fluid {
    position: relative;
    z-index: 1;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15vw;
    height: 15vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/gol2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.hp_why::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9vw;
    height: 9vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/gold.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hp_why .hp_big_title {
    color: transparent;
    background-image: linear-gradient(50deg, #c69633, #f8eeb8, #c69633);
    background-clip: text;
    width: fit-content;
    margin: 0 auto 2rem;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 30px;
    background-color: rgb(255,255,255,0.1);
    height: 100%;
    border-radius: 10px;
}

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

.hp_why_icon {
    width: fit-content;
    margin: 0 auto;
    padding: 8px;
    background-image: linear-gradient(to right, #7d1518, #a1141b);
    border-radius: 10px;
    transform-origin: center bottom;
}

.hp_why_icon img {
    max-width: 64px;
}

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

.hp_why_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 20px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hp_why_title::before {
    content: "";
    width: 100%;
    height: 1.8px;
    background-image: linear-gradient(50deg, #c69633, #f8eeb8, #c69633);
}

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

/*other pages*/
.ws_service .viewmore_services_item img,
.ws_service_type4 .viewmore_services_item img,
.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

.category_wrapper_1,
.ourproducts_wrapper_1,
.photoalbum_wrapper_1,
.latestnews_wrapper_1,
.download_wrapper_1,
.services_wrapper_1 {
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/page_banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 80%;
    position: relative;
    padding: 8rem 0;
    margin-bottom: 3rem;
}

.ourproducts_wrapper_1 {
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/page_banner2.jpg');
    background-position: 50% 55%;
}

.photoalbum_wrapper_1 {
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/page_banner3.jpg');
}

.latestnews_wrapper_1 {
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/page_banner4.jpg');
    background-position: 50% 70%;
}

.download_wrapper_1 {
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/page_banner5.jpg');
    background-position: 50% 30%
}

.services_wrapper_1 {
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/page_banner6.jpg');
    background-position: 50% 0%;
}

.category_wrapper_1::before,
.ourproducts_wrapper_1::before,
.photoalbum_wrapper_1::before,
.latestnews_wrapper_1::before,
.download_wrapper_1::before,
.services_wrapper_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.7);
}

.category_wrapper_1::after,
.ourproducts_wrapper_1::after,
.photoalbum_wrapper_1::after,
.latestnews_wrapper_1::after,
.download_wrapper_1::after,
.services_wrapper_1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9vw;
    height: 9vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/16346/image/gold.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.category_wrapper_1 .page_title b,
.ourproducts_wrapper_1 .page_title b,
.photoalbum_wrapper_1 .page_title b,
.latestnews_wrapper_1 .page_title b,
.download_wrapper_1 .page_title b,
.services_wrapper_1 .page_title b {
    color: #fff;
    font-size: 2.2rem;
}

.ws_service_type4 .img_frame {
    padding-top: 30%;
}

.service_category .service_box .img_frame {
    padding-top: 50%;
}

.service_category .service_box .img_frame img {
    object-fit: contain;
    padding: 20px;
}

.ws_service_type4 .img_frame img,
.ws_service_type4 .viewmore_services_item img {
    padding: 20px;
}

.latest_new_type6 .news_box .news_box_content {
    background-color: #f4f4f4;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.25vw;
    }
    
    /*footer*/
    .footer_type9 {
        padding-top: 4rem;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        padding-right: 15px !important;
    }
    
    /*homepage banner*/
    .hp_bannerNew {
        padding-left: 5%;
    }
    .hp_bannerNew_keyword {
        font-size: 1.3vw;
    }
    .hp_bannerNew .hp_button img {
            max-width: 35px;
    }
    
    /*homepage count*/
    .hp_count {
        padding: 1rem 15px;
        width: 95%;
    }
    .hp_count_number {
        font-size: 40px;
    }
    .hp_count_keyword {
        font-size: 18px;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        padding-top: 33vw;
    }
    .hp_about_right_box {
        padding: 2.5rem;
    }
    .hp_big_title {
        font-size: 27px;
    }
    .hp_about .hp_big_title {
        font-size: 26px;
        margin-bottom: 1rem;
    }
    .hp_big_title span {
        display: unset;
    }
    .hp_keyword {
        font-size: 14.5px;
        line-height: 1.7;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14.5px;
    }
    .hp_button img {
        max-width: 45px;
    }
    
    /*homepage service*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame img {
        height: 350px;
        min-height: 350px;
        max-height: 350px;
        border-radius: 0 0 0 50px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame:hover img {
        height: 350px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p span {
        font-size: 18px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .overlay {
        padding-top: 20px;
    }
    #main_index .hp_service_withprice .img_frame img {
        height: 65px;
    }
    #main_index .hp_service_withprice .content-box {
        padding: 25px 15px;
    }
    #main_index .hp_service_withprice .service_title,
    #main_index .service_category h3.title {
        font-size: 17px;
        min-height: auto;
    }
    #main_index .hp_service_withprice .tl-ellipsis,
    #main_index .service_category .tl-ellipsis {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    #main_index .hp_service_withprice .general_btn,
    #main_index .service_category .service_box .viewmore_btn {
        font-size: 14px !important;
        padding: 6px 15px !important;
    }
    #main_index .service_category .service_box .img_frame {
        padding-top: 65px;
    }
    #main_index .service_category .service_box {
        padding: 25px 15px 20px;
    }
    
    /*homepage product*/
    .hp_product {
        padding: 4rem 20px;
        border-radius: 0 50px 0 0;
    }
    .hp_text {
        font-size: 17px;
    }
    .hp_product_title {
        font-size: 17px;
        margin: 15px 0 0;
    }
    #main_index .index_wrapper_6 {
        padding: 0 15px 4rem;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 15px 10px;
    }
    
    /*homepage dealer*/
    .hp_dealer {
        width: 98%;
        padding: 3rem 3vw;
    }
    
    /*homepage portfolio*/
    #main_index .index_wrapper_9 {
        padding: 4rem 15px;
    }
    #main_index .index_wrapper_9::after {
        width: 95%;
    }
    .hp_portfolioTitle_top {
        padding: 0 10px 1rem;
    }
    #main_index .gallerycategory .img_frame {
        padding-top: 80%;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p {
        font-size: 17px;
        margin: 15px 0 0;
    }
    .hp_portfolioButton_box {
        margin-top: 1.5rem;
    }
    
    /*homepage client*/
    
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        display: none !important;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_10 {
        padding: 0 15px 4rem;
    }
    #main_index .innerRow_11 {
        padding: 0 15px;
    }
    #main_index .hp_latest_new .news_box {
        margin-bottom: 30px !important;
    }
    
    /*homepage why*/
    .hp_why {
        width: 100%;
        padding: 4rem 15px;
    }
    .hp_why_title {
        font-size: 17px;
    }
    .hp_why_keyword {
        font-size: 14.5px;
        line-height: 1.6;
    }
    .hp_why_box {
        padding: 25px 20px;
    }
    
    
    .category_wrapper_1,
    .ourproducts_wrapper_1,
    .photoalbum_wrapper_1,
    .latestnews_wrapper_1,
    .download_wrapper_1,
    .services_wrapper_1 {
        padding: 5rem 0;
        margin-bottom: 2rem;
    }
    
    .category_wrapper_1 .page_title b,
    .ourproducts_wrapper_1 .page_title b,
    .photoalbum_wrapper_1 .page_title b,
    .latestnews_wrapper_1 .page_title b,
    .download_wrapper_1 .page_title b,
    .services_wrapper_1 .page_title b {
        color: #fff;
        font-size: 27px;
    }

}

.navbar_mobile {
    background-color: #000;
}

.side_menu {
    background-color: #85191d;
}

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

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage count*/
    
    
    /*homepage about*/
    .hp_about_left_box {
        padding-top: 65vw;
    }
    
    /*homepage service*/
    #main_index .hp_service_withprice .row,
    #main_index .service_category .row {
        justify-content: center;
    }
    #main_index .hp_service_withpriceItem,
    #main_index .service_category .col-12.col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /*homepage product*/
    
    
    /*homepage dealer*/
    .hp_dealer_right_box {
        width: 100%;
        left: 0;
    }
    
    /*homepage portfolio*/
    
    
    /*homepage news*/
    
    
    /*homepage why*/
    

}


@media (max-width: 767.5px) {
    /*footer*/
    .footer_type9 {
        padding-bottom: 3rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 530px;
        object-fit: cover;
        padding-top: 220px;
        background-color: #000;
        object-position: 100% 100%;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 220px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #000, transparent);
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_title1,
    .hp_banner_title3 {
        font-size: 15px;
    }
    .hp_banner_title2 {
        font-size: 26px;
        letter-spacing: 0;
    }
    .hp_banner_img {
        width: 100%;
        padding-left: 0;
    }
    .hp_banner_img img {
        min-height: 100px;
        max-height: 100px;
        object-fit: contain;
    }
    .hp_bannerNew {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_bannerNew_box {
        width: 100%;
    }
    .hp_bannerNew_title {
        font-size: 27px;
    }
    .hp_bannerNew_small {
        font-size: 16px;
    }
    .hp_bannerNew_keyword {
        font-size: 13px;
    }
    .hp_bannerNew_text {
        font-size: 14px;
    }
    .hp_bannerNew_icon img {
        max-width: 30px;
        min-width: 30px;
    }
    .hp_bannerNew .hp_button {
        font-size: 12px;
        gap: 10px;
        padding: 7px 10px;
    }
    .hp_bannerNew_button {
        gap: 10px;
    }
    
    /*homepage count*/
    .hp_count {
        padding: 1.5rem 15px;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .hp_count_keyword {
        width: 100%;
    }
    .hp_count_icon img {
        max-width: 60px;
        min-width: 60px;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        height: auto;
        width: 95%;
        margin: 3rem auto 0;
        padding-top: 0;
    }
    .hp_about_right_box {
        padding: 4rem 30px 0;
    }
    .hp_about_right {
        border-radius: 0 0 50px 0;
    }
    .hp_about::before {
        background-image: radial-gradient( ellipse 100% 100% at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 1) 70% );
    }
    
    /*homepage service*/
    #main_index .service_type4 .col-6.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0;
    }
    #main_index .service_type4 .service_box_type4 .img_frame img {
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border-radius: 0 0 0 30px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame:hover img {
        height: 250px;
    }
    #main_index .hp_service_withpriceItem,
    #main_index .service_category .col-12.col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_index .hp_service_withprice .content-box {
        padding: 25px 20px;
    }
    
    /*homepage product*/
    .hp_product_right {
        margin-bottom: 2.5rem;
    }
    .hp_product_ebox {
        margin: 15px 0;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -10px;
    }
    
    /*homepage dealer*/
    .hp_dealer_right_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 2.5rem;
    }
    .hp_dealer {
        width: 100%;
        padding: 3.5rem 15px;
        border-radius: 0;
    }
    
    /*homepage portfolio*/
    #main_index .index_wrapper_8 {
        padding: 4rem 20px;
    }
    #main_index .gallerycategory {
        margin-right: 0;
    }
    #main_index .gallerycategory .slick-prev {
        left: -10px;
    }
    #main_index .gallerycategory .slick-next {
        right: -10px;
    }
    
    /*homepage news*/
    #main_index .innerRow_11 {
        padding: 0;
        margin-top: 3rem;
    }
    
    /*homepage why*/
    .hp_why {
        width: 100%;
        border-radius: 0;
    }
    
    .category_wrapper_1,
    .ourproducts_wrapper_1,
    .photoalbum_wrapper_1,
    .latestnews_wrapper_1,
    .download_wrapper_1,
    .services_wrapper_1 {
        padding: 3.5rem 0;
        margin-bottom: 2rem;
    }
    
    .category_wrapper_1::after,
    .ourproducts_wrapper_1::after,
    .photoalbum_wrapper_1::after,
    .latestnews_wrapper_1::after,
    .download_wrapper_1::after,
    .services_wrapper_1::after {
        width: 16vw;
        height: 16vw;
    }
    
    
    .ws_service_type4 .img_frame {
        padding-top: 45%;
    }
}