/*Body*/
 @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
 
body{
    background:#fafafa;
}


/*Nav Bar*/
.navbar_type8 {
  background:#09211b;
  height:100px;
}

.navbar_type8 .logo img {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

.navbar_type8 .nav_tab .nav_item a {
  font-weight:700;
  text-transform: capitalize;
  font-size:.95rem;
}

/*
.navbar_type11 {
    background-image:url(https://cdn1.npcdn.net/img/1629207324nav-bg.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.navbar_type11 .menu_btn .bar1, .navbar_type11 .menu_btn .bar2, .navbar_type11 .menu_btn .bar3 {
    width: 35px;
    height: 5px;
    background-color: #b8843b;
}

.navbar_type11 .center_line{
    display:none;
}

.navbar_type11 #member_user {
    position: fixed;
    top: calc(50% + 70px);
}

.navbar_type11 #member_user i {
    color: #b8843b;
    font-size: 30px;
}
*/
/*Banner*/

.slider_banner{
    margin-top: 0;
}

.slider_banner .slick-prev::before,
.slider_banner .slick-next::before {
    width:30px;
    height:30px;
}

.slider_banner .item{
    overflow:hidden;
}

.slider_banner .item img {
    animation: 8s .1s zoomInOuT infinite;
}

.n_banner {
    position: relative;
    width: 100%;
}

.n_bannerGroup {
    height:100vh;
}

.n_bannerContent {
    position: relative;
    width: 100%;
    display: flex;
    top: 25%;
    left: 0%;
}

.n_bannerCenter {
    flex: auto;
    text-align:center;
}

.n_bannerTitle {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', sans-serif;
    letter-spacing:-1px;
}

.n_bannerTitle span{
    display:block;
}

.n_bannerText {
    font-size: 1.4rem;
    line-height:1.8rem;
    color:#fff;
    font-weight:400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.n_bannerText2 {
    font-size: 1.4rem;
    line-height:1.6rem;
    color:#fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top:15px;
}

.n_bannerTextImg img{
    max-width:400px !important;
    height:auto !important;
    margin:0 auto;
    animation:none !important;
}

.n_bannerViewMore {
    background:#71a841;
    color:#fff;
    letter-spacing:.1rem;
    box-shadow: 0 0 10px rgb(0,0,0,0.25);
    font-size:.9rem;
    padding: 18px 45px;
    transition: ease-in-out 0.3s;
    margin-top:30px;
    width:max-content;
    display:block;
}


.n_bannerViewMore:hover{
    text-decoration:none;
    color:#fff;
    background:#bcd960;
}

.n_bannerViewMore i{
    padding-left:5px;
    transition: ease-in-out 0.3s;
}

.n_bannerViewMore:hover i{
    padding-left:10px;
}

@keyframes zoomInOuT{
    0%{transform:scale(100%)}
    50%{transform:scale(107%)}
    100%{transform:scale(100%)}
}


/*footer*/
.footer_type6 {
    background-color: transparent;
    color: #fff;
    padding-top: 10% !important;
    padding-bottom: 1rem;
    background-image: url(https://cdn1.npcdn.net/img/1627462965bg2.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    z-index: 10;
}

.footer_type6 .logo img{
    display: none;
}

.footer_type6 .title {
     padding-top: 10px;
}

.footer_type6 .logo::before{
    content:"Who We Are";
    font-weight: 600;
    font-size:1.25rem;
}

.footer_type6{
    position:relative;
}

.footer_type6::before{
    content:'';
    display:block;
    position:relative;
    top:10px;
    width:100%;
    max-width:650px;
    height:100px;
    margin:0 auto 30px auto;
    background-image:url(https://cdn1.npcdn.net/img/1782899236trust-icons-seafoodvalley.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position:left;
}

/*.footer_type6 .col-12 .col-md-3:nth-child(1) p{*/
/*    position:relative;*/
/*}*/

/*.footer_type6 .col-12 .col-md-3:nth-child(1) p::after{*/
/*    content:'';*/
/*    display:block;*/
/*    position:relative;*/
/*    top:10px;*/
/*    width:100%;*/
/*    height:100px;*/
/*    background-image:url(https://cdn1.npcdn.net/userfiles/23075/image/trust-icons-seafoodvalley.png);*/
/*    background-size:contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position:left;*/
/*}*/

/* Homepage */
#main_index{
    background:#064435;
    padding-bottom:0 !important;
}

.title_imgx1{
    max-width:510px;
    margin:0 auto 20px auto;
}

.title_imgx2{
    max-width:700px;
    margin:0 auto 20px auto;
}

.title_text1{
    font-size:2.8rem;
    line-height:3rem;
    color:#333;
    font-weight:700;
    margin-bottom:10px;
    font-family: 'Courgette', cursive;
}

.sub_text{
    font-size:1.2rem;
    line-height:1.6rem;
    font-weight:400;
    margin-bottom:10px;
    color:#ccc;
}

.content_text{
    font-size:1rem;
    line-height:1.6rem;   
}

.categoryproduct_underline{
    border-bottom: 1px solid #cdd7e3;
    margin-bottom:2%;
}

.categoryproduct_smalltitle{
    background: #cdd7e3;
    border-radius:25px;
    padding:8px 25px;
    width:max-content;
    color:#fff;
    font-weight:600;
    font-size:1rem;
}

.btn_more{
    font-size:1.2rem;
    color:#fff;
    border:0;
    background:#b8843b;
    border:2px solid #b8843b;
    padding:10px 40px;
    box-shadow:0 0 0 transparent;
    transition: ease-in-out .3s;
    margin-top:25px;
}

.btn_more:hover{
    color:#b8843b;
    background:transparent;
}

/*hp_about*/
#hp_about{
    background-image:url(https://cdn1.npcdn.net/img/1631246076bg3.jpg);
    background-position:bottom;
    background-size:cover;
    background-repeat:no-repeat;
    padding-top:8%;
    padding-bottom:20%;
    position:relative;
    color:#ccc;
}

.about_content{
    width:70%;
    margin:0 auto;
}

.about_cert{
    text-align:center;
}

.iconx2{
    max-width:140px;
    padding:20px;
    margin:0 auto;
}

/*hp_category*/
#hp_category{
    padding-top:12%;
    padding-bottom:4%;
    background-image:url(https://cdn1.npcdn.net/img/1629097891BG1.png);
    background-position:top;
    background-size:cover;
    background-repeat:no-repeat;
    margin-top:-15%;
}

.imgx1{
    margin-top: -150%;
}

.imgx1 img{
    max-width:320px;
}

#hp_category .category_content{
    width:80%;
    margin:0 auto;
}

#hp_category .category_box{
    position: relative;
    overflow:hidden;
}

#hp_category .category_img img{
    transition:Ease-in-out 0.3s;  
}

#hp_category .category_box:hover .category_img img{
    transform:scale(1.1);
}

#hp_category .category_title{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 0;
    text-align: center;
    font-size: 1.6rem;
    padding-top: 25%;
    font-weight: 700;
    color: #fff;
    opacity:1;
    transition:Ease-in-out 0.3s;   
}

#hp_category .category_title a{
    color: #fff;
    transition:Ease-in-out 0.3s;
    text-shadow:1px 1px 3px rgb(0,0,0,0.35);
}

#hp_category .category_box:hover .category_title a{
    color: #fff;
}

#hp_category .category_title a:hover{
    color: #fff;
    text-decoration: none;
}

/*hp_video*/
#hp_video{
    background:#09211b;
    padding-top:4%;
    padding-bottom:8%;
}

.video_iframe iframe{
    width:80%;
    margin:40px auto;
}

.whyUs_iconTitle{
    font-size:1rem;
    line-height:1.4rem;
    font-weight:400;
}

.whyUs_iconTitle span{
    display:block;
}


/*hp_whyUs*/
#hp_whyUs{
    background-image:url(https://cdn1.npcdn.net/img/1629095497bg4.jpg);
    background-size:cover;
    background-position:center;
    padding-top:8%;
    padding-bottom:8%;
}

.iconx1{
    max-width:180px;
    padding:20px;
    margin:0 auto;
}

.whyUs_iconTitle{
    font-size:1rem;
    line-height:1.4rem;
    font-weight:400;
    color:#fff;
}

.whyUs_iconTitle span{
    display:block;
}

/*hp_wonder*/
#hp_wonder{
    padding-top:4%;
    padding-bottom:4%;
    background-image:linear-gradient(to right,#b8843b,#e5b54f);
}

#hp_wonder .wonder_title{
    display:inline-block;
    font-size:2rem;
    color:#fff;
}

.btn_inline{
    display:inline-block;
    margin-top:0;
    margin-left:25px;
}

/*hp_business*/
#hp_business{
    background-image:url(https://cdn1.npcdn.net/img/1629095508bg5.jpg);
    background-position:bottom;
    background-size:cover;
    background-repeat:no-repeat;
    padding-bottom:10%;
    color:#fff;
}
.business_content{
    margin:10% 0 10% 40% ;
}

/*contact us page*/
#main_contactus{
    padding-bottom:10rem !important;
}

/*main product page*/
#main_ourproducts{
    padding-bottom:5rem !important;
}

.product_detail .category_tag a:hover li {
    color: #fff;
}


/* category page */
#main_category{
    padding-bottom:5rem !important;
}

/*main show products page*/
#main_showproducts{
    padding-bottom:10rem !important;
}

/* gallery page */
#main_photoalbum{
    padding-bottom:10rem !important;
}

@media all and (max-width: 1200px){
    .navbar_type8 .nav_tab .nav_item a {
      padding: 15px 7px;
      font-size: .825rem !important;
    }
}

@media all and (max-width: 992px){
    .navbar_mobile {
        display: block;
        background: #fff;
    }
    
    /*Banner*/
    
    .n_bannerTitle {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    
    .n_bannerText {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    .n_bannerTextImg img{
        max-width:300px !important;
        height:auto !important;
        max-height:60px;
        margin:0 auto;
    }

    /*homepage*/
    .btn_more {
        font-size:1.2rem;
        margin-top:5px;
    }
    
    .title_text1 {
        font-size: 2.2rem;
        line-height: 2.4rem;
        color: #333;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    /*hp_about*/
    .iconx2{
        max-width:140px;
        padding:10px;
        margin:0 auto;
    }
    
    /*hp_category*/
    #hp_category {
        margin-top: -12%;
    }
    
    /*hp_wonder*/
    .btn_inline {
        display: inline-block;
        margin: 10px 25px 0 25px;
    }

    
}

@media all and (max-width: 767px){
    
    /*Banner*/
    .slider_banner {
        width: 100%;
        height: 60vh !important;
    }
    
    .slider_banner .item {
        height: 60vh !important;
    }

    .slider_banner  .item img {
        width: 100%;
        height: 60vh !important;
        object-fit: cover;
    }
    
    .slider_banner .banner_content {
         height: 60vh !important;
    }
    
    .n_bannerGroup {
        height: 60vh;
    }
    
    /*Footer*/
    
    .footer_type6 {
        background-color: transparent;
        color: #fff;
        padding-top: 20% !important;
        padding-bottom: 1rem;
        background-image: url(https://cdn1.npcdn.net/img/1629164898footerbg-mobile.png);
        background-position: right top;
        margin-top: -20%;
        position: relative;
        z-index: 10;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    /*hp_about*/
    /*hp_category*/
    #hp_category{
        background-image: url(https://cdn1.npcdn.net/img/1629164815BG1-mobile.png);
        margin-top:-20%;
    }

    .iconx2 {
        max-width: 140px;
        padding: 20px;
    }
    
    /*hp_category*/
    .imgx1 {
        margin-top: -60%;
        width: max-content;
    }
    .imgx1 img {
        max-width: 200px;
    }
    
    .category_title {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        left: 0%;
        top: 0;
        text-align: center;
        font-size: 1.2rem;
    }
    
    /*hp_business*/
    #hp_business{
        padding-bottom:25%;
    }
    
    .business_content {
        margin: 10%;
    }
}

@media all and (max-width: 480px){
    
    /*Banner*/
    .n_bannerTitle {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    .n_bannerText {
        font-size: .8rem;
        line-height: 1.2rem;
    }
    
    .n_bannerText2 {
        font-size: .75rem;
        line-height: 1rem;
    }
    
    .n_bannerTextImg img{
        max-width:200px !important;
        height:auto !important;
        max-height:40px;
        margin:0 auto;
    }
    
   /*homepage*/
    .content_text {
        text-align: justify;
        text-align-last: center;
    }
    
    .btn_more {
        font-size: 1rem;
        margin-top: 5px;
    }
    
    /*hp_about*/
    
    .iconx2 {
        max-width: 140px;
        padding: 5px;
    }
    
    .about_content{
        width:100%;
        margin:0 auto;
        padding:20px;
    }
    
    /*hp_whyUs*/
    #hp_whyUs{
        padding-top: 10%;
        padding-bottom: 10%;
    }
        
    /*hp_category*/
    
    #hp_category {
        padding-top: 35%;
        padding-bottom: 0%;
    }
    
    .imgx1 img {
        max-width: 120px;
    }
    
    /*hp_video*/
    #hp_video {
        background: #09211b;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    
    /*hp_whyUs*/
    #hp_whyUs {
        padding-top: 15%;
        padding-bottom: 15%;
    }
    
    /*hp_wonder*/
    #hp_wonder{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    /*hp_business*/
    #hp_business{
        padding-bottom: 25%;
        padding-top: 15%;
    }
    .business_content {
        margin: 10% 5%;
    }
}