body > br {
    display: none;
}

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

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

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

#main_index button:focus {
    outline: none;
}

#nms_popup_model {
    overflow: scroll !important;
}

.toggle_btn {
    right: 65px;
}

/*top space*/
.top_space {
  padding: 10px 15%;
  background-color: #07358b;
}

.top_space_box {
    display: flex;
  justify-content: flex-end;
  gap: 3vw;
}

.top_space_point {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

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

.top_space_point a {
     display: flex;
  align-items: center;
  gap: 10px;
}

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

/*navigation bar*/
.navbar_type8 {
    padding: 0 2%;
    border-bottom: 1px solid rgb(0,0,0,0.15);
}

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

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

.dark_nav {
    background-color: #fff !important;
    border-bottom: 1px solid rgb(0,0,0,0.15) !important;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
  font-weight: 600;
  font-size: 1vw;
  padding: .5vw;
}

html[lang="ms"] .navbar_type8 .nav_tab .nav_item a {
    font-size: .8vw;
    padding: .1vw;
}

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

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

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

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

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

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

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    top: 20px;
}

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

/*footer*/
.footer_type10 {
    font-size: 14px;
  overflow: hidden;
  line-height: 1.6;
  padding-top: 1rem !important;
}

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

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1) .sub_title {
    display: none;
}

.footer_type10 .logo img {
    max-height: 40px;
  background-color: #fff;
  padding: 5px;
}

.footer_type10 .title {
    min-height: 40px;
}

.footer_type10 .logo {
    padding-top: 40px;
}

.footer_type10 .sub_title p {
    font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 17px;
  padding-bottom: 5px;
}

.footer_type10 a:hover {
  color: #0482e8;
}

.footer_type10 a.text:hover {
  color: #0482e8 !important;
}

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

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

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

.hp_banner_box {
    position: relative;
    padding: 35px;
}

.hp_banner_box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 43.5%;
    transform: translate(-50%, -50%);
    border: 2px solid #f39231;
    border-right: none;
    width: 100%;
  height: 80%;
  z-index: -1;
}

.hp_banner_box_inside {
    position: relative;
}

.hp_banner_box_inside::before {
    content: "";
    position: absolute;
    right: -35px;
    top: -25px;
    width: 1.5px;
    height: 20px;
    background-color: #f39231;
  z-index: -1;
}

.hp_banner_box_inside::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 15px;
  width: 1.5px;
  height: 20px;
  background-color: #f39231;
  z-index: -1;
}

.hp_banner_title {
    font-size: 2.3vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}

.hp_banner_title span {
    display: block;
}

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

.hp_banner_keyword span {
    display: block;
}

.hp_banner_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.hp_banner_scroll {
    position: absolute;
  right: 10%;
  bottom: 0;
}

.hp_scroll img {
    max-width: 10px;
  transform: rotate(135deg);
}

.hp_scroll {
    display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 30px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  background-color: #f39231;
  border: none;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/*homepage about*/
.hp_about {
    padding: 8rem 8% 6rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/27063/image/about_us_background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_about_right {
  padding-top: 3vw;
}

.hp_about_title {
    color: #07358b;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.25vw;
}

.hp_keyword {
    font-size: 1vw;
  margin-bottom: 0;
  line-height: 1.75;
  font-weight: 300;
}

.hp_big_title {
    color: #07358b;
  font-size: 2.45vw;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.hp_big_title::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('https://cdn1.npcdn.net/userfiles/27063/image/title_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
}

.hp_about .hp_big_title::before {
    position: relative;
  top: 9px;
}

.hp_about_btn {
    padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #0482e8;
  transition: all 0.35s ease-in-out;
}

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

.hp_about_btn img {
    max-width: 17px;
}

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

.hp_about_btn:active {
    transform: scale(0.8);
}

.hp_about_btn span {
    transform: translateX(5px);
}

.hp_about_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 35px;
}

.hp_about_img {
    width: 93%;
}

.hp_about_box {
    padding-right: 2.5vw;
}

.hp_about_left {
    padding-left: 0;
}

.hp_about .row {
    row-gap: 4rem;
}

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

.hp_count_ebox::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 100%;
    background-color: #ccc;
}

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

.hp_count_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 0;
    transition: all 0.3s ease-in-out;
}

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

.hp_count_number {
    display: flex;
    font-size: 3.3vw;
    font-weight: 900;
    color: #07358b;
    line-height: 1;
    gap: 5px;
    align-items: baseline;
}

.hp_count_number .running_word {
    font-size: 2.2vw;
}

.hp_count_keyword {
    font-size: 1.5vw;
    color: #000;
    margin: 20px 0 0;
    line-height: 1.25;
    font-weight: 700;
}

/*homepage why*/
.hp_why {
    padding: 6rem 8%;
    margin-top: -1rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/27063/image/wcu_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    z-index: 1;
}

.hp_why_icon {
    cursor: pointer;
}

.hp_why_icon img {
    display: block;
    border-radius: 10px;
}

.hp_why .hp_big_title {
    color: #fff;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/*.hp_why_bottom_box {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  gap: 4rem 20px;*/
/*  flex-wrap: wrap;*/
/*  margin-top: 3rem;*/
/*}*/

/*.hp_why_point {*/
/*    flex: 0 1 calc((100% / 5) - 20px);*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*}*/

.hp_why_point {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3.5rem 5vw;
    margin-top: 1.5rem;
}

.hp_why_keyword {
  font-size: 1.25vw;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  white-space: nowrap;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hp_why_keyword span {
    display: block;
}

.hp_why_icon:hover {
    animation: 1s swing;
}

/*homepage services*/
#main_index .index_wrapper_4 {
    padding: 8rem 8%;
    position: relative;
}

#main_index .index_wrapper_4::before {
  content: "Our Services";
  color: #000;
  position: absolute;
  right: 0;
  top: 3%;
  font-size: 13vw;
  font-weight: 700;
  color: #000;
  opacity: 0.03;
  text-align: right;
  line-height: 1;
}

html[lang="zh-Hans"] #main_index .index_wrapper_4::before {
    content: "我们的服务";
}

html[lang="ms"] #main_index .index_wrapper_4::before {
    content: "Perkhidmatan Kami";
}

#main_index .index_wrapper_4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 83%;
    background-color: #f2f2f2;
    z-index: -1;
}

.hp_services_top_box {
    display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}

.hp_services .hp_big_title {
    margin-bottom: 0;
}

.hp_button {
    background-color: #f39231;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  transition: all 0.35s ease-in-out;
}

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

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

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

.hp_services_ebox {
    margin: 10px;
    transition: all 0.4s ease-in-out;
}

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

.hp_services_img {
    overflow: hidden;
}

.hp_services_img img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.hp_services_ebox:hover .hp_services_img img {
    transform: scale(1.15);
}

.hp_services_bottom {
    padding: 0 5px;
}

.hp_services_box {
    height: 100%;
}

.hp_services_keyword {
    font-size: 1.35vw;
  margin-top: 2.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}

.hp_services_keyword span {
    display: block;
}

.hp_services .hp_about_btn {
    font-size: 17px;
}

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

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

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

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

.hp_services_slider .slick-prev::before, .hp_services_slider .slick-next::before {
  text-shadow: none;
  color: #000;
  opacity: 0.25;
}

.hp_services_slider .slick-next {
  right: -30px;
}

.hp_services_slider .slick-prev {
    left: -30px;
}

.hp_services_slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem 0;
}

#main_index .service_type4 {
    padding: 0 5px;
}

#main_index .service_type4 .container {
    max-width: 100%;
}

#main_index .service_type4 .row {
    row-gap: 1rem;
}

#main_index .service_type4 .col-6.col-md-3 {
    margin: 10px 0;
    padding: 0 10px;
}

#main_index .service_type4 .service_box_type4 {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover {
    transform: translateY(-10px);
}

#main_index .service_type4 .service_box_type4 .img_frame {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

#main_index .service_type4 .service_box_type4 .img_frame img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
    aspect-ratio: 1/1;
}

#main_index .service_type4 .service_box_type4 .img_frame .overlay {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    width: 100%;
    transform: unset;
    transition: 1s linear;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    border: none;
    transition: 0.3s fadeIn;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .box {
    top: unset;
    left: unset;
    transform: unset;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
    overflow: unset;
    max-height: unset;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    color: white;
    text-align: left !important;
    margin: 1.5rem 0 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > span {
    font-size: 1.35vw;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > br {
    display: none;
}

#main_index .service_type4 .service_box_type4 .img_frame .box .btn {
    font-size: 0.85rem !important;
    padding: 0;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px !important;
    color: #0482e8;
    border: none;
}

#main_index .service_type4 .service_box_type4 .img_frame .box .btn::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-image: url('https://cdn1.npcdn.net/userfiles/27063/image/arrow_blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*homepage review*/
#main_index .index_wrapper_6 {
    padding: 6rem 8%;
}

.hp_review .hp_services_top_box {
    margin-bottom: 2rem;
}

#main_index .ex_hp_googleReviewDefault {
    padding: 0 5px;
}

#main_index .ex_hp_googleReviewDefault .container {
    max-width: 100%;
}

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

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewSlider {
    margin-bottom: 0 !important;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background-color: #f2f2f2;
    padding: 30px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems:hover {
    transform: translateY(-10px);
}

#main_index .ex_hp_googleReviewDefault .slick-prev::before,
#main_index .ex_hp_googleReviewDefault .slick-next::before {
    text-shadow: none;
    color: #0482e8;
    opacity: 1;
    font-size: 25px;
}

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

#main_index .ex_hp_googleReviewDefault .slick-next {
    right: -25px;
}

#main_index .ex_hp_googleReviewDefault .slick-prev {
    left: -25px;
}

#main_index .ex_hp_googleReviewDefault .slick-arrow.slick-disabled {
    opacity: 0.4;
}

/*homepage photo*/
#main_index .index_wrapper_7 {
    padding: 6rem 8%;
    background-color: #f2f2f2;
}

.hp_photo .hp_services_top_box {
    margin-bottom: 2rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0 5px;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}

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

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

#main_index .hp_photoGallerySlider_type3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .slick-next::before {
    text-shadow: none;
    color: #0482e8;
    opacity: 1;
    font-size: 25px;
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    display: unset;
    filter: unset;
}

#main_index .hp_photoGallerySlider_type3 .slick-next::before {
    content: "\f105";
}

#main_index .hp_photoGallerySlider_type3 .slick-prev::before {
    content: "\f104";
}

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

#main_index .hp_photoGallerySlider_type3 .slick-next {
    right: -25px;
}

#main_index .hp_photoGallerySlider_type3 .slick-prev {
    left: -25px;
}

#main_index .hp_photoGallerySlider_type3 .slick-arrow.slick-disabled {
    opacity: 0.4;
}

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

#main_index .index_wrapper_8::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27063/image/latest_news_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    z-index: -1;
}

#main_index .latest_new_type6 {
    width: 90%;
  margin: 0 auto;
  padding-top: 2rem;
}

.latest_new_type6 .news_box .news_box_content {
    background-color: #f2f2f2;
    border-radius: 10px;
}

.latest_new_type6 .news_box .img_frame {
    border-radius: 15px;
}

.latest_new_type6 .news_box {
    transition: all 0.4s ease-in-out;
}

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

.latest_new_type6 .news_box .title {
    font-size: 15px;
}

.latest_new_type6 .news_box {
    background-color: transparent;
}

.hp_newsButton a:hover {
    text-decoration: none;
}

.hp_newsButton_box {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hp_newsButton_button .hp_button {
    font-size: 1.8vw;
    gap: 2vw;
    padding: .7vw 2vw .8vw;
}

.hp_newsButton_button:first-child .hp_button img {
    max-width: 1vw;
}

.hp_newsButton_button:last-child .hp_button {
    background-color: #34a853;
}

/*.hp_newsButton_button:first-child a {*/
/*    display: inline-block;*/
/*    animation: pulse2 1s infinite;*/
/*    transition: all 0.3s linear;*/
/*}*/

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(243, 146, 49, 0.8);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(243, 146, 49, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(243, 146, 49, 0);
  }
}

/*.hp_newsButton_button:last-child a {*/
/*    display: inline-block;*/
/*    animation: pulse3 1s infinite;*/
/*    transition: all 0.3s linear;*/
/*}*/

@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.8);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(52, 168, 83, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 168, 83, 0);
  }
}

.hp_news_btn {
    display: flex;
    padding: .8vw 2vw .8vw 2.5vw;
    text-decoration: none;
    font-size: 2vw;
    color: white;
    background: #f39231;
    transition: 1s;
    box-shadow: 7px 7px 0 black;
    transform: skewX(-15deg);
    border: none;
    cursor: pointer;
    gap: 1vw;
    font-weight: 600;
}

.hp_news_btn:focus {
    outline: none;
}

.hp_news_btn:hover {
    transition: 0.5s;
    background: #07358b;
    box-shadow: 10px 10px 0 #f39231;
}

.hp_news_btn:active {
    transform: scale(0.9);
}

.hp_news_btn .second {
    transition: 0.5s;
    margin-right: 0px;
    animation: floating 1s infinite linear;
}

@keyframes floating {
  0%, 100% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateY(0px);
  }
}

.hp_news_btn:hover .second {
    transition: 0.35s;
    margin-left: 35px;
}

.hp_news_btn.span {
    transform: skewX(15deg);
}

.hp_news_btn.second {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}

.hp_news_btn.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

.hp_news_btn.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.hp_news_btn:hover .three {
    animation: color_anim 1s infinite 0.2s;
}

.hp_news_btn:hover .one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.hp_news_btn:hover .two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #f39231;
  }

  100% {
    fill: white;
  }
}

.hp_newsButton_button:nth-child(2) .hp_news_btn {
    background-color: #34a853;
    font-size: 1.6vw;
    padding: .7vw 2vw .7vw 2.5vw;
}

.hp_newsButton_button:nth-child(2) .hp_news_btn:hover {
    box-shadow: 10px 10px 0 #237037;
}

.hp_news_ws {
    display: inline-block;
    animation: 1s swing infinite;
    transition: 0.35s;
}

.hp_news_btn:hover .hp_news_ws {
    margin-left: 35px;
}


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

.hp_contact_right {
    padding: 0;
}

.hp_contact_img {
    width: 90%;
  margin-left: auto;
}

.hp_contact_left {
    display: flex;
  align-items: center;
}

.hp_contact_box {
    padding-left: 6vw;
  position: relative;
  left: 4vw;
}

.hp_contact_button {
    margin-top: 2.5rem;
}

.hp_contact_title {
    background-color: #0482e8;
  margin-bottom: 2.5rem;
  color: #fff;
  width: max-content;
  line-height: 1;
  font-size: 15px;
  padding: 8px 20px;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}


.hp_contact .hp_big_title::before {
    display: none;
}

.hp_contact .hp_button {
    font-size: 20px;
    padding: 10px 25px;
}

.hp_contact .hp_button img {
    max-width: 15px;
}

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

/*about us page*/
.pg_banner_ebox {
    position: relative;
  padding: 0;
}

.pg_banner_title {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-right: 10vw;
  font-size: 3.5vw;
  font-weight: 800;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.pg_about {
    padding: 6rem 8%;
  background-color: #f2f2f2;
}

.pg_about2 {
    padding: 6rem 8%;
}

.pg_about_left, .pg_about_right, .pg_about2_left, .pg_about2_right {
    display: flex;
  align-items: center;
}

.pg_about .hp_big_title {
    margin-bottom: 15px;
}

.pg_about_title {
    font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #000;
}


/*other pages*/

#main_services .services_wrapper_4 {
    margin-bottom: 3rem;
    margin-top: 1rem;
}

#main_services .services_wrapper_4 .innerContainer_4 {
    padding: 0;
}

#main_services .services_wrapper_4 .ex_hpcontact_formonly {
    padding: 0 30px;
}

#main_services .services_wrapper_5 {
    margin-bottom: 3rem;
}

/*homepage responsive*/

@media (max-width: 1250px) {
    .navbar_type8 {
        padding: 0 2%;
    }
}

@media (max-width: 1200px) {
    .toggle_btn {
        right: 45px;
    }
    
    /*top space*/
    .top_space_point {
        font-size: 14px;
    }
    .top_space {
        padding: 10px 20%;
    }
    
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 10px;
    }
    .navbar_type8 .nav_tab {
        gap: .5vw;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.15vw;
    }
    html[lang="ms"] .navbar_type8 .nav_tab .nav_item a {
        font-size: .85vw;
    }
    
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 2%;
    }
    .hp_banner_keyword {
        font-size: 14px;
    }
    .hp_banner_button {
        margin-top: 20px;
    }
    .hp_button {
        font-size: 14px;
    }
    .hp_banner_box {
        padding: 30px;
    }
    .hp_banner_box::before {
        top: 42.5%;
    }
    .hp_banner_box_inside::before {
        right: -30px;
        top: -23px;
    }
    .hp_banner_box_inside::after {
        right: -30px;
    }
    .hp_scroll {
        padding: 8px 25px;
        font-size: 13px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_big_title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .hp_big_title::before {
        width: 25px;
        height: 25px;
    }
    .hp_about .hp_big_title::before {
        top: 6px;
    }
    .hp_about_img {
      width: 100%;
    }
    .hp_about_box {
      padding-right: 0;
    }
    .hp_keyword {
        font-size: 14px;
        line-height: 1.65;
    }
    .hp_about_btn {
        font-size: 14px;
    }
    .hp_about_title {
        font-size: 17px;
    }
    
    .hp_about .row {
        row-gap: 2.5rem;
    }
    .hp_count_number {
        font-size: 35px;
    }
    .hp_count_number .running_word {
        font-size: 23px;
    }
    .hp_count_box {
        padding: 1.5rem 0;
    }
    .hp_count_keyword {
        font-size: 16px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px 5rem;
    }
    .hp_why_keyword {
        font-size: 15px;
    }
    .hp_why_bottom_box {
        gap: 3rem 20px;
        margin-top: 2rem;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_4 {
        padding: 5rem 15px;
    }
    .hp_services_top_box {
        margin-bottom: 2rem;
    }
    .hp_services_keyword {
        font-size: 16px;
        margin-top: 1.5rem;
    }
    .hp_services_button {
        margin-top: 10px;
    }
    .hp_services .hp_about_btn {
      font-size: 14px;
      line-height: 2;
    }
    .hp_services_slider .slick-prev {
      left: -15px;
    }
    .hp_services_slider .slick-next {
      right: -15px;
    }
    .hp_services_slider {
        gap: 1rem 0;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p > span {
        font-size: 16px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box .btn {
        font-size: 14px !important;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_review .hp_services_top_box {
        margin-bottom: 1rem;
    }
    #main_index .ex_hp_googleReviewDefault .slick-next {
        right: -10px;
    }
    #main_index .ex_hp_googleReviewDefault .slick-prev {
        left: -10px;
    }
    
    /*homepage photo*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-next {
        right: -10px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-prev {
        left: -10px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    #main_index .latest_new_type6 {
      width: 95%;
      padding-top: 1rem;
    }
    .latest_new_type6 .news_box .img_frame {
        height: 250px;
    }
    .hp_newsButton_button:first-child .hp_button {
        font-size: 20px;
    }
    .hp_newsButton_button:first-child .hp_button img {
        max-width: 13px;
    }
    .hp_newsButton_box {
        gap: 35px;
        margin-top: 3rem;
    }
    
    .hp_news_btn {
        gap: 10px;
        font-weight: 600;
        font-size: 24px;
        padding: 10px 15px 12px 30px;
    }
    .hp_newsButton_button:nth-child(2) .hp_news_btn {
        font-size: 20px;
        padding: 9px 25px;
        gap: 15px;
    }
    
    /*homepage contact*/
    .hp_contact_box {
        padding-left: 0;
        left: 2vw;
    }
    .hp_contact_title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .hp_contact_button {
      margin-top: 20px;
    }
    .hp_contact_text {
        font-size: 20px;
    }
    
    /*about us page*/
    .pg_banner_title {
        padding-right: 7vw;
    }
    .pg_about, .pg_about2 {
        padding: 3rem 15px;
    }
    .pg_about .hp_big_title {
      margin-bottom: 10px;
    }
    .pg_about_title {
        font-size: 18px;
    }
}

.navbar_mobile {
    background-color: #fff;
}

.side_menu {
    background-color: #07358b;
}

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

.side_menu .social_media > a:nth-child(1) {
    display: none;
}

.side_menu .social_media a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.side_menu .social_media a:nth-child(2)::after {
    content: "Visit Us";
}

.side_menu .social_media a:nth-child(3)::after {
    content: "WhatsApp Us";
}

html[lang="zh-Hans"] .side_menu .social_media a:nth-child(2)::after {
    content: "公司位置";
}

html[lang="zh-Hans"] .side_menu .social_media a:nth-child(3)::after {
    content: "WhatsApp咨询";
}

html[lang="ms"] .side_menu .social_media a:nth-child(2)::after {
    content: "Lokasi Kami";
}

html[lang="ms"] .side_menu .social_media a:nth-child(3)::after {
    content: "WhatsApp Kami";
}

@media (max-width: 991px) {
    
    /*homepage about*/
    .hp_about_left {
        display: flex;
        align-items: center;
    }
    
    /*homepage why*/
    .hp_why_keyword {
        white-space: normal;
    }
    /*.hp_why_point {*/
    /*    flex: 0 1 calc((100% / 3) - 20px);*/
    /*}*/
    .hp_why_point {
        gap: 2rem 3vw;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_8::before {
        background-size: cover;
    }
    
    /*homepage contact*/
    .hp_contact_img img {
        min-height: 430px;
        object-fit: cover;
        object-position: left;
    }
    
    /*about us page*/

}

@media (max-width: 767px) {
    .toggle_btn {
        right: 30px;
    }
    
    
    /*navigation bar*/
    
    
    /*footer*/
    .footer_type10 {
        padding-bottom: 3rem !important;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .footer_map_class {
        width: 60%;
        height: 180px;
    }
    
    /*homepage banner*/
    /*.index_wrapper_2 .item.slick-slide > img {*/
    /*    min-height: 280px !important;*/
    /*    object-fit: cover;*/
    /*}*/
    .hp_banner_box {
        padding: 15px;
    }
    .hp_banner_keyword {
        font-size: 12px;
        text-shadow: 1px 1px 3px #000;
    }
    .hp_banner_title {
        font-size: 20px;
      margin-bottom: 5px;
      text-shadow: 1px 1px 3px #000;
    }
    .hp_banner_button {
        margin-top: 10px;
    }
    .hp_banner_button .hp_button {
        font-size: 12px;
        padding: 5px 10px;
    }
    .hp_banner_button .hp_button img {
      max-width: 7px;
    }
    .hp_banner_box_inside::before {
        right: -15px;
        top: -10px;
    }
    .hp_banner_box_inside::after {
        right: -15px;
    }
    .hp_banner_scroll {
        right: 2%;
    }
    .hp_scroll {
        padding: 8px 15px;
        font-size: 10px;
    }
    .hp_scroll img {
      max-width: 6px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_box {
        margin: 2.5rem 0;
    }
    .hp_about_left {
        padding-left: 15px;
    }
    
    .hp_count_ebox::before {
        bottom: 0;
        top: unset;
        transform: unset;
        width: calc(100% - 30px);
        right: 15px;
        height: .8px;
    }
    .hp_count_ebox {
        margin: 0;
    }
    .hp_about .row {
        row-gap: 0;
    }
    .hp_count_box {
        padding: 1.5rem 0;
    }
    .hp_count_keyword {
        font-size: 19px;
    }
    .hp_count_number {
        font-size: 40px;
    }
    
    /*homepage why*/
    .hp_why .hp_big_title {
        text-align: center;
    }
    /*.hp_why_point {*/
    /*    flex: 0 1 calc((100% / 2) - 15px);*/
    /*}*/
    .hp_why_bottom_box {
        gap: 2rem 15px;
    }
    .hp_why_keyword {
        height: auto;
    }
    .hp_why_point {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .hp_why_icon {
        padding: 0 3vw;
        background-color: #fff;
        border-radius: 10px;
    }
    .hp_why_icon img {
        border-radius: 0;
    }
    
    /*homepage services*/
    .hp_services_top_box {
        margin-bottom: 2rem;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .hp_big_title {
        gap: 10px;
    }
    .hp_services_keyword span {
      display: unset;
    }
    .hp_services_keyword {
        font-size: 15px;
        margin-top: 1rem;
        line-height: 1.3;
    }
    .hp_services_slider {
        grid-template-columns: 1fr 1fr;
    }
    
    /*homepage review*/
    .hp_review .hp_services_top_box {
        gap: 10px;
    }
    
    /*homepage photo*/
    .hp_photo .hp_services_top_box {
        gap: 10px;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact {
        background-size: cover;
        background-position: 10% 50%;
    }
    .hp_contact_box {
        left: 0;
        margin: 3rem 0;
        padding: 0 15px;
    }
    .hp_contact_img img {
        min-height: auto;
    }
    .hp_contact_img {
        width: 100%;
    }
    .hp_contact .hp_big_title {
        font-size: 25px;
    }
    
    /*about us page*/
    .pg_banner_title {
        padding-right: 5vw;
        font-size: 8vw;
        text-shadow: 1px 1px 3px #000;
    }
    .pg_banner_ebox img {
        min-height: 200px;
        object-fit: cover;
    }
    .pg_about_box {
        margin-top: 2rem;
    }
    /*.pg_about2 .row {*/
    /*    flex-direction: column-reverse;*/
    /*}*/

}