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

.np_language_btn .dropdown_btn {
    color: #fff;
  background-color: #e81515;
}

.np_language_btn .dropdown_btn a,
.np_language_btn .dropdown_btn a:hover {
    color: #fff;
}

.np_language_btn .dropdown_btn span {
  color: #fff;
}


/*navigation bar*/
.navbar_type8 {
    height: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 7%;
  transition: all 0.25s ease-in-out;
  background-color: #fff;
}

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

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

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

.navbar_type8 .logo img {
    width: 100%;
  padding: 10px;
  height: 100%;
  transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px !important;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.15vw;
  color: #000;
  font-weight: 700;
  padding: 12px;
  letter-spacing: .5px;
}

.nav_fb {
  display: flex;
  align-items: center;
  padding-left: 2vw;
  gap: 10px;
}

.nav_fb a {
  color: #fff;
  background-color: #e81515;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  font-size: 21px;
}

.nav_fb a:hover {
    color: #fff;
    text-decoration: none;
    animation: 1s swing;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 105%;
  width: 0;
  border-bottom: none;
  transition: all 0.35s ease-in-out;
  opacity: 1;
  background-color: #e81515;
  height: 2px;
  transform: translate(-50%, 0);
}

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

/*footer*/
.footer_type6 {
  background-color: #1a217a;
  color: white;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
}

.footer_type6 .title {
    min-height: unset;
}

.footer_type6 .line {
    margin-top: 2rem;
}

.footer_type6 .logo img {
    max-height: 65px;
  /*background-color: #fff;*/
  /*padding: 5px;*/
  filter: brightness(0) invert(1);
}

.footer_type6 .logo {
    padding-top: 65px;
}

.footer_type6 .title h5 {
    text-transform: uppercase;
  font-size: 18.5px;
}

.footer_contact_text a {
    display: flex;
  gap: 10px;
}

.footer_contact_title {
    margin-top: 35px;
}

.footer_type10 .social_media a:hover .icon_s img {
  filter: brightness(100);
}

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

.footer_type10 {
  color: white;
  background-color: #1a217a;
  padding-top: 2rem !important;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}

.footer_type10 a:hover {
  color: #ccc;
}

.footer_type10 a.text:hover, .footer_type10 a.text-light:focus, .footer_type10 a.text-light:hover {
    color: #ccc !important;
}

.footer_type10 .social_media a:hover .icon_s i {
  color: #ccc;
}

.footer_type10 .text {
    font-size: 14px;
}

.footer_type10 .logo img {
    filter: brightness(0) invert(1);
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) > div:nth-child(4){
    margin-top: 2.5rem;
}

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

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

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

.hp_banner_small {
    font-size: 1.3vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 2vw;
}

.hp_banner_title {
    font-size: 3vw;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2vw;
  letter-spacing: 1px;
  line-height: 1.15;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_keyword {
    font-size: 1vw;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}

.hp_banner_keyword span {
    display: block;
}

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

.hp_button2 {
    display: flex;
  align-items: center;
  color: #fff;
  background-color: #e81515;
  border: none;
  padding: 8px 15px;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.35s ease-in-out;
  text-align: left;
}

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

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

.hp_button2 img {
    max-width: 40px;
  filter: brightness(0) invert(1);
}

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

.hp_banner_slogan {
    position: absolute;
  bottom: 20vw;
  right: -20vw;
  transform: rotate(-90deg);
}

.hp_banner_TEXT {
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: .5px #fff;
  line-height: .9;
  width: 45vw;
}

.slider_banner .item {
    position: relative;
    overflow: hidden;
}

.slider_banner .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27651/image/red.png');
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 1;
}

/*@media (min-width: 991px) {*/
/*    #main_index .index_wrapper_2 {*/
/*        margin-top: -95px;*/
/*    }*/
/*}*/

/*homepage about*/
.hp_about {
    padding: 0 8%;
    position: relative;
    background-image: url('https://cdn1.npcdn.net/userfiles/27651/image/brands-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.hp_about::before {
  content: "Since 1999";
  position: absolute;
  left: 1.5vw;
  bottom: 0;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #e81515;
  z-index: 1;
}

html[lang="ms"] .hp_about::before {
    content: "Sejak 1999";
}

.hp_small_title {
    font-size: 20px;
  font-weight: 700;
  color: #e81515;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.hp_about .hp_small_title {
    margin-bottom: 10px;
  padding-right: 10px;
}

.hp_big_title {
    font-size: 3vw;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.15;
}

.hp_big_title span {
    display: block;
}

.hp_about_left_box {
  padding-right: 0;
  margin-top: 9.5vw;
  width: 115%;
  position: relative;
  left: -10%;
}

.hp_about_right_box {
    margin-top: 12vw;
  padding-left: 1vw;
}

.hp_about_middle {
    margin-top: -3vw;
}

.hp_about_middle_box {
    position: relative;
  width: 100%;
  left: -5%;
}

.hp_keyword {
    font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 0;
  text-align: justify;
}

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

.hp_button {
    padding: 0;
  background-color: transparent;
  border: none;
  font-size: 13.5px;
  font-weight: 700;
  color: #e81515;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.hp_button span {
    display: inline-block;
    transition: all 0.35s ease-in-out;
}

.hp_button:hover span {
    transform: translateX(10px);
}

.hp_button:active span {
    transform: translateX(25px);
}

.hp_button img {
    max-width: 85px;
}

/*homepage category*/
.hp_category {
    padding: 6rem 8% 2rem;
  position: relative;
  background-image: url('https://cdn1.npcdn.net/userfiles/27651/image/brands-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.hp_category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 37%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27651/image/whybg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    clip-path: polygon(0% 20%, 5% 0%, 100% 0%, 100% 100%, 0% 100%);
}


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

.hp_category_top_button {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

/*.hp_category_right_box {*/
/*    padding-left: 4vw;*/
/*}*/

.hp_category_ebox {
    margin: 15px 0;
}

.hp_category_box {
  height: 100%;
  padding-top: 30px;
  position: relative;
  clip-path: polygon(85% 0%, 100% 12%, 100% 100%, 0% 100%, 0% 0%);
  background-image: linear-gradient(30deg, #fff, #e7e7e7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}

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

.hp_category_content {
    width: 90%;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.hp_category_box:hover .hp_category_content {
    width: 100%;
}

.hp_category_button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #1a217a;
  border: none;
  color: #fff;
  height: 100%;
  font-size: 1.4vw;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 15px 6px 25px;
  clip-path: polygon(0% 25%, 6% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.hp_category_content:hover .hp_category_button {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hp_category_img {
    padding-bottom: 10px;
}

/*homepage why*/
.hp_why {
    padding-top: 6.5rem;
  position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 94%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27651/image/whybg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    clip-path: polygon(100% 92%, 96% 100%, 0% 100%, 0% 0%, 100% 0%);
}

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

.hp_why_left_box {
  width: 92%;
  margin-top: 3vw;
}

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

.hp_why_point:hover .hp_why_icon img,
.hp_solution_point:hover .hp_solution_icon img {
    animation: 1s swing;
}

.hp_why_title {
    font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.hp_why_keyword {
    font-size: 13.5px;
  margin-bottom: 0;
  color: #f4f4f4;
  line-height: 1.6;
}

.hp_why_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 5vw;
  margin-top: 4rem;
}

.hp_why_point {
    position: relative;
    transition: all 0.4s ease-in-out;
}

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

.hp_why_right_box {
    padding: 0 8vw 0 3vw;
}

.hp_solution_icon img {
    max-width: 75px;
  width: 75px !important;
  filter: brightness(0) invert(1);
}

.hp_solution_point {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgb(255,255,255,0.3);
  padding: 25px 0;
}

.hp_solution_title {
  font-size: 1.25vw;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  width: 75%;
}

.hp_solution_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
  border-top: 1px solid rgb(255,255,255,0.3);
}

/*homepage brand*/
.hp_brand {
    position: relative;
    padding: 5.5rem 0 9rem;
}

.hp_brand::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27651/image/brands-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    z-index: -1;
}

/*.hp_brand_bottom_box {*/
/*    display: flex;*/
/*  align-items: center;*/
/*  gap: 2.5rem;*/
/*  width: 100%;*/
/*  margin: 4rem auto 0;*/
/*}*/

.hp_brand_img {
    margin: 10px 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

/*homepage news*/
#main_index .index_wrapper_7 {
    padding: 0 8% 5rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/27651/image/brands-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.hp_news_top_box {
    margin-bottom: 3.5rem;
}

#main_index .latest_new_type4 {
  width: 92%;
  margin: 0 auto;
}

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

#main_index .latest_new_type4 .news_box {
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

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

.latest_new_type4 .news_box .badge-primary {
    background-color: #1a217a;
}

.latest_new_type4 .news_box .date {
    color: #222;
}

/*homepage contact*/
.hp_contact {
    position: relative;
    padding: 4.5rem 9.5%;
}

.hp_contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    background-color: #e81515;
    clip-path: polygon(95% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 0%);
}

.hp_contact::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15%;
    background-color: #1a217a;
    z-index: -2;
}

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

.hp_contact_top_box {
    display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
}

.hp_contact .hp_button {
    background-color: #fff;
  padding: 10px 15px;
}

.hp_contact_title {
    font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.hp_contact_title span {
    display: inline-block;
}

.hp_contact_point:hover .hp_contact_title span {
    animation: 1s swing;
}

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

.hp_contact_point:nth-child(2) .hp_contact_keyword {
  display: flex;
  gap: 15px;
}

.hp_contact_keyword span {
    display: block;
}

.hp_contact_keyword a,
.hp_contact_keyword a:hover {
    color: #fff;
}

.hp_contact_keyword a i {
    font-size: 30px;
}

.hp_contact_bottom_box {
    display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}

.hp_contact_point {
    position: relative;
    transition: all 0.4s ease-in-out;
}

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

.hp_contact_btn {
    font-size: 15px;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 6px 40px;
  transition: all 0.3s ease-in-out;
}

.hp_contact_btn:hover {
    background-color: #fff;
  color: #e81515;
}

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

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

/*homepage responsive*/

@media (max-width: 1450.5px) {
    .hp_solution_icon img {
        max-width: 65px;
        width: 65px !important;
    }
}

@media (max-width: 1300.5px) {
    .navbar_type8 {
        padding: 0 5%;
    }
    .hp_solution_icon img {
        max-width: 55px;
        width: 55px !important;
    }
}

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    #main_index .navbar_type8 {
        background-color: #fff;
    }
    .nav_fb {
        font-size: 30px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
        padding: 7px;
    }
    
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 6.5%;
    }
    .hp_banner_keyword {
        font-size: 1.25vw;
    }
    .hp_button2 {
        font-size: 12px;
    }
    
    /*homepage about*/
    .hp_about {
      padding: 0 15px;
    }
    .hp_small_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .hp_big_title {
        font-size: 30px;
    }
    .hp_about_right_box {
        padding-left: 0;
        margin-top: 8vw;
    }
    .hp_about_button {
        margin-top: 20px;
    }
    .hp_about_left_box {
        left: -5%;
        margin-top: 7.5vw;
    }
    
    /*homepage category*/
    .hp_category {
        padding: 4rem 15px 1.5rem;
    }
    .hp_category_right_box {
      padding-left: 0;
    }
    .hp_category_top_button {
        margin-top: 20px;
    }
    .hp_category_button {
        font-size: 18px;
    }
    
    /*homepage why*/
    .hp_why {
        padding-top: 4rem;
    }
    .hp_why_right_box {
      padding: 0 15px;
    }
    .hp_why_left_box {
        width: 95%;
        margin-top: 5rem;
    }
    .hp_why_icon img {
      max-width: 60px;
    }
    .hp_why_title {
        font-size: 19px;
    }
    .hp_why_keyword {
        line-height: 1.5;
    }
    .hp_why_group {
        gap: 2rem 5vw;
        margin-top: 2.5rem;
    }
    .hp_solution_title {
        font-size: 16px;
    }
    .hp_solution_point {
        padding: 20px 0;
    }
    
    /*homepage brand*/
    .hp_brand {
      padding: 3.5rem 0 5rem;
    }
    /*.hp_brand_bottom_box {*/
    /*    gap: 3rem;*/
    /*    width: 90%;*/
    /*    margin: 3rem auto 0;*/
    /*}*/
    .hp_brand_img {
        margin: 10px 15px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
        padding: 0 15px 3rem;
    }
    .hp_news_top_box {
      margin-bottom: 2rem;
    }
    #main_index .latest_new_type4 {
        width: 100%;
        padding: 0 20px;
    }
    .latest_new_type4 .news_box .img_frame {
        height: 240px;
    }
    
    /*homepage contact*/
    .hp_contact {
      padding: 3.5rem 15px;
    }
    .hp_contact_top_box {
        padding-bottom: 2rem;
    }
    .hp_contact .hp_button {
        padding: 8px 15px;
    }
    .hp_button img {
      max-width: 75px;
    }
    .hp_contact_bottom_box {
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .hp_contact_title {
        font-size: 18px;
    }
    .hp_contact::before {
        width: calc(100% - 10px);
    }
    .hp_contact_btn {
        padding: 6px 30px;
    }

}

.side_menu {
    background-color: #1a217a;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    
    
    /*homepage category*/
    
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 0;
    }
    .hp_why::before {
        height: 100%;
    }
    
    /*homepage brand*/
    /*.hp_brand_bottom_box {*/
    /*    gap: 2rem;*/
    /*    width: 100%;*/
    /*}*/
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact_bottom_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type6 .social_media {
      text-align: center;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
        object-position: 70% 50%;
        background-image: linear-gradient(to bottom, #000 50%, #fff 50%);
    }
    .hp_banner {
        padding: 15px;
        align-items: flex-start;
    }
    .hp_banner_small {
        font-size: 12px;
    }
    .hp_banner_title {
        font-size: 22px;
    }
    .hp_banner_keyword span {
      display: unset;
    }
    .hp_banner_keyword {
        font-size: 12px;
        line-height: 1.5;
    }
    .hp_button2 {
        font-size: 9px;
        padding: 5px 10px;
        gap: 5px;
    }
    .hp_banner_img {
        width: 90%;
    }
    .hp_banner_img img {
        min-height: 230px;
        max-height: 230px;
        object-fit: contain;
        object-position: 100% 100%;
    }
    .slider_banner .item::before {
        background-size: 45%;
    }
    .hp_banner_TEXT {
        width: 60vw;
        font-size: 5vw;
        -webkit-text-stroke: .2px #fff;
    }
    .hp_banner_slogan {
        bottom: 27vw;
        right: -27vw;
    }
    
    /*homepage about*/
    .hp_about_middle_box {
        width: 100%;
        left: 0;
    }
    .hp_about .hp_big_title {
        font-size: 28px;
    }
    .hp_about .hp_keyword {
        text-align: center;
    }
    .hp_about_left_box {
        margin-top: 3rem;
        width: 100%;
        left: 0;
    }
    .hp_about_right_box {
        margin-top: 1.5rem;
    }
    .hp_about::before {
        font-size: 11vw;
        bottom: -1rem;
        -webkit-text-stroke: .5px #e81515;
    }
    .hp_about_middle_box {
        margin-top: 2.5rem;
    }
    .hp_about_button {
        justify-content: center;
    }
    /*.hp_about_middle_box img {*/
    /*    max-height: 90vw;*/
    /*    object-fit: cover;*/
    /*    object-position: 50% 100%;*/
    /*}*/
    .hp_big_title span {
      display: unset;
    }
    .hp_about .hp_big_title span {
      display: block;
    }
    .hp_about_middle {
        margin-top: 0;
    }
    
    /*homepage category*/
    .hp_category .row {
      row-gap: 0;
    }
    .hp_category_right_box {
        margin: 20px 0 2rem;
    }
    .hp_category_button {
        font-size: 20px;
    }
    .hp_category_content {
        width: 85%;
    }
    .hp_category::before {
        height: 15%;
        clip-path: polygon(0% 5%, 5% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .hp_category_top_button {
        justify-content: flex-start;
    }
    
    /*homepage why*/
    .hp_why_left_box {
        width: 100%;
        margin-top: 0;
    }
    .hp_why_right_box {
        margin-top: 3rem;
    }
    .hp_why_group {
        gap: 2rem;
        margin-top: 2.5rem;
        grid-template-columns: 1fr;
    }
    .hp_why::before {
        clip-path: polygon(100% 99%, 96% 100%, 0% 100%, 0% 0%, 100% 0%);
    }
    
    .hp_solution_group {
        grid-template-columns: 1fr;
    }
    .hp_solution_title {
        width: auto;
    }
    
    /*homepage brand*/
    /*.hp_brand_bottom_box {*/
    /*    display: grid;*/
    /*    grid-template-columns: 1fr 1fr;*/
    /*}*/
    .hp_brand_img {
        margin: 10px;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact_top_box {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding-bottom: 2.5rem;
    }
    .hp_contact_bottom_box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hp_contact_keyword span {
      display: unset;
    }
    .hp_contact::before {
        clip-path: polygon(90% 0%, 100% 5%, 100% 100%, 0% 100%, 0% 0%);
    }

}