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


/*top space*/
.top_space {
  height: 45px;
  background-color: #164f9e;
  display: flex;
  align-items: center;
  padding: 0 9% 0 calc(9% - 15px);
}

.top_space_box {
    display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.top_space_keyword {
    font-size: 13.5px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.top_space_keyword span {
    margin-right: 10px;
}

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

.top_space_left {
    display: flex;
  align-items: center;
  gap: 2vw;
}

.top_space_right {
    display: flex;
  gap: 10px;
}

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

/*navigation bar*/
.navbar_type8 {
    height: 95px;
    padding: 0 5%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid #ccc !important;
}

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
  color: #0056b3;
  font-weight: 700;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 110%;
  width: 0;
  border-bottom: none;
  transition: all 0.35s ease-in-out;
  opacity: 1;
  height: 3px;
  background-image: linear-gradient(to right, #a56d13, #f5e77e, #a77218);
  transform: translate(-50%, 0);
}

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

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

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

/*footer*/
.footer_type4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
  background-image: url('https://cdn1.npcdn.net/userfiles/27750/image/footer-bg.jpg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.6;
}

.footer_type4 h6 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer_type4 .btn-primary {
  background-image: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
  font-weight: 700;
}

/*homepage banner*/
.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 9%;
}

.hp_banner_box {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}

.hp_banner_img {
    position: absolute;
  right: 6%;
  bottom: 4vw;
  width: 41%;
}

.hp_banner_title {
  font-size: 3vw;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  padding-right: 2.5vw;
  margin-right: 2.5vw;
  letter-spacing: .5px;
  border-right: 1.8px solid #e6b115;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_text {
    font-size: 2vw;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.hp_banner_text span {
    display: block;
}

.hp_banner_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.hp_banner .hp_button {
    background-image: linear-gradient(-45deg, #e6b115, #e6b115, #e6b115);
  font-size: 1vw;
  padding: .4vw 1.2vw .4vw 1.5vw;
}

/*homepage about*/
.hp_about {
  padding: 9rem 8% 5rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27750/image/about-bg(1).png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.hp_about_icons {
    display: flex;
  align-items: center;
  gap: 5px;
}

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

.hp_about_icons img:hover {
    animation: 1s swing;
}

.hp_about_left_box {
    width: 105%;
}

.hp_about_right_box {
    width: 107%;
  position: relative;
  left: -7%;
}

.hp_small_title {
    font-size: 17.5px;
  font-weight: 700;
  color: #e6b115;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.hp_small_title::after {
    content: "";
    width: 100%;
    height: 1.8px;
    background-color: #e6b115;
}

.hp_big_title {
    color: #164f9e;
  font-size: 2.25vw;
  font-weight: 700;
  margin-bottom: 25px;
}

.hp_big_title span {
    display: block;
}

.hp_about .hp_small_title {
    margin-bottom: 35px;
}

.hp_keyword {
    font-size: 14.5px;
  margin-bottom: 0;
  color: #666;
  line-height: 1.65;
}

.hp_about_group {
    padding-left: 5.5vw;
  margin-top: 2.5vw;
}

.hp_about_text {
    color: #81a5d5;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

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

.hp_button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 3px 10px 3px 15px;
  background-color: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 5px;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
  background-image: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
  font-weight: 600;
}

.hp_button span {
    display: inline-block;
  line-height: .5;
  transform: rotate(-45deg);
  font-size: 30px;
  transition: all 0.35s ease-out;
}

.hp_button:hover {
  transform: scale(1.05);
  border-radius: 0;
}

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

.hp_button:hover span {
    transform: rotate(0);
}

.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 services*/
#main_index .index_wrapper_4 {
    position: relative;
    padding: 5rem 8%;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27750/image/service-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 0 0 400px 0;
}

.hp_services {
    margin-bottom: 3rem;
}

.hp_services .hp_small_title::after {
    display: none;
}

.hp_services .hp_big_title {
    color: #fff;
}

.hp_services .hp_keyword {
    color: #f4f4f4;
}

.hp_services_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.hp_services_right_box {
    padding-top: 2rem;
}

#main_index .service_3 {
  max-width: 100%;
  padding: 0 26px;
}

#main_index .service_3 .service_box {
  padding: 0 6px !important;
  margin: 6px 0 !important;
  transition: all 0.3s ease-in-out;
}

#main_index .service_3 .service_box:hover {
    transform: translateY(-10px);
}

#main_index .service_3 .service_box > a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 8px solid;
  border-image: linear-gradient(to right, #e3cb67, #a97217) 1;
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 0;
  transition: all 0.3s ease-in-out;
}

#main_index .service_3 .service_box:hover > a {
    border-radius: 00;
}

#main_index .service_3 .service_box .content {
  background-color: transparent;
  opacity: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent, transparent, transparent);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: unset;
  width: 100%;
  height: 100%;
}

#main_index .service_3 .service_box .content h3 {
  color: white;
  text-align: left;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  justify-content: space-between;
  padding-right: 25px;
}

#main_index .service_3 .service_box .content h3::after {
  content: "\f135";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: .5;
  vertical-align: -.125em;
  font-size: 40px;
  position: absolute;
  right: -10px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

#main_index .service_3 .service_box:hover .content h3::after {
    transform: rotate(0);
}

#main_index .service_3 .service_box img {
    height: 280px;
}

#main_index .service_3 .service_box:hover img {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/*homepage product*/
#main_index .index_wrapper_5 {
    position: relative;
    padding: 3rem 8.5% 8rem;
}

#main_index .index_wrapper_5::before {
    content: "";
    position: absolute;
    left: 0;
    top: -9rem;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27750/image/product-tag-obj.png');
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -2;
}

.hp_product_box {
    margin-bottom: 2.5rem;
}

.hp_product .hp_small_title {
    justify-content: center;
}

.hp_product .hp_small_title::after {
    display: none;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 10px 12px;
  height: auto;
  flex: 1;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  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: 0;
  border: none;
  background-color: transparent;
}

#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 .product_img_frame img {
    object-fit: contain !important;
  border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #000;
  font-weight: 700 !important;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
  min-height: 50px;
  padding-top: 10px;
}

#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: 400 !important;
  background-color: #164f9e;
  margin-bottom: 0;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  min-height: auto;
}

#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 .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 1;
  font-size: 20px;
}

#main_index .productSlider-1 .product_img .slick-next,
#main_index .productSlider-1 .product_img .slick-prev {
    width: 35px;
  height: 35px;
}

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

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

/*homepage process*/
.hp_process {
    padding: 3rem 8% 6rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27750/image/step-bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.hp_process_ebox {
    margin: 15px 0;
}

.hp_process_ebox:nth-child(odd) {
    margin-top: 4rem;
}

.hp_process_box {
    width: 90%;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease-in-out;
}

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

.hp_process_img {
    border-radius: 50% 50% 50% 0;
  overflow: hidden;
  border: 5px solid #e6b115;
  transition: all 0.4s ease-in-out;
}

.hp_process_box:hover .hp_process_img  {
    border-radius: 10%;
}

.hp_process_number {
    position: absolute;
  left: 0.5vw;
  top: 0.5vw;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #164f9e;
  color: #fff;
  border-radius: 50% 50% 0 50%;
  font-size: 16px;
  font-weight: 600;
  animation: 2s tada infinite;
}

.hp_process_title {
    font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 15px 0 0;
  line-height: 1.2;
}

.hp_process_title span {
    display: block;
}

.hp_process_top_box {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .hp_process_ebox {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*homepage industry*/
.hp_industry {
    padding: 8.5rem calc(8% + 11px);
  background-image: url('https://cdn1.npcdn.net/userfiles/27750/image/industry-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.hp_industry .hp_small_title::after {
    display: none;
}

.hp_industry .hp_big_title {
    color: #fff;
}

.hp_industry_left {
    padding: 0 6px;
    margin-bottom: 1rem;
}

.hp_industry_ebox {
    padding: 0 6px;
  margin: 6px 0;
}

.hp_industry_right_box {
    margin-top: 2rem;
}

.hp_industry_box {
  border-bottom: 8px solid;
  border-image: linear-gradient(to right, #e3cb67, #a97217) 1;
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 0;
  transition: all 0.35s ease-in-out;
}

.hp_industry_box:hover {
    transform: translateY(-10px);
    border-radius: 0;
}

.hp_industry_content1 {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent, transparent, transparent);
  transition: all 0.35s ease-in-out;
}

.hp_industry_title {
    font-size: 17.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.hp_industry_title span {
    display: block;
}

.hp_industry_box:hover .hp_industry_content1 {
    opacity: 0;
}

.hp_industry_content2 {
    position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 20px;
  transition: all 0.35s ease-in-out;
}

.hp_industry_box:hover .hp_industry_content2 {
    top: 0;
    opacity: 1;
}

.hp_industry_text {
    font-size: 17.5px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 700;
}

.hp_industry_keyword {
    font-size: 14px;
  margin-bottom: 0;
  color: #f4f4f4;
}

/*homepage news*/
#main_index .index_wrapper_8 {
    padding: 6rem 8%;
}

#main_index .latest_new_type4 > .p-0 {
    padding: 0 15px !important;
}

#main_index .latest_new_type4 .news_box {
    padding: 0;
    transition: all 0.4s ease-in-out;
}

#main_index .latest_new_type4 .news_box:hover {
    transform: translateY(-10px);
}

#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    padding: 0 15px !important;
    margin: 15px 0 !important;
}

#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0:nth-child(n+4) {
    display: none;
}

#main_index .latest_new_type4 {
  margin-bottom: 0;
}

#main_index .latest_new_type4 .news_box > a > p:nth-child(2) {
   font-weight: 600;
  font-size: 15px;
}

#main_index .latest_new_type4 > .p-0 > .row:nth-child(2) {
    display: none;
}

/*homepage contact*/
.hp_contact {
    background-image: url('https://cdn1.npcdn.net/userfiles/27750/image/contact-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_contact_left_box {
    padding: 0 3.5vw 0 8vw;
}

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

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*top space*/
    .top_space {
        padding: 0 15px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
        padding: 12px;
    }
    
    /*footer*/
    .footer_type4 {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .footer_type4 h6 {
        font-size: 19px !important;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 5%;
    }
    .hp_banner_title {
        font-size: 3.3vw;
    }
    .hp_banner .hp_button {
        font-size: 1.4vw;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 15.5px;
    }
    .hp_about .hp_small_title {
      margin-bottom: 15px;
    }
    .hp_big_title {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .hp_button span {
        font-size: 25px;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_4 {
        padding: 4rem 15px;
    }
    .hp_services_right_box {
      padding-top: 1rem;
    }
    #main_index .service_3 .service_box .content h3::after {
        font-size: 30px;
    }
    #main_index .service_3 .service_box .content h3 {
        font-size: 16px;
    }
    #main_index .service_3 .service_box img {
      height: 230px;
    }   
    
    /*homepage product*/
    #main_index .index_wrapper_5 {
        padding: 0rem 15px 4rem;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 16px;
        padding-top: 5px;
    }
    #main_index .productSlider-1 .product_img .product_box h6.align-top {
        padding: 8px;
        font-size: 14px;
    }
    #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: 30px;
        height: 30px;
        font-size: 17px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: -5px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: -5px;
    }
    
    /*homepage process*/
    .hp_process {
        padding: 1rem 15px 4rem;
    }
    .hp_process_box {
        width: 100%;
    }
    .hp_process_title {
        font-size: 16px;
    }
    
    /*homepage industry*/
    .hp_industry {
        padding: 4rem 26px;
    }
    .hp_industry_right_box {
      margin-top: 1rem;
    }
    .hp_industry_text {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_8 {
      padding: 4rem 15px;
    }
    .latest_new_type4 .news_box .img_frame {
        height: 230px;
    }
    
    /*homepage contact*/
    .hp_contact_left_box {
      padding: 3rem 15px;
    }

}

.side_menu {
    background-color: #164f9e;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    
    
    /*homepage services*/
    
    
    /*homepage product*/
    
    
    /*homepage process*/
    
    
    /*homepage industry*/
    .hp_industry_keyword {
        font-size: 10px;
    }
    .hp_industry_text {
        font-size: 12px;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type4 .left_line {
        padding: 15px;
    }
    .footer_type4 {
        padding-bottom: 5rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 15px;
        align-items: flex-start;
    }
    .hp_banner_title {
        font-size: 23px;
        padding-right: 15px;
        margin-right: 15px;
    }
    .hp_banner_text {
        font-size: 18px;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        gap: 0;
        padding: 3px 5px 3px 10px;
    }
    .hp_banner_button {
        margin-top: 1rem;
    }
    .hp_banner_img {
      right: 5%;
      bottom: 5px;
      width: 90%;
    }
    .hp_banner_img img {
        min-height: 220px;
        max-height: 220px;
        object-fit: contain;
        object-position: 50% 100%;
    }
    
    /*homepage about*/
    .hp_about_left_box {
      width: 100%;
    }
    .hp_about_right_box {
        width: 100%;
        left: 0;
        margin-top: 2rem;
    }
    .hp_big_title span {
      display: unset;
    }
    .hp_about_group {
      padding-left: 0;
      margin-top: 2rem;
    }
    .hp_about_icons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hp_about_text {
        text-align: center;
    }
    .hp_about_button {
        justify-content: center;
    }
    
    /*homepage services*/
    #main_index .service_3 .service_box .content {
        padding: 10px;
    }
    #main_index .service_3 .service_box .content h3::after {
        font-size: 25px;
    }
    #main_index .service_3 .service_box .content h3 {
        font-size: 15px;
    }
    #main_index .service_3 .service_box img {
        height: 200px;
    }
    #main_index .index_wrapper_4::before {
        border-radius: 0 0 100px 0;
    }
    
    /*homepage product*/
    .hp_product_box {
      margin-bottom: 1.5rem;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        min-height: 60px;
    }
    
    /*homepage process*/
    .hp_process_ebox:nth-child(2n+1) {
      margin-top: 15px;
    }
    .hp_process .row {
        justify-content: center;
    }
    
    /*homepage industry*/
    .hp_industry .hp_big_title {
      color: #164f9e;
    }
    .hp_industry {
        padding: 4rem 15px 0;
        background-image: unset;
    }
    .hp_industry_left {
      padding: 0 15px;
      margin-bottom: 0;
    }
    .hp_industry_right_box {
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .hp_industry_ebox {
        padding: 0 15px;
      margin: 15px 0;
    }
    .hp_industry_title {
        font-size: 20px;
    }
    .hp_industry_text {
        font-size: 17px;
    }
    .hp_industry_keyword {
        font-size: 14px;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    

}