body > br {
    display: none;
}

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

/*custom top nav*/
.d-lg-block.editor{
    padding-bottom: 130px;
}
.custom-nav {
    background: #fff;
    display: flex;
    height: 130px;
    position: fixed;
    z-index: 10;
    padding: 0 10%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-navlogo {
    flex: 0 0 20%;
    padding: 4px 0;
}
.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.custom-navinfo {
   display: flex;
  flex: 0 1 80%;
  justify-content: space-around;
  padding-left: 3vw;
}
.cn-infobox {
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    gap: 10px;
}
.cn-infobox:last-child {
    padding-right: 0;
    gap: 0;
}
/*.cn-infobox.left-line:before {*/
/*  display: block;*/
/*  content: "";*/
/*  width: 1px;*/
/*  height: 50%;*/
/*  background: #ff7e33;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*}*/
.cn-infobox img {
    max-width: 40px;
}

.cn-infobox:hover img {
    animation: 1s rubberBand;
}

.cn-infobox_social_point img {
    width: 100%;
  max-width: 30px;
  margin-right: 0;
}

.cn-infotext {
    white-space: nowrap;
}
.cn-infotext-1 {
 font-size: 16px;
  color: #c22036;
  font-weight: 700;
  text-transform: uppercase;
}
a.cn-infotext-2 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cn-infotext-2 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a.cn-infotext-2:hover {
    color: #c22036;
}

.cn-infobox_social {
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media all and (max-width:1200px) {
    .custom-navinfo {
    padding-right: 0;
    }
}
@media all and (max-width:991.52px) {
    .custom-nav {
    display: none;
    }
    .d-lg-block.editor{
    padding-bottom: 0;
    }
}


/*navigation bar*/
.navbar_type8 {
  height: 40px;
  margin-top: -20px;
}


.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 0 80%;
    margin-left: auto;
    justify-content: center;
    padding-left: 0;
  padding-right: 0;
    margin-right: 10%;
    background-color: #262626;
}

.navbar_type8 .nav_tab .nav_item a {
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.navbar_type8 .nav_tab .nav_item a::before {
  position: absolute;
  content: "";
  left: -3%;
  bottom: 0;
  width: 0;
  transition: all 0.4s ease-in-out;
  height: 2px;
  background-color: #c22036;
}


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

.navbar_type8 .nav_tab .nav_item::before {
  display: none;
}

.dark_nav {
    background-color: transparent !important;
  animation: none;
  margin-top: 0;
  top: 110px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #f4f4f4;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #ff7e33;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff !important;
    background-color: #ff7e33;
}

.navbar_type8 .nav_tab .nav_item {
  height: 100%;
  text-transform: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.navbar_type8 .nav_tab .nav_item:last-child {
    background-color: #c22036;
}

@media (min-width: 991px) {
    #top_spacing {
        height: 0 !important;
    }
}

/*footer*/
.footer_type6 {
  background-color: #fff;
  color: #000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 5px solid #c22036;
}

.footer_type6 a {
    color: #000;
}

.footer_type6 a:hover {
    color: #c22036;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    color: #000;
    font-size: 13px;
}

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

.footer_type6 .input-container .submit {
    color: #000;
  z-index: 10;
  padding: 10px;
  font-size: 20px;
}

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

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

.footer_type6 .logo {
    padding-top: 90px;
  min-height: 90px;
}

.footer_type6 .title h5 {
    text-transform: uppercase;
  color: #c22036;
  font-size: 18px;
}

@media (min-width: 767px) {
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(3) {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(4) {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
}

/*homepage banner*/

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
}

.hp_banner_img {
    position: absolute;
  width: 58%;
  left: 0;
  bottom: 0;
}

.hp_banner_title {
  position: absolute;
  left: 6.5vw;
  bottom: 7.5vw;
  color: #fff;
  font-size: 3.3vw;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1;
}

.hp_banner_break {
    display: block;
}

.hp_banner_small {
  font-size: 1.4vw;
  border-bottom: 1px solid #fff;
  padding-right: 3vw;
  margin-right: 10px;
  position: relative;
  bottom: 11px;
  padding-bottom: 3px;
}

/*homepage why*/

.hp_why_ebox:first-child {
    background-color: #f6f6f6;
}

.hp_why_ebox:nth-child(2) {
    background-color: #c22036;
}

.hp_why_ebox:nth-child(3) {
    background-color: #262626;
}

.hp_why_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 85%;
  margin: 0 auto;
  height: 100%;
  padding: 2.6rem 0;
}

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

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

.hp_why_title {
    font-size: 1.4vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

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

.hp_why_ebox:first-child .hp_why_title {
    color: #000;
}

.hp_why_ebox:first-child .hp_why_keyword {
    color: #555;
}

/*homepage about*/
.hp_about {
    padding-top: 5rem;
  padding-bottom: 5rem;
}

.hp_about_left {
    position: relative;
}

.hp_about_left::before {
    content: "";
    position: absolute;
    right: -10px;
  top: 5%;
  width: 425px;
  height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26627/image/C_ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: -1;
}

.hp_small_title {
    font-size: 16px;
  color: #c22036;
  font-weight: 700;
  margin-bottom: 5px;
}

.hp_big_title {
    font-size: 2.6vw;
  color: #262626;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 700;
}

.hp_about_keyword {
    font-size: 15px;
  color: #555;
  margin-bottom: 0;
  line-height: 1.8;
}

.hp_about_button {
    display: flex;
  margin-top: 20px;
}

.hp_about_button a:hover, .hp_category_content a:hover {
    text-decoration: none;
}

/*.hp_about_left, .hp_about_right {*/
/*    display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  flex-direction: column;*/
/*}*/

.hp_about_img {
  width: 100%;
  margin-left: auto;
  margin-top: 3rem;
}

.hp_button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 7px 35px;
  background-color: #c22036;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: 700;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 14px;
}

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

.hp_button:active {
    outline: none;
}

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

.hp_about_list {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 20px;
}

.hp_about_keyword_gap {
    margin-bottom: 15px;
}

.hp_about_list_inside {
    padding-left: 15px;
}

.hp_about_list_special {
    list-style: none;
}

.hp_about_text {
    margin: 3rem 0 1.5rem;
}

/*homepage category*/
.hp_category {
    padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}

.hp_category_top {
    text-align: center;
}

.hp_category_ebox {
    margin: 10px 0;
  padding: 0 10px;
}

.hp_category_box {
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.hp_category_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #c22036;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.hp_category_box:hover::before {
    width: 0%;
}

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

.hp_category_content {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hp_category_button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border: none;
  color: #fff;
  padding: 11.5vw 22px 22px;
  text-align: left;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.hp_category_button:focus {
    outline: none;
}

/*homepage portfolio*/

.hp_portfolio .hp_small_title, .hp_portfolio .hp_big_title {
    color: #fff;
}

.hp_portfolio_keyword {
    font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.8;
}

.hp_portfolio_box {
    padding-right: 9vw;
}

.hp_portfolio_button {
    display: flex;
  margin-top: 20px;
}

.hp_portfolio_button a:hover {
    text-decoration: none;
}

#main_index .index_wrapper_6 {
    padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26627/image/E_BG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: contain;
  padding: 0;
}

#main_index .hp_photoGallerySlider_type3 {
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 5px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index #index_7 {
    display: flex;
  justify-content: center;
  align-items: center;
}

#main_index .innerRow_6 {
    padding: 0 2vw 0 7vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
  content: '';
  background-image: unset;
  width: unset;
  height: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: inline-block;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  content: '';
  background-image: unset;
  width: unset;
  height: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: inline-block;
  filter: unset;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  content: '→';
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
  content: '←';
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  text-shadow: none;
  color: #fff;
  font-size: 18px;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-color: #c22036;
  border-radius: 50%;
  padding-top: 3px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
  right: -30px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -40px;
}

/*homepage slogan*/
.hp_slogan {
    padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26627/image/F_BG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_slogan_marquee {
  font-size: 2.6vw;
  color: #fff;
  height: 3rem;
  overflow: hidden;
  position: relative;
  line-height: 3rem;
  font-weight: 700;
}

.hp_slogan_keyword {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 15s linear infinite;
}

.hp_slogan_keyword span {
    float: left;
    width: 50%;
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

/*homepage news*/

.hp_news_top {
    text-align: center;
}

#main_index .index_wrapper_9 {
    padding-top: 4rem;
  padding-bottom: 4rem;
}

.latest_new_type6 .news_box .news_box_content {
    background-color: #f6f6f6;
}

.latest_new_type6 .news_box {
    padding: 10px 15px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

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

/*homepage contact*/
.hp_contact_map_ebox {
    padding: 0;
}

.hp_contact_map_box {
    background-color: #262626;
}

.hp_contact_map_box iframe {
    width: 100%;
}

.hp_contact {
    background-color: #262626;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hp_contact_icon img {
    max-width: 25px;
}

.hp_contact_small {
    font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.hp_contact_content {
    display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}

.hp_contact_keyword {
    font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 5px;
  color: #fff;
}

.hp_contact_keyword a, .hp_contact_keyword a:hover {
    color: #fff;
    text-decoration: none;
}

.hp_contact_obox {
    display: flex;
  justify-content: space-between;
  align-items: center;
}

.hp_contact_box {
    position: relative;
}

.hp_contact_box::before {
    content: "";
    position: absolute;
    right: -5vw;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 110%;
    background-color: #fff;
}

.hp_contact_box:last-child::before {
    display: none;
}

.hp_contact_box:hover .hp_contact_icon img {
    animation: 1s rubberBand;
}

/*other pages*/
.page_title {
    margin-top: 40px;
}

.ws_contact #v-pills-hq h5 {
    font-size: 1.15rem;
}

#main_showproducts {
    margin-top: 40px;
}

/*homepage responsive*/

@media (max-width: 1200px) {
    .navbar_type8 .nav_tab {
        flex: 0 0 90%;
        margin-right: 5%;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
    }
    .custom-nav {
        padding: 0 5%;
        padding-bottom: 20px;
    }
    .cn-infotext-1 {
        font-size: 14px;
        line-height: 1.1;
    }
    a.cn-infotext-2, .cn-infotext-2 {
        font-size: 13px;
    }
    .cn-infobox img {
      max-width: 30px;
    }
    .cn-infobox {
        padding: 0 15px;
    }
    .cn-infobox:last-child {
        padding-left: 10px;
    }
    .hp_why_box {
        gap: 15px;
        padding: 2rem 0;
        width: 100%;
    }
    .hp_why_icon img {
      max-width: 55px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    .hp_why_title {
        font-size: 16px;
    }
    .hp_about, .hp_category {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .hp_about_keyword, .hp_portfolio_keyword, .hp_about_list {
        font-size: 14px;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_big_title {
        margin-bottom: 10px;
    }
    .hp_button {
        padding: 6px 30px;
        font-size: 13px;
    }
    .hp_about_button, .hp_portfolio_button {
      margin-top: 10px;
    }
    .hp_about_left::before {
        top: 0%;
        width: 280px;
    }
    .hp_category_button {
        font-size: 15px;
        padding: 13vw 15px 15px;
    }
    #main_index .index_wrapper_6, #main_index .index_wrapper_9, .hp_contact {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #main_index .innerRow_6 {
      padding: 0 2vw 0 1vw;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
        font-size: 15px;
      width: 25px;
      height: 25px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: -30px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
      right: -25px;
    }
    .hp_portfolio_box {
      padding-right: 0vw;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dotted.slick-slider {
      margin-bottom: 0 !important;
    }
    .hp_slogan {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #main_index .latest_new_type6 {
        padding-top: 0;
    }
    .latest_new_type6 .news_box .img_frame {
        height: 230px;
    }
    .hp_contact_small {
        font-size: 14px;
    }
    .hp_contact_icon img {
      max-width: 20px;
    }
    .hp_contact_box::before {
        right: -8.5vw;
    }
}

.side_menu {
    background-color: #c22036;
}

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

@media (max-width: 991px) {
    .hp_small_title {
        font-size: 14px;
    }
    .hp_category_button {
        font-size: 14px;
        padding: 9vw 10px 10px;
    }
    #main_showproducts {
      margin-top: 0;
    }
    .page_title {
      margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 280px !important;
        object-fit: cover;
        object-position: 70% 50%;
    }
    .hp_banner_img {
        width: 90%;
    }
    .hp_banner_title {
        left: 3vw;
        bottom: 12vw;
        color: #fff;
        font-size: 5.5vw;
    }
    .hp_banner_small {
      font-size: 2.7vw;
      margin-right: 5px;
      bottom: 5px;
      padding-bottom: 1px;
    }
    .hp_why_keyword {
        font-size: 13px;
    }
    .hp_why_title {
        font-size: 15px;
    }
    .hp_why_box {
        padding: 1.5rem 0;
    }
    .hp_big_title {
        font-size: 23px;
    }
    .hp_about_img {
      width: 100%;
      margin-top: 2rem;
    }
    .hp_category_button {
        font-size: 15px;
        padding: 18vw 10px 10px;
        text-shadow: 1px 1px 3px #000;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
      padding: 0;
    }
    #main_index .innerRow_6 {
        padding: 0 10px;
    }
    .hp_portfolio_box {
        margin-top: 2rem;
    }
    .hp_slogan_marquee {
        font-size: 6vw;
        height: 2rem;
        line-height: 2rem;
    }
    .hp_slogan_keyword {
        animation: marquee 10s linear infinite;
    }
    .hp_contact_map_box iframe {
        height: 300px;
    }
    .hp_contact_obox {
        flex-direction: column;
      align-items: flex-start;
    }
    .hp_contact_keyword {
        font-size: 4.5vw;
        margin-top: 10px;
    }
    .hp_contact_box::before {
        display: none;
    }
    .hp_contact_icon img {
        max-width: 25px;
    }
    .hp_contact_small {
        font-size: 15px;
    }
    .hp_contact_box {
        position: relative;
        width: 100%;
        padding: 20px 10px;
        border-bottom: 1px solid #fff;
    }
    .hp_contact_box:last-child {
        border-bottom: none;
    }
    .hp_contact {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #main_showproducts .product-detail-tab table {
      overflow-x: scroll;
        display: block;
        width: 100% !important;
        padding-bottom: 10px;
    }
    .hp_slogan_marquee {
        font-size: 5.25vw;
    }
    .hp_slogan_keyword {
        width: 450%;
    }
}

