@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: 29px;
    right: 9vw;
}

.np_language_btn .dropdown_btn {
    color: #fff;
    border-radius: 30px;
    box-shadow: none;
    background-image: linear-gradient(to bottom, #00192b, #00335a);
    padding: 4px 15px;
    height: 30px;
}

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

/*top space*/
.top_space {
    display: flex;
  align-items: center;
  padding: 0 8%;
  height: 88px;
  border-bottom: .8px solid rgba(0, 0, 0, 0.05);
}

.top_space_logo img {
    max-width: 105px;
}

.top_space_contact {
    width: 30%;
  display: flex;
  flex-direction: column;
}

.top_space_contact a {
   font-size: .95vw;
  display: flex;
  gap: 10px;
  color: #000;
}

.top_space_contact a span {
    display: block;
}

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

.top_space_contact a:hover span {
    animation: 1s swing;
}

.top_space_logo {
  width: 40%;
  display: flex;
  justify-content: center;
}

.top_space_search {
    width: 30%;
    display: flex;
    justify-content: center;
}


/*navigation bar*/
.navbar_type8 {
    height: 45px;
  background-color: #fff;
  justify-content: center;
  gap: 1.5vw;
  border-bottom: .8px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out;
}

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

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

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
  padding: 0;
  flex: unset;
  justify-content: center;
  gap: 1.5vw;
}

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

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
  font-size: 0.95vw;
  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: 1.8px;
  background-color: #efd36f;
  transform: translate(-50%);
}

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

.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.nav_search input {
  background: #fff;
  width: 100%;
  height: 45px;
  border: 0;
  box-shadow: none;
  padding: 5px 20px;
  border-radius: 0;
  max-height: 42px;
  max-width: 14vw;
}
.nav_search .search_button {
    background-color: #fff;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
.boxSearch .fa-search{
    font-size: 18px !important;
}
.dark_nav.sticky-search{
    margin-top: 60px;
}
.btnSearch {
    position: relative;
    z-index: 999;
    font-size: 19px;
    cursor: pointer;
    transition: all .43s ease-in-out;
    color: #000;
}
.boxSearch {
    display: none;
    position: absolute;
  height: 43px;
  top: 23px;
  right: 22vw;
  z-index: 1;
}
.scroll_menu .boxSearch {
    display: none;
    position: absolute;
    top: 60px;
    left: -265px;
    width: 300px;
}
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 24px;
    vertical-align: bottom;
    margin-right: -5px;
}

.nav_social {
    display: flex;
}

.nav_social ul {
    display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
}

.nav_social ul a {
    width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: .8px solid #00335a;
  border-radius: 50%;
  color: #00335a;
  font-size: 13px;
}

/*footer*/
.footer_type4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3a3a3a;
  background-image: linear-gradient(to bottom, #002e5f, #010729);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  overflow: hidden;
}

.footer_type4 a:hover {
    color: #efd36f;
    text-decoration: none;
}

.footer_type4 .btn-primary {
  background-color: #efd36f !important;
  border-color: #efd36f !important;
  color: #000;
  font-size: 14px !important;
}

.footer_type4 .btn-primary:hover {
    color: #000;
}

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

.footer_type4 .social_media li a {
  color: #efd36f;
  display: inline-block;
}

.footer_type4 .social_media li a:hover {
    animation: 1s swing;
}

.footer_type4 h6 {
  font-size: 18px !important;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

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

.hp_banner_box {
    position: relative;
}

.hp_banner_img img {
    max-width: 38.5vw;
}

.hp_banner_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  width: 77%;
  height: 100%;
  padding-bottom: 2.8vw;
}

html[lang="zh-Hans"] .hp_banner_content {
    width: 60%;
}

.hp_banner_title {
    color: #fcf3ae;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .5vw;
}

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

.hp_banner_keyword {
    font-size: 1.02vw;
  color: #fff;
  width: 65%;
  margin: 0 auto;
  font-weight: 300;
}

html[lang="ms"] .hp_banner_keyword {
    width: 72%;
}

.hp_banner_small {
  font-size: 1.35vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1.5vw;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: 1;
  align-items: center;
  margin-top: 4.5vw;
}

html[lang="ms"] .hp_banner_small {
    margin-top: 4vw;
}

.hp_banner_small span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.hp_banner_social {
    display: none;
}

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

.hp_bannerNew {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 3.5vw;
}

.hp_bannerNew_blue {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    filter: drop-shadow(0 2px 5px);
}

.hp_bannerNew_owner {
    position: absolute;
    right: 15.5%;
    top: 3.5%;
    width: 24%;
    z-index: 1;
}

.hp_bannerNew_deposit {
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 30%;
    z-index: 3;
}

.hp_bannerNew_content {
    position: relative;
    z-index: 4;
    width: 55%;
}

.hp_bannerNew_group1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin: 1vw 0;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}

.hp_bannerNew_point1 {
    background-color: #fff;
    border-radius: 19px;
    border: .8px solid #c78c0e;
}

.hp_bannerNew_group2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3vw;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}

.hp_bannerNew_title {
    width: 76%;
}

/*homepage count*/
.hp_count {
    padding: 6rem 8%;
}

.hp_count_ebox {
    padding: 0 12px;
    margin: 12px 0;
}

.hp_count_box {
    height: 100%;
  border: 1.8px solid #00335a;
  padding: 25px 25px 35px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.hp_count_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: #00335a;
}

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

.hp_count_icon img {
    max-width: 95px;
  width: 95px !important;
}

.hp_count_box:hover .hp_count_icon img {
    animation: 1s swing;
}

.hp_count_top {
    display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.hp_count_number {
    display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: 700;
  color: #00335a;
  font-family: "Josefin Sans", sans-serif;
  line-height: .9;
}

.hp_count_small {
    font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}

.hp_count_text {
    font-size: 17.5px;
  margin-bottom: 0;
  font-weight: 600;
}

.hp_keyword {
    font-size: 16.5px;
  margin-bottom: 0;
  color: #000;
}

.hp_count .hp_keyword {
    line-height: 1.3;
}

/*homepage about*/

.hp_about_right_box {
    padding: 0 8vw 0 3.5vw;
}

.hp_about .hp_keyword {
    padding-left: 25px;
  border-left: 1.8px solid #00335a;
  margin-left: 20px;
}

.hp_big_title {
    color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.1vw;
  font-weight: 700;
  margin-bottom: 5px;
}

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

.hp_about_button {
    display: flex;
  margin-top: 2rem;
  padding-left: 45px;
}

.hp_button {
  background-color: #efd36f;
  color: #000;
  border: none;
  font-size: 16.5px;
  align-items: center;
  gap: 15px;
  display: flex;
  padding: 5px 6px 5px 30px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}

.hp_about .hp_button {
    padding: 5px 6px 5px 20px;
}

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

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

.hp_button span {
    width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 19px;
  transition: all 0.3s ease-in-out;
}

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

/*homepage why*/
.hp_why {
    padding: 6rem 8.5% 3.5rem;
}

.hp_why .hp_keyword {
    width: 45%;
  margin: 0 auto;
}

.hp_why_top_box {
    margin-bottom: 2rem;
}

.hp_why_ebox {
    margin: 15px 0;
    padding: 0 10px;
}

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

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

.hp_why_img {
    overflow: hidden;
}

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

.hp_why_box:hover .hp_why_img img {
    transform: scale(1.1) rotate(-1deg);
}

.hp_why_content {
  width: 65%;
  background-color: #ccae68;
  position: relative;
  margin-top: -8vw;
  left: -5px;
  padding: 15px 35px;
  border-radius: 0 0 30px 0;
}

.hp_why_title {
    font-size: 17.5px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hp_why_ebox:nth-child(2) .hp_why_title {
    width: 80%;
}

.hp_why_keyword {
    font-size: 17px;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 600;
}

.hp_why_ebox:nth-child(4) .hp_why_content {
    padding: 15px 40px 30px 35px;
}

.hp_why_ebox:nth-child(4) .hp_why_content,
.hp_why_ebox:nth-child(5) .hp_why_content {
    background-image: linear-gradient(to bottom, #ccae68, #dccc81);
}

/*homepage portfolio*/
#main_index .index_wrapper_6 {
    padding: 6rem 8% 5.5rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27898/image/E-IMAGE-01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_portfolio {
    margin-bottom: 2rem;
}

.hp_portfolio .hp_big_title,
.hp_portfolio .hp_keyword {
    color: #fff;
}

.hp_portfolio_right_box {
    display: flex;
  justify-content: flex-end;
}

.hp_portfolio .hp_button {
    gap: 20px;
  padding: 5px 6px 5px 30px;
}

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

#main_index .index_wrapper_6 .hp_photoGallerySliderWithTitle {
  margin: 0 -10px;
}

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

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

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

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    object-fit: cover;
  padding: 0;
  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);
}

#main_index .index_wrapper_6 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    background-color: transparent;
  padding-top: 65%;
  border-radius: 15px;
}

#main_index .index_wrapper_6 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin: 1.5rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

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

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    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 .slick-prev::before,
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
  text-shadow: none;
  color: #999;
  opacity: 1;
  content: '';
  font-size: 25px;
  background-image: unset;
  width: unset;
  height: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: block;
  filter: 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;
  -webkit-font-smoothing: a
}

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

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

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

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

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

/*homepage story*/

#main_index .index_wrapper_7 {
    padding: 5.5rem 8.5% 7rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27898/image/F-IMAGE-01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_storyTitle_box {
    margin-bottom: 2rem;
}

.hp_storyButton_box {
    display: flex;
  justify-content: center;
  margin-top: 2rem;
}

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

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    object-fit: contain;
  padding: 12px;
}

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

#main_index .index_wrapper_7 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    padding-top: 90%;
  background-image: url('https://cdn1.npcdn.net/userfiles/27898/image/reviewbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*homepage product*/
#main_index .index_wrapper_8 {
    padding: 4rem 8% 0;
  position: relative;
}

#main_index .index_wrapper_8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68.5%;
    height: 90%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27898/image/productbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 300px 300px 0;
}

.hp_product {
    margin-bottom: 1rem;
}

.hp_product .hp_big_title,
.hp_product .hp_keyword {
    color: #fff;
}

.hp_product_right_box {
    display: flex;
  justify-content: flex-end;
}

.hp_product .hp_button {
    gap: 20px;
  padding: 5px 6px 5px 30px;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 25px 15px 15px;
  height: auto;
  flex: 1;
  border-radius: 0;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box {
  margin: 15px;
  border: none;
  background-color: white;
}

#main_index .productSlider-1 .product_img .product_box .content {
    margin: 35px 0 !important;
}

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

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

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #000;
  font-weight: 700 !important;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 10px;
}

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

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    font-weight: 400 !important;
    color: #d7b84e;
    margin-bottom: 0;
    font-size: 16.5px;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #d7b84e;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  opacity: 1;
  content: '';
  font-size: 25px;
  filter: 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;
  -webkit-font-smoothing: a
}

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

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

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

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

/*homepage video*/

#main_index .index_wrapper_9 {
    padding: 5rem 8.5% 0;
}

.hp_video {
    margin-bottom: 3rem;
}

.hp_video_right_box {
  display: flex;
  justify-content: flex-end;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item {
  height: 100%;
  margin: 10px 15px;
  transition: all 0.3s ease-in-out;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item:hover {
    transform: translateY(-10px);
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .title_video {
  font-size: 16px;
  font-weight: 600;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .slick-arrow {
  z-index: 5;
  width: auto;
  height: auto;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .slick-prev::before,
#main_index .ex_videoSlide .ex_videoSlide_slider_banner .slick-next::before {
  text-shadow: none;
  color: #ccc;
  opacity: 1;
  font-size: 20px;
}

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

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

/*homepage news*/
#main_index .index_wrapper_10 {
    padding: 5rem 8.5% 0;
}

.hp_newsTitle_box {
    margin-bottom: 2rem;
}

.hp_newsButton_box {
    display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

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

#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    padding: 0 10px !important;
    margin: 10px 0 !important;
}

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

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

#main_index .latest_new_type4 .container-fluid.p-0 > .row:nth-child(2),
#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0:nth-child(n+4) {
    display: none;
}

#main_index .latest_new_type4 .container-fluid.p-0 {
    padding: 0 15px !important;
}

#main_index .latest_new_type4 .news_box p:nth-child(2) {
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

.latest_new_type4 .news_box .img_frame {
    border-radius: 10px;
}

.latest_new_type4 .news_box .badge-primary {
    background-color: #efd36f;
  border-radius: 30px;
  font-weight: 300;
}

.latest_new_type4 .news_box .date {
    color: #555;
  font-size: 14px;
}

/*homepage contact*/
.hp_contact {
    padding: 0 8%;
  margin: 6rem 0 10rem;
  position: relative;
}

.hp_contact::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 91%;
    height: 80%;
    background-image: linear-gradient(to top, #002e5f, #010729);
    border-radius: 200px 0 0 200px;
}

.hp_contact_right_box {
    width: 113%;
  position: relative;
  left: -13%;
}

.hp_contact_left_box {
    padding: 0 2vw 0 7vw;
}

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

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

.hp_contact .hp_button {
    gap: 25px;
  padding: 5px 6px 5px 35px;
}

.hp_contact_right {
    margin: -2vw 0 -4.5vw;
}

/*other pages*/
.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    .top_space {
        padding: 0 15px;
    }
    .top_space_contact a {
        font-size: 1.25vw;
    }
    .nav_search input {
        max-width: 16vw;
    }
    .boxSearch {
        right: 18vw;
    }
    
    /*navigation bar*/
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.2vw;
        padding: 12px;
    }
    
    /*footer*/
    .footer_type4 {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.25vw;
        width: 75%;
    }
    html[lang="ms"] .hp_banner_small {
        margin-top: 3vw;
    }
    
    /*homepage count*/
    .hp_count {
      padding: 4rem 15px;
    }
    .hp_count_top {
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .hp_count_icon img {
      max-width: 80px;
      width: 80px !important;
    }
    .hp_keyword {
        font-size: 14.5px;
    }
    .hp_count_box {
        padding: 20px 20px 30px;
    }
    
    /*homepage about*/
    .hp_about_right_box {
      padding: 0 15px;
    }
    .hp_big_title {
        font-size: 24px;
    }
    .hp_about .hp_keyword {
        margin-left: 10px;
        padding-left: 20px;
    }
    .hp_about_button {
      margin-top: 1.5rem;
      padding-left: 30px;
    }
    .hp_button {
        font-size: 14.5px;
        gap: 10px;
        padding: 5px 6px 5px 20px;
    }
    .hp_button span {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }
        
    /*homepage why*/
    .hp_why {
      padding: 4rem 15px;
    }
    .hp_why_top_box {
      margin-bottom: 1.5rem;
    }
    .hp_why_ebox {
      padding: 0 15px;
    }
    .hp_why_content {
        width: 85%;
        padding: 20px 25px;
    }
    .hp_why_ebox:nth-child(4) .hp_why_content {
        padding: 20px 25px;
    }
    .hp_why_ebox:nth-child(2) .hp_why_title {
      width: 100%;
    }
    .hp_why_title {
        font-size: 17px;
    }
    .hp_why_keyword {
        font-size: 15px;
    }
    
    /*homepage portfolio*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_portfolio {
      margin-bottom: 1.5rem;
    }
    #main_index .index_wrapper_6 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
      padding: 10px;
    }
    #main_index .index_wrapper_6 .hp_photoGallerySliderWithTitle {
      margin: 0;
      padding: 0 5px;
    }
    #main_index .index_wrapper_6 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
        font-size: 17px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dotted.slick-slider {
      margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
      right: -10px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
      left: -10px;
    }
    
    /*homepage story*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .hp_storyTitle_box {
      margin-bottom: 1.5rem;
    }
    .hp_storyButton_box {
        margin-top: 1.5rem;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px 0;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 20px 10px 15px;
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 13px;
    }
    #main_index .productSlider-1 .product_img {
        padding: 0 5px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before,
    #main_index .productSlider-1 .product_img .slick-next::before {
        color: #999;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15.5px;
    }
    #main_index .productSlider-1 .product_img .product_box h6.align-top {
        font-size: 14px;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
      margin: 25px 0 !important;
    }
    
    /*homepage video*/
    #main_index .index_wrapper_9 {
        padding: 4rem 15px 0;
    }
    .hp_video {
      margin-bottom: 1rem;
    }
    #main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .title_video {
        font-size: 15px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_10 {
      padding: 4rem 15px 0;
    }
    .hp_newsTitle_box {
      margin-bottom: 1.5rem;
    }
    .latest_new_type4 .news_box .img_frame {
        height: 230px;
    }
    #main_index .latest_new_type4 .news_box p:nth-child(2) {
        font-size: 15px;
    }
    
    /*homepage contact*/
    .hp_contact {
        margin: 5rem 0 8rem;
        padding: 0 15px;
    }
    .hp_contact_left_box {
      padding: 0 0 0 4vw;
    }
    .hp_contact::before {
        width: 99.5%;
    }
    .hp_contact_button {
        margin-top: 1.5rem;
    }

}

.side_menu {
    background-color: #00335a;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage count*/
    
    
    /*homepage about*/
    
    
    /*homepage why*/
    
    
    /*homepage portfolio*/
    
    
    /*homepage story*/
    
    
    /*homepage product*/
    
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact {
        margin: 4rem 0;
    }
    .hp_contact_right {
      margin: 0;
    }
    .hp_contact::before {
        height: 90%;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type4 {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .footer_type4 .col-md-3.mb-3.mb-lg-0 {
        padding: 20px 15px;
        margin: 0 !important;
    }
    
    /*homepage banner*/
    /*.slider_banner .item > img {*/
    /*    min-height: 480px;*/
    /*    object-fit: cover;*/
    /*    background-color: #010020;*/
    /*    object-position: 83% 100%;*/
    /*    padding-top: 180px;*/
    /*}*/
    .hp_banner {
        padding: 15px;
        align-items: flex-start;
        justify-content: center;
    }
    .hp_banner_img img {
      max-width: 75vw;
    }
    .hp_banner_content {
        padding-bottom: 5.2vw;
    }
    .hp_banner_small {
        font-size: 3vw;
        margin-top: 6.5vw;
    }
    .hp_banner_title {
        margin-bottom: 1vw;
        font-size: 5.5vw;
    }
    .hp_banner_keyword {
        font-size: 2.8vw;
        width: 75%;
    }
    html[lang="ms"] .hp_banner_title {
        font-size: 4.5vw;
    }
    html[lang="ms"] .hp_banner_keyword {
        width: 75%;
        font-size: 2vw;
    }
    html[lang="ms"] .hp_banner_small {
        margin-top: 7vw;
    }
    .hp_banner_social {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
    .hp_banner_social ul {
        display: flex;
        gap: 10px;
        margin-bottom: 0;
    }
    .hp_banner_social ul a {
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: .8px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 13px;
    }
    .slider_banner .item > img {
        min-height: 460px;
        object-fit: cover;
        padding-bottom: 200px;
        background-color: #021236;
    }
    .hp_bannerNew {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_bannerNew_group2 {
        display: none;
    }
    .hp_bannerNew_content {
        width: 100%;
        height: 100%;
    }
    .hp_bannerNew_title {
        width: 75%;
    }
    .hp_bannerNew_title img {
        min-height: 130px;
        max-height: 130px;
        object-fit: contain;
        object-position: 0 50%;
    }
    .hp_bannerNew_group1 {
        position: absolute;
        bottom: 0;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
    .hp_bannerNew_point1 {
        border-radius: 10px;
    }
    .hp_bannerNew_point1 img {
        min-height: 47px;
        max-height: 47px;
        object-fit: contain;
        object-position: 0 50%;
    }
    .hp_bannerNew_deposit {
        right: unset;
        left: 20px;
        top: 160px;
        width: 55%;
    }
    .hp_bannerNew_deposit img {
        min-height: 73px;
        max-height: 73px;
        object-fit: contain;
        object-position: 0 50%;
    }
    .hp_bannerNew_owner {
        right: 5%;
        top: 80px;
        width: 90%;
        z-index: 2;
    }
    .hp_bannerNew_owner img {
        min-height: 240px;
        max-height: 240px;
        object-fit: contain;
        object-position: 100% 100%;
    }
    .hp_bannerNew_blue {
        bottom: unset;
        top: 200px;
        z-index: 1;
    }
    .hp_bannerNew_blue::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to top, #021236, transparent);
    }
    
    /*homepage count*/
    .hp_count {
        padding: 15px 15px 4rem;
    }
    .hp_count_ebox {
        padding: 0 15px;
        margin: 15px 0;
    }
    .hp_count_top {
        gap: 20px;
        margin-bottom: 25px;
        flex-direction: row;
        align-items: center;
    }
    .hp_count_box {
        padding: 25px 25px 35px;
    }
    
    /*homepage about*/
    .hp_about_left_box img {
        min-height: 170px;
        object-fit: cover;
        object-position: 100%;
    }
    .hp_about_right_box {
        margin-top: 3rem;
    }
    
    /*homepage why*/
    .hp_why .hp_keyword {
        width: 100%;
    }
    .hp_why_content {
        width: 100%;
        padding: 20px 25px;
        left: 0;
        margin-top: 0;
    }
    
    /*homepage portfolio*/
    .hp_portfolio_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .index_wrapper_6 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
        margin: 1rem 0 0;
    }
    
    /*homepage story*/
    #main_index .index_wrapper_7 {
        background-size: 150%;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_8::before {
        border-radius: 0;
        width: 100%;
        height: 80%;
    }
    .hp_product_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .productSlider-1 .product_img {
        padding: 0 8px;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 20px 7px 15px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
    }
    
    /*homepage video*/
    .hp_video_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact::before {
        width: 100%;
        border-radius: 0;
        top: 0;
        transform: unset;
    }
    .hp_contact {
        padding: 4rem 15px 0;
    }
    .hp_contact_left_box {
        padding: 0 0 3rem 0;
    }
    .hp_contact_right_box {
        left: 0;
        width: 100%;
    }
    .hp_contact_right {
        padding: 0;
    }

}