@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
  /*font-family: "Questrial", sans-serif;*/

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

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

body > br {
    display: none;
}


    


@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

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

/*navigation bar*/
.navbar_type8 {
    height: 100px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-size: .9vw;
    padding: 15px 1vw;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    color: #002581;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #fff;
}

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

.navbar_type8 .nav_tab .nav_item:last-child::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(to left, #e20000, #e20000);
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #e20000;
    
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

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



@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

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


/*setting*/

.hp-small {
    color: #4d4d4d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.hp-title {
    font-size: 40px;
    color: #000;
    font-weight: 900;
    font-family: "Questrial", sans-serif;
    <!-- text stroke -->
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    
    <!-- text stroke -->
    color: black;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.hp-title.white-wording {
    <!-- text stroke -->
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    
    <!-- text stroke -->
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;    
}

.hp-content {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.8;
}

.blue-wording {
    color: #002581!important;
    
    <!-- text stroke -->
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #002581;
    
    <!-- text stroke -->
    color: black;
    -webkit-text-fill-color: #002581;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #002581;
}

.red-wording {
    color: #e20000!important;
    
    <!-- text stroke -->
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e20000;
    
    <!-- text stroke -->
    color: black;
    -webkit-text-fill-color: #e20000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e20000;
}

.white-wording {
    color: #fff!important;
}

.hp-button {
    margin-top: 2rem;
}

.hp-button a{
    background-color: #002581;
    color: #fff;
    padding: 15px 2.5rem;
    border-radius: 500px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.hp-button a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    transition: 0.6s;
}

.hp-button a:hover::before{
    left: 100%;
}

.delay1 {
    animation-delay: .2s;
}

.delay2 {
    animation-delay: .4s;
}

.delay3 {
    animation-delay: .6s;
}

@media (max-width: 1200.5px) {
    .hp-content {
        font-size: 14px;
    }
}

@media (max-width: 991.5px) {
    
}

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




/*banner*/

.slider_banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

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


.hp-banner {
    padding: 4rem 8rem 0;
}

.hp-banner-top {
    text-align: center;
    font-family: "Questrial", sans-serif;
    font-size: 4.5vw;
    font-weight: 900;
    color: #e20000;
    margin-bottom: -4rem;
    position: relative;
    z-index: 1;
    
    <!-- text stroke -->
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e20000;
    
    <!-- text stroke -->
    color: black;
    -webkit-text-fill-color: #e20000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e20000;
}

.hp-banner-top .blue-wording {
    <!-- text stroke -->
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #002581;
    
    <!-- text stroke -->
    color: black;
    -webkit-text-fill-color: #002581;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #002581;    
}

.hp-banner-bottom {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hp-banner-left {
    width: 40%;
}

.hp-banner-left-one {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hp-banner-icon-one {
    width: 9%;
}

.hp-banner-left-two {
    font-size: 1.9vw;
    font-weight: 700;
    color: #000;
    margin: 2rem 0;
}

.hp-banner-left-three {
    width: 45%;
    transition: transform 0.4s cubic-bezier(.34,1.56,.64,1);
}

.hp-banner-left-three:hover {
    transform: scale(1.1);
}

.hp-banner-left-three img {
    animation: spin 20s linear infinite;
    width: 100%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}




.hp-banner-middle {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .12));
}

.hp-banner-right {
    text-align: right;
    width: 40%;
}

.hp-banner-right .hp-content {
    padding-left: 2rem;
}



@media (max-width: 1200.5px) {
    .hp-banner {
        padding: 4rem 2rem 0;
    }
    
    .hp-banner-left {
      width: 50%;
    }
    
    .hp-banner-right {
        width: 50%;
    }
    
    .hp-banner-right .hp-content {
      padding-left: 0rem;
    }
}

@media (max-width: 991.5px) {
    .index_wrapper_2 {
        margin-top: 0;
    }
    
    .hp-banner {
        padding: 0rem 1rem 0;
    }
}

@media (max-width: 767.5px) {
    .index_wrapper_2 .item>img{
    	min-height:260vw!important;
    	object-fit:cover;
    }
    
    .hp-banner-top {
        /*margin-bottom: 0rem;*/
        font-size: 40px;
        text-align: center;
        order: 1;
    }
    
    .hp-banner-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .hp-banner-left {
        width: 100%;
        order: 3;
    }
    
    .hp-banner-left-one {
        justify-content: center;
    }
    
    .hp-banner-left-two {
        FONT-SIZE: 20px;
        margin:1rem 0;
    }
    
    .hp-banner-left-three {
        margin: 0 auto;
    }
    
    .hp-banner-middle {
        order: 2;
    }
    
    .hp-banner-right {
        order: 4;
        width: 100%;
        text-align: center;
    }
    
}



/*about*/

.hp-about {
    padding: 5rem 7rem;
    position: relative;
}

.hp-about .hp-title {
    padding-right: 10rem;
}

.hp-about-left {
    padding-right: 4rem;
}

.hp-about-left::before {
    content: "INTRO";
    position: absolute;
    left: 10%;
    bottom: -25%;
    font-weight: 800;
    font-size: 13vw;
    background: -webkit-linear-gradient(360deg, #eff9fa, #f9fdfd, #eff9fa, #f9fdfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    z-index: -1;
    
    animation: floatUpDown 4s ease-in-out infinite;
}


@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* move up */
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1200.5px) {
    .hp-about {
        padding: 5rem 1rem;
    }
    
    .hp-about .hp-title {
      padding-right: 0rem;
    }
    
    .hp-about-left {
        padding-right: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 991.5px) {
    
}

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


/*why*/

.hp-why {
    padding: 0 6rem 5rem;
}

.hp-why-box {
    text-align: center;
    padding: 0 1rem;
}

.hp-why-icon {
    width: 35%;
    margin: 0 auto 1rem;
}

.hp-why-title {
    font-size: 18px;
    font-weight: 800;
    color: #002581;
}



@media (max-width: 1200.5px) {
    .hp-why {
      padding: 0 1rem 5rem;
    }
    
    .hp-why-box {
      padding: 0;
    }
}

@media (max-width: 991.5px) {
    
}

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




/*services*/

.index_wrapper_5 {
    background-image: url('https://cdn1.npcdn.net/images/D_SERVICES_BG_nz08r6_1770864802.png?md5id=76892440bf8ca27a6a96e9efb4c102d2&type=4');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

.hp-services {
    padding: 7rem 14rem 8rem;
    text-align: center;
}

.hp-services-box {
    width: 100%;
    max-width: 500px;        /* control size */
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 20px solid #fff;
    border-radius: 50%;
    margin: 0 auto;          /* this centers it */
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}



.hp-services-box.box-one {
    background-image: url('https://cdn1.npcdn.net/images/SERVICES_1_97f02g_1770878305.png?md5id=76892440bf8ca27a6a96e9efb4c102d2&type=4');
}

.hp-services-box.box-two {
    background-image: url('https://cdn1.npcdn.net/images/SERVICES_2_z5wi7n_1770878305.png?md5id=76892440bf8ca27a6a96e9efb4c102d2&type=4');
}

.hp-services-box a {
    background-color: #002581;
    color: #fff;
    padding: 10px 3rem;
    border-radius: 500px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5rem;
    transition: ease .4s;
}

.hp-services-box a:hover {
    background-color: #e20000;
}



@media (max-width: 1200.5px) {
    .hp-services {
        padding: 5rem 1rem;
    }
    
    .hp-services-box {
        /*height: 45vh;*/
    }
    
    
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    .hp-services {
        padding: 5rem 1rem 3rem;
    }
    
    .index_wrapper_5 {
        background-size: 500%;
    }
    
     .hp-services-box {
        margin: 2rem 0 0;
    }
}



/*news*/

.hp-news {
    padding: 1rem 1rem 0; 
    position: relative;
}

.hp-news::before {
    content: "EVENT";
    position: absolute;
    right: 10%;
    bottom: -115%;
    font-weight: 800;
    font-size: 13vw;
    background: -webkit-linear-gradient(360deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .01), rgba(255, 255, 255, .15), rgba(255, 255, 255, .01));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    /*z-index: -1;*/
    
    animation: floatUpDown 4s ease-in-out infinite;
}

#main_index .hp_latest_new_8 {
    padding: 0 7rem 7rem;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

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

#main_index .hp_latest_new_8 .news_box .justify-content-between.d-flex.flex-column.w-100.h-100 {
    background-color: #fff;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
}




@media (max-width: 1200.5px) {
    
    .hp-news {
        padding: 0 1rem ;
    }
    
    #main_index .hp_latest_new_8 {
      padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

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



/*google*/

.hp-google {
    padding: 5rem 1rem 1rem;
}


@media (max-width: 1200.5px) {
    
    .hp-google {
      padding: 0rem 1rem 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

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

/*faq*/

/* ======================
   FAQ SECTION
====================== */

.hp-faq {
    padding: 19rem 7rem 10rem;
    background-image: url('https://cdn1.npcdn.net/images/E_FAQ_BG_atjc7u_1770864802.png?md5id=76892440bf8ca27a6a96e9efb4c102d2&new_width=1000&new_height=1000&type=4');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: -7rem;
}

.hp-faq::before {
    content: "FAQ";
    position: absolute;
    right: 10%;
    TOP: 10%;
    font-weight: 800;
    font-size: 13vw;
    background: -webkit-linear-gradient(360deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .2), rgba(255, 255, 255, .5), rgba(255, 255, 255, .2));    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    /*z-index: -1;*/
    
    animation: floatUpDown 4s ease-in-out infinite;
}

/* Card base style */
.hp-faq .card {
    border: 1px solid #e6e6e6;
    margin: 0;                  /* no spacing between */
    border-radius: 0;
    background-color: #fff;
}

/* Remove default header style */
.hp-faq .card-header {
    padding: 0;
    background: transparent;
    border: none;
}

/* Default (Closed) Button */
.hp-faq .card-header .btn {
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    font-size: 16px;
    font-weight: 600;
    color: #002581;
    background-color: #fff;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
}


.hp-faq .card-header .btn::before {
    content: "▼";
    position: absolute;
    right: 1.5rem;
    top: .9rem;
    /*font-size: 1.5vw;*/
}

/* Remove focus outline */
.hp-faq .card-header .btn:focus {
    box-shadow: none;
}

/* ======================
   OPEN STATE
====================== */

/* Entire card becomes dark blue */
.hp-faq .card:has(.collapse.show) {
    background-color: #002581;
    border-color: #002581;
}

/* Header button text when open */
.hp-faq .card-header .btn:not(.collapsed) {
    background-color: #002581;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3); /* header bottom border */
}

/* Body when open */
.hp-faq .collapse.show .card-body {
    background-color: #002581;
    color: #fff;
}

/* Body default */
.hp-faq .card-body {
    padding: 1rem 1.25rem;
    font-size: 15px;
    line-height: 1.6;
}

/* Outer wrapper */
.hp-faq .accordion {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
}

/* Remove card border overlap */
.hp-faq .card {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
}

/* Remove last border line */
.hp-faq .card:last-child {
    border-bottom: none;
}

/* First card top radius */
.hp-faq .card:first-child .card-header .btn {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Last card bottom radius */
.hp-faq .card:last-child .card-body {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* When last card is open, keep bottom radius */
.hp-faq .card:last-child .collapse.show .card-body {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}





@media (max-width: 1200.5px) {
    .hp-faq {
      padding: 19rem 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    .hp-faq .card-header .btn {
        padding: 1rem 3rem 1rem 1.25rem;
    }
}

@media (max-width: 767.5px) {
    .hp-faq {
        background-size: 500%;
        padding: 5rem 1rem 5rem;
        margin-top: 0;
    }
}



/*logo*/

.hp-logo {
    padding: 5rem 0;
}

.hp_brand_img {
    margin: 0 1.25vw;
}




@media (max-width: 1200.5px) {
    .hp-logo {
      padding: 0rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-logo {
      padding: 5rem 0rem 0;
    }
}




/*branch*/

/* ======================
   BRANCH SECTION
====================== */

.hp-branch {
    padding: 5rem 7rem;
}

/* Card container */
.hp-branch-container {
    background-image: url('https://cdn1.npcdn.net/images/G_CONTACT_BOX_hgwrs5_1770864803.jpg?md5id=76892440bf8ca27a6a96e9efb4c102d2&new_width=1000&new_height=1000&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 100%;
    padding: 3rem;
    border-radius: 20px;
}

.hp-branch .row > .col-12{
    margin-bottom: 1rem;
}

/* Branch name */
.hp-branch-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.hp-branch-cn {
    display: block;
    /*font-weight: 400;*/
}

/* Each row spacing */
.hp-branch-box {
    margin-bottom: 15px;
}

/* Make both p and div behave same */
.hp-branch-box p,
.hp-branch-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Icon style */
.hp-branch-box i {
    width: 22px;
    min-width: 22px;
    margin-top: 4px;
    text-align: center;
}

/* Text style */
.hp-branch-info {
    font-size: 14px;
    color: #fff;
    margin: 0;
    flex: 1;
    line-height: 1.6;
}

/* Links */
.hp-branch-info a,
.hp-branch-box a {
    color: #fff;
    text-decoration: none;
}

.hp-branch-box a:hover {
    text-decoration: underline;
}

/* Make long address wrap nicely */
.hp-branch-info br {
    display: block;
}

/* Only first text block grow */
.hp-branch-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Icon fixed width */
.hp-branch-box i {
    width: 22px;
    min-width: 22px;
    margin-top: 4px;
}

/* Only make text container grow */
.hp-branch-box p,
.hp-branch-box .hp-branch-info:first-of-type {
    flex: 1;
}

/* Prevent links from stretching */
.hp-branch-box a {
    flex: unset;
    display: inline;
}


.hp-branch-emergency {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #e20000;
    /*margin-top: 1rem;*/
    border-radius: 20px;
    FONT-SIZE: 20px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    padding: 1rem 0;
    transition: ease .4s;
}

.hp-branch-emergency:hover {
    background-color: #002581;
    color: #fff;
}

.hp-branch-icon {
    width: 50px;
    height: 40px;
}

/* Hide break on desktop */
.mobile-break {
    /*display: none;*/
}

/* Hide slash on mobile */
.desktop-only {
    /*display: inline;*/
}



@media (max-width: 1200.5px) {
    .hp-branch {
      padding: 5rem 1rem;
    }
    
    .hp-branch-container {
        height: unset;
            margin-bottom: 1rem;
            
            padding: 1.5rem;
    }
    
    .hp-branch-emergency {
        margin-top: 0;
    }
}

@media (max-width: 991.5px) {
    .mobile-break {
        /*display: block;*/
    }

    .desktop-only {
        /*display: none;*/
    }
    
    .hp-branch-box a {
        /*display: block;*/
        /*margin-bottom: 4px;*/
    }
}

@media (max-width: 767.5px) {
    .hp-branch-emergency {
        padding: 2rem;
        flex-direction: column;
        text-align: center;
    }
}




.footerListServices {
    background-image: url('https://cdn1.npcdn.net/images/H_FOOTER_BG_gnofhj_1770864803.jpg?md5id=76892440bf8ca27a6a96e9efb4c102d2&new_width=1000&new_height=1000&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
    color: #4d4d4d;
}

.footerListServices .title h5 {
    text-transform: uppercase;
    color: #002581;
    font-weight: 700;
}

.footerListServices a {
    color: #000;
}


.footerListServices a:hover {
    color: #002581;
}

.footerListServices .input-container input, .footerListServices .input-container label {
    color: #000;
    caret-color: #000;
}


.footerListServices .input-container input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footerListServices .input-container .submit,
.footerListServices .input-container .moveUp {
    color: #000;
}

.footerListServices .line {
    background-color: rgba(0, 0, 0, 0.2);
}

.footerListServices .logo {
    min-height: 80px;
}

.footerListServices .logo img {
    max-height: 70px;
}



@media (max-width: 1200.5px) {
    .footerListServices .logo img {
      max-height: 40px;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .footerListServices .logo img {
        max-height: 70px;
    }
}



