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

body > br {
    display: none;
}


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

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}

.np_language_btn {
    top: 0;
  right: unset;
  left: 8%;
}

.np_language_btn .dropdown_btn {
    height: 43px;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  color: #55b4f8;
  border-radius: 0;
  align-items: center;
  font-size: 14px;
}

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

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

html[lang="en"] .np_language_btn .dropdown_btn a:nth-child(1),
html[lang="zh-Hans"] .np_language_btn .dropdown_btn a:nth-child(3),
html[lang="ms"] .np_language_btn .dropdown_btn a:nth-child(5) {
    font-weight: 700;
}

/*top space*/
.top_space {
  height: 43px;
  background-color: #002053;
  display: flex;
  align-items: center;
  padding: 0 9%;
}

.top_space_box {
    display: flex;
  align-items: center;
  gap: 2vw;
  justify-content: flex-end;
  width: 100%;
}

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

.top_space_contact a {
  color: #fff;
  font-size: .85vw;
  display: flex;
  gap: 1vw;
  align-items: center;
  font-weight: 300;
}

.top_space_contact span {
  background: linear-gradient(to right, #44a7ea, #288dd3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 1.3vw;
}

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

.top_space_contact a:nth-child(2) i {
    transform: rotateY(180deg);
  display: block;
}

.top_space_search form {
    gap: 5px;
  align-items: center;
}

#search_name_nav {
  border: none;
  background-color: #e6f5f2;
  border-radius: 30px;
  max-width: 8vw;
  max-height: 22px;
  padding: 0 10px;
}

.search_button {
    width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(to right, #44a7ea, #288dd3);
  display: inline-block;
  font-size: 13px;
  color: #000;
}

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

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

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
  font-size: 1vw;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 15px;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    background-color: #55b4f8;
  border-radius: 30px;
  color: #fff;
  gap: 10px;
  padding: 7px 20px;
}

.navbar_type8 .nav_tab .nav_item a::after {
  content: "\f4fe";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  color: #666;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    display: none;
}

.navbar_type8 .nav_tab .nav_item:last-child a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28037/image/b-icon-call.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    animation: 1.5s tada infinite;
}

.navbar_type8 .nav_tab .nav_item:hover a::after {
    color: #55b4f8;
    transform: rotate(360deg);
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: unset;
  width: 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  height: 2px;
  background-color: #55b4f8;
  bottom: 0;
}

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

.navbar_type8 .nav_tab .nav_item:last-child::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item:last-child {
    margin-left: 7vw;
}

/*footer*/

.footer_type6 {
  background-color: #011635;
  color: white;
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}

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

.footer_type6 a:hover {
    color: #55b4f8;
}

.footer_type6 .title {
    min-height: 30px;
}

.footer_type6 .logo.title img {
  display: none;
}

.footer_type6 .logo.title {
    display: flex;
    align-items: flex-end;
}

.footer_type6 .title h5 {
  font-weight: 700;
  align-self: end;
  margin-bottom: 0;
  color: #55b4f8;
  font-size: 18px;
  min-height: 30px;
  align-items: center;
}

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

.footer_type6 .logo.title::before {
  content: "Company Information";
  display: block;
  font-weight: 700;
  color: #55b4f8;
  font-size: 18px;
  min-height: 30px;
}

html[lang="zh-Hans"] .footer_type6 .logo.title::before {
    content: "公司资料";
}

html[lang="ms"] .footer_type6 .logo.title::before {
    content: "Maklumat Syarikat";
}

.footer_type6 .input-container .moveUp {
    font-size: 10px;
    top: -12px;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label,
.footer_type6 .input-container .moveUp {
    color: #333;
}

.footer_type6 .input-container {
    height: 2.5rem;
  background-color: #fff;
  border-radius: 30px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    height: 2.5rem;
    padding: 0 15px;
  font-size: 12.5px;
}

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

.footer_type6 .input-container .submit {
    color: #001635;
  font-size: 20px;
  padding: 3px 15px;
}

.footer_type6 .line {
    margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}

.footer_type6 .text-muted {
  color: #ccc !important;
}

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

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

.hp_banner_box {
    width: 47%;
  position: relative;
}

.hp_banner_box::before {
    content: "";
    position: absolute;
    left: -7vw;
    top: -7vw;
    width: 14vw;
    height: 14vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28037/image/b-snow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: floating 2s infinite linear;
}

@keyframes floating {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}

.hp_banner_title {
    font-size: 3.25vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1vw;
}

.hp_banner_small {
    font-size: 1.4vw;
  color: #fff;
  font-weight: 400;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5vw;
}

.hp_banner_small b {
    font-weight: 600;
}

.hp_banner_keyword {
    font-size: 1vw;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

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

.hp_banner .hp_button span {
  transform: rotate(5deg);
}

#main_index .index_wrapper_2 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
  position: absolute;
  bottom: unset;
  height: auto;
  width: auto;
  top: 50%;
  left: 97%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_banner .slick-dots li button::before {
  color: transparent;
  font-size: 16px;
  -webkit-text-stroke: 2px #fff;
  opacity: 1;
}

.slider_banner .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.slider_banner .slick-dots li {
    margin: 0 5px;
}

/*homepage why*/
.hp_why {
  background: linear-gradient(to right, #55b4f8, #006bb4);
  margin: -6vw 12.5% 0;
  border-radius: 15px;
  padding: 2vw 4.5vw;
  position: relative;
  z-index: 1;
}

.hp_why .row {
    row-gap: 1rem;
}

.hp_why_icon {
  width: fit-content;
  background-color: #002053;
  padding: 10px;
  border-radius: 50% 50% 0 50%;
  transition: all 0.4s ease-in-out;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.hp_why_icon img {
    max-width: 55px;
    width: 55px !important;
  transition: all 0.4s ease-in-out;
}

.hp_why_box:hover .hp_why_icon {
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

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

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}

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

.hp_why_title {
    font-size: 19px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.hp_why_keyword {
    font-size: 14.5px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
}

/*homepage about*/
.hp_about {
    padding: 5rem 6.5%;
}

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

.hp_about_text {
    margin-bottom: 0;
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  right: 2.5vw;
  bottom: 9vw;
  font-size: 1.6vw;
  color: #fff;
}

html[lang="ms"] .hp_about_text {
    font-size: 1.4vw;
}

.hp_about_text span {
    font-weight: 700;
}

.hp_big_title {
  color: #1776ba;
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 30px;
}

.hp_color {
    color: #011f53;
}

.hp_break {
    display: block;
}

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

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

.hp_about .hp_big_title::before {
    content: "";
    position: absolute;
    right: -50px;
  top: 3px;
  width: 43px;
  height: 43px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28037/image/e-icon-snow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: 2s tada infinite;
}

.hp_about_right_box {
    padding: 0 3vw 0 4vw;
}

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

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

.hp_button span {
    display: inline-block;
  transform: rotate(45deg);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

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

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

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

.hp_button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*homepage services*/
#main_index .index_wrapper_5 {
    background-image: linear-gradient(to right, #44a7ea, #1078c1, #1078c1);
  padding: 6.5rem 8% 0;
}

.hp_services {
    padding-bottom: 2rem;
}

.hp_small_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

.hp_small_title::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url('https://cdn1.npcdn.net/userfiles/28037/image/f-small-title-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  animation: flip3d 2s linear infinite;
  transform-style: preserve-3d;
}

@keyframes flip3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.hp_services .hp_big_title {
    color: #c6e2f8;
}

.hp_services .hp_big_title span,
.hp_services .hp_keyword {
    color: #fff;
}

.hp_services_right_box {
    padding-left: 16vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 1.5rem;
}

#main_index .service_3 {
    max-width: 100%;
    padding-right: 20px;
}

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

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

#main_index .service_3 .service_box:nth-child(n+5) {
    display: none;
}

#main_index .service_3 .service_box .content {
    opacity: 1;
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent, transparent);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px 25px;
}

#main_index .service_3 .service_box .content h3 {
  color: white;
  text-align: left;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  margin: 0;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-style: italic;
}

#main_index .service_3 .service_box .content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 40px;
    height: 40px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28037/image/f-view-more-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.4s ease-in-out;
}

#main_index .service_3 .service_box:hover .content h3::before {
    top: -60px;
    opacity: 1;
}

#main_index .service_3 .service_box > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

#main_index .service_3 .service_box img {
    height: 356px;
    transition: all 0.4s ease-in-out;
}

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

/*homepage review*/
#main_index .index_wrapper_6 {
    position: relative;
    padding: 5rem 8% 5.5rem;
    background-image: linear-gradient(to right, #44a7ea, #1078c1, #1078c1);
}

#main_index .index_wrapper_6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28037/image/g-bg.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    opacity: 0.4;
}

.hp_review {
    padding-bottom: 3.5rem;
}

.hp_review .hp_big_title {
    color: #c6e2f8;
}

.hp_review .hp_big_title span {
    color: #fff;
}

html[lang="ms"] .hp_review .hp_big_title span {
    display: unset;
}

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

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

.hp_review_number {
  display: flex;
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  line-height: .85;
  width: fit-content;
  transform-origin: bottom center;
}

.hp_review_box:hover .hp_review_number {
    animation: 1s swing;
}

.hp_review_keyword {
    font-size: 18px;
  margin: 10px 0 0;
  color: #fff;
  font-weight: 600;
}

.hp_review_right_box {
    padding-left: 10vw;
}

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

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

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

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 10px 15px;
  border-radius: 15px;
  transition: all 0.4s 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 {
  box-shadow: none;
  border: none;
  width: 100%;
  padding-top: 85px;
  order: 2;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    left: 0;
  transform: translate(0, -50%);
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img.align-self-center {
  align-self: left !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin: 0;
  order: 1;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area > .col-12 {
    padding: 0;
  text-align: left !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area > .col-12:nth-child(2) {
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
  order: 3;
  align-self: left !important;
  text-align: left;
  width: 100%;
  margin-top: 15px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name .all_font_sm {
  font-size: 13px !important;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .text {
    font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  font-weight: 300;
  line-height: 1.4;
}

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

#main_index .hp_testimonial_type4 .slick-dots {
  position: absolute;
  bottom: unset;
  height: auto;
  width: auto;
  top: 50%;
  left: 101.5%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

#main_index .hp_testimonial_type4 .slick-dots li button::before {
  color: transparent;
  font-size: 15px;
  -webkit-text-stroke: 2px #fff;
  opacity: 1;
}

#main_index .hp_testimonial_type4 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

#main_index .hp_testimonial_type4 .slick-dots li {
    margin: 0 3px;
}

/*homepage news*/
#main_index .index_wrapper_7 {
    padding: 5.5rem 10.5%;
  background-image: url('https://cdn1.npcdn.net/userfiles/28037/image/h-bg.png');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.hp_news_box {
    margin-bottom: 3.5rem;
}

.hp_news .hp_big_title {
    margin-bottom: 10px;
}

#main_index .hp_latest_new .news_box:nth-child(n+3),
#main_index .hp_latest_new .news_box .img_frame .category,
#main_index .hp_latest_new .news_box .read_more {
    display: none;
}

#main_index .hp_latest_new .news_box .col-12.col-lg-4 > a {
    display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#main_index .hp_latest_new .news_box .col-12.col-lg-4 > a::before {
  content: "News";
  position: absolute;
  left: -7px;
  top: 25px;
  padding: 6px 25px;
  background-image: linear-gradient(to left, #44a7ea, #1078c1);
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new .news_box:hover .col-12.col-lg-4 > a::before {
    padding: 6px 40px;
}

#main_index .hp_latest_new .news_box .img_frame {
    border-radius: 20px;
    padding-top: 62%;
}

#main_index .hp_latest_new .news_box {
  margin-bottom: 40px !important;
}

#main_index .hp_latest_new .news_box:nth-child(2) {
  margin-bottom: 0 !important;
}

#main_index .hp_latest_new .news_box .col-12.col-lg-8 {
    display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 17vw 0 3.5vw;
}

#main_index .hp_latest_new .news_box .title {
  font-size: 18px;
  line-height: 1.2;
  color: #001635 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

#main_index .hp_latest_new .news_box .date {
  opacity: 1;
  font-size: 12.5px;
  color: #666;
  margin: 13px 0 !important;
}

#main_index .hp_latest_new .news_box .date i {
    color: #55b4f8;
}

#main_index .hp_latest_new .news_box .content {
  opacity: 1;
  margin-bottom: 0;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  #main_index .hp_latest_new .news_box .col-12.col-lg-4 {
    -ms-flex: 0 0 34.5%;
    flex: 0 0 34.5%;
    max-width: 34.5%;
  }
  #main_index .hp_latest_new .news_box .col-12.col-lg-8 {
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
    max-width: 65.5%;
  }
}

/*homepage contact*/
.hp_contact {
  padding: 4rem 10% 0;
  background-color: #011635;
}

.hp_contact_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: .8px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5rem;
}

.hp_contact_logo img {
    max-width: 180px;
}

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

.hp_contact .hp_button span {
    transform: rotate(5deg);
}

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

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    
    .np_language_btn {
        left: 15px;
    }
    
    /*top space*/
    .top_space {
        padding: 0 15px;
    }
    .top_space_contact a {
        font-size: 12px;
    }
    #search_name_nav {
        max-width: 100px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
      font-size: 1.2vw;
      gap: 2px;
      padding: 7px 10px;
    }
    .navbar_type8 .nav_tab .nav_item:last-child a {
        padding: 7px 15px;
    }
    .navbar_type8 .nav_tab .nav_item:last-child {
      margin-left: 5vw;
    }
    
    /*footer*/
    .footer_type6 {
        line-height: 1.6;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding: 0 0 5.5vw 6.5%;
    }
    .hp_banner_keyword {
        font-size: 1.1vw;
    }
    .hp_button img {
      max-width: 17px;
    }
    .slider_banner .slick-dots li button::before {
        font-size: 12px;
    }
    
    /*homepage why*/
    .hp_why {
        margin: -6vw 15px 0;
        padding: 2rem 1.5rem;
    }
    .hp_why_box {
        gap: 20px;
        width: 100%;
    }
    .hp_why_icon img {
        max-width: 50px;
        width: 50px !important;
    }
    .hp_why_title {
        font-size: 17px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    .hp_why .row {
      row-gap: .5rem;
    }
    
    /*homepage about*/
    .hp_about {
      padding: 4rem 15px;
    }
    .hp_about_left_box {
        width: 100%;
    }
    .hp_about_text {
        font-size: 1.8vw;
        bottom: 10vw;
        right: 3vw;
    }
    .hp_about_right_box {
      padding: 0;
    }
    .hp_big_title {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        padding: 8px 15px;
        font-size: 13.5px;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px 0;
    }
    .hp_small_title {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .hp_small_title::before {
        width: 24px;
        height: 24px;
    }
    .hp_services {
      padding-bottom: 1.5rem;
    }
    #main_index .service_3 .service_box img {
        height: 280px;
    }
    #main_index .service_3 .service_box .content {
        padding: 25px;
    }
    #main_index .service_3 .service_box .content h3 {
        font-size: 15px;
    }
    #main_index .service_3 .service_box .content h3::before {
        width: 35px;
        height: 35px;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_review {
      padding-bottom: 1.5rem;
    }
    .hp_review_number {
        font-size: 55px;
    }
    .hp_review_right_box {
      padding-left: 0;
    }
    .hp_review_keyword {
        font-size: 16px;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
        padding: 30px;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .text {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
        font-size: 16px;
    }
    #main_index .hp_testimonial_type4 .slick-dots {
        top: unset;
        left: unset;
        transform: unset;
        position: relative;
        margin-top: 1.5rem;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
        padding: 4em 30px;
    }
    .hp_news_box {
      margin-bottom: 2rem;
    }   
    #main_index .hp_latest_new .news_box .col-12.col-lg-8 {
        padding: 0 20vw 0 15px;
    }
    #main_index .hp_latest_new .news_box .title {
        font-size: 16px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 3rem 15px 0;
    }
    .hp_contact_logo img {
      max-width: 165px;
    }
    .hp_contact_title {
        font-size: 23px;
    }

}

.navbar_mobile .btn-outline-light,
.navbar_mobile .btn-outline-light:hover {
  border-color: #001635;
  color: #001635;
}

.side_menu {
    background-color: #001635;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type6 .title {
      min-height: 50px;
    }
    .footer_type6 .logo.title::before {
        min-height: 50px;
        line-height: 1.3;
    }
    
    /*homepage banner*/
    
    
    /*homepage why*/
    
    
    /*homepage about*/
    
    
    /*homepage services*/
    .hp_services_right_box {
        padding-left: 0;
    }
    
    /*homepage review*/
    
    
    /*homepage news*/
    #main_index .hp_latest_new .news_box .col-12.col-lg-8 {
        padding: 0 15px;
        margin-top: 20px;
    }
    #main_index .index_wrapper_7 {
        background-image: unset;
    }
    
    /*homepage contact*/
    .hp_contact_box {
        padding-bottom: 1.5rem;
        flex-direction: column;
        gap: 1.5rem;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type6 .logo.title::before,
    .footer_type6 .title,
    .footer_type6 .title h5 {
        min-height: 20px;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 320px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 15px;
    }
    .hp_banner_title {
        font-size: 23px;
        line-height: 1.1;
        margin-bottom: 10px;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_small {
        margin-bottom: 8px;
        font-size: 13px;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    }
    .hp_banner_keyword {
        font-size: 11px;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    }
    .hp_banner .hp_button {
        padding: 6px 10px;
        font-size: 11.5px;
    }
    
    .slider_banner .slick-dots li button::before {
        font-size: 10px;
        -webkit-text-stroke: 1px #fff;
    }
    .slider_banner .slick-dots {
        top: 93%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0);
    }
    .slider_banner .slick-dots li {
      margin: 0 2px;
    }
    
    /*homepage why*/
    .hp_why {
        margin: 2rem 15px 0;
        padding: 2rem .5rem;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_about .hp_big_title::before {
        right: -15px;
        top: -10px;
        width: 30px;
        height: 30px;
    }
    .hp_break {
      display: unset;
    }
    .hp_about_text {
        font-size: 3.5vw;
        bottom: 20vw;
        right: 3.5vw;
    }
    
    /*homepage services*/
    .hp_services_right_box {
        align-items: flex-start;
        text-align: left;
        margin-top: 1rem;
    }
    #main_index .service_3 .service_box img {
        height: 200px;
    }
    #main_index .service_3 .service_box .content {
        padding: 15px;
    }
    
    /*homepage review*/
    .hp_review_ebox {
        margin: 20px 0;
    }
    .hp_review {
        padding: 0 15px 1.5rem;
    }
    #main_index .index_wrapper_6 {
        padding: 4rem 0;
    }
    .hp_review_left_box {
        margin-bottom: 2rem;
    }
    .hp_review_box {
        flex-direction: column;
        align-items: center;
    }
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
        padding: 25px;
        margin: 10px;
    }
    #main_index .hp_testimonial_type4 .slick-dots li button::before {
        font-size: 11px;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact_title {
        text-align: center;
    }
    .hp_contact_box {
        padding-bottom: 2rem;
        gap: 2rem;
    }

}

/* product */
#main_ourproducts img{

object-fit:contain;
}

/* main_category */
#main_category img{

object-fit:contain;
}

/* main_searchproducts */
#main_searchproducts img{

object-fit:contain;
}

/* main_tag */
#main_tag img{

object-fit:contain;
}

/* main_showproducts */
#main_showproducts img{

object-fit:contain;
}
