@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

a {
    text-decoration: none !important;
}

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

#top_spacing {
    position: relative;
    height: 100px !important;
    width: 100%;
}

/*nav*/

.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    width: 80%;
    height: 80px;
    z-index: 100;
    border-radius: 50px;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.50s;
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 90%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 1.5vw;
    flex-wrap: wrap;
}

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

.navbar_type8 .nav_tab .nav_item a {
    /*font-family: 'Overpass', sans-serif;*/
    color: #001a5f;
    font-size: 18px;
    font-weight: 600;
    padding: 25px;
    text-transform: uppercase;
    position: relative;
}

.navbar_type8 .nav_tab .nav_item a:hover::before {
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #113873;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff !important;
    font-weight: 400;
    text-align:left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #ccc !important;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    overflow: hidden;
    position: relative;
    margin-left: 0vw;
}

.navbar_type8 .logo img {
    padding: 18px;
    width: 100%;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        /* font-family: 'Overpass', sans-serif; */
        color: #001a5f;
        font-size: 16px;
        font-weight: 600;
        padding: 20px;
        text-transform: uppercase;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        /* font-family: 'Overpass', sans-serif; */
        color: #001a5f;
        font-size: 16px;
        font-weight: 600;
        padding: 16px;
        text-transform: uppercase;
        position: relative;
    }
}

@media screen and (max-width: 992.5px){
    #top_spacing {
        position: relative;
        height: 80px !important;
        width: 100%;
    }
    
    .navbar_type8 {
        display: none;
    }
}

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -100px;
}

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 14vw;
    left: 9.5vw;
    width: 75%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    display: flex;
    align-items: center;
}

.hp_banner_subtitle::after {
    content: "";
    display: block;
    width: 34%;
    height: 3px;
    background: #1800ad;
    margin-left: 25px;
}

.hp_banner_title {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.5vw;
}

.hp_banner_title span {
    font-family: "Bodoni Moda", serif;
    font-size: 68px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1vw;
    position: relative;
}

html:lang(ms) .hp_banner_title span {
    font-family: "Bodoni Moda", serif;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1vw;
    position: relative;
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 36.5vw;
    right: 1.5vw;
    width: 32%;
    text-align: left;
    z-index: 1;
}

.hp_banner_keyword {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 1.5vw;
}

html:lang(ms) .hp_banner_keyword br {
    display: none;
}

.n_bannerViewMore {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #113873;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_bannerViewMore:active {
    transform: scale(0.85);
}

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 20px !important;
    margin-right: -10px;
    width: 21px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.n_bannerImg {
    position: absolute;
    width: 5%;
    top: 10.5vw;
    right: 9vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

.n_bannerImg2 {
    position: absolute;
    width: 60%;
    top: 27.5vw;
    left: 0vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

.n_bannerImg3 {
    position: absolute;
    width: 20%;
    top: 40vw;
    right: 0vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

@media screen and (max-width: 1300.5px){
    .hp_banner_subtitle {
        font-size: 25px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: flex;
        align-items: center;
    }
    
    .hp_banner_subtitle::after {
        content: "";
        display: block;
        width: 30%;
        height: 3px;
        background: #1800ad;
        margin-left: 25px;
    }
    
    .hp_banner_title {
        font-size: 25px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
    
    .hp_banner_title span {
        font-family: "Bodoni Moda", serif;
        font-size: 48px;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
    }
    
    html:lang(ms) .hp_banner_title span {
        font-family: "Bodoni Moda", serif;
        font-size: 40px;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .hp_banner_keyword {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 1.5vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_subtitle {
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: flex;
        align-items: center;
    }
    
    .hp_banner_subtitle::after {
        content: "";
        display: block;
        width: 28%;
        height: 3px;
        background: #1800ad;
        margin-left: 25px;
    }
    
    .hp_banner_title {
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
    
    .hp_banner_title span {
        font-family: "Bodoni Moda", serif;
        font-size: 38px;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
    }
    
    html:lang(ms) .hp_banner_title span {
        font-family: "Bodoni Moda", serif;
        font-size: 32px;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .hp_banner_keyword br {
        display: none;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    /*.slider_banner .item>img{*/
    /*    min-height: 500px !important;*/
    /*    object-fit: cover;*/
    /*    padding-top: 160px;*/
    /*    object-position: right;*/
    /*    background-color: #000;*/
    /*}*/
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 7vw;
        left: 9.5vw;
        width: 85%;
        text-align: left;
    }
    
    .hp_banner_title span {
        font-family: "Bodoni Moda", serif;
        font-size: 28px;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 1vw;
        position: relative;
    }
    
    html:lang(ms) .n_bannerInnerGroup2 {
        position: absolute;
        top: 21.5vw;
        right: 46.5vw;
        width: 44%;
        text-align: left;
        z-index: 1;
    }

    html:lang(ms) .hp_banner_title span {
        font-family: "Bodoni Moda", serif;
        font-size: 22px;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
    }

    html:lang(ms) .hp_banner_keyword {
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 1.5vw;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .hp_banner_subtitle {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: flex;
        align-items: center;
    }
    
    .hp_banner_subtitle::after {
        content: "";
        display: block;
        width: 28%;
        height: 3px;
        background: #1800ad;
        margin-left: 25px;
    }
    
    .hp_banner_title {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 6%;
        top: 12.5vw;
        right: 3vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 24.5vw;
        right: 46.5vw;
        width: 44%;
        text-align: left;
        z-index: 1;
    }
    
    .hp_banner_keyword {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 1.5vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 73%;
        top: 51vw;
        left: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 22%;
        top: 62vw;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 30.5vw;
        right: 46.5vw;
        width: 44%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 73%;
        top: 65vw;
        left: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 22%;
        top: 74vw;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    html:lang(ms) .n_bannerInnerGroup2 {
        position: absolute;
        top: 24.5vw;
        right: 46.5vw;
        width: 44%;
        text-align: left;
        z-index: 1;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 33.5vw;
        right: 46.5vw;
        width: 44%;
        text-align: left;
        z-index: 1;
    }
    
    html:lang(ms) .n_bannerInnerGroup2 {
        position: absolute;
        top: 28vw;
        right: 46.5vw;
        width: 44%;
        text-align: left;
        z-index: 1;
    }
    
    html:lang(ms) .hp_banner_title span {
        font-family: "Bodoni Moda", serif;
        font-size: 21px;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 73%;
        top: 81vw;
        left: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 22%;
        top: 89vw;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

/*hp_about*/

.index_wrapper_3 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780369106b-about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_about {
    padding: 1.5vw 4.5vw 2vw 8.5vw;
    position: relative;
}

.hp_about .hp_big_title {
    font-size: 40px;
    font-weight: 600;
    color: #113873;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.hp_about .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "About Us";
    position: absolute;
    top: -15%;
    left: 6%;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(17, 56, 115, 0.08);
    color: #e8eaf1;
    z-index: -1;
    /* pointer-events: none; */
}

html:lang(ms) .hp_about .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Tentang Kami";
    position: absolute;
    top: -15%;
    left: 6%;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(17, 56, 115, 0.08);
    color: #e8eaf1;
    z-index: -1;
    /* pointer-events: none; */
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-bottom: 1.5vw;
    line-height: 1.6;
    padding: 0vw 0vw 0vw 1vw;
}

html:lang(ms) .hp_about .hp_keyword br {
    display: none;
}

.n_aboutViewMore {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #113873;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_aboutViewMore:active {
    transform: scale(0.85);
}

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 20px !important;
    margin-right: -10px;
    width: 21px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .hp_about .hp_keyword br {
        display: none;
    }
    
    .hp_about {
        padding: 1.5vw 8.5vw 2vw 8.5vw;
        position: relative;
    }
    
    html:lang(ms) .hp_about .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tentang Kami";
        position: absolute;
        top: -15%;
        left: 6%;
        transform: translateY(-50%);
        font-size: 80px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_big_title {
        font-size: 30px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }
    
    .hp_about .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "About Us";
        position: absolute;
        top: -15%;
        left: 6%;
        transform: translateY(-50%);
        font-size: 70px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    html:lang(ms) .hp_about .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tentang Kami";
        position: absolute;
        top: -15%;
        left: 6%;
        transform: translateY(-50%);
        font-size: 60px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 8vw 5vw 2vw 5vw;
        position: relative;
    }
    
    .hp_about .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }
    
    .hp_about .hp_big_title br {
        display: none;
    }
    
    .hp_about .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "About Us";
        position: absolute;
        top: -10%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }

    .hp_about .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #000;
        margin-bottom: 1.5vw;
        line-height: 1.6;
        padding: 3vw 0vw 0vw 0vw;
    }
    
    html:lang(ms) .hp_about .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tentang Kami";
        position: absolute;
        top: -15%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
}

@media screen and (max-width: 360.5px) {
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    html:lang(ms) .hp_about .hp_big_title {
        font-size: 25px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }
    
    html:lang(ms) .hp_about .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tentang Kami";
        position: absolute;
        top: -15%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
}

/*hp_why*/

.hp_why {
    padding: 0vw 3vw 0vw 3vw;
    position: relative;
    margin-top: -2vw;
    z-index: 1;
}

.why_img {
    display: flex;
    justify-content: center;
}

.why_img img {
    width: 110%;
    max-width: 150%;
    margin-top: -12.5vw;
}

.why_box {
    padding: 1vw 2.5vw 1vw 0vw;
    margin-top: 30px;
    text-align: right;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.why_box::after {
    content: "";
    width: 75px;
    height: 75px;
    background: url(https://cdn1.npcdn.net/img/1780385479c-wcu-arrow1.png) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: -12%;
    animation: arrowMove 2s ease-in-out infinite;
}

.why_icon {
    width: 63px;
    height: auto;
    flex-shrink: 0;
}

.why_box:hover .why_icon {
    animation: 1s swing;
}

.why_box h2 {
    color: #113873;
    font-size: 18px;
    font-weight: 700;
    margin-top: 1.5vw;
    padding-bottom: 5px;
}

.why_box p {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0vw 0vw 0vw 2vw;
}

.why_box2 {
    padding: 1vw 5.5vw 1vw 0vw;
    margin-top: 0px;
    text-align: right;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.why_box2::after {
    content: "";
    width: 75px;
    height: 75px;
    background: url(https://cdn1.npcdn.net/img/1780385682c-wcu-arrow2.png) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    top: 80%;
    right: 0%;
    animation: arrowMove 2s ease-in-out infinite;
}

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

.why_box2:hover .why_icon {
    animation: 1s swing;
}

.why_box2 h2 {
    color: #113873;
    font-size: 18px;
    font-weight: 700;
    margin-top: 1.5vw;
    padding-bottom: 5px;
}

.why_box2 p {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0vw 0vw 0vw 2vw;
}

.why_box3 {
    padding: 1vw 0vw 1vw 2.5vw;
    margin-top: 30px;
    text-align: left;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.why_box3::after {
    content: "";
    width: 75px;
    height: 75px;
    background: url(https://cdn1.npcdn.net/img/1780385688c-wcu-arrow3.png) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: -12%;
    animation: arrowMove2 2s ease-in-out infinite;
}

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

.why_box3:hover .why_icon {
    animation: 1s swing;
}

.why_box3 h2 {
    color: #113873;
    font-size: 18px;
    font-weight: 700;
    margin-top: 1.5vw;
    padding-bottom: 10px;
}

.why_box3 p{
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0vw 2vw 0vw 0vw;
}

.why_box4 {
    padding: 1vw 0vw 1vw 5.5vw;
    margin-top: 0px;
    text-align: left;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.why_box4::after {
    content: "";
    width: 75px;
    height: 75px;
    background: url(https://cdn1.npcdn.net/img/1780385847c-wcu-arrow4.png) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    top: 80%;
    left: 0%;
    animation: arrowMove2 2s ease-in-out infinite;
}

.why_box4:hover .why_icon {
    animation: 1s swing;
}

.why_box4 h2 {
    color: #113873;
    font-size: 18px;
    font-weight: 700;
    margin-top: 1.5vw;
    padding-bottom: 10px;
}

.why_box4 p{
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0vw 2vw 0vw 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_why {
        padding: 0vw 3vw 6vw 3vw;
        position: relative;
        margin-top: -2vw;
        z-index: 1;
    }
    
    .why_box::after {
        content: "";
        width: 65px;
        height: 65px;
        background: url(https://cdn1.npcdn.net/img/1780385479c-wcu-arrow1.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 50%;
        right: -12%;
        animation: arrowMove 2s ease-in-out infinite;
    }
    
    .why_box2::after {
        content: "";
        width: 65px;
        height: 65px;
        background: url(https://cdn1.npcdn.net/img/1780385682c-wcu-arrow2.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 80%;
        right: 0%;
        animation: arrowMove 2s ease-in-out infinite;
    }
    
    .why_box3::after {
        content: "";
        width: 65px;
        height: 65px;
        background: url(https://cdn1.npcdn.net/img/1780385688c-wcu-arrow3.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 50%;
        left: -12%;
        animation: arrowMove2 2s ease-in-out infinite;
    }
    
    .why_box4::after {
        content: "";
        width: 65px;
        height: 65px;
        background: url(https://cdn1.npcdn.net/img/1780385847c-wcu-arrow4.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 80%;
        left: 0%;
        animation: arrowMove2 2s ease-in-out infinite;
    }
}

@media screen and (max-width: 1200.5px){
    .why_box p {
        color: #000;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 0;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .why_box3 p {
        color: #000;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 0;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .why_box2 p {
        color: #000;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 0;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .why_box4 p {
        color: #000;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 0;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_why {
        padding: 0vw 3vw 9vw 3vw;
        position: relative;
        margin-top: -2vw;
        z-index: 1;
    }
    
    .why_box::after {
        content: "";
        width: 55px;
        height: 55px;
        background: url(https://cdn1.npcdn.net/img/1780385479c-wcu-arrow1.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 50%;
        right: -12%;
        animation: arrowMove 2s ease-in-out infinite;
    }
    
    .why_box2::after {
        content: "";
        width: 55px;
        height: 55px;
        background: url(https://cdn1.npcdn.net/img/1780385682c-wcu-arrow2.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 80%;
        right: 0%;
        animation: arrowMove 2s ease-in-out infinite;
    }
    
    .why_box3::after {
        content: "";
        width: 55px;
        height: 55px;
        background: url(https://cdn1.npcdn.net/img/1780385688c-wcu-arrow3.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 50%;
        left: -12%;
        animation: arrowMove2 2s ease-in-out infinite;
    }
    
    .why_box4::after {
        content: "";
        width: 55px;
        height: 55px;
        background: url(https://cdn1.npcdn.net/img/1780385847c-wcu-arrow4.png) no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        position: absolute;
        top: 80%;
        left: 0%;
        animation: arrowMove2 2s ease-in-out infinite;
    }
}

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

@media screen and (max-width: 767.5px){
    .why_img img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
    }
    
    .hp_why {
        padding: 2vw 5vw 12vw 5vw;
        position: relative;
        margin-top: 0vw;
        z-index: 1;
    }
    
    .why_box {
        padding: 1vw 0;
        margin-top: 10px;
        text-align: left;
        display: flex;          
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        position: relative;
    }

    .why_box::after {
        display: none;
    }

    .why_box .why_icon {
        order: -1;
    }

    .why_box .why_content {
        order: 1;
    }
    
    .why_box2 {
        padding: 1vw 0;
        margin-top: 10px;
        text-align: left;
        display: flex;          
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        position: relative;
    }

    .why_box2::after {
        display: none;
    }

    .why_box2 .why_icon {
        order: -1;
    }

    .why_box2 .why_content {
        order: 1;
    }
    
    .why_box3 {
        padding: 1vw 0vw 1vw 0vw;
        margin-top: 10px;
        text-align: left;
        display: block;
        gap: 20px;
        align-items: center;
        position: relative;
    }
    
    .why_box3::after {
        display: none;
    }
    
    .why_box4 {
        padding: 1vw 0vw 1vw 0vw;
        margin-top: 10px;
        text-align: left;
        display: block;
        gap: 20px;
        align-items: center;
        position: relative;
    }
    
    .why_box4::after {
        display: none;
    }
}

/*hp_category*/

.index_wrapper_4 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780371025d-category-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -7.5vw;
    z-index: 0;
}

.hp_category {
    padding: 15vw 4.5vw 3.5vw 8.5vw;
    position: relative;
}

.hp_category .hp_big_title {
    font-size: 40px;
    font-weight: 600;
    color: #113873;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

html:lang(ms) .hp_category .hp_big_title {
    font-size: 37px;
    font-weight: 600;
    color: #113873;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.hp_category .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Products Category";
    position: absolute;
    top: -15%;
    left: 0%;
    transform: translateY(-50%);
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(17, 56, 115, 0.15);
    /*color: #e8eaf1;*/
    z-index: -1;
    /* pointer-events: none; */
}

html:lang(ms) .hp_category .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Kategori Produk";
    position: absolute;
    top: -15%;
    left: 0%;
    transform: translateY(-50%);
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(17, 56, 115, 0.15);
    /*color: #e8eaf1;*/
    z-index: -1;
    /* pointer-events: none; */
}

.hp_category_box2 {
    padding: 0vw 0vw 0vw 9vw;
}

.hp_category .hp_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0vw;
    line-height: 1.6;
}

html:lang(ms) .hp_category .hp_keyword br {
    display: none;
}

.n_categoryViewMore {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #113873;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_categoryViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_categoryViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_categoryViewMore:active {
    transform: scale(0.85);
}

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_categoryViewMore img.arrow-icon {
    margin-left: 20px !important;
    margin-right: -10px;
    width: 21px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_categoryViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

/*category*/

.product_cat-10 {
    padding: 0vw 12vw 3vw 12vw;
}

.product_cat-10 .wrapper_product_category .view-btn {
    background-color: #113873;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    display: none;
}

.product_cat-10 .wrapper_product_category h3 {
    overflow-wrap: break-word;
    letter-spacing: 0em;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1300.5px){
    .hp_category_box2 {
        padding: 0vw 0vw 0vw 4vw;
    }
    
    .n_categoryViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .hp_category {
        padding: 15vw 8.5vw 3.5vw 8.5vw;
        position: relative;
    }
    
    .hp_category .hp_keyword br {
        display: none;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_category .hp_big_title {
        font-size: 30px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }
    
    .hp_category .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Products Category";
        position: absolute;
        top: -15%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.15);
        /*color: #e8eaf1;*/
        z-index: -1;
        /* pointer-events: none; */
    }
    
    .n_categoryViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    html:lang(ms) .hp_category .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Kategori Produk";
        position: absolute;
        top: -15%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 60px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.15);
        /* color: #e8eaf1; */
        z-index: -1;
        /* pointer-events: none; */
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_4 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1780371025d-category-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -22vw;
        z-index: 0;
    }
    
    .hp_category {
        padding: 32vw 5vw 3.5vw 5vw;
        position: relative;
    }
    
    .hp_category .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }
    
    .hp_category .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Products Category";
        position: absolute;
        top: -15%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.15);
        /*color: #e8eaf1;*/
        z-index: -1;
        /* pointer-events: none; */
    }
    
    .n_categoryViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 34vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .hp_category_box2 {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    html:lang(ms) .hp_category .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Kategori Produk";
        position: absolute;
        top: -15%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.15);
        /* color: #e8eaf1; */
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_category .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 360.5px) {
    .n_categoryViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 36vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .hp_category .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Products Category";
        position: absolute;
        top: -10%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 35px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.15);
        /* color: #e8eaf1; */
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_category .hp_big_title {
        font-size: 25px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }
}

/*hp_products*/

.index_wrapper_5 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780371211e-product-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index_wrapper_5::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7%;
    transform: translateY(-50%);
    width: 150px;
    height: 300px;
    background-image: url(https://cdn1.npcdn.net/img/1780391507d-category-obj.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    pointer-events: none;
}

.hp_products {
    padding: 9vw 5vw 1.5vw 5vw;
    position: relative;
}

.hp_products .hp_big_title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.hp_products .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Featured Products";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.15);
    z-index: -1;
    pointer-events: none;
}

html:lang(ms) .hp_products .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Produk Pilihan";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.15);
    z-index: -1;
    pointer-events: none;
}

/*products*/

.productSlider-1 {
    padding: 0vw 10vw 2vw 10vw;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .slick-prev:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("https://cdn1.npcdn.net/img/1780373647arrow-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.productSlider-1 .slick-next:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("https://cdn1.npcdn.net/img/1780373718arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.productSlider-1 .slick-prev {
    left: -6vw;
    z-index: 10;
}

.productSlider-1 .slick-next{
    right: -6vw;
    z-index: 10;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}

.productSlider-1 .product_img .product_box {
    margin: 5px;
    border: 5px solid transparent;
    background-color: transparent;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 7.5px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: transparent;
}

.productSlider-1 .slick-track .slick-slide:hover {
    background-color: rgba(11, 31, 64, 0.7);
}

.productSlider-1 .product_img .product_box h6 {
    color: #fff;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #3286c7;
    font-weight: 600 !important;
}

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

@media screen and (max-width: 1200.5px){
    .hp_products .hp_big_title {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    .hp_products .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Featured Products";
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        pointer-events: none;
    }
    
    .index_wrapper_5::before {
        content: "";
        position: absolute;
        left: 0;
        top: -7%;
        transform: translateY(-50%);
        width: 150px;
        height: 180px;
        background-image: url(https://cdn1.npcdn.net/img/1780391507d-category-obj.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        pointer-events: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_products .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    .hp_products .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Featured Products";
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        pointer-events: none;
    }
    
    .hp_products {
        padding: 11vw 5vw 1.5vw 5vw;
        position: relative;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 2vw 5vw;
    }
    
    .productSlider-1 .slick-prev:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url("https://cdn1.npcdn.net/img/1780373647arrow-left.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .productSlider-1 .slick-next:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url("https://cdn1.npcdn.net/img/1780373718arrow-right.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        padding: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1 !important;
    }
    
    .productSlider-1 .slick-prev {
        left: -2vw;
        z-index: 10;
    }
    
    .productSlider-1 .slick-next{
        right: -2vw;
        z-index: 10;
    }
    
    .index_wrapper_5::before {
        content: "";
        position: absolute;
        left: 0;
        top: -7%;
        transform: translateY(-50%);
        width: 100px;
        height: 130px;
        background-image: url(https://cdn1.npcdn.net/img/1780391507d-category-obj.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        pointer-events: none;
    }
    
    html:lang(ms) .hp_products .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Produk Pilihan";
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        pointer-events: none;
    }
}

@media screen and (max-width: 360.5px) {
    html:lang(ms) .hp_products .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Produk Pilihan";
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        pointer-events: none;
    }
}

/*hp_productBtn*/

.hp_productBtn {
    padding: 0vw 5vw 5vw 5vw;
    position: relative;
}

.hp_productBtn .button-product {
    display: flex;
    justify-content: center;
}

.n_productViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #113873;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_productViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_productViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_productViewMore:active {
    transform: scale(0.85);
}

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_productViewMore img.arrow-icon {
    margin-left: 20px !important;
    margin-right: -10px;
    width: 21px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_productViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .n_productViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_productViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_productViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 34vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_productViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 36vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_order*/

.index_wrapper_6 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780371840f-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10vw 4.5vw 24vw 8.5vw;
}

.hp_order {
    padding: 0vw 0vw 3.5vw 0vw;
    position: relative;
}

.hp_order .hp_big_title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.hp_order .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Order Now";
    position: absolute;
    top: -20%;
    left: 7%;
    transform: translateY(-50%);
    font-size: 94px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.15);
    z-index: -1;
    /* pointer-events: none; */
}

html:lang(ms) .hp_order .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Tempah Sekarang";
    position: absolute;
    top: -20%;
    left: 7%;
    transform: translateY(-50%);
    font-size: 94px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.15);
    z-index: -1;
    /* pointer-events: none; */
}

.hp_order_box2 {
    padding: 1vw 0vw 0vw 8vw;
}

.hp_order .hp_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.5vw;
    line-height: 1.6;
}

.n_orderViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #113873;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

html:lang(ms) .n_orderViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #113873;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_orderViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_orderViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_orderViewMore:active {
    transform: scale(0.85);
}

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_orderViewMore img.arrow-icon {
    margin-left: 20px !important;
    margin-right: -10px;
    width: 21px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_orderViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .index_wrapper_6 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1780371840f-image.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 10vw 8.5vw 24vw 8.5vw;
    }
    
    .n_orderViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .hp_order .hp_keyword br {
        display: none;
    }
    
    html:lang(ms) .hp_order .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tempah Sekarang";
        position: absolute;
        top: -20%;
        left: 7%;
        transform: translateY(-50%);
        font-size: 70px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_order .hp_big_title {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    html:lang(ms) .n_orderViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_order .hp_big_title {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    .hp_order .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Order Now";
        position: absolute;
        top: -20%;
        left: 7%;
        transform: translateY(-50%);
        font-size: 70px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        /* pointer-events: none; */
    }
    
    .n_orderViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    html:lang(ms) .hp_order .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tempah Sekarang";
        position: absolute;
        top: -20%;
        left: 7%;
        transform: translateY(-50%);
        font-size: 60px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_order .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    html:lang(ms) .n_orderViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_order .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    .hp_order .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Order Now";
        position: absolute;
        top: -1%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        /* pointer-events: none; */
    }
    
    .n_orderViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 34vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .hp_order_box2 {
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .index_wrapper_6 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1780371840f-image.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 11vw 5vw 48vw 5vw;
    }
    
    .hp_order .hp_big_title br {
        display: none;
    }
    
    html:lang(ms) .hp_order .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tempah Sekarang";
        position: absolute;
        top: -20%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_order .hp_big_title {
        font-size: 23px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    html:lang(ms) .n_orderViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_orderViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 36vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }

    html:lang(ms) .hp_order .hp_big_title {
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }
    
    html:lang(ms) .hp_order .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Tempah Sekarang";
        position: absolute;
        top: -20%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 35px;
        font-weight: 800;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.15);
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .n_orderViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #113873;
        background-color: #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 5vw 8.5vw 4vw 0vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780372433g-contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.hp_contact_img {
    width: 107%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 0vw;
    margin-left: -1vw;
}

.hp_contact_right {
    padding: 3.5vw 0vw 0vw 7vw;
}

.hp_contact .hp_big_title {
    font-size: 40px;
    font-weight: 600;
    color: #113873;
    line-height: 1.2;
    position: relative;
}

html:lang(ms) .hp_contact .hp_big_title br {
    display: none;
}

html:lang(ms) .hp_contact .hp_big_title {
    font-size: 35px;
    font-weight: 600;
    color: #113873;
    line-height: 1.2;
    position: relative;
}

.hp_contact .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Contact Us";
    position: absolute;
    top: -20%;
    left: 8%;
    transform: translateY(-50%);
    font-size: 97px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(17, 56, 115, 0.08);
    color: #e8eaf1;
    z-index: -1;
    /* pointer-events: none; */
}

html:lang(ms) .hp_contact .hp_big_title::after {
    font-family: "Bodoni Moda", serif;
    content: "Hubungi Kami";
    position: absolute;
    top: -20%;
    left: 8%;
    transform: translateY(-50%);
    font-size: 97px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    color: rgba(17, 56, 115, 0.08);
    color: #e8eaf1;
    z-index: -1;
    /* pointer-events: none; */
}

.hp_contact .hp_keyword {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.5vw;
    line-height: 1.6;
}

.n_contactViewMore {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #113873;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

html:lang(ms) .n_contactViewMore {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #113873;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_contactViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_contactViewMore:active {
    transform: scale(0.85);
}

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_contactViewMore img.arrow-icon {
    margin-left: 20px !important;
    margin-right: -10px;
    width: 21px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.hp_contact .contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 25px;
    transition: transform 0.3s ease;
}

.hp_contact .contact-box a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}

.hp_contact .contact-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    /*margin-right: 15px;*/
    /*padding: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
     object-fit: contain; 
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.hp_contact .contact-icon img {
    width: 25px;     
    height: auto;
}

/*.hp_contact .hp_keyword {*/
/*    position: relative;*/
/*    font-size: 15px;*/
/*    font-weight: 300;*/
/*    color: #000;*/
/*    margin-bottom: 1.5vw;*/
/*    line-height: 1.6;*/
/*}*/

.hp_contact .contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 0vw;
}

.hp_contact .contact-box:hover .contact-icon {
    transform: scale(1.2) rotate(15deg);
}

.hp_contact .contact-phone {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    html:lang(ms) .hp_contact .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Hubungi Kami";
        position: absolute;
        top: -20%;
        left: 8%;
        transform: translateY(-50%);
        font-size: 70px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_contact .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
    }
    
    html:lang(ms) .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .hp_contact .hp_big_title {
        font-size: 30px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
    }
    
    .hp_contact .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Contact Us";
        position: absolute;
        top: -20%;
        left: 8%;
        transform: translateY(-50%);
        font-size: 70px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_contact .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Hubungi Kami";
        position: absolute;
        top: -20%;
        left: 8%;
        transform: translateY(-50%);
        font-size: 60px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_contact .hp_big_title {
        font-size: 23px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
    }
    
    html:lang(ms) .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 4vw 0vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1780372433g-contact-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 0;
    }
    
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: -4vw;
    }
    
    .hp_contact .hp_big_title {
        font-size: 28px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
    }
    
    .hp_contact .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Contact Us";
        position: absolute;
        top: -10%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    .hp_contact_right {
        padding: 7vw 0vw 0vw 8vw;
    }
    
    .hp_contact .contact-phone br {
        display: none;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 34vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    html:lang(ms) .hp_contact .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Hubungi Kami";
        position: absolute;
        top: -20%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_contact .hp_big_title {
        font-size: 23px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
    }
    
    html:lang(ms) .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 7vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 36vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    html:lang(ms) .hp_contact .hp_big_title::after {
        font-family: "Bodoni Moda", serif;
        content: "Hubungi Kami";
        position: absolute;
        top: -20%;
        left: 0%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        font-style: italic;
        white-space: nowrap;
        color: rgba(17, 56, 115, 0.08);
        color: #e8eaf1;
        z-index: -1;
        /* pointer-events: none; */
    }
    
    html:lang(ms) .hp_contact .hp_big_title {
        font-size: 19px;
        font-weight: 600;
        color: #113873;
        line-height: 1.2;
        position: relative;
    }
    
    html:lang(ms) .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #113873;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*footer*/

.footer_type6 {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1780049957h-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: white;
    padding-top: 5rem !important;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    margin-top: -2vw;
    overflow: hidden !important;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 30px;
    filter: brightness(0) invert(1);
}

.footer_type6 .title h5 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type6 .line {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 0px;
    margin-bottom: 15px;
    padding: 0px 15px;
}

.footer_type6 .social_media a {
    margin-left: 1rem;
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

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

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

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

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

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

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img {
        min-height: 26rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.ws_contact .tab-pane p.mb_10 {
    display: none;
}

.ws_contact .direction {
    display: flex;
    flex-direction: row;
    display: none;
}

.ws_contact .mb-3, .ws_contact .my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1vw;
}

#main_contactus .contact_map {
    display: none !important;
}
