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

.np_language_btn .dropdown_btn {
    border-radius: 0 0 15px 15px;
}

/*navigation bar*/
.navbar_type8 {
    background-color: #231f20;
  height: 107px;
  padding: 0 9%;
  transition: all 0.2s ease-in-out;
}

.dark_nav {
    height: 80px;
    background-color: rgb(35, 31, 32, 0.9) !important;
}

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

.navbar_type8 .logo img {
    width: 100%;
  padding: 9px 0;
  object-position: left;
  filter: brightness(0) invert(1);
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.15vw;
  font-weight: 500;
}

.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: 2.8px;
  background-color: #c9c9c9;
  border-radius: 30px;
  transform: translate(-50%, 0);
}

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

/*footer*/
.footer_type7 {
  background-color: #231f20;
  color: white;
  padding-top: 0 !important;
  padding-bottom: 3rem !important;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3:nth-child(1),
.footer_type7 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
    display: none;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .title {
    display: none;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled {
  display: flex;
  gap: 2.5vw;
  font-size: 16px;
  margin-bottom: 2rem;
  border-bottom: .8px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3rem;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled li {
    display: block;
    transition: all 0.2s ease-in-out;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled li:hover {
    transform: translateY(-10px);
}

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

.footer_type7 .social_media a:hover {
    color: #333;
    animation: 1s swing;
}

.footer_type7 .social_media {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 !important;
}

.hp_contact {
    background-color: #231f20;
  padding: 7rem 0;
  position: relative;
}

.hp_contact::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25vw;
    height: 25vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/aboutbg2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: spin 4s linear infinite;
    opacity: 0.05;
}

.hp_contact_box {
    display: flex;
  justify-content: space-between;
}

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

.hp_contact_title span {
    display: block;
}

.hp_contact_area {
    min-width: 50px;
  font-weight: 700;
}

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

.hp_contact_address {
    border-left: .8px solid rgba(255, 255, 255, 0.3);
  margin-left: 15px;
  padding-left: 15px;
}

.hp_contact_break {
    display: block;
}

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

.hp_contact_text a {
    color: #fff;
  display: flex;
  gap: 10px;
}

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

.hp_contact_middle {
    display: flex;
  flex-direction: column;
  gap: 10px;
}

/*homepage banner*/
#main_index .index_wrapper_2 {
    position: relative;
  z-index: 1;
}

.slider_banner .banner_content {
    opacity: 1 !important;
    background-image: linear-gradient(to right, transparent 50%, #f2f2f2 50%);
}

.hp_banner {
    position: relative;
  width: 91%;
  height: 100%;
  margin-left: auto;
  border-left: .8px solid #000;
  display: flex;
  align-items: center;
  padding-left: 4%;
}

.hp_banner_box {
    width: 23%;
  position: relative;
  z-index: 5;
}

.hp_banner_small {
  font-size: 1vw;
  font-weight: 500;
  color: #000;
  margin-bottom: 2.5vw;
  background-color: #e6e6e6;
  width: fit-content;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 2vw 7px 1vw;
}

.hp_banner_small span {
    width: 12px;
    height: 12px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/a-banner-round-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}

.hp_banner_title {
    font-family: "Playfair", serif;
  font-size: 4.7vw;
  font-style: italic;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 4vw;
}

.hp_banner_button {
    display: flex;
}

.hp_banner_right {
    position: absolute;
  right: 8%;
  bottom: 4.7vw;
  width: 65%;
  padding-right: 2vw;
  z-index: 2;
}

.hp_banner_text {
    position: absolute;
  display: flex;
  align-items: center;
  gap: 1vw;
  font-size: .95vw;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  left: 99%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 40%;
}

.hp_banner_text::after {
    content: "";
    width: 5vw;
    height: .8px;
    background-color: #000;
}

.hp_banner_fb {
    position: absolute;
  left: -4.5%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: flex;
  gap: 1vw;
  z-index: 4;
}

.hp_banner_follow {
    font-size: 1vw;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 0;
}

.hp_banner_follow::after {
    content: "";
    width: 2.5vw;
    height: .8px;
    background-color: #000;
}

.hp_banner_fb a {
    display: block;
  transform: rotate(-90deg);
  font-size: 1.1vw;
  color: #231f20;
}

.hp_banner_fb a:hover {
    color: #231f20;
}

.hp_banner_slogan {
  margin-bottom: 0;
  font-family: "Playfair", serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  color: #333;
  line-height: .7;
  opacity: 0.1;
  letter-spacing: 2px;
}

.hp_banner_behind {
    width: 44%;
  border-top: .8px solid rgba(0, 0, 0, 0.1);
  padding: 1.5vw 0;
  text-align: center;
  position: absolute;
  left: 48.5%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.hp_banner_scroll {
    position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -2vw;
  z-index: 6;
}

.hp_scroll {
  background-color: transparent;
  border: 0;
  max-width: 5vw;
  position: relative;
  padding: .7vw;
}

.hp_scroll::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/scroll1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: spin2 30s linear infinite;
}

html[lang="zh-Hans"] .hp_scroll::before {
    background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/scroll_cn.png');
}

.slider_banner .slick-prev::before,
.slider_banner .slick-next::before {
  text-shadow: none;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231f20;
  border-radius: 50%;
  padding: 0;
  font-size: 35px;
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  filter: unset;
}

.slider_banner .slick-next::before {
  content: "\f135";
}

.slider_banner .slick-prev::before {
  content: "\f12c";
}

.slider_banner .slick-arrow {
  z-index: 5;
}

.slider_banner .slick-next,
.slider_banner .slick-prev {
    width: 45px;
  height: 45px;
  top: 100%;
}

.slider_banner .slick-next {
  right: calc(8% + 15px);
}

.slider_banner .slick-prev {
  left: unset;
  right: calc(8% + 15px + 55px);
}

@keyframes spin2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

/*homepage about*/
.hp_about {
  width: 91%;
  margin-left: auto;
  border-left: .8px solid #000;
  position: relative;
  padding: 17rem 2% 7.5rem 2%;
  background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/aboutbg1.png');
  background-size: 46%;
  background-repeat: no-repeat;
  background-position: 20% 100%;
}

.hp_about::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17vw;
    height: 17vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/aboutbg2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.hp_about_side {
  position: absolute;
  left: 13vw;
  top: 11vw;
  z-index: -1;
}

html[lang="zh-Hans"] .hp_about_side {
    left: 5vw;
    top: 15vw;
}

.hp_about_small {
  margin: 0;
  font-size: 8.3vw;
  font-weight: 800;
  line-height: .6;
  color: transparent;
  -webkit-text-stroke: 1px #e8e8e8;
  font-family: "Playfair", serif;
  font-style: italic;
}

.hp_about_small span {
  display: block;
  color: #f2f2f2;
  -webkit-text-stroke: 1px #f2f2f2;
  position: relative;
  margin-top: -1vw;
  z-index: 1;
  margin-left: -1vw;
  padding: 0 1vw;
}

.hp_about_small span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -.5vw;
  width: 87%;
  height: 3vw;
  background-color: #fff;
  z-index: -1;
}

.hp_about_left_box {
    width: 96%;
  position: relative;
}

.hp_about_right_box {
    padding: 0 7vw 0 1vw;
}

.hp_small_title {
    font-size: 17.5px;
  color: #888;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.hp_big_title {
    font-size: 2.25vw;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.hp_about .hp_big_title {
    margin-bottom: 2.5rem;
}

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

.hp_button {
    padding: 0;
  color: #000;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
    transition: all 0.3s ease-in-out;
}

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

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

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

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

.hp_button:hover span {
    transform: rotateY(360deg);
}

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

.hp_about_text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0 0;
  padding-left: 26.4vw;
  font-size: .95vw;
  font-weight: 600;
  color: #000;
}
 
.hp_about_text::before {
    content: "";
    width: 4vw;
    height: .8px;
    background-color: #000;
}

/*homepage why*/
#main_index .index_wrapper_4 {
    padding-bottom: 6rem;
  width: 91%;
  margin-left: auto;
  position: relative;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: .8px;
    height: 6rem;
    background-color: #000;
}

.hp_why {
  background-color: #f2f2f2;
  padding: 5rem 7.5vw 5rem 2.5vw;
}

.hp_why_top,
.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    width: 90%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_top_box {
    padding-right: 6vw;
}

.hp_why_icon img {
    max-width: 60px;
    transition: all 0.6s ease-in-out;
}

.hp_why_box:hover .hp_why_icon img {
    transform: rotateY(360deg);
}

.hp_why_title {
    font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 25px 0 15px;
}

.hp_why_keyword {
    font-size: 13.5px;
  color: #000;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hp_why_top {
    -ms-flex: 0 0 35.5%;
    flex: 0 0 35.5%;
    max-width: 35.5%;
  }
  .hp_why_ebox {
    -ms-flex: 0 0 21.5%;
    flex: 0 0 21.5%;
    max-width: 21.5%;
  }
}

/*homepage services*/
.hp_services_group {
    padding: 7rem 0 11rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/d-service-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_services {
    padding: 0 8% 3rem;
}

.hp_services .hp_small_title,
.hp_services .hp_big_title,
.hp_services .hp_button {
    color: #fff;
}

.hp_services .hp_keyword {
    font-size: 13.5px;
  color: #f4f4f4;
}

.hp_services .hp_button img {
    filter: brightness(0) invert(1);
}

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

.hp_services_right_box {
    margin-top: 3rem;
}

.hp_services_ebox {
    margin: 10px 15px;
}

.hp_services_ebox:nth-child(odd) {
    margin: 65px 15px 10px;
}

.hp_services_box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

.hp_services_img {
    overflow: hidden;
}

.hp_services_img img {
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover .hp_services_img img {
    transform: scale(1.1) rotate(-2deg);
}

.hp_services_content {
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
  gap: 10px;
  justify-content: space-between;
}

.hp_services_title {
  font-size: 21.5px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

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

.hp_services_number {
    font-size: 14.5px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

.hp_services_slider {
    margin-bottom: 0 !important;
  padding-bottom: 6rem;
}

.hp_services_slider .slick-dots {
  position: absolute;
  bottom: 5px;
  height: 10px;
  z-index: 3;
  width: fit-content;
  padding-left: calc(8% + 15px);
}

.hp_services_slider .slick-dots li button::before {
  color: transparent;
  font-size: 0;
  content: "";
  background-color: #fff;
  opacity: 1;
}

.hp_services_slider .slick-dots li button {
    padding: 0;
}

.hp_services_slider .slick-dots li {
    margin: 0;
}

.hp_services_slider .slick-dots li button::before,
.hp_services_slider .slick-dots li button,
.hp_services_slider .slick-dots li {
    width: 10vw;
    height: .8px;
  transition: all 0.2s ease-in-out;
}

.hp_services_slider .slick-dots li.slick-active button::before,
.hp_services_slider .slick-dots li.slick-active button,
.hp_services_slider .slick-dots li.slick-active {
    height: 5.8px;
    opacity: 1;
}

.hp_services_slider .slick-prev::before,
.hp_services_slider .slick-next::before {
  text-shadow: none;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: .8px solid #fff;
  border-radius: 50%;
  padding: 0;
  font-size: 35px;
}

.hp_services_slider .slick-next::before {
  content: "\f135";
}

.hp_services_slider .slick-prev::before {
  content: "\f12c";
}

.hp_services_slider .slick-arrow {
  z-index: 5;
}

.hp_services_slider .slick-next,
.hp_services_slider .slick-prev {
    width: 45px;
  height: 45px;
  top: 100%;
}

.hp_services_slider .slick-next {
  right: calc(8% + 15px);
}

.hp_services_slider .slick-prev {
  left: unset;
  right: calc(8% + 15px + 55px);
}

/*homepage process*/
#main_index .index_wrapper_6 {
    padding-left: 9%;
  background-image: linear-gradient(to bottom, #231f20 80%, #fff 80%);
}

.hp_process {
  padding: 6rem 4vw 4rem 2.5vw;
  background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/e-step-bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #f2f2f2;
}

.hp_process_side {
    position: absolute;
  left: -2.5%;
  top: 22%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.hp_process_small {
  font-size: 17.5px;
  margin-bottom: 0;
  letter-spacing: 3px;
  color: #f4f4f4;
  font-weight: 300;
}

.hp_process_ebox {
    margin: 15px 0;
    position: relative;
}

.hp_process_ebox::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .8px;
    height: 100%;
    background-color: rgb(0,0,0,0.3);
}

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

.hp_process_icon img {
    max-width: 45px;
    transition: all 0.4s ease-in-out;
}

.hp_process_box:hover .hp_process_icon img {
    transform: rotateY(360deg);
}

.hp_process_top_box {
    padding: 0 30px 2.5rem;
}

.hp_process_box {
    position: relative;
    height: 100%;
  padding: 2rem 30px 1rem;
    transition: all 0.3s ease-in-out;
}

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

.hp_process_title {
    font-size: 21.5px;
  font-weight: 600;
  color: #333;
  margin: 23px 0;
  line-height: 1.25;
  white-space: nowrap;
}

.hp_process_title span {
    display: block;
}

.hp_process_keyword {
    font-size: 14.5px;
  color: #000;
  margin-bottom: 0;
  min-height: 110px;
}

.hp_process_number {
    color: #fff;
  background-color: #333;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  margin-top: 2rem;
}

.hp_process_box:hover .hp_process_number {
    animation: 1s swing;
}

/*homepage project*/
#main_index .index_wrapper_7 {
    padding: 6rem 8%;
}

.hp_project {
    padding-bottom: 2rem;
}

.hp_project_right_box {
    margin-top: 3rem;
}

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

.hp_project .hp_button {
    font-weight: 600;
}

.hp_button2 {
    font-size: 16.5px;
  font-weight: 500;
  background-color: #fff;
  border: 0.8px solid #000;
  border-radius: 30px;
  padding: 8px 30px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.hp_button2:hover {
    background-color: #231f20;
    border: 0.8px solid #231f20;
    color: #fff;
}

.hp_project_buttons {
    display: flex;
  margin-top: 4rem;
  gap: 1.5rem;
}

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

#main_index .gallerycategory > .container-fluid:nth-child(1) {
    display: none;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 15px;
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0:hover {
    transform: translateY(-10px);
}

#main_index .gallerycategory .img_frame .more {
    display: none;
}

#main_index .gallerycategory .img_frame img {
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .img_frame:hover img {
  transform: translate(-50%, -50%) scale(1.1) rotate(-2deg);
  transform-origin: unset;
}

#main_index .gallerycategory .slick-prev::before,
#main_index .gallerycategory .slick-next::before {
  text-shadow: none;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231f20;
  border-radius: 50%;
  padding: 0;
  font-size: 35px;
}

#main_index .gallerycategory .slick-next::before {
  content: "\f135";
}

#main_index .gallerycategory .slick-prev::before {
  content: "\f12c";
}

#main_index .gallerycategory .slick-arrow {
  z-index: 5;
}

#main_index .gallerycategory .slick-next,
#main_index .gallerycategory .slick-prev {
    width: 45px;
  height: 45px;
  top: 42%;
}

#main_index .gallerycategory .slick-next {
  right: -60px;
}

#main_index .gallerycategory .slick-prev {
  left: -60px;
}

#main_index .gallerycategory .img_frame {
    height: 300px;
    margin-bottom: 0;
}

#main_index .gallerycategory p.text-center.px-3 {
  display: flex;
  padding: 1.5rem 60px 1.5rem 10px !important;
  margin: 0 !important;
  border-bottom: .8px solid #000;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: 1.3vw;
  font-weight: 700;
  color: #000;
  text-align: left !important;
  line-height: 1.4;
  position: relative;
}

#main_index .gallerycategory p.text-center.px-3::after {
    content: "";
    width: 45px;
    height: 25px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28228/image/button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
  right: 10px;
}

/*homepage result*/

#main_index .index_wrapper_8 {
    padding: 6rem 8%;
  background-image: linear-gradient(to bottom, #f2f2f2 65%, #fff 65%);
}

.hp_resultTitle_box {
    margin-bottom: 2rem;
}

.hp_resultTitle .hp_big_title {
    margin-bottom: 20px;
}

.hp_resultButton_box {
    display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.hp_resultButton .hp_button2 {
    background-color: #231f20;
  color: #fff;
}

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

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

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

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

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

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

#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.1) rotate(-2deg);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    font-size: 1.3vw;
  font-weight: 700;
  color: #000;
  margin: 15px 0 0;
}

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

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
  content: "\f135";
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before {
  content: "\f12c";
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
  z-index: 5;
}

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

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next,
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    width: 45px;
  height: 45px;
  top: 46%;
}

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

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
  left: -60px;
}

/*homepage review*/
#main_index .index_wrapper_9 {
    padding: 2rem 8% 8rem;
}

.hp_review {
    margin-bottom: 2rem;
}

.hp_review .hp_big_title {
    width: fit-content;
  position: relative;
}

.hp_review .hp_big_title::after {
    content: "";
  position: absolute;
  right: -102vw;
  top: 50%;
  transform: translate(0, -50%);
  height: .8px;
  background-color: #000;
  width: 100vw;
}

#main_index .hp_testimonial_type4 {
    padding: 0;
    max-width: 100%;
    margin: 0 -10px;
}

#main_index .hp_testimonial_type4 .testimonial_box {
    margin: 0 !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    padding: 0;
    margin: 30px 25px 10px;
  border: .8px solid #000;
  transition: all 0.3s ease-in-out;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card:hover {
    transform: translateY(-10px);
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    border: none;
  box-shadow: none;
  order: 3;
  padding-top: 65%;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    transition: all 0.3s ease-in-out;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card:hover .img img {
    transform: translate(-50%, -50%) scale(1.15) rotate(-2deg);
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 0;
    padding: 40px 35px 35px;
    position: relative;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area::before {
  content: "❞";
  position: absolute;
  right: 15px;
  top: 5px;
  line-height: .5;
  background-color: #fff;
  transform: translate(0, -50%);
  font-size: 60px;
  padding: 0 10px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .col-12 {
    padding: 0;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card i {
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .text {
    text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  min-height: 90px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
  width: 100%;
  align-self: flex-start !important;
  text-align: left;
  padding: 0 35px 35px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name .all_font_sm {
  font-size: 14px !important;
  margin-bottom: 0;
  color: #777;
}

#main_index .hp_testimonial_type4 .one-time {
    margin-bottom: 0 !important;
}

#main_index .hp_testimonial_type4 .slick-dots {
    display: none !important;
}

#main_index .hp_testimonial_type4 .fa-chevron-left::before,
#main_index .hp_testimonial_type4 .fa-chevron-right::before {
  text-shadow: none;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231f20;
  border-radius: 50%;
  padding: 0;
  font-size: 35px;
}

#main_index .hp_testimonial_type4 .fa-chevron-right::before {
  content: "\f135";
}

#main_index .hp_testimonial_type4 .fa-chevron-left::before {
  content: "\f12c";
}

#main_index .hp_testimonial_type4 .slick-arrow {
  z-index: 5;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

#main_index .hp_testimonial_type4 .fa-chevron-right {
    right: -55px !important;
}

#main_index .hp_testimonial_type4 .fa-chevron-left {
    left: -55px !important;
}

/*homepage news*/
#main_index .index_wrapper_10 {
  padding: 5rem 0 6rem;
  background-image: linear-gradient(to right, #fff 9%, #f2f2f2 9%);
  margin-bottom: 5rem;
}

.hp_news {
    margin-bottom: 2rem;
}

.hp_news .hp_small_title {
    margin-bottom: 15px;
}

#main_index #index_10 {
    padding-right: 6vw !important;
}

#main_index #index_11 {
    padding-right: 9vw !important;
}

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

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

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

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

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

#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+3) {
    display: none;
}

#main_index .latest_new_type4 .news_box .img_frame {
    height: 270px;
}

@media (min-width: 992px) {
  #main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*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.3vw;
    }
    
    /*footer*/
    .hp_contact {
        padding: 4.5rem 15px;
    }
    .footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled,
    .hp_contact_keyword,
    .hp_contact_text {
        font-size: 14px;
    }
    .footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled {
        padding-bottom: 2rem;
        margin-bottom: 1rem;
    }
    .footer_type7 {
        padding-bottom: 2rem !important;
    }
    .hp_contact_title {
        font-size: 24px;
    }
    
    /*homepage banner*/
    .hp_banner {
        width: 95%;
    }
    .hp_banner_follow {
        font-size: 1.3vw;
    }
    .hp_banner_fb {
        left: -2.5%;
    }
    .hp_banner_small {
        font-size: 1.3vw;
    }
    .hp_banner_text {
        font-size: 1.2vw;
    }
    .hp_banner_behind {
        left: 50.5%;
    }
    .slider_banner .slick-next {
      right: 15px;
    }
    .slider_banner .slick-prev {
        right: 60px;
    }
    
    /*homepage about*/
    .hp_about {
        width: 95%;padding: 5rem 15px;
    }
    .hp_about_left_box {
        width: 100%;
    }
    .hp_about_side {
        left: 10vw;
        top: 6vw;
    }
    html[lang="zh-Hans"] .hp_about_side {
        left: 5vw;
        top: 6vw;
    }
    .hp_about_text {
        padding-left: 28.4vw;
        font-size: 1.3vw;
    }
    .hp_about_right_box {
      padding: 0;
    }
    .hp_small_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_about .hp_big_title {
      margin-bottom: 1rem;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about_button {
        margin-top: 2rem;
    }
    .hp_button {
        font-size: 14px;
    }
    .hp_button img {
      max-width: 35px;
    }
    
    /*homepage why*/
    #main_index .index_wrapper_4 {
        padding-bottom: 4rem;
        width: 95%;
    }
    #main_index .index_wrapper_4::before {
        height: 4rem;
    }
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why_icon img {
        max-width: 55px;
    }
    .hp_why_title {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .hp_why_box {
        width: 100%;
    }
    
    /*homepage services*/
    .hp_services_group {
        padding: 5rem 0;
    }
    .hp_services {
      padding: 0 15px 2rem;
    }
    .hp_services_right_box {
      margin-top: 2rem;
    }
    .hp_services_title {
        font-size: 16.5px;
    }
    .hp_services_slider .slick-dots {
        padding-left: 30px;
    }
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before,
    .slider_banner .slick-prev,
    .slider_banner .slick-next,
    #main_index .gallerycategory .slick-next, #main_index .gallerycategory .slick-prev,
    #main_index .gallerycategory .slick-prev::before, #main_index .gallerycategory .slick-next::before,
    .hp_services_slider .slick-next, .hp_services_slider .slick-prev,
    .hp_services_slider .slick-prev::before, .hp_services_slider .slick-next::before,
    #main_index .hp_testimonial_type4 .fa-chevron-left::before,
    #main_index .hp_testimonial_type4 .fa-chevron-right::before,
    #main_index .hp_testimonial_type4 .slick-arrow,
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next,
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev,
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before,
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
    .hp_services_slider .slick-next {
      right: 30px;
    }
    .hp_services_slider .slick-prev {
        right: 75px;
    }
    
    /*homepage process*/
    #main_index .index_wrapper_6 {
        padding-left: 5%;
    }
    .hp_process {
        padding: 4rem 15px;
    }
    .hp_process_box {
        padding: 2rem 0 1rem;
    }
    .hp_process_top_box {
      padding: 0 0 1.5rem;
    }
    .hp_process_title {
        white-space: wrap;
        font-size: 17px;
    }
    .hp_process_keyword {
        font-size: 14px;
        min-height: 130px;
    }
    .hp_process_number {
        margin-top: 1.5rem;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_7 {
      padding: 4rem 15px;
    }
    .hp_button2 {
        font-size: 15px;
        padding: 6px 25px;
    }
    .hp_project_right_box {
      margin-top: 1.5rem;
    }   
    .hp_project_buttons {
        margin-top: 2.5rem;
    }
    #main_index .gallerycategory .img_frame {
        height: 240px;
    }
    #main_index .gallerycategory p.text-center.px-3 {
        font-size: 17px;
    }
    #main_index .gallerycategory p.text-center.px-3::after {
        width: 35px;
        height: 20px;
    }
    #main_index .gallerycategory .slick-prev {
        left: 0px;
    }
    #main_index .gallerycategory .slick-next {
        right: 0;
    }
    
    /*homepage results*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
        font-size: 17px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
      left: 0;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
      right: 0;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_9 {
        padding: 0 15px 4rem;
    }
    .hp_review {
        margin-bottom: 1.5rem;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
        margin: 30px 15px 10px;
    }
    #main_index .hp_testimonial_type4 {
        margin: 0;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .text {
        font-size: 14px;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
        font-size: 16px;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name .all_font_sm {
        font-size: 13px !important;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
        padding: 30px 25px 25px;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
        padding: 0 25px 25px;
    }
    #main_index .hp_testimonial_type4 .fa-chevron-right {
      right: -5px !important;
    }
    #main_index .hp_testimonial_type4 .fa-chevron-left {
        left: -5px !important;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_10 {
        padding: 4rem 0;
        margin-bottom: 4rem;
    }
    .hp_news {
      margin-bottom: 1rem;
    }
    #main_index #index_11 {
        padding: 0 15px !important;
    }
    #main_index #index_10 {
        padding-right: 0 !important;
    }
    #main_index .latest_new_type4 .news_box .img_frame {
      height: 230px;
    }

}

.side_menu,
.navbar_mobile {
    background-color: #231f20;
}

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

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

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

.navbar_mobile .logo_img {
    filter: brightness(0) invert(1);
  transform: scale(1.15);
}

@media (max-width: 991.5px) {
    /*footer*/
    .hp_contact_box {
        gap: 2rem;
    }
    .hp_contact_keyword span {
      display: unset;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    
    
    /*homepage why*/
    .hp_why_top_box {
      padding-right: 0;
    }
    
    /*homepage services*/
    
    
    /*homepage process*/
    
    
    /*homepage project*/
    
    
    /*homepage review*/
    
    
    /*homepage news*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .hp_contact {
        padding: 4.5rem 15px 3rem;
    }
    .hp_contact_box{
        gap: 2.5rem;
        flex-direction: column;
    }
    .footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled {
        flex-direction: column;
        align-items: center;
    }
    .footer_type7 .social_media {
        justify-content: center;
    }
    .hp_contact_title {
        font-size: 25px;
        line-height: 1.3;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 320px;
        object-fit: cover;
    }
    .hp_banner {
        width: 100%;
        border-left: none;
        align-items: flex-start;
        padding: 20px;
    }
    .hp_banner_fb,
    .hp_banner_behind,
    .hp_banner_text {
        display: none;
    }
    .hp_banner_follow {
        font-size: 3vw;
    }
    .slider_banner .banner_content {
        background-image: linear-gradient(to bottom, transparent 70%, #f2f2f2 70%);
    }
    .hp_banner_box {
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .hp_banner_small {
        font-size: 12px;
        padding: 7px 15px;
    }
    .hp_banner_title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .hp_banner_right {
        width: 90%;
        bottom: 20px;
        right: 5%;
    }
    .hp_banner_img img {
        min-height: 170px;
        max-height: 170px;
        object-fit: contain;
        object-position: 50% 100%;
    }
    .hp_scroll {
        max-width: 50px;
        padding: 8px;
    }
    
    /*homepage about*/
    .hp_about {
        width: 100%;
        padding: 4rem 15px;
        border-left: none;
        background-size: 80%;
    }
    .hp_about_side,
    .hp_about_text,
    html[lang="zh-Hans"] .hp_about_side {
        display: none;
    }
    .hp_about_right_box {
        margin-top: 3rem;
    }
    
    /*homepage why*/
    #main_index .index_wrapper_4 {
        width: 100%;
        padding-bottom: 0;
    }
    #main_index .index_wrapper_4::before {
        display: none;
    }
    
    /*homepage services*/
    .hp_services_ebox:nth-child(2n+1) {
        margin: 35px 15px 10px;
    }
    .hp_services_slider .slick-dots li button::before,
    .hp_services_slider .slick-dots li button,
    .hp_services_slider .slick-dots li {
        width: 30px;
    }
    
    /*homepage process*/
     #main_index .index_wrapper_6 {
        padding-left: 0;
    }
    .hp_process_side,
    .hp_process_ebox::before {
        display: none;
    }
    .hp_process {
        background-size: 180%;
    }
    .hp_process_box {
        padding: 0;
    }
    .hp_process_keyword {
        min-height: auto;
    }
    .hp_process_title {
        font-size: 20px;
        line-height: 1.3;
        margin: 17px 0;
    }
    
    /*homepage project*/
    
    
    /*homepage result*/
    
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
        padding: 10px 5px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
        right: -15px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
        left: -15px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
      padding-top: 100%;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_9 {
        padding: 0 0 4rem;
    }
    .hp_review_box {
        padding: 0 15px
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
        margin: 30px 10px 10px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_10 {
        background-image: linear-gradient(to bottom, #fff 9%, #f2f2f2 9%);
    }
    #main_index #index_11 {
        padding: 3rem 30px 0 !important;
    }

}