body > br {
    display: none;
}


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

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}

.sticky-top {
  z-index: 999;
}

.np_language_btn {
    top: 150px;
  right: 12vw;
  z-index: 999;
}

.np_language_btn .dropdown_btn {
    box-shadow: none;
    font-size: 1.05vw;
}

/*navigation bar*/
.navbar_type10 {
    height: 128px;
  padding: 0 7.5% 0 8.5%;
  border-bottom: 1px solid #ccc;
}

.sticky-top {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 8.5%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.nav_bottom {
    background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

.nav_bottom .menu .nav_item .dropdown a {
    font-size: 1.05vw;
    position: relative;
    color: #555;
}

.nav_bottom .menu .nav_item .dropdown a::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 5px;
  width: 0;
  height: 1.8px;
  background-color: #000;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.nav_bottom .menu .nav_item .dropdown a:hover::before {
    width: 90%;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 400;
}

.nav_bottom .menu .nav_item:hover {
  background-color: transparent;
}

.nav_bottom .menu {
    gap: .5vw;
}

.navbar_type10 .nav_logo img {
    max-height: 85px;
}

.nav_contact {
    display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.nav_contact a {
    color: #555;
  font-size: 1.1vw;
  display: flex;
  gap: 10px;
}

.nav_contact a:hover {
    color: #000;
    text-decoration: none;
}

.nav_contact i {
    width: 20px;
    color: #000;
}

.navbar_type10 .nav_search {
    max-width: 50vw;
  padding: 0 4vw 0 0vw;
}

.navbar_type10 .nav_search input {
    height: 45px;
    max-height: 45px;
  color: #000;
  font-size: 1.05vw;
  border-radius: 30px 0 0 30px;
  background-color: #f1f1f1;
  padding: 5px 25px 5px 40px;
}

.navbar_type10 .nav_search input::placeholder {
    color: #555;
}

.navbar_type10 .nav_search .search_button {
    max-height: 45px;
  height: 45px;
  background-color: #f1f1f1;
  color: #000;
  border-radius: 0 30px 30px 0;
  padding: 0 25px;
  font-size: 17px;
}

/*footer*/
.footer_type7 {
  background-color: #222a35;
  color: white;
  padding-top: 4rem !important;
  padding-bottom: 2rem !important;
  font-size: 15px;
  line-height: 1.65;
  background-image: url('https://cdn1.npcdn.net/userfiles/27599/image/6_FooterBG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  overflow: hidden;
}

.footer_type7 .row {
    row-gap: 2rem;
}

.footer_type7 .logo img {
    max-height: 100px;
}

.footer_type7 .logo {
    padding-top: 100px;
}

.footer_type7 .title {
    min-height: 100px;
}

.footer_type7 .social_media a {
  margin-left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
}

.footer_type7 .social_media a:hover {
    animation: 1s swing;
}

.footer_type7 .social_media {
  display: flex;
  gap: 7px;
  justify-content: flex-end;
}

.footer_type7 .title h5 {
    letter-spacing: 1px;
}

.footer_type7 .text-muted {
  color: #f4f4f4 !important;
}

.footer_type7 .social_media a .icon_s {
    bottom: 0;
}

/*homepage banner*/


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

.slider_banner .slick-next {
  right: 60px;
}

.slider_banner .slick-prev {
  left: 60px;
}

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 2.5vw;
    width: fit-content;
    left: 4vw;
}

.slider_banner .slick-dots li button::before {
    color: #fff;
    opacity: 0.6;
    text-shadow: 0 0 5px rgb(0,0,0,.4);
}

.slider_banner .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3vw;
    padding-right: 3vw;
}

.hp_banner2 {
    padding-bottom: 4vw;
    padding-right: 0vw;
}

.hp_banner4 {
    padding-bottom: 4vw;
    padding-right: 2vw;
}

.hp_banner5 {
    padding-bottom: 2.5vw;
    padding-right: 10vw;
}

.hp_banner_button {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.hp_banner_point {
    display: flex;
    align-items: center;
    gap: 1vw;
    background-color: #f9c61b;
    padding: .6vw 1vw;
    border-radius: 10px;
    min-width: 17vw;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.hp_banner_point:hover {
    transform: scale(1.02);
}

.hp_banner_icon img {
    max-width: 2.8vw;
}

.hp_banner_title {
    font-size: 1.05vw;
    font-weight: 700;
    color: #000;
    margin-bottom: .25vw;
}

.hp_banner_keyword {
    font-size: .85vw;
    color: #000;
    margin-bottom: 0;
}

.hp_banner_point:nth-child(2) {
    background-color: #000;
    border: .8px solid #fff;
}

.hp_banner_point:nth-child(2) .hp_banner_title,
.hp_banner_point:nth-child(2) .hp_banner_keyword {
    color: #fff;
}

/*homepage about*/
.hp_about {
    padding: 6rem 8.5%;
  background-image: url('https://cdn1.npcdn.net/userfiles/27599/image/2_AboutBG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.hp_about_box {
  padding: 4vw 6vw 4vw 5vw;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  width: 57%;
  position: relative;
}

.hp_big_title {
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.1vw;
  margin-bottom: 25px;
  color: #222;
}

.hp_about .hp_big_title {
    color: #fff;
}

.hp_keyword {
    font-size: 16.5px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}

.hp_about_button {
  position: absolute;
  right: -4vw;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.hp_button1 {
    position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
}

.hp_button1 img {
    max-width: 135px;
}

/*homepage category*/
.hp_category {
    padding: 6.5rem 8.5%;
}

.hp_category_ebox {
    margin: 15px 0;
}

.hp_category_box {
    position: relative;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.hp_category_box:hover {
    transform: translateY(-10px);
}

.hp_category_img {
    overflow: hidden;
}

.hp_category_img img {
    filter: brightness(0.85);
    transition: all 0.4s ease-in-out;
}

.hp_category_box:hover .hp_category_img img {
    transform: scale(1.15);
    filter: brightness(1.05);
}

.hp_category_content {
    position: absolute;
  left: 0;
  bottom: 2.6vw;
  width: 100%;
}

.hp_category_title {
    font-size: 16.5px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hp_category_title::before,
.hp_category_title::after {
  content: "";
  width: 25px;
  height: .8px;
  background-color: #fff;
  opacity: .5;
}

/*homepage product*/
#main_index .index_wrapper_5 {
    padding: 0 8.5%;
}

.hp_product_top_box {
    margin-bottom: 3rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 10px 15px;
  height: auto;
  flex: 1;
  border-radius: 15px;
  box-shadow: none;
  background-color: white;
  border: 1px solid #ccc;
  transition: all 0.4s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
  border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame {
    border: 1px solid #ccc;
  border-radius: 10px;
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 15px;
  border: none;
}

#main_index .productSlider-1 .product_img .product_box .content {
    margin: 0;
    padding: 5px 10px;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #1a1a1a;
  font-weight: 700 !important;
  font-size: 15.5px;
  margin-bottom: 7px;
}

#main_index .productSlider-1 .product_img .product_box p {
    margin-bottom: 7px;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    font-weight: 500 !important;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 0;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #1a1a1a;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 60px;
  height: 50px;
  opacity: 1;
  display: block;
  padding: 0;
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    background-image: url('https://cdn1.npcdn.net/userfiles/27599/image/4_BtnLeft.png');
}

#main_index .productSlider-1 .product_img .slick-next::before {
  background-image: url('https://cdn1.npcdn.net/userfiles/27599/image/4_BtnRight.png');
}

#main_index .productSlider-1 .product_img .slick-arrow {
  z-index: 5;
}

#main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev {
  width: 60px;
  height: 50px;
  padding: 0;
}

#main_index .productSlider-1 .product_img .slick-next {
  right: -50px;
}

#main_index .productSlider-1 .product_img .slick-prev {
  left: -50px;
}

/*homepage why*/

.hp_why {
    padding: 5.5rem 0;
}

.hp_why_logo img {
    max-width: 290px;
}

.hp_why_logo {
    margin-top: -15px;
  margin-left: 30px;
}

.hp_why_title {
    font-size: 24px;
  margin-bottom: 0;
  color: #888;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.hp_why_icon {
    margin-top: -75px;
}

.hp_why_icon img {
    max-width: 90px;
}

.hp_why_ebox:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_left_box {
    padding-left: 6.5vw;
    padding-bottom: 3vw;
}

.hp_why_ebox {
    margin: 50px 13px 25px;
    transition: all 0.4s ease-in-out;
}

.hp_why_ebox:hover {
    transform: translateY(-10px);
}

.hp_why_right {
    padding-right: 0;
}

.hp_why_box {
  padding: 32px 37px;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.hp_why_text {
    font-size: 24px;
  color: #000;
  margin: 20px 0;
}

.hp_why_keyword {
    font-size: 16.5px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #555;
}

.hp_why_slider .slick-prev::before,
.hp_why_slider .slick-next::before {
  text-shadow: none;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 45px;
  height: 40px;
  opacity: 1;
  display: block;
  padding: 0;
}

.hp_why_slider .slick-prev::before {
    background-image: url('https://cdn1.npcdn.net/userfiles/27599/image/4_BtnLeft.png');
}

.hp_why_slider .slick-next::before {
  background-image: url('https://cdn1.npcdn.net/userfiles/27599/image/4_BtnRight.png');
}

.hp_why_slider .slick-arrow {
  z-index: 5;
}

.hp_why_slider .slick-next, .hp_why_slider .slick-prev {
  width: 45px;
  height: 40px;
  padding: 0;
  top: 80%;
}

.hp_why_slider .slick-next {
  right: unset;
  left: -18.5vw;
}

.hp_why_slider .slick-prev {
  left: -24.9vw;
}

/*homepage photo*/

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 3px;
    transition: all 0.4s ease-in-out;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 230px;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide:hover {
  transform: scale(1.25);
  margin: 0;
}

/*other pages*/

.product_list_5 .product_box .img_frame img,
.category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

.service_category .service_box {
    padding-top: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
}

.service_category .service_box span {
    background-image: linear-gradient(to top, #000, transparent, transparent);
  opacity: 0.8;
  background-color: transparent;
}

.service_category .service_box:hover span {
  opacity: 0.35;
}

.service_category .row > .col-12:nth-child(1) {
    margin-bottom: 25px;
}

.service_category .row > .col-12:nth-child(1) p {
    color: #666;
  margin-bottom: 0;
}

.service_category .service_box .text_area {
    padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    .np_language_btn .dropdown_btn {
        font-size: 1.35vw;
    }
    
    /*navigation bar*/
    .navbar_type10 {
        padding: 0 15px;
    }
    .navbar_type10 .nav_search input {
        padding: 5px 25px 5px 30px;
        font-size: 14px;
    }
    .nav_contact a {
        font-size: 1.4vw;
        gap: 5px;
    }
    .sticky-top {
        padding: 0 15px;
    }
    .nav_bottom .menu .nav_item .dropdown a {
        font-size: 1.35vw;
    }
    
    /*footer*/
    .footer_type7 .logo img {
      max-height: 75px;
    }
    .footer_type7 .title {
      min-height: 75px;
    }
    .footer_type7 .logo {
      padding-top: 75px;
    }
    .footer_type7 {
        padding-top: 3rem !important;
        font-size: 14.5px;
    }
    
    /*homepage banner*/
    .slider_banner .slick-next::before,
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next, .slider_banner .slick-prev {
        width: 30px;
      height: 30px;
    }
    .slider_banner .slick-next {
      right: 10px;
    }
    .slider_banner .slick-prev {
      left: 10px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_big_title {
        margin-bottom: 15px;
        font-size: 27px;
    }
    .hp_button1 img {
      max-width: 90px;
    }
    .hp_keyword {
        font-size: 15px;
        line-height: 1.65;
    }
    
    /*homepage category*/
    .hp_category {
      padding: 4rem 15px;
    }
    .hp_category_title {
        font-size: 16px;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_5 {
      padding: 0 15px;
    }   
    .hp_product_top_box {
      margin-bottom: 2rem;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
        padding: 5px;
    }
    #main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev,
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        width: 50px;
        height: 40px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: -10px;
    }
    
    /*homepage why*/
    .hp_why {
      padding: 4rem 0;
    }
    .hp_why_icon img {
        max-width: 75px;
    }
    .hp_why_left_box {
        padding: 0 15px 4rem;
    }
    .hp_why_logo img {
      max-width: 200px;
    }
    .hp_why_title {
        font-size: 20px;
    }
    .hp_why_text {
        font-size: 18px;
        margin: 15px 0;
    }
    .hp_why_keyword {
        font-size: 14.5px;
    }
    .hp_why_box {
        padding: 30px 25px;
        min-height: 260px;
    }
    .hp_why_icon {
      margin-top: -60px;
    }
    .hp_why_slider .slick-next, .hp_why_slider .slick-prev {
        top: 65%;
    }
    .hp_why_slider .slick-prev {
      left: -31.5vw;
    }
    .hp_why_slider .slick-next {
      left: -23.5vw;
    }
    
    /*homepage photo*/
    #main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
      height: 190px;
    }

}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    .np_language_btn {
      top: -5px;
      right: 2rem;
    }
    .np_language_btn .dropdown_btn {
        font-size: 13.5px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    }
    
    #top_spacing {
        height: 0 !important;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about {
        background-position: 70% 50%;
    }
    
    /*homepage category*/
    
    
    /*homepage product*/
    
    
    /*homepage why*/
    
    
    /*homepage photo*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type7 .row {
      row-gap: 0;
    }
    .footer_type7 .title {
        min-height: unset;
    }
    .footer_type7 .social_media {
        justify-content: center;
        padding-right: 0 !important;
    }
    .footer_type7{
        background-attachment: unset;
    }
    .footer_type7 .copy_right small{
           word-break: break-word;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 200px;
        object-fit: cover;
    }
    .slider_banner .slick-next::before,
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next, .slider_banner .slick-prev {
        width: 20px;
      height: 20px;
    }
    .slider_banner .slick-dots li {
        margin: 0 2px;
    }
    .slider_banner .slick-dots li button::before {
        font-size: 9px;
    }
    .slider_banner .slick-dots {
        bottom: 5px;
        left: 5px;
    }
    .slider_banner .slick-dots li,
    .slider_banner .slick-dots li button,
    .slider_banner .slick-dots li button::before {
        font-size: 5px;
        width: 6px;
        height: 6px;
    }
    .hp_banner_point {
        border-radius: 2px;
    }
    
    /*homepage about*/
    .hp_about{
        background-attachment: unset;
    }
    .hp_about_box {
        padding: 2rem;
        border-radius: 15px;
        width: 100%;
    }
    .hp_about_ebox {
        padding: 0;
    }
    .hp_about_button {
        position: relative;
        right: unset;
        top: unset;
        transform: unset;
        margin-top: 20px;
    }
    .hp_button1 img {
        max-width: 60px;
    }
    .hp_about .hp_big_title {
        font-size: 17px;
    }
    .hp_about .hp_keyword {
        font-size: 13px;
        line-height: 1.6;
    }
    
    /*homepage category*/
    .hp_category_content {
        bottom: 25px;
    }
    
    /*homepage product*/
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 10px 5px;
    }
    
    /*homepage why*/
    .hp_why_slider .slick-prev {
        left: 15px;
    }
    .hp_why_slider .slick-next {
        left: 80px;
    }
    .hp_why_slider .slick-next, .hp_why_slider .slick-prev {
        top: -25px;
    }
    
    /*homepage photo*/
    #main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
        height: 150px;
    }

}