@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

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;
}


/*navigation bar*/
.navbar_type8 {
    height: 95px;
  background-color: #4ec7b4;
  padding: 0 8%;
  transition: all 0.25s ease-in-out;
  border-bottom: 1.8px solid #f7d501;
}

.dark_nav {
    height: 80px;
    background-color: #4ec7b4 !important;
}

.navbar_type8 .logo {
    flex: 0 1 25%;
    margin-left: 0;
}

.navbar_type8 .logo img {
  padding: 8px 0;
  width: 100%;
  object-position: left;
}

.navbar_type8 .nav_tab {
    flex: 0 1 75%;
    padding-right: 0;
  gap: 1.3vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 4px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: .95vw;
  font-weight: 600;
  padding: 15px 1.2vw;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  height: 100%;
  background-color: #f7d501;
  border-radius: 30px;
  z-index: -1;
  transform: translate(-50%, 0);
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

/*footer*/
.footer_type6 {
  background-color: #f8f4f1;
  color: #000;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
}

.footer_type6 p.mb-2{
  margin-bottom: .25rem !important;
}

.footer_type6 a {
    color: #000;
}

.footer_type6 a:hover {
    color: #4ec7b4;
}

.footer_type6 .title h5 {
    color: #4ec7b4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label,
.footer_type6 .input-container .submit,
.footer_type6 .input-container .moveUp {
    color: #000;
}

.footer_type6 .input-container input {
    border-bottom: 1px solid #000;
    caret-color: #000;
}

.footer_type6 .line {
    background-color: #000;
  margin-top: 1rem;
}

.footer_type6 .title {
    min-height: 65px;
}

.footer_type6 .logo img {
    max-height: 65px;
}

.footer_type6 .social_media {
    display: flex;
  justify-content: flex-end;
  padding: 0 !important;
  gap: 10px;
}

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

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 ul li:last-child {
    display: none;
}

@media (min-width: 768px) {
    .footer_type6 .col-12.col-md-7 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .footer_type6 .col-12.col-md-5 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

/*homepage banner*/
.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}

.hp_banner {
  display: flex;
  align-items: center;
  padding-left: 8.5%;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 5vw;
}

.hp_banner_box {
    position: relative;
    z-index: 2;
}

.hp_banner_sprinkle {
    margin-top: 5vw;
    display: none !important;
}

.hp_banner_sprinkle img {
    max-width: 27.5vw;
}

.hp_banner_title {
    font-family: "Fugaz One", sans-serif;
  color: #46c0ab;
  font-size: 2.82vw;
  margin-bottom: 1vw;
  line-height: 1.1;
}

.hp_banner_title span {
  display: block;
  color: #efafbf;
}

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

.hp_banner_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 2.5vw;
}

.hp_banner_img {
    position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/*.hp_banner_img img {*/
/*    animation: floating 2.8s infinite linear;*/
/*}*/

.hp_banner .hp_button {
    padding: 5px 15px;
}

/*homepage why*/
.hp_why {
    padding: 1.5rem 8%;
  background-color: #4ec7b4;
}

.hp_why_middle_box {
    width: 72%;
  margin: 0 auto;
}

.hp_why_title {
    font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.hp_why_keyword {
    font-size: 15.5px;
  color: #fff;
  margin-bottom: 0;
}

.hp_why_group {
    width: 93%;
}

.hp_why_left {
    text-align: right;
}

.hp_why_right .hp_why_group {
    margin-left: auto;
}

.hp_why_point {
    padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

.hp_why_point:last-child {
    border-bottom: none;
}

/*homepage category*/
.hp_category {
  padding: 6rem 9% 7rem;
  background-color: #f8f4f1;
  border-radius: 80px 80px 0 0;
}

#main_index .index_wrapper_4 {
    background-color: #4ec7b4;
}

.hp_category_box {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
}

.hp_category_content {
  padding: 20px 10px;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
  margin-top: -10px;
  background-color: #4ec7b4;
}

.hp_category_title {
    text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.hp_category_img {
    position: relative;
  overflow: hidden;
}

.hp_category_img img {
    transition: all 0.4s ease-in-out;
}

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

.hp_category_text img {
    max-width: 260px;
    animation: 1s pulse infinite;
}

.hp_category_text {
    margin-bottom: 2rem;
}

.hp_category_top_box {
    display: flex;
  flex-direction: column;
  align-items: center;
}

.hp_button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 5px 35px;
  background-color: #4ec7b4;
  border-radius: 30px;
  color: #ffff;
  font-weight: 300;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
}

.hp_button:hover {
  transform: scale(1.05);
}

.hp_button:active {
  transform: scale(0.75);
}

.hp_button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*homepage about*/
.hp_about {
    background-color: #fff;
  border-top: 10px solid #efafbf;
  border-bottom: 10px solid #f7d501;
}

.hp_about_left {
    margin-top: -5vw;
  margin-bottom: -10px;
}

.hp_about_left_box {
    width: 88%;
}

.hp_about_left_box img {
    /*animation: floating 2s infinite linear;*/
}

@keyframes floating {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
}

.hp_about_right_box {
    padding-right: 10vw;
}

.hp_big_title {
    font-family: "Fugaz One", sans-serif;
  color: #79521b;
  font-size: 1.85vw;
  width: fit-content;
  position: relative;
  margin-bottom: 15px;
}

.hp_about .hp_big_title::after {
    content: "";
    position: absolute;
    right: -5vw;
  top: -3vw;
  width: 4vw;
  height: 4vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/27883/image/D_ABOUT_-19.png');
    background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: 2s tada infinite;
}

.hp_keyword {
    font-size: 15.5px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.6;
}

.hp_about_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

.hp_about_title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/*homepage product*/
#main_index .index_wrapper_6 {
    padding: 5.5rem 13% 4.5rem;
  background-color: #4ec7b4;
  border-radius: 0 0 80px 80px;
  position: relative;
}

#main_index .index_wrapper_6::before {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
  width: 9.5vw;
  height: 9.5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/27883/image/E_PRODUCT_-24.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

#main_index .index_wrapper_6::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f4f1;
    z-index: -2;
}

.hp_product {
    margin-bottom: 1rem;
}

.hp_product .hp_big_title {
    color: #fff;
}

.hp_product_right_box {
    display: flex;
  justify-content: flex-end;
}

.hp_product .hp_button {
    background-color: #fff;
  color: #4ec7b4;
  font-weight: 400;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 15px;
  height: auto;
  flex: 1;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: white;
  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 {
  margin: 15px;
  border: none;
  background-color: white;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #333;
  font-weight: 600 !important;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 15px;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
  color: #fff;
  font-weight: 300 !important;
  width: fit-content;
  padding: 5px 25px;
  background-color: #4ec7b4;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 14px;
}

#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: #fff;
}

#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 .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  color: #fff;
  font-size: 25px;
  opacity: 1;
}

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

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

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


.product_detail .mainFunction .compare_check_box,
.product_list_5 .product_box .img_frame .function_area div {
    display: none;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .footer_type6 .logo img {
      max-height: 50px;
    }
    .footer_type6 .title {
      min-height: 50px;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 8.5%;
    }
    .hp_banner_keyword {
        font-size: 1.25vw;
    }
    .hp_banner_title {
        font-size: 3vw;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 1.5rem 15px;
    }
    .hp_why_middle_box {
        width: 90%;
    }
    .hp_why_group {
      width: 100%;
    }   
    .hp_why_point {
        padding: 1rem 0;
    }
    .hp_why_title {
        font-size: 17px;
    }
    .hp_why_keyword {
        font-size: 14.5px;
    }
    
    /*homepage category*/
    .hp_category {
        padding: 4rem 30px 5rem;
        border-radius: 50px 50px 0 0;
    }
    .hp_category_title {
        font-size: 17px;
    }
    .hp_category_content {
        padding: 15px 10px;
    }
    .hp_category_text img {
        max-width: 200px;
    }
    .hp_category_text {
      margin-bottom: 1rem;
    }
    
    /*homepage about*/
    .hp_about_right_box {
      padding-right: 0;
    }
    .hp_big_title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .hp_keyword {
        font-size: 14.5px;
        line-height: 1.5;
    }
    .hp_about_button {
        margin-top: 1rem;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
        border-radius: 0 0 50px 50px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: -10px;
    }

}

.navbar_mobile,
.side_menu {
    background-color: #4ec7b4;
}

.navbar_mobile .btn-outline-light:hover {
  border-color: #f7d501;
  color: #f7d501;
  background-color: transparent;
}

.navbar_mobile .btn-outline-light {
  border-color: #fff;
  color: #fff;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type6 .logo img {
      max-height: 35px;
    }
    .footer_type6 .title {
      min-height: 35px;
    }
    
    /*homepage banner*/
    
    
    /*homepage why*/
    
    
    /*homepage category*/
    
    
    /*homepage about*/
    .hp_about_right_box {
        padding: 2rem 0;
    }
    
    /*homepage product*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type6 {
        padding-bottom: 3rem;
    }
    .footer_type6 .logo img {
      max-height: 50px;
    }
    .footer_type6 .title {
      min-height: 50px;
    }
    .footer_type6 .social_media {
        justify-content: center;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
    }
    .hp_banner_img {
        width: 100%;
    }
    .hp_banner_img img {
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
        object-position: 100% 100%;
    }
    .hp_banner {
        padding: 40px 15px 15px;
        align-items: flex-start;
    }
    .hp_banner_title {
        font-size: 24px;
    }
    .hp_banner_keyword {
        font-size: 12px;
    }
    .hp_banner .hp_button {
      padding: 4px 15px;
      font-size: 12px;
    }
    .hp_banner_sprinkle img {
      max-width: 240px;
    }
    .hp_banner_sprinkle {
        display: flex;
        justify-content: center;
    }
    .hp_banner_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 2.5rem 15px 3rem;
    }
    .hp_why_point:last-child {
      border-bottom: 1px solid #ccc;
    }
    .hp_why_left {
      text-align: left;
      margin-top: 1.5rem;
    }
    
    /*homepage category*/
    .hp_category_top_box {
        margin-bottom: 3rem;
    }
    
    /*homepage about*/
    .hp_about_left {
      margin-top: 0;
      margin-bottom: 0;
    }
    .hp_about_left_box {
      width: 90%;
    }
    .hp_about_right_box {
        padding: 1rem 15px 2.5rem;
    }
    .hp_about .hp_big_title::after {
        display: none;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_6 {
        padding: 100px 15px 4rem;
    }
    #main_index .index_wrapper_6::before {
        width: 100px;
        height: 100px;
    }
    .hp_product_right_box {
      justify-content: flex-start;
      margin-top: 1.5rem;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 15px 10px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 14px;
    }
    #main_index .productSlider-1 .product_img .product_box h6.align-top {
        font-size: 13.5px;
        padding: 5px 15px;
    }

}