

/* search*/
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 21px;
    vertical-align: bottom;
    margin-right: -5px;
}
.btnSearch {
    position: relative;
    top: 15.5px;
    z-index: 999;
    cursor: pointer;
    transition: all .43s ease-in-out;
    /*line-height: 55px;*/
}
.dark_nav .btnSearch {
    top: 28px;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 70px;
    right: 0px;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.topicon{
    margin: 0px 1.5vw;
    position: relative;
}
.nav_search .search_button i{
    color: #000;
}
.topicon i{
    font-size: 16px;
    color: #fff;
}
.dark_nav .topicon i{
    /*font-size: 16px;*/
    color: #000;
}
.nav_search input {
    background: rgba(240, 242, 245, 1);
    width: 270px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #f0f2f5;
    color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
/* search end*/
.topWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1350px;
    margin: 0 auto;
        padding: 1rem 0;
}
.category_list_type4 .category_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}
.category_list_type5 .category_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}
.product_list_5 .product_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.topLeftImg{
    max-width: 26vw;
}
.whatsapp_float_btn{
    display: none;
}
.topRight{
    display: flex;
    align-items: center;
        justify-content: end;
    gap: 7%;
}
.topRightWrapperInfoTitle{
    color: #000;
    text-decoration: none;
}
.topRightWrapperInfoContent{
    color: #333333;
}
.topRightWrapper{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.topRightWrapperIcon{
    max-width: 35px;
}
.topLeft{
    flex-basis: 40%;
}
.topRight{
    flex-basis: 60%;
}
.navbar_type8 {
    /*position: fixed;*/
    /*display: flex;*/
    background-color: #1f458c;
    width: 100%;
    height: 55px;
    z-index: 100;
}
.navbar_type8 .nav_tab .nav_item a {
        color: white;
    padding: 15px 0.5vw;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
        display: flex;
    align-items: center;
    height: 100%;
}
.navbar_type8 .nav_tab .nav_item {
    align-self: center;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: 1s fade-in;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 0.5vw;
}
.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background: #3399ff;
    border-bottom: unset;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    z-index: -1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.navbar_type8 .logo{
    display: none;
}
.navbar_type8.dark_nav .logo{
    display: block;
}
.navbar_type8.dark_nav .logo img{
    padding: 5px;
    display: block;
        width: 100%;
}
.navbar_type8.dark_nav{
    height: 80px;
        background-color: #fff  !important;
            animation: 1s fadeInDown;
}
.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #000;
    font-size: 1vw;
}
.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    padding-right: 60px;
}
.navbar_type8.dark_nav .nav_tab {
    flex: 0 1 80%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    
    flex-wrap: wrap;
}
.footer_type6 {
    background-color: #f0f0f0;
    color: #666666;
}
.footer_type6 a{
    color: #666666;
}
.footer_type6 .input-container .submit {
    color: #666666;
}
.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 3rem;
    color: #666666;
}
.footer_type6 .input-container .moveUp {
    color: #666666;
}

.footer_type6 .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #666666;
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: #666666;
    padding-right: 40px;
}
.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    max-height: 42px;
    max-width: 255px;
}
.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: #666666;
    height: 1px;
    margin-bottom: 15px;
}

.aboutWrapper{
    display: grid;
    grid-template-columns: 49% 1fr;
    
}
.aboutLeft{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutLeft .bigTitle,
.aboutLeft .unifyContent,
.aboutLeft .button
{
    margin-left: 2.5rem;
}
.aboutTitle{
    max-width: 190px;
    margin-bottom: 5px;
}
.bigTitle{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}
.bigTitle span{
    display: block;
}
.unifyContent{
        color: #666666;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: 15px;
}
.aboutRightImg{
    margin-left: -30%;
        margin-top: 15%;
}
.button a{
    display: inline-block;
    padding: 12px 35px;
    border-radius: 25px;
    /*font-size: 15px;*/
    color: #fff;
    background: #1f458c;
    text-decoration: none;
    transition: all ease-in-out 0.35s;
}
.button a:hover{
    transform: translateY(-3px);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.cateWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3%;
    row-gap: 1rem;
        margin-top: 2.6rem;
}
.cate{
    transition: all ease-in-out 0.35s;
}
.cate:hover{
    transform: scale(0.95);
}
.smallTitle {
    font-size: 18px;
}
.bigBigTitle {
        font-size: 33px;
    background-image: linear-gradient(90deg,transparent, #469ffb, transparent);
    padding: 0.3rem 0;
    color: #fff;
    font-weight: 600;
}
.navbar_mobile .logo_img {
    max-height: 35px;
    padding: 0;
    font-size: 1.75rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar_mobile{
    background: #fff;
}
.navbar_mobile .row_1 {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
    text-align: center;
    padding-top: 0 !important;
    height: 100%;
}
.navbar_mobile a {
    color: #39f;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.businessWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
}
.businessRightWrapper .bigBigTitle{
    background-image: linear-gradient(90deg, #469ffb, transparent);
}
.businessWrapper .businessRight .smallTitle,
/*.businessWrapper .businessRight .bigBigTitle,*/
.businessWrapper .businessRight .businessInnerWrapper
{
    padding-left: 7%;
    
}
.businessWrapper .businessRight .bigBigTitle {
    font-size: 33px;
    background-image: linear-gradient(90deg, #469ffb, transparent);
    padding: 0.3rem 0 0.3rem 9%;
    color: #fff;
    font-weight: 600;
    margin-left: -2%;
        margin-bottom: 1.5rem;
}
.businessLeftImg{
    position: relative;
    z-index: 5;
}
.businessRightWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.businessInnerWrapper{
    margin-bottom: 1rem;
}
.businessInnerWrapperRight{
    margin-right: auto;
}
.businessInnerWrapper{
        display: grid;
    grid-template-columns: 18% 82%;
    gap: 5px;
    place-items: center;
}
.businessInnerWrapperLeftImg{
        max-width: 85px;
        
}
.businessInnerWrapperRight .unifyContent{
        line-height: 1.5;
    margin-top: 0rem;
    margin-bottom: 0rem;
    max-width: 455px;
}
.businessRightWrapper{
    height: 100%;
}
.businessInnerWrapperLeft{
    margin-right: auto;
}
#business{
    padding: 4rem 0;
}
.imageMarquee {
    height: 150px;
    background-image: url(https://cdn1.npcdn.net/img/1698909969Our-Brands.png);
    background-size: cover;
    animation: imageMovement 40s linear infinite;
}
.index_wrapper_2{
    position: relative;
    z-index: 5;
}
.index_wrapper_3{
    position: relative;
    z-index: 1;
}

@keyframes imageMovement{
    100% {
    background-position-x: -4905px;
}
}

#logo .bigBigTitle{
    margin-bottom: 2rem;
}
.bannerImg{
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
    bottom: 8%;
}
.bannerTextWrapper{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.bannerButton a{
        display: inline-block;
    background: #1f458c;
    padding: 1rem 2.5rem 1rem 12%;
        border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
}
.bannerSmallTitle {
    padding-left: 12%;
    font-size: 16px;
    color: #fff;
}
.bannerBigTitle{
    font-size: 4vw;
    padding-left: 12%;
    line-height: 1;
    margin-top: 1.5rem;
    color: #fff;
    font-weight: 600;
}
.banner_content{
    overflow: hidden;
}
.bannerMiddleTitle{
    margin-left: 22%;
    color: #fff;
    font-weight: 600;
    background: #1f458c;
    width: fit-content;
    font-size: 1.8vw;
    padding: 5px 25px;
    border-radius: 15px;
    margin-bottom: 3rem;
}
#about{
    margin-top: -7%;
    padding-bottom: 2rem;
}
@media screen and (max-width:1300px){
    .bannerImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
    bottom: 15%;
}
}
@media screen and (max-width:1200px){
    
    .aboutRightImg {
    margin-left: -30%;
    margin-top: 35%;
}
}

@media screen and (max-width:992px){
    #about {
    margin-top: 3rem;
}
    .bannerMiddleTitle {
    margin-left: 22%;
    color: #fff;
    font-weight: 600;
    background: #1f458c;
    width: fit-content;
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 15px;
    margin-bottom: 3rem;
}
    .businessWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 1400px;
}
    .aboutWrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.aboutRightImg {
    margin-left: 0;
    margin-top: 0;
}
.aboutLeft .bigTitle, .aboutLeft .unifyContent, .aboutLeft .button {
    margin-left: 0;
}
.bigTitle {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}
.aboutTitle {
    max-width: 190px;
    margin-bottom: 10px;
}
.unifyContent {
    color: #666666;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 15px;
}
}


@media screen and (max-width:767.59px){
    .bannerImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
    bottom: unset;
    top: 0;
}
    .item.slick-slide > img{
        min-height: 372px;
        object-fit: cover;
    }
    .bannerBigTitle {
    font-size: 31px;
    padding-left: 12%;
    line-height: 1;
    margin-top: 1.5rem;
    color: #fff;
    font-weight: 600;
}
    .businessInnerWrapper {
    margin-bottom: 2rem;
}
    .businessInnerWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    place-items: center;
}
    .businessWrapper .businessRight .bigBigTitle {
    font-size: 25px;
    background-image: linear-gradient(90deg, #469ffb, transparent);
    padding: 0.3rem 15px 0.3rem 15px;
    color: #fff;
    font-weight: 600;
    margin-left: 0%;
    margin-bottom: 1.5rem;
}
.businessWrapper .businessRight .smallTitle, .businessWrapper .businessRight .businessInnerWrapper {
    padding-left: 15px;
    padding-right: 15px;
}
    .cateWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3%;
    row-gap: 1rem;
    margin-top: 2.6rem;
}
}

@media screen and (max-width:500px){
    .bannerImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
    bottom: unset;
    top: 8%;
}
}