/*all*/
#main_index{
    padding-bottom: 0!important;
    overflow: hidden;
}
.bigtitle {
    font-size: 40px;
    font-weight: 600;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25768/file/title_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
.smalltitle{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.n_text{
    font-size: 15px;
    line-height: 2.0;
    color: #666;
}
.n_btn {
  height: 40px;
  overflow: hidden;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
    
}
.n_button {
    color: white;
    text-align: center;
    height: 40px;
    width: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #fec90f;
    overflow: hidden;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 26px;
}
.n_btn button {
  height: 100%;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  background: #27326e;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
  border-radius: 10px;
    padding: 0 26px;
}
.n_btn button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}


@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
a {
  color: #00ff95;
  text-decoration: underline;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .bigtitle {
    font-size: 30px;
    }
}


/*topspace*/
.boxSearch{
    position:relative;
    display:flex;
}

.nav_search{
    position: fixed;
    margin-left: auto;
    top: 15px;
    right: 65px;
    z-index: 101;
}

 #search_name_nav{
    background-color: #27326e;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    width: 16vw;
    padding: 2% 3%;
    color: #fff;
    border: 1px solid #27326e;
}

 .search_button{
    border:1px solid #27326e;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:#27326e;
    padding:0% 6%;
    transform: scaleX(-1);
    color:#fff;
}
button:focus,
.button:focus{
    outline: none!important;
}
/*navbar*/
.index_wrapper_1{
    height:110px;
}

.navbar_type8 {
    border-bottom: 6px solid #fec90f;
    background-color: #fff;
    height: 130px;
}
.navbar_type8 .logo img{
    width:100%;
    padding: 5px;
}
.navbar_type8 .logo {
    flex: 0 1 30%;
}
.navbar_type8 .nav_tab{
    flex: 0 1 70%;
    padding-top: 35px;
}

.navbar_type8 .nav_tab .nav_item{
    margin-left:22px;
}

.navbar_type8 .nav_tab .nav_item a {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.navbar_mobile{
    background-color:#fff;
    height: 110px;
    border-bottom: 6px solid #fec90f;
}

.navbar_mobile .logo_img{
    max-height:65px;
}
@media (max-width: 1450px) {
    .navbar_type8 .logo {
        flex: 0 1 25%;
    }
    .navbar_type8 .nav_tab{
        flex: 0 1 75%;
            padding-right: 40px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        padding: 15px 1vw;
    }
}
@media (max-width: 1200px) {
    .navbar_type8 .logo {
        flex: 0 1 20%;
    }
    .navbar_type8 .nav_tab{
        flex: 0 1 80%;
        padding-right: 40px;
    }
}
@media screen and (max-width:1100.5px) {
    .navbar_type8 .nav_tab .nav_item{
        margin-left:8px;
    }    
}
@media (max-width: 991.5px) {
     .navbar_mobile .logo_img {
        max-height: 80px;
        width: auto;
      }  
}
@media (max-width: 767.5px) {
}



/*banner*/
.hp_banner{
    position: relative;
    top: 50%;
    left: 0%;
}
.hp_banner .bigtitle {
    background-image: none;
    color: white;
    margin-bottom: 0;
    line-height: 1.2;
}
.hp_banner .s_title{
    font-family: "Permanent Marker", cursive;
    color: #f3c517;
    font-size: 100px;
    line-height: 1.0;
}
.hp_banner .n_text{
    color: white;
    font-size: 18px;
    line-height: 1.4;
}
@media (max-width: 1450px) {
    .hp_banner {
    left: 0%;
}
}
@media (max-width: 1200px) {
.hp_banner .s_title {
    font-size: 80px;
}
.hp_banner .n_text {
    font-size: 15px;
}
}
@media (max-width: 991.5px) {
    .hp_banner {
        left: 0%;
        position: absolute;
        top: unset;
        bottom: 15%;
    }
    .hp_banner .s_title {
        font-size: 60px;
    }
    .hp_banner .bigtitle {
        font-size: 30px;
    }
}
@media screen and (max-width:767.5px) {
    .index_wrapper_2 .slider_banner .item > img {
        height: 300px !important;
        object-fit: cover;
    }
    .hp_banner .s_title {
        font-size: 40px;
    }
    .hp_banner .bigtitle {
        font-size: 20px;
    }
    .hp_banner {
        bottom: 5%;
    }
}



/*footer*/
.footer_type3 {
    background-color: #27326e;
}
.footer_type3 .social_media li a .icon_s img{
    height:1.5rem;
}
.footer_type3 .social_media li a {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
}



/*hp_why*/
.hp_tag{
    background-color:#f5f5f5;
    padding:0% 10%;
}

.hp_tag_box{
 margin-top:-4vw;
}

.hp_tag_gridbox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.hp_tag_grid{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hp_tag_grid:nth-child(1),
.hp_tag_grid:nth-child(3){
    background-color: #f3c517;
}

.hp_tag_grid:nth-child(2){
    background-color: #27326e;
}

.hp_tag_grid:nth-child(2) .hp_tag_image{
    filter: brightness(100);
}
.hp_tag_image {
    width: 70px;
    height: 70px;
    padding: 5px;
    animation: 1s ease 0s infinite alternate none running pulse;
}

.hp_tag_title{
    display:flex;
    font-size:1vmax;
    margin-bottom:0px;
    padding: 30px;
    justify-content: center;
    align-items: center;
}
.hp_tag_span {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-left: 10px;
    color: black;
    font-size: 20px;
    font-weight: 600;
}
.hp_tag_breakspan {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}
.hp_tag_grid:nth-child(2) .hp_tag_span,
.hp_tag_grid:nth-child(2) .hp_tag_breakspan{
    color: white;
}

@media (max-width: 1450px) {
    .hp_tag {
    padding: 0% 5%;
}
.hp_tag_title {
    padding: 20px;
}
}

@media (max-width: 1200px) {
.hp_tag_title {
    padding: 15px;
}
.hp_tag_span {
    font-size: 16px;
}
.hp_tag_breakspan {
    font-size: 14px;
}
}
@media (max-width: 991.5px) {
}
@media screen and (max-width:767.5px) {
    .hp_tag_grid:nth-child(1), 
    .hp_tag_grid:nth-child(2),
    .hp_tag_grid:nth-child(3) {
    padding: 15px 10px;
}
    .hp_tag_box{
        margin-top:5%;
    }
    .hp_tag_gridbox{
        grid-template-columns: 1fr;
        row-gap: 2.5vmin;
    }
    .hp_tag{
        padding:0%;
    }
    .hp_tag_title {
        display: unset;
        font-size: 1vmax;
        margin-bottom: 0px;
        padding: 0px;
    }
    .hp_tag_breakspan {
    line-height: 1.6;
}
}

/*hp_about*/
.index_wrapper_4{
    padding: 50px 0;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25768/file/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hp_about .col-md-7{
    padding: 0 100px 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_content{
    padding: 70px 60px ;
    background-color: white;
    border-radius: 25px;
}
.about_content .n_text{
    padding: 10px 0 30px;
}
@media (max-width: 1450px) {
    .hp_about .col-md-5{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_about .col-md-7{
    padding: 0 50px 0 40px;
}
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .hp_about .col-md-7 {
        padding: 15px;
    }
    .about_content {
        padding: 20px 15px;
    }
    .index_wrapper_4 {
        padding: 25px 0;
    }
}

/*hp_package*/
.index_wrapper_5{
    padding:50px 0 100px 0;
}
.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.productSlider-1 .slick-track .slick-slide {
    box-shadow: none;
    background-color: transparent;
}
.productSlider-1 .product_img .product_box .product_img_frame img {
    border: 5px solid  #fec90f;
    transition: all 0.3s ease-in-out;
}

.productSlider-1 .product_img .product_box:hover{
    background-color: #fec90f;
}
.productSlider-1 .product_img .product_box:hover .product_img_frame img{
    border: 5px solid  white;
}
.productSlider-1 .product_img .product_box .content {
    padding-left: 30px;
}
.productSlider-1 .product_img .product_box .content a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}
.productSlider-1 .product_img .product_box .content p {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.productSlider-1 .product_img .product_box h6 {
    color: black;
    font-size: 18px;
}
.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    color: black;
    text-shadow: none;
}
.productSlider-1 .product_img .slick-prev {
    left: -20px;
}
.productSlider-1 .product_img .slick-next {
    right: -20px;
}

@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_5 {
        padding: 25px 0 50px;
    }
}

/*hp_gallery*/
.index_wrapper_6{
    padding: 100px 0;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25768/file/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hp_photoGallerySlider_type3 {
    background-color: transparent;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 5px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    border-radius: 10px;
    object-fit: cover;
    padding: 0;
}
.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}
.hp_photoGallerySlider_type3 .col-12{
    padding: 0;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before{
    content: "\f104";
    
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before{
    content: "\f105";
    
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before,
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    width: 15px;
    height: 15px;
    text-indent: unset;
    filter: brightness(100);
    opacity: 1;
    text-shadow: none;
    background-image: none;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next.slick-disabled:before, 
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev.slick-disabled:before {
    opacity: 0.75;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -20px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -20px;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_6 {
    padding: 50px 0;
    }
}


/*hp_review*/
.index_wrapper_7{
    padding: 100px 0;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25768/file/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_7 {
    padding: 50px 0;
    background-position: right;
}
}


/*hp_latest*/
.index_wrapper_8{
    padding: 100px 0 150px;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25768/file/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.hp_latest_new .news_box .title {
    font-size: 20px;
    text-decoration: none;
}
.hp_latest_new .news_box .read_more {
    border-left: 5px solid #fec90f;
}
.hp_latest_new .news_box {
    margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_8 {
        padding: 50px 0;
    }
}


/*hp_contact*/
.index_wrapper_9{
    background-image: url(https://server.newpages.com.my/storage/userfiles/25768/file/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
#index_9_2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hp_contact .bigtitle {
    background-image: none;
    color: white;
    margin-bottom: 10px;
}
.contact_title{
    color: #f3c517;
    font-size: 16px;
    font-weight: 500;
}
.contact_subtitle{
    color: white;
    line-height: 1.8;
}
.contact_subtitle a{
    color: white;
    text-decoration: none;
}
.c_detail_box{
    padding: 10px 0;
}
.ex_hpcontact_formonly {
    margin: 0;
    padding: 80px;
    background-color: #fec90f;
    border-radius: 25px;
    margin-top: -100px;
}
.ex_hpcontact_formonly .title {
    font-weight: 700;
    margin-bottom: 0;
}
.ex_hpcontact_formonly .subtitle {
    color: #000 !important;
    font-size: 13px;
}
.ex_hpcontact_formonly .btn.btn-primary.p-3.px-4 {
    border-radius: 0;
    padding: .5rem !important;
}
.ex_hpcontact_formonly .form-control {
    border: 1px solid #fff;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
        .hp_contact .col-12{
        padding: 25px 0;
    }
    .ex_hpcontact_formonly {
        padding: 35px;
        margin-top: 0;
    }
}

/*showproduct*/
#main_showproducts .productCustomization .nav-pills-custom,
#main_showproducts .productCustomization #v-pills-tabContent {
    display:none;
}
