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

body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

#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: 85px;
  background-color: #fff;
  padding: 0 8.5%;
  border-bottom: .8px solid #ccc;
  transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

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

.navbar_type8 .logo {
    margin-left: 0;
}

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

.navbar_type8 .nav_tab {
    padding-right: 0;
  gap: 3.2vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.25vw;
    color: #000;
    padding:15px 0.5vw;
    font-weight: 300;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #000 !important;
    text-shadow: none !important;
}

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

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

/*footer*/
.footer_type6 {
  background-color: #222a35;
  color: white;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/28085/image/G-BG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}

.footer_type6 .copy_right b {
    font-weight: 700;
}

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

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

.footer_type6 .logo img {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  max-height: 80px;
}

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

.footer_type6 .title h5 {
    text-transform: uppercase;
  font-weight: 400;
  font-size: 17.5px;
}

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

.footer_type6 .line {
    background-color: rgba(255, 255, 255, 0.7);
    height: .8px;
    margin-top: 2rem;
}

.footer_type6 .input-container input {
    border-bottom: none;
}

.footer_type6 .input-container {
    border: .8px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label {
  font-size: 13px;
  padding-left: 10px;
}

.footer_type6 .input-container .submit {
    background-color: #d61e28;
  padding: 5px 15px;
  font-size: 17px;
  border-radius: 5px;
  bottom: unset;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
}

.footer_type6 .social_media {
    display: none;
}

.footer_qr {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 15px;
}

.footer_qr_point {
    position: relative;
    transition: all 0.2s ease-in-out;
}

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

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

.footer_qr_title {
    font-size: 11px;
  margin-bottom: 5px;
  min-height: 20px;
}

.footer_qr_logo {
  margin-bottom: 5px;
  min-height: 20px;
  display: flex;
  align-items: center;
}

.custom_footer_contact span i {
    display: inline-block;
    width: 25px;
}

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

/*homepage banner*/
.slider_banner .banner_content,
.slider_banner .item {
    overflow: hidden;
}

/*.slider_banner .item::before {*/
/*    content: "";*/
/*    height: 45vw;*/
/*    width: 45vw;*/
/*    position: absolute;*/
/*    top: -6vw;*/
/*    left: -8vw;*/
/*    border-radius: 50%;*/
/*    background-color: #050052;*/
/*    filter: blur(120px);*/
/*    z-index: 1;*/
/*    opacity: 0.9;*/
/*}*/

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

.hp_banner_box {
    width: 40%;
}

.hp_banner_small {
    font-size: 1.05vw;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5vw;
  letter-spacing: 1px;
  color: #fff;
}

.hp_banner_small span {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.hp_banner_title {
    font-size: 3.87vw;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.35;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_scroll {
    position: absolute;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  margin-top: -41px;
}

.hp_scroll {
    padding: 0;
  background-color: transparent;
  border: none;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
}

.hp_scroll img {
    max-width: 43px;
}

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

.slider_banner .slick-dots {
  position: absolute;
  bottom: 7vw;
  width: fit-content;
  left: calc(9vw - 4px);
}

.slider_banner .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 4px;
    transition: all 0.3s ease-in-out;
}

.slider_banner .slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.slider_banner .slick-dots li button::before {
    content: '';
    color: transparent;
    font-size: 0;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 30px;
    opacity: 1;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.slider_banner .slick-dots li.slick-active,
.slider_banner .slick-dots li.slick-active button,
.slider_banner .slick-dots li.slick-active button::before {
    width: 100px;
}

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

@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -85px;
    }
    .hp_banner4 {
        position: relative;
        width: 100%;
        height: 25%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    }
}

/*homepage about*/
.hp_about {
    padding: 7rem 8.5%;
    position: relative;
  background-image: linear-gradient(to bottom, #cae4fb, #fff, #fff);
}

.hp_about::before {
    content: "";
  position: absolute;
  right: 6vw;
  bottom: 0;
  width: 1vw;
  height: 6.5vw;
  background-image: linear-gradient(to bottom, #3838ca, #dcdcf6, transparent);
}

.hp_small_title {
    font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  color: #000;
}

.hp_small_title span {
    display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
}

.hp_about_title {
    font-size: 2.6vw;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
  letter-spacing: .5px;
}

.hp_about_left_box {
    width: 107%;
}

.hp_about_right_box {
    padding-left: 3vw;
  padding-top: 2.2rem;
}

.hp_keyword {
    font-size: 20.5px;
  margin-bottom: 0;
  line-height: 1.75;
  font-weight: 300;
  color: #000;
}

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

.hp_button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 6px 25px 8px;
  background-color: #000080;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 20px;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  font-weight: 300;
}

.hp_button span {
    font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  border: .8px solid #fff;
  border-radius: 50%;
}

.hp_button:hover span {
    animation: 1s swing;
}

.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 product*/

.hp_productTitle {
    position: relative;
    padding: 9rem 8.5% 0;
  background-image: linear-gradient(to bottom, #001534, #010818);
  /*background-image: url('');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_productTitle::before {
    content: "";
  position: absolute;
  right: 6vw;
  top: 0;
  width: 1vw;
  height: 6.5vw;
  background-image: linear-gradient(to bottom, #d82833, #f7d5d6, #fff);
}

.hp_productTitle_title {
    font-size: 6.2vw;
  font-weight: 200;
  margin-bottom: 0;
  white-space: nowrap;
  color: #fff;
  line-height: .7;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  gap: 2vw;
}

.hp_productTitle_title::before {
    content: "";
    width: 100%;
    height: 1.8px;
    background-color: #fff;
}

#main_index .index_wrapper_5 {
    padding: 5.5rem 8.5%;
}

.hp_product {
    margin-bottom: 1rem;
}

.hp_big_title {
    font-size: 2.57vw;
  margin-bottom: 0;
  color: #000;
  letter-spacing: .5px;
}

.hp_big_title span {
    color: #ff0d0d;
}

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

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .product_img .product_box:hover .product_img_frame img {
    transform: translate(-50%, -50%) scale(1.15);
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #333;
  font-weight: 300 !important;
  text-align: center;
  font-size: 17.5px;
  margin-bottom: 15px;
  letter-spacing: .5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

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

#main_index .productSlider-1 .product_img .product_box h6.align-top {
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  background-color: #00053d;
  padding: 7px 25px;
}

#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;
  opacity: 1;
  padding: 0;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00053d;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 16px;
}

#main_index .productSlider-1 .product_img .slick-next::before {
    content: "\f138";
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    content: "\f12f";
}

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

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

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

#main_index .product_cat-11 {
    padding: 0 5px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item {
    margin: 10px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}

#main_index .product_cat-11 .hp_product_cat_slider .item:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  transition: all 0.3s ease-in-out;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
  font-size: 17.5px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  letter-spacing: .5px;
  margin-bottom: 15px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  background-color: #00053d;
  padding: 5px 25px;
  letter-spacing: .5px;
  font-weight: 300;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img,
#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:nth-child(1),
#main_index .product_cat-11 .hp_product_cat_slider .item::after {
    display: none;
}

#main_index .product_cat-11 .slick-arrow {
    z-index: 5;
    width: 43px;
    height: 43px;
}

#main_index .product_cat-11 .slick-prev::before,
#main_index .product_cat-11 .slick-next::before {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  padding: 0;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00053d;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 16px;
}

#main_index .product_cat-11 .slick-next::before {
  content: "\f138";
}

#main_index .product_cat-11 .slick-prev::before {
  content: "\f12f";
}

#main_index .product_cat-11 .slick-next {
  right: -50px;
}

#main_index .product_cat-11 .slick-prev {
  left: -50px;
}

/*homepage detail*/
.hp_detail {
  padding: 0 10.5%;
  background-image: linear-gradient(to top, #e8f6ff 60%, #fff 60%);
}

.hp_detail_content {
    background-color: #010080;
  padding: 17px 6.5vw 5px;
  clip-path: polygon(7% 0%, 93% 0%, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}

.hp_detail_logo {
    display: flex;
  justify-content: center;
}

.hp_detail_logo img {
    max-width: 230px;
}

.hp_detail_keyword {
    font-size: 16.5px;
  margin: 7px 0 2px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.hp_detail_button {
    display: flex;
  justify-content: center;
  margin-top: 15px;
}

.hp_detail .hp_button {
    border-radius: 30px;
  background-color: #ff0d0c;
  font-size: 16.5px;
  letter-spacing: 1px;
  gap: 10px;
  padding: 4px 30px;
}

/*homepage why*/
#main_index .index_wrapper_7 {
  padding: 5rem 8.5% 6.5rem;
  background-color: #e8f6ff;
  background-image: url('https://cdn1.npcdn.net/userfiles/28085/image/whybg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative;
}

#main_index .outerContainer_7 {
    position: relative;
    z-index: 5;
}

#main_index .index_wrapper_7::before {
  content: "";
  position: absolute;
  right: 3vw;
  bottom: 0;
  width: 1vw;
  height: 7vw;
  background-image: linear-gradient(to bottom, #3838ca, #dcdcf6, #fff);
}

#main_index .index_wrapper_7::after {
  content: "Advantages";
  position: absolute;
  right: 10.5vw;
  bottom: 0;
  font-size: 6.2vw;
  font-weight: 200;
  margin-bottom: 0;
  white-space: nowrap;
  color: #fff;
  line-height: .7;
  letter-spacing: 5px;
}

#main_index .innerRow_7 {
    align-items: center;
}

.hp_whyTitle {
    margin-bottom: 2.5rem;
}

.hp_why_point {
    padding: 20px 25px 25px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.hp_why_point:hover {
    background-color: #010080;
}

.hp_why_icon {
    width: fit-content;
    margin-left: auto;
}

.hp_why_icon img {
    max-width: 45px;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.hp_why_point:hover .hp_why_icon img {
    animation: 1s swing;
    filter: brightness(0) invert(1);
}

.hp_why_middle {
    padding-right: 10px;
}

.hp_why_row2 {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 15px;
}

.hp_why_number {
    font-size: 23px;
  font-weight: 300;
  margin: 5px 0 0;
  color: #000;
    transition: all 0.3s ease-in-out;
}

.hp_why_row1 .hp_why_number {
    font-size: 28px;
  margin: 10px 0 5px;
}

.hp_why_title {
    font-size: 23px;
  font-weight: 300;
  margin: 0 0 10px;
  color: #000;
    transition: all 0.3s ease-in-out;
}

.hp_why_row1 .hp_why_title {
    font-size: 28px;
  margin: 0 0 15px;
}

.hp_why_title span {
    display: block;
}

.hp_why_keyword {
    font-size: 15px;
  font-weight: 300;
  color: #888;
  margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.hp_why_point:hover .hp_why_number,
.hp_why_point:hover .hp_why_title,
.hp_why_point:hover .hp_why_keyword {
    color: #fff;
}

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

#main_index .hp_photoGallerySliderWithTitle .col-12,
#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
  padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
  padding: 10px;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
  padding: 0 10px;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    display: none;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    padding-top: 93%;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before,
#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  padding: 0;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 16px;
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  filter: unset;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
    content: "\f138";
    background-color: #d61e28;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before {
    content: "\f12f";
    background-color: #fff;
    color: #000;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next,
#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    width: 43px;
  height: 43px;
  top: unset;
  transform: unset;
  bottom: 0;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
  right: -33px;
}

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
  left: unset;
  right: 10px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow.slick-disabled {
    cursor: no-drop;
    opacity: 0.3;
}

@media (min-width: 768px) {
  #main_index #index_7_2 {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
  }
  #main_index #index_7_3 {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
}

/*homepage project*/
#main_index .index_wrapper_8 {
    padding: 6rem 8.5%;
    position: relative;
}

#main_index .index_wrapper_8::before {
  content: "";
  position: absolute;
  right: 3vw;
  top: 0;
  width: 1vw;
  height: 7vw;
  background-image: linear-gradient(to bottom, #d82833, #f7d5d6, #fff);
}

.hp_project {
    margin-bottom: 1.5rem;
}

.hp_project .hp_keyword {
    font-size: 18.3px;
  color: #666;
  margin-top: 10px;
}

#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    padding-top: 72%;
}

#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
  font-size: 19px;
  font-weight: 400;
  margin: 10px 0 0;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
  padding: 15px 10px;
}

#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0 5px;
}

#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before,
#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before {
    filter: brightness(0);
  opacity: 1;
  width: 18px;
  height: 18px;
}

#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
  right: -40px;
  top: 48%;
}

#main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
  left: -40px;
  top: 48%;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.05);
}

/*homepage contact*/
.hp_contact {
    padding: 6rem 8.5%;
  background-color: #e8f6ff;
}

.hp_contact_button {
    display: flex;
  margin-top: 1.5rem;
}

.hp_contact .hp_button {
    padding: 6px 20px 8px;
}

.hp_contact_img {
   position: relative;
  margin-top: 2rem;
  width: 93.5%;
  box-shadow: 3px 3px 0 #01007f;
}

.hp_contact_right_box {
    position: relative;
  width: 104%;
  left: -4%;
}

#main_index .index_wrapper_9 {
    margin-bottom: -7px;
}

#main_index .ws_contact > .contact_map {
    margin-bottom: 0;
}

#main_index .ws_contact > .contact_map iframe {
    height: 370px;
}

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

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.4vw;
        padding: 10px;
    }
    
    /*footer*/
    .footer_type6 {
        font-size: 14px;
        line-height: 1.6;
        padding-top: 4rem;
    }
    .footer_type6 .logo img {
        padding: 8px 15px;
        max-height: 70px;
    }
    .footer_type6 .logo {
      padding-top: 70px;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 6vw;
    }
    .hp_banner_small {
        letter-spacing: .5px;
        font-size: 1.3vw;
    }
    .slider_banner .slick-dots {
        left: calc(6vw - 4px);
    }
    .hp_banner_scroll {
        margin-top: -24px;
    }
    .hp_scroll img {
      max-width: 25px;
    }
    .slider_banner .slick-dots li.slick-active,
    .slider_banner .slick-dots li.slick-active button,
    .slider_banner .slick-dots li.slick-active button::before {
        width: 65px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_about_title,
    .hp_big_title {
        font-size: 28px;
    }
    .hp_keyword {
        font-size: 15.5px;
        line-height: 1.7;
    }
    .hp_about_right_box {
        padding-top: 1.5rem;
    }
    .hp_button {
        font-size: 15.5px;
        padding: 7px 17px;
        gap: 15px;
    }
    .hp_about::before {
        right: 10px;
        width: 7.8px;
        height: 50px;
    }
    
    /*homepage product*/
    .hp_productTitle {
        padding: 5rem 15px 0;
    }
    .hp_productTitle::before {
        right: 10px;
        width: 7.8px;
        height: 50px;
    }
    #main_index .index_wrapper_5 {
      padding: 4rem 15px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15.5px;
    }
    #main_index .productSlider-1 .product_img .product_box h6.align-top {
        padding: 7px 20px;
        font-size: 13.5px;
    }
    #main_index .product_cat-11 .slick-prev::before, #main_index .product_cat-11 .slick-next::before,
    #main_index .product_cat-11 .slick-arrow,
    #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: 35px;
        height: 35px;
    }
    #main_index .product_cat-11 .slick-prev,
    #main_index .productSlider-1 .product_img .slick-prev {
      left: -5px;
    }
    #main_index .product_cat-11 .slick-next,
    #main_index .productSlider-1 .product_img .slick-next {
      right: -5px;
    }
    
    /*homepage detail*/
    .hp_detail {
        padding: 0 15px;
    }
    .hp_detail_logo img {
      max-width: 200px;
    }
    .hp_detail_keyword {
        font-size: 15.5px;
    }
    .hp_detail .hp_button {
        font-size: 15px;
    }
    
    /*homepage why*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .hp_whyTitle {
      margin-bottom: 1.5rem;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slider {
      margin-bottom: 0 !important;
    }   
    .hp_why_title span {
      display: unset;
    }
    .hp_why_number,
    .hp_why_title {
        font-size: 18px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before, #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before,
    #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next, #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
        width: 35px;
        height: 35px;
    }
    #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
      right: 10px;
    }
    #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
      right: 45px;
    }
    #main_index .index_wrapper_7::before {
        right: 10px;
        width: 7.8px;
        height: 50px;
    }
    #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
      padding-top: 128%;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    #main_index .index_wrapper_8::before {
        right: 10px;
        width: 7.8px;
        height: 50px;
    }
    .hp_project .hp_keyword {
        font-size: 15.5px;
    }
    #main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
        font-size: 16px;
    }
    #main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
        left: -15px;
    }
    #main_index .index_wrapper_8 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
      right: -15px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 4rem 15px;
    }
    #main_index .ws_contact > .contact_map iframe {
      height: 330px;
    }

}

.side_menu {
    background-color: #00053d;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type6 .input-container input, .footer_type6 .input-container label {
        font-size: 11px;
        padding-left: 8px;
    }
    .footer_type6 .logo img {
        max-height: 65px;
    }
    .footer_type6 .logo {
        padding-top: 65px;
    }
    .footer_qr {
        grid-template-columns: 1fr 1fr;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 0;
    }
    
    /*homepage about*/
    
    
    /*homepage product*/
    
    
    /*homepage detail*/
    
    
    /*homepage why*/
    #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
        padding-top: 94%;
    }
    
    /*homepage project*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type6 .logo img {
        padding: 6px 10px;
        border-radius: 7px;
    }
    .footer_qr {
        width: fit-content;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer_qr_logo img {
        max-width: 100px;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 220px;
        object-fit: cover;
        /*object-position: 100% 100%;*/
        /*padding-bottom: 120px;*/
        /*background-color: #050050;*/
    }
    /*.slider_banner .item::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    bottom: 120px;*/
    /*    width: 100%;*/
    /*    height: 20%;*/
    /*    background-image: linear-gradient(to top, #050050, transparent);*/
    /*    border-radius: 0;*/
    /*    filter: unset;*/
    /*    background-color: transparent;*/
    /*    top: unset;*/
    /*    opacity: 1;*/
    /*}*/
    .hp_banner {
        padding: 20px;
        align-items: flex-end;
    }
    .hp_banner_box {
      width: 100%;
    }
    .hp_banner_title span {
      display: unset;
    }
    .hp_banner_small {
        font-size: 12.5px;
    }
    .hp_banner_title {
        font-size: 25px;
        line-height: 1.2;
    }
    .hp_banner_scroll {
        margin-top: -15px;
    }
    .slider_banner .slick-dots {
        left: 16px;
        bottom: 20px;
    }
    .slider_banner .slick-dots li.slick-active,
    .slider_banner .slick-dots li.slick-active button,
    .slider_banner .slick-dots li.slick-active button::before {
        width: 45px;
    }
    .slider_banner .slick-dots {
        display: none !important;
    }
    
    /*homepage about*/
    .hp_about_left_box {
      width: 100%;
    }
    .hp_about_right_box {
        padding-left: 0;
    }
    
    /*homepage product*/
    .hp_productTitle_title {
        font-size: 50px;
        letter-spacing: 3px;
    }
    
    /*homepage detail*/
    .hp_detail_keyword {
        font-size: 14px;
        letter-spacing: 0;
        margin: 10px 0 15px;
    }
    .hp_detail_ebox {
        padding: 0;
    }
    .hp_detail_content {
        padding: 17px 6.5vw 15px;
    }
    
    /*homepage why*/
    .hp_why_row2 {
        grid-template-columns: 1fr;
    }
    .hp_why_middle {
      padding-right: 15px;
    }
    .hp_why_row1 .hp_why_number,
    .hp_why_row1 .hp_why_title,
    .hp_why_number, .hp_why_title {
        font-size: 20px;
    }
    #main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle {
        padding: 0 5px;
        margin-top: 2.5rem;
    }
    #main_index .index_wrapper_7::after {
        letter-spacing: 3px;
        font-size: 50px;
        right: 30px;
    }
    
    /*homepage project*/
    
    
    /*homepage contact*/
    .hp_contact_img {
        width: 100%;
    }
    .hp_contact_right_box {
        width: 100%;
        left: 0;
        margin-top: 3rem;
    }
    #main_index .ws_contact > .contact_map iframe {
        height: 300px;
    }

}