@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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

a:hover {
    text-decoration: none;
}

#photoalbum_4 .ws_gallery-2 .img_frame img {
    top: 55%;
}

#photoalbum_4 .ws_gallery-2 .img_frame {
    padding-top: 33rem;
}

#photoalbum_4 .ws_gallery-2 .gallery_img {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

@media screen and (max-width: 1200.5px){
#photoalbum_4 .ws_gallery-2 .img_frame {
    padding-top: 41vw;
}

}

@media screen and (max-width: 991.5px){
#photoalbum_4 .ws_gallery-2 .img_frame {
    padding-top: 29rem;
}

#photoalbum_4 .ws_gallery-2 .gallery_img {
    flex: 0 0 50%;
    max-width: 50%;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:150vw!important;
    object-fit:cover;
}

#photoalbum_4 .ws_gallery-2 .gallery_img {
    flex: 0 0 100%;
    max-width: 100%;
}

#photoalbum_4 .ws_gallery-2 .img_frame {
    padding-top: 45rem;
}

}

@media screen and (max-width: 575.5px){
#photoalbum_4 .ws_gallery-2 .img_frame {
    padding-top: 130vw;
}

}

/*Nav*/

.navbar_type8 {
    height: 100px;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #21196c;     
}

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

.navbar_type8 .nav_tab .nav_item a {
    color: #666;
    padding: 15px 1.3vw;
    text-transform: capitalize;
    font-size: 15.5px;
    transition: 0.3s;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #21196c;
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 78%;
    padding-left: 0;
    padding-right: 15%;
}

.navbar_type8 .logo img {
    width: 190px;
    padding: 0;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 1);
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item:lang(ms) a {
    padding: 15px 1.1vw;
    font-size: 15px;
}

}

/*Banner*/

.hp_banner {
    padding-top: 9.5%;
    padding-left: 8.75%;
    padding-right: 8.75%;
}

.hp_banner_fbox {
    display: flex;
    position: relative;
    justify-content: space-between;
    position: relative;
    padding: 2.25% 2.25% 2.25% 2.25%;
}

.hp_banner_fbox:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1778228500A_Element.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_banner_bbox {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 9vw;
    bottom: 60%;
    animation: 10s rotate-center linear infinite;
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

.index_wrapper_2 {
    position: relative;
}

.index_wrapper_2:before {
    position: absolute;
    content: "";
    top: 24%;
    left: 4.5%;
    background: #fff;
    width: 1px;
    height: 76%;
    z-index: 1;
}
.index_wrapper_2:after {
    position: absolute;
    content: "01";
    top: 19.5%;
    left: 4%;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 300;
    font-family: poppins;
    z-index: 1;
}

.hp_banner_title1 {
    color: #fff;
    font-size: 4.75vw;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 4.5%;
}

.hp_banner_title1 .spanbob {
    font-weight: 700;
    font-style: italic;
}

.hp_banner_title1 .spandad {
    padding-left: 12.5vw;
}

.hp_banner_desc {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    font-family: poppins;
    line-height: 1.5;
    margin-bottom: 9%;
}

.hp_banner_ibox {
    width: 13vw;
    border-radius: 10px;
    overflow: hidden;
}

.slider_banner .slick-prev:before {
    background-image: url('https://cdn1.npcdn.net/img/1778234192A_Button1.png');
    width: 3vw;
    height: 3vw;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-next:before {
    background-image: url('https://cdn1.npcdn.net/img/1778234204A_Button3.png');
    width: 3vw;
    height: 3vw;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-prev {
    right: 10.75%;
    left: unset;
    top: 26%;
    width: unset;
    height: unset;
}

.slider_banner .slick-next {
    right: 10.75%;
    top: 32%;
    width: unset;
    height: unset;
}

@media screen and (max-width: 1200.5px){
.index_wrapper_2:after {
    top: 18.5%;
    left: 3.5%;
    font-size: 2vw;
}

.hp_banner_title1 {
    font-size: 5.25vw;
    margin-bottom: 4.5%;
}

.hp_banner_desc {
    font-size: 1.25vw;
    margin-bottom: 9%;
}

.hp_banner_bbox {
    width: 10vw;
    bottom: 65%;
}

.slider_banner .slick-prev:before {
    width: 4vw;
    height: 4vw;
}

.slider_banner .slick-next:before {
    width: 4vw;
    height: 4vw;
}

.slider_banner .slick-prev {
    top: 24%;
}

.hp_banner_ibox {
    width: 12vw;
}

}

@media screen and (max-width: 767.5px){
.hp_banner {
    padding-top: 9%;
    padding-left: 6%;
    padding-right: 3%;
}

.index_wrapper_2:before {
    top: 10%;
    left: 4%;
    height: 90%;
}

.index_wrapper_2:after {
    top: 7%;
    left: 3%;
    font-size: 3vw;
}

.hp_banner_title1 {
    font-size: 7.5vw;
    margin-bottom: 6%;
}

.hp_banner_desc {
    font-size: 3.75vw;
    margin-bottom: 36%;
}

.hp_banner_desc:lang(ms) {
    font-size: 3.5vw;
}

.hp_banner_desc br {
    display: none;
}

.hp_banner_bbox {
    width: 25vw;
    bottom: 104%;
}

.hp_banner_title1 .spandad {
    padding-left: 5vw;
}

    .hp_banner_title1 .spandad:lang(ms) {
        padding-left: 3vw;
    }

.hp_banner_fbox {
    display: flex;
    padding: 6% 4% 6% 4%;
    flex-direction: column;
    gap: 4vw;
}

.hp_banner_fbox:before {
    background-color: #fff;
    opacity: 0.35;
    border-radius: 15px;
}

.hp_banner_ibox {
    width: 90vw;
    border-radius: 10px;
    overflow: hidden;
}

.hp_banner_ibox:lang(ms) {
     flex: 0 0 36%;
}

.hp_banner_itbox:lang(ms) {
    flex: 0 0 64%;
}

.hp_banner_inbox {
    gap: 2.25vw;
}

.slider_banner .slick-prev:before {
    width: 10vw;
    height: 10vw;
}

.slider_banner .slick-next:before {
    width: 10vw;
    height: 10vw;
}

.slider_banner .slick-prev {
    top: 41%;
}

.slider_banner .slick-next {
    top: 48%;
}

}

/*About*/

.index_wrapper_3 {
    position: relative;
}

.index_wrapper_3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4.5%;
    background: #fff;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.index_wrapper_3:after {
    position: absolute;
    content: "02";
    top: 18%;
    left: 3.5%;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 300;
    font-family: poppins;
    z-index: 1;
    background: #000;
}

.hp_about {
    position: relative;
    background: #000000;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.hp_about:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0%;
    background: #21196c;
    width: 20%;
    height: 100%;
}

.hp_about:after {
    position: absolute;
    content: "ABOUT US";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: -1%;
    color: #fff;
    opacity: 0.2;
    font-size: 7vw;
    font-weight: 700;
    writing-mode: sideways-lr;
    font-family: poppins;
    display: flex;
    justify-content: center;
}

.hp_about:lang(ms):after {
    content: "TENTANG KAMI";
    right: 0%;
    font-size: 4.5vw;
}

.hp_about .row {
    align-items: center;
}

.hp_about_image {
    width: 100%;
}

.hp_about_title1 {
    color: #fff;
}

.tsmall {
    font-size: 19.5px;
    font-weight: 300;
    font-family: poppins;
}

.hp_about_title2{
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tbig {
    font-size: 31px;
    font-weight: 400;
}

.tbig span {
    font-weight: 700;
    font-style: italic;
}

.hp_about_desc {
    color: #fff;
    margin-bottom: 25px;
    width: 94.5%;
}

.dsmall {
    font-size: 16.5px;
    font-family: poppins;
    font-weight: 300;
    line-height: 1.5;
}

.hp_about_ibox {
    margin-left: 12%;
    margin-right: -2%;
}

.hp_about_link {
    background: #21196c;
    color: #fff;
    transition: 0.3s;
    position: relative;
    font-size: 15px;
    font-family: poppins;
    padding: 9px 40px 9px 15px;
    border-left: 10px solid #fff;
}

.hp_about_link:lang(ms) {
    padding: 9px 45px 9px 15px;

}

.hp_about_link:hover {
    background:#58595b;
    color: #fff;
    border-left: 10px solid #fff;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    right: 5%;
    margin: auto 0;
    background-image: url(https://cdn1.npcdn.net/img/1778220547B_Button.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 8px;
}

.hp_about_icon {
    width: 12rem;
}

.hp_about_ggbox {
    display: flex;
    align-items: center;
    margin-top: 35px;
    gap: 3vw
}

.hp_about_ggbox:lang(ms) {
    gap: 0vw;
}

.hp_about_bbox:lang(ms) {
    flex: 0 0 20rem;
}

.hp_about_icbox:lang(ms) {
    flex: 0 0 12rem;
}

@media screen and (max-width: 1200.5px){
    
.tsmall {
    font-size: 18px;
}

.tbig {
    font-size: 29px;
}

.dsmall {
    font-size: 15.5px;
}

.hp_about_link {
    font-size: 14.5px;
    padding: 8.5px 40px 8.5px 15px;
}

.hp_about_link:lang(ms) {
    padding: 8.5px 45px 8.5px 15px;

}

.hp_about_desc {
    margin-bottom: 25px;
    width: 100%;
}

.hp_about_ibox {
    margin-left: 9%;
    margin-right: 0%;
}

.index_wrapper_3:after {
    top: 8%;
    left: 3.5%;
    font-size: 2vw;
}

.hp_about:after {
    right: -1%;
    font-size: 8vw;
}

.hp_about:before {
    width: 21%;
}

.hp_about_icon {
    width: 12vw;
}

.hp_about_bbox:lang(ms) {
    flex: 0 0 19rem;
}

.hp_about_icbox:lang(ms) {
    flex: 0 0 7.5rem;
}

.hp_about:lang(ms):after {

    font-size: 5.5vw;
}

}

@media screen and (max-width: 991.5px){
    
.tsmall {
    font-size: 16.5px;
}

.tbig {
    font-size: 27px;
}

.dsmall {
    font-size: 14.5px;
}

.hp_about_link {
    font-size: 14px;
    padding: 8px 40px 8px 15px;
}

.hp_about_link:lang(ms) {
    padding: 8px 45px 8px 15px;

}

.hp_about_ggbox {
    margin-right: -23%;
}

.hp_about_icon {
    width: 14vw;
}

.hp_about_bbox:lang(ms) {
    flex: 0 0 18rem;
}

.hp_about_icbox:lang(ms) {
    flex: 0 0 7rem;
}

}

@media screen and (max-width: 767.5px){
.hp_about {
    padding: 45px 6% 55PX;
}

.index_wrapper_3:before {
    left: 4%;
}

.index_wrapper_3:after {
    top: 5.5%;
    left: 2.5%;
    font-size: 3vw;
}

.hp_about_ibox {
    margin-left: 0;
    margin-right: 6%;
    margin-top: 45px;
}

    .hp_about_ibox:lang(ms) {
     
        margin-top: 30px;
    }

.hp_about:before {
    width: 28%;
}

.hp_about:after {
    bottom: 7%;
    right: -3%;
    font-size: 12vw;
    justify-content: start;
}

.hp_about_icon {
    width: 25vw;
}

.hp_about_ggbox:lang(ms) {
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

.hp_about_bbox:lang(ms) {
    flex: unset;
}

.hp_about_icbox:lang(ms) {
    flex: unset;
}

.hp_about:lang(ms):after {
    
    right: -1%;
    font-size: 9.5vw;
    bottom: 4%;
}

}

/*About2*/

.index_wrapper_4 {
    position: relative;
    display: none;
}

.index_wrapper_4:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4.5%;
    background: #666;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.hp_about2_box {
    display: flex;
    align-items: center;
    padding: 3% 0% 0%;
    margin-bottom: -6%;
}

.hp_about2_image {
    width: 100%;
}
.hp_about2_image2 {
    width: 100%;
}

.hp_about2_ibox {
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767.5px){
.index_wrapper_4:before {
    left: 4%;
}

}

/*Why*/

.index_wrapper_5 {
    position: relative;
}

.index_wrapper_5:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4.5%;
    background: #666;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.index_wrapper_5:after {
    position: absolute;
    content: "03";
    top: 19.5%;
    left: 3.5%;
    color: #666;
    font-size: 1.5vw;
    font-weight: 300;
    font-family: poppins;
    z-index: 1;
    background: #fff;
}

.hp_why {
    padding: 7% 9% 6%;
}

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

.hp_why_box {
    flex: 0 0 31%;
}
.hp_why_box1 {
    flex: 0 0 31%;
}

.hp_why_box {
    display: flex;
    gap: 1.5vw;
    transition: 0.3s;
    padding: 30px 15px 30px;
}

.hp_why_box:hover {
    background: #f2f2f2;
}

.hp_why_icon {
    width: 70px;
    transition: 0.3s;
}

.hp_why_title {
    color: #666;
}

.hp_why_title2 {
    color: #666;
}

.hp_why_item {
    color: #21196c;
    font-size: 18px;
    font-family: poppins;
    margin-bottom: 5px;
}

.hp_why_item2 {
    color: #666;
    line-height: 1.6;
    font-family: poppins;
    font-weight: 300;
    font-size: 15px;
    width: 85%;
}

.hp_why_box:lang(ms) {
    flex: 0 0 33%;
}

.hp_why_box1:lang(ms) {
    flex: 0 0 33%;
}

.hp_why_item2:lang(ms) {
  
    width: 100%;
}

@media screen and (max-width: 1400.5px){
.hp_why_box {
    flex: 0 0 33%;
}
.hp_why_box1 {
    flex: 0 0 33%;
}

.hp_why_item {
    font-size: 16px;
    margin-bottom: 5px;
}

.hp_why_item2 {
    font-size: 14.5px;
    width: 100%;
}

}

@media screen and (max-width: 1200.5px){

.hp_why_item {
    font-size: 17px;
    margin-bottom: 5px;
}

.hp_why_item2 {
    font-size: 14px;
}

.hp_why_icon {
    width: 60px;
    transition: 0.3s;
}

.hp_why_box {
    flex: 0 0 32.5%;
}

.index_wrapper_5:after {
    top: 11.5%;
    left: 3.5%;
    font-size: 2vw;
}

}

@media screen and (max-width: 991.5px){
.hp_why_box {
    flex: 0 0 48%;
}
.hp_why_box1 {
    flex: 0 0 48%;
}

.hp_why_box:lang(ms) {
    flex: 0 0 49%;
}

.hp_why_box1:lang(ms) {
    flex: 0 0 49%;
}

    .hp_why_box:lang(ms) {
        gap: 1vw;
        padding: 15px 4px 15px;
    }

.hp_why_item {
    font-size: 15px;
    margin-bottom: 5px;
}

.hp_why_item2 {
    font-size: 14px;
}

.hp_why_box {
    gap: 1.5vw;
    padding: 15px 15px 15px;
}

}

@media screen and (max-width: 767.5px){
.hp_why_box {
    flex: 0 0 100%;
}
.hp_why_box1 {
    flex: 0 0 100%;
}

.hp_why_box:lang(ms) {
    flex: 0 0 100%;
}

.hp_why_box1:lang(ms) {
    flex: 0 0 100%;
}

.hp_why {
    padding: 45px 3% 45px 6%;
}

.index_wrapper_5:before {
 
    left: 4%;
   
}

    .index_wrapper_5:after {
        top: 3.5%;
        left: 2.5%;
        font-size: 3vw;
    }
    
        .hp_why_box {
        gap: 3vw;
        padding: 15px 0px 15px;
    }
    
    .hp_why_title2 {
    margin-bottom: 15px !important;
}

.hp_why_box:lang(ms) {
        gap: 3vw;
        padding: 15px 0px 15px;
    }

}

/*Project*/

.index_wrapper_6 {
    padding: 3% 9% 6%;
    position: relative;
}

.index_wrapper_6:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4.5%;
    background: #666;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.index_wrapper_6:after {
    position: absolute;
    content: "04";
    top: 14.5%;
    left: 3.5%;
    color: #666;
    font-size: 1.5vw;
    font-weight: 300;
    font-family: poppins;
    z-index: 1;
    background: #fff;
}

.hp_project_box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: contain;
    padding: 0;

}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 67%;
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

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

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0 0.5vw;
}

.hp_photoGallerySlider_type3 .slick-dots {
    display: flex !important;
    gap: 0 !important;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hp_photoGallerySlider_type3 .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
}

.hp_photoGallerySlider_type3 .slick-dots li button {
    width: 100%;
    height: 7px;
    padding: 0;
    border: 0;
    opacity: 0.5;
    background: #ccc;
    font-size: 0; /* hide numbers */
}

.hp_photoGallerySlider_type3 .slick-dots li.slick-active button {
    background: #21196c;
    opacity: 1;
}

.hp_photoGallerySlider_type3 .slick-dots li button:before {
    display: none;
}

.hp_project_link {
    color: #21196c;
    transition: 0.3s;
    position: relative;
    padding-right: 35px;
    font-size: 15px;
}

.hp_project_link:hover {
    color: #58595b;
}

.hp_project_link:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    right: 5%;
    margin: auto 0;
    background-image: url(https://cdn1.npcdn.net/img/1778233351D_Button.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 8px;
}

.gallerycategory {
    margin-bottom: 10px;
    padding-left: 15px;
}

@media screen and (max-width: 1200.5px){
.index_wrapper_6:after {
    top: 12%;
    left: 3.5%;
    font-size: 2vw;

}

.hp_project_link {
    padding-right: 35px;
    font-size: 14.5px;
}

}

@media screen and (max-width: 991.5px){
    .hp_project_link {
       
        font-size: 14px;
    }
    
    .hp_project_title2:lang(ms) {
        font-size: 26px;
}
    
}

@media screen and (max-width: 767.5px){
.index_wrapper_6 {
    padding: 30px 3% 30px 6%;
}

.index_wrapper_6:before {
    left: 4%;
}

    .index_wrapper_6:after {
        top: 10%;
        left: 2.5%;
        font-size: 3vw;
    }
    
    .hp_project_box {
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

}

/*Products*/

.index_wrapper_7 {
    padding: 6% 9% 4%;
    background: #21196c;
    position: relative;
}

.index_wrapper_7:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4.5%;
    background: #fff;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.index_wrapper_7:after {
    position: absolute;
    content: "05";
    top: 14.5%;
    left: 3.5%;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 300;
    font-family: poppins;
    z-index: 1;
    background: #21196c;
}

.hp_products_box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.productSlider-1 {
    margin-right: -27%;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .product_img .product_box .align-top {
    display: none;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1.25vw;
    border-radius: 0;
    box-shadow: unset;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box h6 {
    color: #fff;
    font-weight: 500 !important;
    font-family: poppins;
    font-size: 15.5px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: calc(80% / (1 / 1));
}

.hp_products_title {
    color: #fff;
}

.hp_products_title2 {
    color: #fff;
}

.hp_products_desc {
    color: #fff;
    font-size: 15px;
}


@media screen and (max-width: 1400.5px){
.hp_products_title br {
    display: none;
}

.hp_products_title2 br {
    display: none;
}

.hp_products_desc br {
    display: none;
}

}

@media screen and (max-width: 1200.5px){
.hp_products_box {
    gap: 3vw;
}

.productSlider-1 .product_img .product_box h6 {
    font-size: 15px;
}

.index_wrapper_7:after {
    top: 10%;
    left: 3.5%;
    font-size: 2vw;

}

}

@media screen and (max-width: 767.5px){
.index_wrapper_7 {
    padding: 45px 3% 45px 6%;
}

    .hp_products_box {
        gap: 3vw;
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .productSlider-1 {
    margin-right: 0%;
}

    .index_wrapper_7:after {
        top: 6.5%;
        left: 2.5%;
        font-size: 3vw;
    }
    
    .hp_products_title2 {
    font-size: 25px;
}

    .hp_products_title2:lang(ms) {
        font-size: 24px;
    }

.index_wrapper_7:before {
    left: 4%;
}

}


/*News*/

.index_wrapper_8 {
    padding: 7% 9% 3.5%;
    position: relative;
}

.index_wrapper_8:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4.5%;
    background: #666;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.index_wrapper_8:after {
    position: absolute;
    content: "06";
    top: 16.5%;
    left: 3.5%;
    color: #666;
    font-size: 1.5vw;
    font-weight: 300;
    font-family: poppins;
    z-index: 1;
    background: #fff;
}

.hp_news_title {
    color: #666;
}

.hp_news_title2 {
    margin-bottom: 20px;
    color: #666;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    display: none;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 10px 15px;
    gap: 12.5px;
}

#main_index .hp_latest_new_8 {
    margin: 0 -15px;
}

#main_index .hp_latest_new_8 .news_box .img_frame {
    border-radius: 10px;
}

#main_index .hp_latest_new_8 .news_box .text-muted {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 95%;
    text-align: left !important;
    font-weight: 600;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color: #df2431;
}

@media screen and (max-width: 1200.5px){
#main_index .hp_latest_new_8 .news_box {
    padding: 10px 10px;
}

.index_wrapper_8:after {
    top: 14%;
    left: 3.5%;
    font-size: 2vw;
}

}

@media screen and (max-width: 991.5px){
.hp_latest_new_8 .news_box .title {
    font-size: 150%;
}

#main_index .hp_latest_new_8 .news_box .date {
    font-size: 100%;
}

.index_wrapper_8:after {
    top: 3.5%;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_8 {
    padding: 45px 3% 45px 6%;
}

.index_wrapper_8:after {
    top: 3.5%;
    left: 2.5%;
    font-size: 3vw;
}

.index_wrapper_8:before {
    left: 4%;
}

.hp_news_title2:lang(ms) {
   
    font-size: 25.5px;
}
    
}

/*Footer*/

.footer_type8 {
    background-image: url(https://cdn1.npcdn.net/img/1778222897G_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #666;
    font-family: poppins;
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
    background-position: top, 50%;
    position: relative;
}

.footer_type8:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4.5%;
    background: #666;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.footer_type8 a {
    color: #666;
    text-decoration: none;
}

.footer_type8 .social_media i {
    font-size: 1.1em;
    line-height: .75em;
    vertical-align: -.0667em;
    background: #666;
    border-radius: 50%;
    padding: 7px 8.5px 7px;
}

.footer_type8 .social_media .fab.fa-tiktok {
    padding: 7px 7px 7px;
}



.footer_type8 .social_media a {
    border: 1px solid #666;
    color: #f5f5f5;
}
.footer_type8 .social_media {
    margin-top: 0 !important;
}

.footer_type8 a:hover .icon_s img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(3%) saturate(13%) hue-rotate(34deg) brightness(96%) contrast(91%);
}

.footer_type8 a .icon_s img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(6%) hue-rotate(315deg) brightness(89%) contrast(86%);
}

.footer_type8 .social_media a:hover {
    color: #f5f5f5;
    background-color: transparent;
}

.footer_type8 .title h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: barlow;
    color: #21196c;
    font-size: 19px;
}

.footer_type8 .logo img {
    max-height: 65px;
}

.footer_type8 .logo {
    min-height: 65px;
    margin-bottom: 1rem;
}

.footer_type8 .title {
    min-height: 65px;
}

.footer_type8 a:hover {
    color: #21196c;
}

.footer_type8 .location {
    width: 57%;
}

@media (min-width: 992px) {
    .footer_type8 .container {
        max-width: 920px;
    }
}

@media (min-width: 1200px) {
   .footer_type8 .container {
        max-width: 1100px;
    }
}

@media (min-width: 1400px) {
   .footer_type8 .container {
        max-width: 1240px;
    }
}

@media screen and (max-width: 1200.5px){
.footer_type8 .location {
    width: 71%;
}

}

@media screen and (max-width: 991.5px){
.footer_type8 .location {
    width: 100%;
}

.footer_type8 {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}

}

@media screen and (max-width: 767.5px){
.footer_type8 .title {
    min-height: 30px;
}

.footer_type8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.footer_type8:before {
    left: 4%;
}

}