/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #000;
}
.subtitle_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #000;
    transition: 0.25s all linear;
}
.button_all span{
    position: relative;
    padding-left: 4rem;
    transition:0.25s all linear;
}
.button_all:hover span{
    padding-left:4.25rem;
}
.button_all span:before{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/button0bg_mau1t7_1772164216.png?md5id=408e9a2230d37f5dc50fe7c5a03322c1&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;    
    top:0;
    bottom: 12px;
    left:0;
    width:50px;
    height:50px;
    margin:auto 0;
}
.button_all span:after{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/BUTTON_2_hsc6b0_1772158713.png?md5id=408e9a2230d37f5dc50fe7c5a03322c1&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;    
    top: -7.5px;
    bottom: 0;
    left: 15px;
    width: 20px;
    height: 20px;
    margin: auto;
    transition:0.25s all linear;
    filter:brightness(0) invert(1);
}
.button_all:hover{
    text-decoration: none;
    color:#000;
    transform:scale(0.98);
}
.button_all:hover span:after{
    transform:rotate(-45deg);
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:center; 
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@media screen and (max-width: 1200.5px){
    .subtitle_vw{
        font-size:1.5vw;
    }
    .content_vw{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .subtitle_vw{
        font-size:1.8vw;
    }
    .content_vw{
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:28px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
}


/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

#top_spacing{
    height:calc(100px + 40px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(80px + 0px)!important;
    }
}


/*hp_top*/
.hp_top {
    position: fixed;
    width: 100%;
    height:40px;
    overflow:hidden;
    padding: 0 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    background-color:#f2f2f2;
}
.hp_top_title{
    font-size:16px;
    font-weight:500;
    color:#333;
    text-align: center;
    margin-bottom:0;
}

/*navbar*/
.navbar_type8{
    background-color:#fff;
    height:100px;
    margin-top:40px;
}
.navbar_type8 .logo{
    margin-left:9%;
}
.navbar_type8 .logo img{
    width: 9vw;
    padding: 5px;
}
.navbar_type8 .nav_tab{
    padding-right: 9%;
}
.navbar_type8 .nav_tab .nav_item a{
    text-transform: capitalize;
    font-size:1vw;
    padding:15px 1.2vw;
    color:#000;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.dark_nav{
    background-color:#fff!important;
    animation:unset!important;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position: relative;
    left: 9%;
    top: 64%;
    transform: translate(0, -50%);
    width: calc(100% - 14%);
}
.hp_banner_box{
    width: 30%;
    margin-left: 70%;
}
.hp_banner_subtitle{
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 5vw;
}
.hp_banner .hp_banner_icon{
    width: 67% !important;
    animation: drawslow 2.5s linear forwards infinite;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 135px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #000;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}

@keyframes drawslow {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:100vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left: 0%;
        width: calc(100% - 0%);
        top: 82%;
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        font-size:4vw;
    }
    .hp_banner_box {
        width: 50%;
        margin-left: 50%;
    }
}

/*hp_about*/
.hp_about{
    background-image:url("https://cdn1.npcdn.net/images/B_BG_dotxv0_1772158716.jpg?md5id=408e9a2230d37f5dc50fe7c5a03322c1&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:120px 9% 60px;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-md-6.col-lg-4:last-child{
    padding-left:calc(1rem + 3%);
}
.hp_about_title{
    font-size:35px;
}
.hp_about_num{
    font-weight: 300;
    margin-top:2rem;
}
.hp_about_num span{
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
}
.hp_about_image{
    animation: seafloat 8s ease-in-out infinite;
}
.hp_about_imagebox{
    position: relative;
}
.hp_about_imagebox:before{
    position: absolute;
    content: "";
    top: -1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 5vw;
    background-color: #fff;
    z-index: 0;
}
.hp_about_imagebox:after{
    position: absolute;
    content: "(ABOUT US)";
    top: -3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.hp_about_button,
.hp_about_button:hover{
    color:#fff;
}
.hp_about_button span:before{
    filter:brightness(0) invert(1);
}
.hp_about_button span:after{
    filter:brightness(0) invert(0);    
}

@keyframes seafloat {
    0%, 100% {
    transform: translate(0, 0);
    }
    25% {
    transform: translate(5px, -10px);
    }
    50% {
    transform: translate(10px, 0);
    }
    75% {
    transform: translate(5px, 10px);
    }
}

@media screen and (max-width: 991.5px){
    .hp_about{
        padding:60px 9%;
    }
    .hp_about_box{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5rem;
    }
    .hp_about_num{
        font-weight: 300;
        margin-top: 2rem;
        width: 35%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:60px 0%;
    } 
    .hp_about_title{
        font-size:30px;
    }
    .hp_about_num{
        width: 50%;
    }
    .hp_about_imagebox:after{
        top:-11vw;
    }
    .hp_about_imagebox:before{
        height:10vw;
        top: -2vw;
    }
    .hp_about .col-md-6.col-lg-4:last-child{
        padding-left:1rem;
        margin-top:2rem;
    }
}

/*hp_fur*/
.hp_fur{
    padding:120px 9% 60px;
    background-color:#f4f4f4;
}
.hp_fur .row:first-child{
    align-items: center;
}
.hp_fur .row:nth-child(2){
    margin-top:3rem;
}
.hp_fur_imagebox{
    position: relative;
}
.hp_fur_imagebox:before{
    position: absolute;
    content: "";
    top: -1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 5vw;
    background-color: #000;
    z-index: 0;
}
.hp_fur_imagebox:after{
    position: absolute;
    content: "(CATEGORY)";
    top: -3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.hp_fur_box{
    position: relative;
    overflow:hidden;
    margin:1rem 0;
    transition:0.25s all linear;
}
.hp_fur_box h3{
    margin-top:1rem;
    line-height: 1.3;
    margin-bottom:0;
    transition:0.25s all linear;
}
.hp_fur_box:hover{
    transform:translate(0,-0.5rem) scale(1.05);
}
.hp_fur_box:hover h3{
    color:#dc3c36;
}
.hp_fur_link{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    font-size:0px;
}

@media screen and (max-width: 1200.5px){
    .hp_fur_content br{
        display: none;
    }
}
@media screen and (max-width: 767.5px){
    .hp_fur{
        padding:60px 0;
    }
    .hp_fur .row:nth-child(2) {
        margin-top: 2rem;
    }
    .hp_fur_title,
    .hp_fur_content{
        text-align: center;
    }
    .hp_fur_buttonbox{
        justify-content: center;
    }
    .hp_fur_imagebox{
        margin-top:25vw;
    }
    .hp_fur_imagebox:after{
        top:-11vw;
    }
    .hp_fur_imagebox:before{
        height:10vw;
        top: -2vw;
    }
    .hp_fur .col-md-7{
        padding:0;
    }
    .hp_fur .col-md-4.col-lg-2{
        flex:0 1 50%;
        max-width:50%;
        padding:0 0.5rem;
    }
    .hp_fur_box h3{
        font-size:14px;
        margin-top:0.5rem;
    }
}

/*hp_pro*/
.index_wrapper_5{
    padding:120px 9% 90px;
}
.hp_pro_title{
    margin-bottom:0;
}
.hp_pro_buttonbox{
    margin:0;
}
.hp_pro{
    margin-bottom:2rem;
}
.hp_pro .row{
    align-items: center;
}

@media screen and (max-width: 991.5px){
    .hp_pro_buttonbox{
        justify-content: flex-start;
        margin-top:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_5{
        padding:60px 0% 60px;
    }    
    .hp_pro_title{
        text-align: center;
    }
    .hp_pro_buttonbox{
        justify-content: center;
    }
}

/*component - product listing*/
.productSlider-1{
    padding:0 0.5rem;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
    border-radius: 0px;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
}
.productSlider-1 .product_img .product_box{
    margin:0;
    border:0px solid transparent;
}
.productSlider-1 .product_img .product_box h6{
    text-align: center;
    color: #000;
    font-size: 1.2vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    font-weight: 500 !important;
    display: -webkit-box;        /* Create a flexible box */
    -webkit-box-orient: vertical; /* Orient it vertically */
    -webkit-line-clamp: 2;       /* Limit to 2 lines */
    overflow: hidden;            /* Hide overflowing text */
    text-overflow: ellipsis;     /* Show ... at the end */
}
.productSlider-1 .product_img .product_box a:hover{
    text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
}

@media screen and (max-width: 767.5px){
    .productSlider-1 {
        padding: 0 1rem;
    }
    .productSlider-1 .product_img .product_box h6{
        font-size:3.5vw;
    }
}


/*Slick dot*/
.productSlider-1 .slick-dots{
    width:calc(100%);
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
.productSlider-1 .slick-dots li{
    width:auto;
    flex:1;
    background-color:#000;
    margin:0;
    height:10px;
    opacity: 0.3;
    height:3px;
}
.productSlider-1 .slick-dots li.slick-active{
    background-color:#000;
    opacity: 1;
    height:3px;
}
.productSlider-1 .slick-dots li button{
    width:100%;
}

.productSlider-1 .slick-dots li.slick-active button:before,
.productSlider-1 .slick-dots li button:before{
    display: none;
}


/*slick-arrow*/
.productSlider-1 .product_img .slick-prev{
    left: -30px;
}
.productSlider-1 .product_img .slick-next{
    right: -30px;
}
.productSlider-1 .product_img .slick-prev::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
} 
.productSlider-1 .product_img .slick-next::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
}

@media screen and (max-width: 767.5px){
    .productSlider-1 .product_img .slick-prev::before,
    .productSlider-1 .product_img .slick-next::before{
        background-size:80%;
    }
    .productSlider-1 .slick-dots{
        margin:-1rem auto 0;
    }
    .productSlider-1 .product_img .slick-prev{
        left: -7px;
    }
    .productSlider-1 .product_img .slick-next{
        right: -10px;
    }
    .productSlider-1 .slick-dotted.slick-slider{
        margin-bottom:0;
    }
}

/*hp_label*/
.hp_label{
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;
    padding: 1.5rem 9%;
    background-color:#f4f4f4;
}
.hp_label ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4vw;
}

@media screen and (max-width: 991.5px){
    .hp_label ul{
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 2vw;
        flex-direction: column;
        line-height: 1.5;
    }
    .hp_label ul li{
        padding:0.5rem 0;
    }
}
@media screen and (max-width: 991.5px){
    .hp_label{
        margin:30px 0 0;   
    }
    .hp_label ul{
        font-size:16px;
    }
}

/*hp_why*/
.index_wrapper_7{
    background-image:url("https://cdn1.npcdn.net/images/E_BG_z53acv_1772158714.jpg?md5id=408e9a2230d37f5dc50fe7c5a03322c1&type=4");
    background-size:cover;
    background-position:bottom;
    background-repeat:no-repeat;    
}
.hp_why{
    padding:120px 9% 0px;
}
.hp_why_box{
    position: relative;
    background-image:url("https://cdn1.npcdn.net/images/E_BG_2_wnpaj3_1772158714.png?md5id=408e9a2230d37f5dc50fe7c5a03322c1&type=4");
    background-size:100%;
    background-position:top;
    background-repeat:no-repeat;
    padding: 19% 6% 12% 13%;
}
.hp_why_iconbox > div{
    margin-left:1rem;
}
.hp_why_iconbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}
.hp_why_iconbox .subtitle_all{
    font-size: 1.5vw;
    font-weight:500;
    margin-bottom:0;
}
.hp_why_iconbox .content_all{
    font-size:1vw;
}
.hp_why_box:before{
    position: absolute;
    content: "";
    top: -1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 5vw;
    background-color: #000;
    z-index: 0;
}
.hp_why_box:after{
    position: absolute;
    content: "(WHY CHOOSE US)";
    top: -3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.hp_why_image{
        animation: seafloat 8s ease-in-out infinite;
    margin-left: -12%;
}
.hp_why_icon {
    width: 14%;
}


@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 120px 0 0px;
    }
    .hp_why .col-md-7{
        padding:0;
        background-color:#dc3c36;
        border-radius: 40px 40px 0 0;
    }
    
    .hp_why_box{
        padding: 60px 1rem 60px 1rem;
    }
    .hp_why_iconbox{
        margin:1rem 0;
    }
    .hp_why_box:after{
        top:-11vw;
    }
    .hp_why_box:before{
        height:10vw;
        top: -2vw;
    }
    .hp_why_icon{
        width:70px;
    }
    .hp_why_iconbox .subtitle_all{
        font-size:20px;
    }
    .hp_why_iconbox .content_all{
        font-size:16px;
    }
    .hp_why_image {
        margin-left: 11%;
        margin-top: -11%;
        margin-bottom: -7%;
    }
}

/*hp_photo*/
#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 30px;
    width: calc(100% - 15% - 2rem);
    margin: 30px auto 0;
    z-index: 2;
    position: relative;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
    padding: 0px 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0 2vw;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-current.slick-center .outline_box {
    transform: scaleY(1.15);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 15px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    left: -30px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    right: -30px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box{
    border-radius: 7vw;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:brightness(0);
} 
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:brightness(0);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}


@media (max-width: 991.5px) {
    .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
        max-width:100%;
    }    
}
@media (max-width: 767.5px) {
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
        left:-11px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right:-4px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
        width:8vw;
        height:8vw;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        width:8vw;
        height:8vw;
    }
    #main_index .hp_photoGallerySliderWithTitle{
        width: calc(100% - 0px - 0rem);
        margin: 15px auto 0;
    }
}

/*hp_run*/
.hp_run{
    width: calc(40rem * 6);
    display: flex;
    overflow: hidden;
    margin:-4rem 0 90px;
    z-index: 1;
    position: relative;
}
.hp_run .col-md-12{
    display: flex;
    flex-wrap: nowrap !important;
    overflow: hidden;
    width: calc(40rem * 6);
    /*transform: translate(-9rem, 0);*/
    animation:aaa 5s linear infinite;
}
.hp_run_title{
    width: 40rem;
    font-size: 6rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom:0;
}

@keyframes aaa{
    0%{
        transform: translate(-9rem, 0);
    }
    100%{
        transform: translate(-49rem, 0);
    }
}

@media (max-width: 767.5px) {
    .hp_run{
        width: calc(25rem * 6);   
        margin: -2.2rem 0 90px;
    }
    .hp_run .col-md-12{
        width: calc(25rem * 6);  
        animation:aaa_m 5s linear infinite;
    }
    .hp_run_title{
        font-size:3rem;
        width: 25rem;
    }
}
@keyframes aaa_m{
    0%{
        transform: translate(-9rem, 0);
    }
    100%{
        transform: translate(-35rem, 0);
    }
}

/*hp_news*/
.index_wrapper_8{
    padding:60px 9%;
}
.hp_news{
    margin-bottom:2rem;
}
.hp_news2{
    padding-right: 1rem;
}
.hp_news .row{
    align-items: center;
}
.hp_news_title{
    margin:0;
}
.hp_news_buttonbox{
    margin:0;
}
.hp_news_box{
    background-color:#dc3c36;
    padding:9% 0 9% 9%;
    overflow:hidden;
}
.hp_news_image{
    margin-top:2rem;
    transform: translateX(50vw);
    animation: slideLoopright 6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.hp_news_small{
  transform: translateX(-50vw);
    animation: slideLoop 6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes slideLoop {

  /* 初始：左边 + 隐藏 */
  0% {
    transform: translateX(-50vw);
    opacity: 0;
  }

  /* 1s 滑进来 */
  16.6% {
    transform: translateX(0);
    opacity: 1;
  }

  /* 停留 3s */
  66.6% {
    transform: translateX(0);
    opacity: 1;
  }

  /* 1s 淡出 */
  83.3% {
    transform: translateX(0);
    opacity: 0;
  }

  /* 等待 1s */
  100% {
    transform: translateX(-50vw);
    opacity: 0;
  }
}


@keyframes slideLoopright {

  /* 初始：左边 + 隐藏 */
  0% {
    transform: translateX(50vw);
    opacity: 0;
  }

  /* 1s 滑进来 */
  16.6% {
    transform: translateX(0);
    opacity: 1;
  }

  /* 停留 3s */
  66.6% {
    transform: translateX(0);
    opacity: 1;
  }

  /* 1s 淡出 */
  83.3% {
    transform: translateX(0);
    opacity: 0;
  }

  /* 等待 1s */
  100% {
    transform: translateX(50vw);
    opacity: 0;
  }
}

/*component - Latest news*/
.hp_latest_new_8,
.hp_latest_new_8 .container-fluid,
.hp_latest_new_8 .row.latestnewsAjax{
    height:100%;
}
.hp_latest_new_8 .col-12.col-lg-4.mb-4{
    margin-bottom:0!important;
}
.hp_latest_new_8 .news_box{
    padding:0;
    background-color:#f2f2f2;
}
.hp_latest_new_8 .news_box .title{
    font-size:12px;
}
.hp_latest_new_8 .news_box .title p b{
    font-weight:500;
}
.hp_latest_new_8 .news_box .content{
    font-size:10px;
}
.hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 10px;
    text-align: left !important;
}
.hp_latest_new_8 .news_box .date i{
    color:#dc3c36;
}
.hp_latest_new_8 .news_box .read_more{
    display: none;
}
.hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100{
    padding:6%;
}

@media (max-width: 991.5px) {
    .hp_latest_new_8,
    .hp_latest_new_8 .container-fluid,
    .hp_latest_new_8 .row.latestnewsAjax{
        height:auto;
    }
    .hp_latest_new_8 .col-12.col-lg-4.mb-4{
        margin-bottom:2rem!important;
    }
    .hp_news_buttonbox{
        margin:2rem 0 0;
        justify-content: flex-start;
    }
    #index_8_2{
        flex:0 0 40%;
        max-width:40%;
    }
    #index_8_3{
        flex:0 0 60%;
        max-width:60%;
    }
}
@media (max-width: 767.5px) {
    .index_wrapper_8 {
        padding: 60px 0% 30px;
    }
    .hp_news2{
        padding:0 1rem 2rem;
    }
    .hp_news_small1{
        text-align: center;
    }
    .hp_news_title{
        text-align: center;
    }
    .hp_news_buttonbox{
        justify-content: center;
    }
    #index_8_2{
        flex:0 0 100%;
        max-width:100%;
    }
    #index_8_3{
        flex:0 0 100%;
        max-width:100%;
    }
}

/*hp_sub*/
.index_wrapper_9{
     background-color:#f2f2f2;
     padding-top:2rem;
}
.hp_sub{
    background-image:url("https://cdn1.npcdn.net/images/G_PIC_dyc67u_1772158715.png?md5id=408e9a2230d37f5dc50fe7c5a03322c1&type=4");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 60px 9% 120px;
    margin: 2rem 11% 0;
}
.input_sub{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.input_sub input{
    width:100%;
    height:50px;
    border:0px solid #000;
    background-color:#f2f2f2;
    padding:0rem 1rem;
}
.input_sub button{
    background-color:#dc3c36;
    border:0px solid transparent;
    width: 150px;
    height: 50px;
    color:#fff;
    font-size:14px;
}

@media (max-width: 991.5px) {
    .hp_sub{
        padding: 90px 9% 120px;
    }
}
@media (max-width: 767.5px) {
    .hp_sub{
        padding: 45px 0% 90px;
        margin: 0;
        background-size: cover;
    }
    .hp_sub input::placeholder{
        font-size:3vw;
    }
}
/*footer*/
.footer_type10{
    background-color:#000;
}
.footer_type10 .footer_subtitle{
    font-size:25px!important;
    font-weight: 500!important;
}
.footer_type10 .title{
    background: #fff;
    width: 153px;
    border-radius: 10px;
    min-height: 90px;
}
.footer_type10 .logo img{
    max-height: 90px;
    margin: 0 auto;
    width: 153px;
    object-fit: contain;
}
.footer_type10 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type10 .privacy_policy:hover,
.footer_type10 .mb-1{
    color:#fff!important;
}
.footer_type10 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type10 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}