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

.np_language_btn {
    position: absolute;
    top: -5px;
    right: 0;
}

.navbar_type8 {
    background-color: #000000;
    height: 100px;
    padding: 10px 15px;
}

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

.navbar_type8 .logo {
    order: 2;
    flex: 0 1 10%;
    margin-left: 0;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.navbar_type8 .nav_tab {
    order: 1;
    flex: 0 1 45%;
    justify-content: flex-start;
    padding-left: calc(2.5% - 10px);
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item {
    color: #ffffff;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 3px solid #FF3636;
}

.navbar_type8 .nav_tab .nav_item>a {
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 5px;
}

html:lang(zh-Hans) .navbar_type8 .nav_tab .nav_item>a { 
    padding: 15px 10px;
}

.navbar_type8 .nav_tab .active {
    color: #ffffff!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>a {
    font-size: 0.75rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #FF3636!important;
}

.navbar_type8.dark_nav {
    background-color: rgba(0, 0, 0, 0.9)!important;
    /*height: 80px;*/
    /*animation: slideInDown .5s;*/
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

@media screen and (max-width: 1199.98px) {
    .navbar_type8 .nav_tab {
        padding-left: calc(2.5% - 5px);
    }
    .navbar_type8 .nav_tab .nav_item>a {
        font-size: 0.65rem;
        padding: 15px 5px;
    }
    html:lang(zh-Hans) .navbar_type8 .nav_tab .nav_item>a { 
        padding: 15px 5px;
    }
    .navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>a {
        font-size: 0.65rem;
    }
}



.footer_type3 {
    background-color: #ffffff;
    color: #000000;
}

.footer_type3 a {
    color: #000000;
}

.footer_type3 .col-12.col-md-9>p.mb-2 {
    margin-bottom: 0!important;
}

.footer_type3 .social_media {
    margin-bottom: 0;
}

.footer_type3 .social_media li {
    margin-left: 10px;
}

.footer_type3 .social_media li:first-child {
    margin-left: 0;
}

.footer_type3 .social_media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
}

@media screen and (min-width: 576px) {
    .footer_type3>.container.pt-3.pb-3 {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .footer_type3>.container.pt-3.pb-3 {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .footer_type3 {
        padding-bottom: 0;
    }
}



/*banner*/
.sec_banner_ebox {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec_banner_sm_title {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
}

.sec_banner_title {
    font-size: 80px;
    line-height: 1;
    font-weight: 100;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sec_banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnBanner {
    display: inline-block;
    text-decoration: none!important;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: transparent!important;
    position: relative;
}

.btnBanner>span {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 15px 45px;
}

.btnBanner>span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    padding: 14px 44px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.btnBanner>span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.btnBanner>span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    padding: 14px 44px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.btnBanner>span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (min-width: 992px) {
    #main_index .slider_banner {
        margin-top: -100px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec_banner_sm_title {
        font-size: 12px;
    }
    .sec_banner_title {
        font-size: 64px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btnBanner {
        font-size: 10px;
    }
    .btnBanner>span {
        padding: 12px 36px;
    }
    .btnBanner>span::before {
        padding: 11px 35px;
    }
    .btnBanner>span::after {
        padding: 11px 35px;
    }
}

@media screen and (max-width: 426px) {
    .sec_banner_sm_title {
        font-size: 10px;
    }
    .sec_banner_title {
        font-size: 48px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .btnBanner {
        font-size: 8px;
    }
    .btnBanner>span {
        padding: 9px 27px;
    }
    .btnBanner>span::before {
        padding: 8px 26px;
    }
    .btnBanner>span::after {
        padding: 8px 26px;
    }
}



/*manually search bar*/
.bgManually_nav {
    width: 20%;
    height: auto;
    position: fixed;
    top: 50px;
    right: 2.5%;
    transform: translateY(-50%);
    z-index: 101;
}

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

.secManually_nav_right_box {
    flex-grow: 1;
}

.secManually_nav_right_box form>.form-group {
    position: relative;
}

.secManually_nav_right_box .secManually_nav_search_input {
    font-size: 0.85rem!important;
    line-height: 1;
    font-weight: 300;
    width: 100%;
    height: 35px;
    border-radius: 25px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.secManually_nav_right_box .secManually_nav_search_input::placeholder {
    color: #ffffff;
}

.secManually_nav_right_box .secManually_nav_search_input:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}

.secManually_nav_right_box .secManually_nav_search_btn {
    font-size: 1rem;
    line-height: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secManually_nav_right_box .secManually_nav_search_btn:focus {
    outline: 0;
}

.secManually_nav_right_box .secManually_nav_search_btn:hover {
    background-color: #FF3636;
    color: #ffffff;
}



/*manually footer*/
.bgManually_footer {
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 1rem;
}

.secManually_footer_left_logo_imgx {
    max-width: 160px;
    height: auto;
}
.secManually_footer_left_logo_imgx img{
    filter:brightness(0);
}

.secManually_footer_right_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.secManually_footer_right_menu>li {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}

.secManually_footer_right_menu>li>a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    text-decoration: none!important;
}

@media screen and (min-width: 768px) {
    .secManually_footer_left_ebox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .secManually_footer_right_ebox {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1200px) {
    .secManually_footer_ctrl_width {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .secManually_footer_right_ebox {
        margin-top: 15px;
    }
}



/*sec1*/
.bgSec1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec1_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec1_sm_box {
    flex-basis: calc(33.333333% - 13.333333px);
}

.sec1_imgx {
    position: relative;
    overflow: hidden;
}

.sec1_imgx>img {
    transition: all .25s ease-in;
}

.sec1_imgx:hover>img {
    transform: scale(1.1);
}

.sec1_content {
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.sec1_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #000000;
}

.sec1_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.btnShop {
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000000;
    transition: all .25s;
}

.btnShop::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 2px solid #000000;
    margin: 5px auto 0;
    transition: all .25s;
}

.btnShop:hover {
    color: #000000;
}

.btnShop:hover::after {
    transform: scaleX(0);
}

@media screen and (min-width: 1200px) {
    .sec1_ctrl_width {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec1_box {
        flex-wrap: wrap;
    }
    .sec1_sm_box {
        flex-basis: 100%;
    }
    .sec1_sm_box:nth-child(n+2) {
        margin-top: 20px;
    }
    .sec1_imgx {
        max-width: 465px;
        height: auto;
        margin: 0 auto;
    }
}



/*sec2*/
.sec2_top_title {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    color: #000000;
}

#main_index .index_wrapper_4 {
    background-color: #f6f6f6;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#main_index .index_wrapper_4 .productSlider-1 {
    margin-top: 40px;
}

#main_index .index_wrapper_4 .productSlider-1 .product_img {
    margin-bottom: 0;
}

#main_index .index_wrapper_4 .productSlider-1 .product_img .slick-track .slick-slide {
    margin: 0 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

#main_index .index_wrapper_4 .productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

#main_index .index_wrapper_4 .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

/*#main_index .index_wrapper_4 .productSlider-1 .product_img .product_box .content a,*/
/*#main_index .index_wrapper_4 .productSlider-1 .product_img .product_box .content h6 {*/
/*    color: #000000;*/
/*}*/

#main_index .index_wrapper_4 .productSlider-1 .product_img .slick-prev::before, 
#main_index .index_wrapper_4 .productSlider-1 .product_img .slick-next::before {
    padding: 0;
}

@media screen and (min-width: 1200px) {
    #main_index .index_wrapper_4 .outerContainer_4 {
        max-width: 95%;
        margin: 0 auto;
    }
}
        
@media screen and (max-width: 426px) {
    .sec2_top_title {
        font-size: 28px;
    }
}



/*sec3*/
.sec3_imgx {
    position: relative;
    overflow: hidden;
}

.sec3_imgx>img {
    transition: all .25s ease-in;
}

.sec3_imgx:hover>img {
    transform: scale(1.1);
}

.sec3_content {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.sec3_title {
    display: inline-block;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}

.sec3_title::after {
    content: "";
    display: block;
    width: 50%;
    border-top: 2px solid #ffffff;
    margin: 30px 0;
}

.sec3_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnNow {
    display: inline-block;
    text-decoration: none!important;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: transparent!important;
    position: relative;
}

.btnNow>span {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 15px 45px;
}

.btnNow>span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    padding: 14px 44px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.btnNow>span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.btnNow>span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    padding: 14px 44px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.btnNow>span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (max-width: 426px) {
    .sec3_title {
        font-size: 36px;
    }
}



/*sec4*/
.bgSec4 {
    background-image: url("https://cdn1.npcdn.net/img/1655800960sec4-bckg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.sec4_sm_title {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
}

.sec4_title {
    font-size: 56px;
    line-height: 1.25;
    font-weight: 300;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sec4_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1199.98px) {
    .bgSec4 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
}

@media screen and (max-width: 991.98px) {
    .bgSec4 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media screen and (max-width: 426px) {
    .sec4_title {
        font-size: 48px;
    }
}



/*sec5*/
.bgSec5 {
    padding-bottom: 3rem;
}

.sec5_imgx {
    margin-top: -45px;
}

.sec5_imgx>img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
}

.sec5_text {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 50px;
}

.sec5_newsletter {
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5_input_email {
    flex-grow: 1;
}

.sec5_input_email>input {
    font-size: 0.85rem!important;
    line-height: 1.25;
    font-weight: 300;
    color: #000000;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 3px solid #FF3636;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 15px;
    border-radius: 0;
}

.sec5_input_email>input::placeholder {
    color: #000000;
}

.sec5_input_email>input:focus {
    color: #000000;
    background-color: transparent;
    border-color: #FF3636;
    outline: 0;
    box-shadow: none;
}

.sec5_input_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnSubscribe {
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    background-color: transparent;
    border: 3px solid #000000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 15px;
    border-radius: 0;
    transition: all .25s;
}

.btnSubscribe:focus {
    outline: 0;
}

.btnSubscribe>span {
    display: inline-block;
    margin-right: 10px;
}

.btnSubscribe:hover {
    color: #000000;
    border-color: #FF3636;
}

@media screen and (min-width: 1200px) {
    .sec5_ctrl_width {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199.98px) {
    .sec5_newsletter {
        max-width: 75%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec5_newsletter {
        max-width: 100%;
        margin: 0 auto;
    }
}


