@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

/*fixed base*/
#main_index{
    overflow:hidden;
    padding-bottom:0!important;
}

#main_index,
#main_index p,
#main_index a,
#main_index h1,
#main_index h2,
#main_index h3,
#main_index h4,
#main_index h5,
#main_index h6,
.footer_type6,
.footer_type6 p,
.footer_type6 a,
.footer_type6 h5{
    font-family:"Sora", sans-serif;
}

/*fixed product / category / gallery / news*/
.category_list,
.product_list,
.tag_list,
.photo_list,
.news_list{
    font-family:"Sora", sans-serif;
}

/*global / common css*/
.n_small{
    margin: 0 0 11px;
    color: #16a44a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.n_title{
    margin:0;
    color:#2461a3;
    font-size:34px;
    font-weight:800;
    line-height:1.13;
    letter-spacing:-0.04em;
    text-transform:uppercase;
}

.n_content{
    margin:0 0 16px;
    color:#343434;
    font-size:14px;
    font-weight:400;
    line-height:1.8;
}

.btnbox_left,
.btnbox_center,
.btnbox_right{
    display:flex;
    align-items:center;
    gap:14px;
    margin:25px 0 0;
}

.btnbox_left{
    justify-content:flex-start;
}

.btnbox_center{
    justify-content:center;
}

.btnbox_right{
    justify-content:flex-end;
}

.n_button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border:1px solid transparent;
    padding:12px 18px;
    background:#2461a3;
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1;
    letter-spacing:0.02em;
    text-decoration:none;
    text-transform:uppercase;
    transition:0.25s all linear;
}

.n_button:hover{
    background:#16a44a;
    color:#fff;
    text-decoration:none;
    transform:translateY(-2px);
}

.n_button i{
    margin-left:7px;
}

/*fixed navbar*/
.navbar_type8{
    background-color:#000;
}
#main_index .navbar_type8{
    background-color:transparent;
}
.navbar_type8 .logo{
    flex:0 1 30%;
    background-color: #fff;
    border-radius: 0 0 0px 0px;
}
#main_index .navbar_type8 .logo{
    border-radius: 0 0 20px 20px;    
}
.navbar_type8 .logo img{
    width: 25vw;
    padding: 15px;
}
.navbar_type8 .nav_tab{
    flex:0 1 70%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1.2vw;
    text-transform: capitalize;
    padding:15px 1.2vw;
    color:#fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
    -webkit-text-stroke-width:0;
    -webkit-text-stroke-color:#000;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover,
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}
.navbar_mobile .logo_img{
    max-height:30px;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
}

/*fixed banner*/
.slider_banner .banner_content{
    overflow:hidden;
}

@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
    }
}

/*banner*/
.index_wrapper_2{
    margin-top:-80px;
}
.hp_banner{
    position:relative;
    top:50%;
    left:8%;
    width:calc(100% - 16%);
    transform:translate(0,-50%);
}

.hp_banner_box{
    position:relative;
    display:flex;
    align-items:center;
    height:auto;
}

.hp_banner_textbox{
    position:relative;
    z-index:2;
    width:100%;
    padding-left:6vw;
}

.hp_banner_sideword{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    transform: translate(-8.1vw, -240%) rotate(-90deg);
    transform-origin: center;
}

.hp_banner_small{
    margin:0 0 10px;
    color:#fff;
    font-size:1.2vw;
    font-weight:400;
    letter-spacing:0.07em;
}

.hp_banner_title{
    margin: 0;
    color: #fff;
    font-size: 2.8vw;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.hp_banner_title span{
    color:#337ec1;
}

.hp_banner_line{
    width:10.5vw;
    height:3px;
    margin:17px 0;
    background:#16a44a;
}

.hp_banner_content{
    width: 37vw;
    margin: 0;
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8;
}

.hp_banner_btnbox{
    margin-top:24px;
}

.hp_banner_button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 17px;
    background: #fff;
    color: #2461a3;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s all linear;
}

.hp_banner_button:hover{
    background:#16a44a;
    color:#fff;
    text-decoration:none;
}

.hp_banner_button i{
    margin-left:8px;
}

.hp_banner_pager{
    position:absolute;
    top: 80%;
    left:0;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.hp_banner_pager span{
    width:2px;
    height:1vw;
    background:#fff;
}

.hp_banner_pager .hp_banner_pager_active{
    height:3vw;
    background:#16a44a;
}

@media screen and (max-width:1200.5px){
    .hp_banner_box{
        height:430px;
    }

    .hp_banner_textbox{
        padding-left:7vw;
    }

    .hp_banner_title{
        font-size:3.8vw;
    }

    .hp_banner_content{
        width:37vw;
        font-size:0.95vw;
    }
    .hp_banner_pager{
        top:66%;
    }

    .hp_banner_small{
        font-size:0.88vw;
    }
}

@media screen and (max-width:991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_box{
        height:400px;
    }

    .hp_banner_title{
        font-size:4.4vw;
    }

    .hp_banner_content{
        width:42vw;
        font-size:1.12vw;
    }
}

@media screen and (max-width:767.5px){

    .hp_banner{
        left:0;
        width:100%;
    }

    .hp_banner_box{
        height:510px;
        padding:0 0;
    }

    .hp_banner_textbox{
        width:100%;
        padding-left:17px;
    }

    .hp_banner_sideword{
        display:none;
    }
    .banner_content .col-12{
        padding:0;
    }

    .hp_banner_title{
        font-size:30px;
        line-height:1;
    }

    .hp_banner_small{
        font-size:12px;
    }

    .hp_banner_content{
        width: 92%;
        font-size: 12px;
    }

    .hp_banner_line{
        width:130px;
    }

    .hp_banner_pager{
        bottom:25px;
        left:8%;
        display: none;
    }
    .hp_banner_sideword{
        display: none;
    }
}

/* advantages */
.hp_advantage{
    padding: 58px 8% 150px;
    background: linear-gradient(to right, #283c86, #26a0da);
}

.hp_advantage_titlebox{
    margin-bottom:43px;
}

.hp_advantage .n_small{
    color:#fff;
}

.hp_advantage .n_title{
    color:#fff;
}

.hp_advantage_row{
    margin-right:-12px;
    margin-left:-12px;
}

.hp_advantage_row>[class*="col-"]{
    padding-right:12px;
    padding-left:12px;
}

.hp_advantage_item{
    margin-top: 50px;
    position: relative;
    height: auto;
    padding: 70px 19px 50px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.48);
    color: #fff;
    text-align: center;
    transition: 0.25s all linear;
}

.hp_advantage_item:hover{
    background:rgba(255,255,255,0.7);
    transform:translateY(-7px);
}

.hp_advantage_icon{
    position: absolute;
    top: -60px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    color: #2461a3;
    font-size: 25px;
    transform: translateX(-50%);
}

.hp_advantage_item h3{
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.hp_advantage_item p{
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.hp_advantage_icon img{
    width:100%;
    object-fit: contain;
}

@media screen and (max-width:991.5px){
    .hp_advantage{
        padding:54px 6% 62px;
    }

    .hp_advantage_item{
        margin-bottom:38px;
    }
}

@media screen and (max-width:767.5px){
    .hp_advantage {
        padding: 52px 0 100px;
    }

    .hp_advantage .n_title{
        font-size:29px;
    }

    .hp_advantage_item{
        height:auto;
        margin-bottom:39px;
        padding: 80px 20px 40px;
    }
}

/* about */
.hp_about{
    padding:0;
    background:#fff;
}
.hp_about_row .col-12.col-md-6{
    padding-left: 0;
}

.hp_about_row{
    align-items:center;
}

.hp_about_imgbox{
    position:relative;
    overflow:hidden;
    margin-top: -75px;
}

.hp_about_imgbox img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hp_about_textbox{
    padding:42px 16% 42px 11%;
}

.hp_about .n_title{
    margin-bottom:25px;
}

.hp_about_button{
    background:#2461a3;
}
@media screen and (max-width:1200.5px){
    .hp_about_imgbox{
        margin-top: -146px;
    }
}
@media screen and (max-width:991.5px){
    .hp_about_textbox{
        padding:35px 9%;
    }
}

@media screen and (max-width:767.5px){
    .hp_about_imgbox{
        margin-top: -42px;
    }

    .hp_about_textbox{
        padding:48px 0 55px;
    }

    .hp_about .n_title {
        font-size: 25px;
    }
    .hp_about_row .col-12.col-md-6:nth-child(2) {
        padding-left: 1rem;
    }
}

/* products */
.index_wrapper_5{
    position: relative;
    padding:60px 8% 79px;

}
.index_wrapper_5:before{
    height:60%;
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    background:linear-gradient(to right, #26a0da, #283c86);
}

.hp_product_titlebox{
    margin-bottom:34px;
}

.hp_product .n_small,
.hp_product .n_title{
    color:#fff;
}

.hp_product .n_title{
    font-size:31px;
}

.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
}
.productSlider-1 .product_img .product_box{
    box-shadow:0px 0px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.productSlider-1 .product_img .product_box h6{
    text-align: center;
    font-weight:500;
    color:#000;
}
.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{

}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{

}

.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;
    filter:brightness(0);
} 
.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;
    filter:brightness(0);
}

@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 .product_img .slick-prev{
        left: 5px;
    }
    .productSlider-1 .product_img .slick-next{
        right: 5px;
    }
}

/*.hp_product_row{*/
/*    margin-right:-10px;*/
/*    margin-left:-10px;*/
/*}*/

/*.hp_product_row>[class*="col-"]{*/
/*    padding-right:10px;*/
/*    padding-left:10px;*/
/*}*/

/*.hp_product_item{*/
/*    display:block;*/
/*    overflow:hidden;*/
/*    border-radius:8px;*/
/*    background:#fff;*/
/*    color:#232323;*/
/*    box-shadow:0 7px 18px rgba(0,0,0,0.1);*/
/*    text-align:center;*/
/*    text-decoration:none;*/
/*    transition:0.25s all linear;*/
/*}*/

/*.hp_product_item:hover{*/
/*    color:#2461a3;*/
/*    text-decoration:none;*/
/*    transform:translateY(-7px);*/
/*}*/

/*.hp_product_imgbox{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    height:185px;*/
/*    padding:19px 18px 10px;*/
/*    background:#fff;*/
/*}*/

/*.hp_product_imgbox img{*/
/*    width:100%;*/
/*    height:100%;*/
/*    object-fit:contain;*/
/*}*/

/*.hp_product_content{*/
/*    padding:10px 12px 17px;*/
/*}*/

/*.hp_product_content h3{*/
/*    margin:0 0 5px;*/
/*    color:#303030;*/
/*    font-size:13px;*/
/*    font-weight:600;*/
/*    line-height:1.35;*/
/*}*/

/*.hp_product_content span{*/
/*    color:#2461a3;*/
/*    font-size:11px;*/
/*    font-weight:600;*/
/*}*/

@media screen and (max-width:991.5px){
    .index_wrapper_5{
        padding:56px 6% 62px;
    }

    /*.hp_product_item{*/
    /*    margin-bottom:20px;*/
    /*}*/
}

@media screen and (max-width:767.5px){
    .index_wrapper_5{
        padding:51px 1rem 42px;
    }

    .hp_product .n_title{
        font-size:29px;
    }

    /*.hp_product_imgbox{*/
    /*    height:205px;*/
    /*}*/
}

/* image links */
.hp_link{
    padding:30px 8%;
    background:#fff;
}

.hp_link_row{
    margin-right:-18px;
    margin-left:-18px;
}

.hp_link_row>[class*="col-"]{
    padding-right:18px;
    padding-left:18px;
}

.hp_link_item{
    position:relative;
    display:block;
    overflow:hidden;
    /*aspect-ratio:2.22/1;*/
    color:#fff;
    text-decoration:none;
}

.hp_link_item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.45s transform ease;
}

.hp_link_overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0.03) 16%, rgba(0,0,0,0.18) 42%, rgba(0,0,0,0.86) 100%);
    transition:0.3s all linear;
}

.hp_link_content{
    position:absolute;
    bottom:31px;
    z-index:2;
}

.hp_link_product .hp_link_content{
    left:55px;
    text-align:left;
}

.hp_link_service .hp_link_content{
    right:55px;
    text-align:right;
}

.hp_link_content h2{
    margin:0;
    color:#fff;
    font-size: 40px;
    font-weight: 700;
    line-height:1;
    letter-spacing:-0.035em;
    text-transform:uppercase;
}

.hp_link_line{
    display:block;
    width:208px;
    height:3px;
    margin-top:22px;
    background-color:#16a44a;
    transition:0.3s width ease;
}

.hp_link_product .hp_link_line{
    margin-right:auto;
}

.hp_link_service .hp_link_line{
    margin-left:auto;
}

.hp_link_item:hover{
    color:#fff;
    text-decoration:none;
}

.hp_link_item:hover img{
    transform:scale(1.065);
}

.hp_link_item:hover .hp_link_overlay{
    background:linear-gradient(180deg, rgba(0,0,0,0.05) 16%, rgba(0,0,0,0.23) 42%, rgba(0,0,0,0.76) 100%);
}

.hp_link_item:hover .hp_link_line{
    width:100%;
}

@media screen and (max-width:1200.5px){
    .hp_link{
        padding:58px 7%;
    }

    .hp_link_row{
        margin-right:-13px;
        margin-left:-13px;
    }

    .hp_link_row>[class*="col-"]{
        padding-right:13px;
        padding-left:13px;
    }

    .hp_link_product .hp_link_content{
        left:38px;
    }

    .hp_link_service .hp_link_content{
        right:38px;
    }

    .hp_link_content h2{
        font-size:36px;
    }

    .hp_link_line{
        width:165px;
        margin-top:17px;
    }
}

@media screen and (max-width:991.5px){
    .hp_link{
        padding:50px 6%;
    }

    .hp_link_row{
        margin-right:-9px;
        margin-left:-9px;
    }

    .hp_link_row>[class*="col-"]{
        padding-right:9px;
        padding-left:9px;
    }

    .hp_link_content{
        bottom:23px;
    }

    .hp_link_product .hp_link_content{
        left:27px;
    }

    .hp_link_service .hp_link_content{
        right:27px;
    }

    .hp_link_content h2{
        font-size:29px;
    }

    .hp_link_line{
        width:130px;
        height:2px;
        margin-top:14px;
    }
}

@media screen and (max-width:767.5px){
    .hp_link{
        padding:42px 0 27px;
    }

    .hp_link_row>[class*="col-"]{
        margin-bottom:15px;
    }

    .hp_link_item{
        aspect-ratio:1.78/1;
    }

    .hp_link_content{
        bottom:25px;
    }

    .hp_link_product .hp_link_content{
        left:25px;
    }

    .hp_link_service .hp_link_content{
        right:25px;
    }

    .hp_link_content h2{
        font-size:31px;
    }

    .hp_link_line{
        width:145px;
        height:3px;
        margin-top:15px;
    }
}

/* news */
.index_wrapper_7{
    padding:58px 8% 71px;
    background:#fff;
}

.hp_news_titlebox{
    /*margin-bottom:32px;*/
}

.hp_news .n_title{
    font-size:30px;
}

.hp_news_row{
    margin-right:-10px;
    margin-left:-10px;
}

.hp_news_row>[class*="col-"]{
    padding-right:10px;
    padding-left:10px;
}

.hp_news_item{
    display:block;
    overflow:hidden;
    border-radius:4px;
    background:#f3f3f3;
    color:#272727;
    text-decoration:none;
    box-shadow:0 4px 11px rgba(0,0,0,0.06);
    transition:0.25s all linear;
}

.hp_news_item:hover{
    color:#272727;
    text-decoration:none;
    transform:translateY(-6px);
}

.hp_news_cover{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:160px;
    padding:20px;
    background:#303030;
    color:#fff;
    text-align:center;
}

.hp_news_cover i{
    margin-bottom:17px;
    font-size:16px;
}

.hp_news_cover strong{
    margin-bottom:8px;
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.1em;
    text-transform:uppercase;
}

.hp_news_cover span{
    color:#d4d4d4;
    font-size:10px;
    line-height:1.45;
}

.hp_news_content{
    padding:13px 17px 16px;
}

.hp_news_meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.hp_news_meta span{
    color:#111;
    font-size:10px;
    font-weight:600;
}

.hp_news_meta small{
    padding:3px 6px;
    background:#2461a3;
    color:#fff;
    font-size:8px;
    font-weight:700;
    text-transform:uppercase;
}

.hp_news_content p{
    margin:0;
    color:#3d3d3d;
    font-size:12px;
    font-weight:600;
}

.hp_news_item:hover .hp_news_cover{
    background:#2461a3;
}
.latest_new_type6 .news_box .news_box_content{
    background-color: #f2f2f2;
}

@media screen and (max-width:991.5px){
    .index_wrapper_7{
        padding:52px 6% 62px;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:49px 1rem 48px;
    }

    .hp_news .n_title{
        font-size:28px;
    }

    .hp_news_item{
        margin-bottom:16px;
    }

    .hp_news_cover{
        height:170px;
    }
}

/* CTA */
.hp_cta{
    padding:50px 8%;
    background:linear-gradient(to right, #26a0da, #283c86);
}

.hp_cta .n_small,
.hp_cta .n_title{
    color:#fff;
}

.hp_cta_btnbox{
    margin-top:0;
}

.hp_cta_button{
    background:#fff;
    color:#2461a3;
}

.hp_cta_button:hover{
    background:#16a44a;
    color:#fff;
}

@media screen and (max-width:991.5px){
    .hp_cta{
        padding:45px 6%;
    }

    .hp_cta .n_title{
        font-size:28px;
    }
}

@media screen and (max-width:767.5px){
    .hp_cta{
        padding:46px 0;
    }

    .hp_cta .n_title{
        font-size:28px;
    }

    .hp_cta_btnbox{
        justify-content:flex-start;
        margin-top:26px;
    }
}

/* footer component override: ex_footerType6 */
/*footer*/
.footer_type6{
    background-color:#f2f2f2;
}
.footer_type6 .footer_subtitle{
    text-transform: uppercase;
    color:#2461a3!important;
}
.footer_type6 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type6 .privacy_policy:hover,
.footer_type6 .mb-1{
    color:#fff!important;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type6 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

.footer_type6 p,
.footer_type6 a,
.footer_type6 h6,
.footer_type6 i,
.footer_type6  .footer_subtitle,
.footer_type6 .input-container .moveUp,
.footer_type6 .input-container input, .footer_type6 .input-container label{
    color:#000;
}
.footer_type6 a .mb-2:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}
.footer_type6 .input-container input{
    caret-color: #000;
    border-bottom:1px solid #000;
}
.footer_type6 .line{
    background-color:#000;
}
.footer_type6 .input-container input, 
.footer_type6 .input-container label{
    font-size:12px;
}
.footer_type6 .input-container .moveUp{
    font-size:12px;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}

.npfooter_languagebar{
    color:#000;
}
.footer_type6 a .mb-2:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}
.footer_type6 .input-container input{
    caret-color: #000;
    border-bottom:1px solid #000;
}
.footer_type6 .line{
    background-color:#000;
}
.footer_type6 .input-container input, 
.footer_type6 .input-container label{
    font-size:12px;
}
.footer_type6 .input-container .moveUp{
    font-size:12px;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}

.npfooter_languagebar{
    color:#000;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}