#main_index{
    background-color: #000;
    overflow: hidden;
}
/* BUTTON */
.btn_more{
    font-size: 1.19vw;
    color: #fff;

    border: 2px solid #fff;
    border-radius: 5px;

    padding: 10px 30px;

    background: transparent;

    transition: all 0.3s ease;

    margin-top: 10px;

    text-decoration: none;

    display: inline-block;

    letter-spacing: 1px;
}

/* BUTTON HOVER */
.btn_more:hover{
    background: #7dc142;
    color: #fff;

    text-decoration: none;

    box-shadow:
    0 0 20px rgba(255,0,0,0.5),
    0 0 40px rgba(255,0,0,0.3);

    transform: translateY(-3px);
}
.title_big{
     letter-spacing: 4px;
    font-size: 1.1vw;
    color: #fff;
    font-weight: 200;
    margin-bottom: 3%;
}
.sub_title{
    font-size: 2.3vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}
.content_text{
    color: #fff;
    font-weight: 200;
}

@media (max-width: 767.5px) {
    .title_big{
      text-align: center;
      font-size: 13px;
    }
    .sub_title{
    font-size: 20px;
    text-align: center;
    }
    .btn_more{
        margin: 0 auto;
    }
    .content_text{
    font-size: 12px;
}
}
/*/navigation bar/*/
.index_wrapper_1{
    height: 100px;
    background-color: #000;
}
.navbar_type8 {
    height: 100px;
    background-color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
    height: 100px;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: #000 !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: #fff;
    font-size: .95vw;
    padding: 15px 1.1vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::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: 25px;
    background-color: #ea202e;
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

/*/mobile navigation bar & side menu/*/
.side_menu {
    background-color: #0a4d68;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
.index_wrapper_1{
    height: 0;
}
.navbar_mobile {
    background-color: #000;
}
}

/*@media (max-width: 767.5px) {*/
/*.index_wrapper_1{*/
/*    height: 0;*/
/*}*/
/*.navbar_mobile {*/
/*    background-color: #000;*/
/*}*/
/*}*/
/*hp_banner*/
.slider_banner .banner_content{
    background: rgba(0, 0, 0, 0.3);
}
.n_bannerline{
    margin: 25% 9% 0;
}
.n_bannerTitle b{
    color: #7dc142;
    text-shadow: 0 0 20px rgba(125,193,25,0.7);
}
.n_bannerTitle{
    color: #fff;
    font-weight: 400;
    font-size: 2.9vw;
    margin-right: 45%;
    margin-top: 2%;
}
.n_bannerTex{
    color: #fff;
    font-size: 1.18vw;
    margin: 1% 59% 1% 0;
}
.n_bannerViewMore{
    font-size: 1.19vw;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    /*text-decoration: none;*/
    /*background: rgba(0, 0, 0, 0.6);*/
}
.n_bannerViewMore:hover{
    background: #7dc142;
    color: #fff;

    text-decoration: none;

    box-shadow:
    0 0 20px rgba(255,0,0,0.5),
    0 0 40px rgba(255,0,0,0.3);

    transform: translateY(-3px);
}

@media screen and (max-width: 767.5px) {
    .slider_banner .item>img {
        min-height: 600px;
        object-fit: cover;
    }
    .n_bannerTitle{
        font-size: 22px;
    width: 100%;
    text-align: center;
    margin-top: 9%;
}
    .n_bannerTex{
        font-size: 13px;
    width: 100%;
    text-align: center;
    margin-top: 5%;
    }
    .n_bannerline{
        text-align: center;
        margin: 50% 10%;
    }
    .n_bannerViewMore{
        font-size: 12px;
        padding: 8px 25px;
    }
    .slider_banner .banner_content {
    background: rgba(0, 0, 0, 0.6);
}
}

.index_wrapper_3{
    position: relative;
    overflow: visible;
}
     .index_wrapper_3::before{
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    background: radial-gradient(
        circle,
        rgba(255,0,0,0.45) 0%,
        transparent 90%
    );

    top: -30px;
    left: -160px;

    filter: blur(80px);

    animation: redGlow 8s ease-in-out infinite alternate;

    z-index: 1;
}

.index_wrapper_3::after{
    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    background:
    radial-gradient(circle,
    rgba(125,193,66,0.45) 0%,
    transparent 90%);

    top: 20%;
    right: -200px;

    filter: blur(120px);

    animation: floatingGreen 15s ease-in-out infinite;

    z-index: 1;
}

/* RED ANIMATION */
@keyframes floatingRed{

    0%{
        transform:
        translate(0px,0px)
        scale(1)
        rotate(0deg);
    }

    25%{
        transform:
        translate(40px,60px)
        scale(1.15)
        rotate(5deg);
    }

    50%{
        transform:
        translate(80px,20px)
        scale(1.3)
        rotate(-5deg);
    }

    75%{
        transform:
        translate(20px,80px)
        scale(1.1)
        rotate(3deg);
    }

    100%{
        transform:
        translate(0px,0px)
        scale(1)
        rotate(0deg);
    }
}

 /*GREEN ANIMATION */
@keyframes greenGlow{
    from{
        transform: translate(0,0) scale(1);
    }

    to{
        transform: translate(-60px,-40px) scale(1.3);
    }
}
/*hp_about*/
.hp_about{
    position: relative;
    overflow: hidden;

    padding-top: 80px;
    padding-bottom: 80px;

    background: #000;
}

/* CONTENT */
.hp_about .container-fluid{
    position: relative;
    z-index: 5;
}

.hp_about .text-content{
    font-size: 1.18vw;
    font-weight: 200;
    line-height: 1.8;
    color: #fff;
}

/* LEFT CONTENT */
.about_content{
    width: 80%;
    margin-left: auto;
}

/* RIGHT CONTENT */
.about_contentx2{
    width: 80%;
    margin: 0 auto;
}

/* TITLE */
/*.About_Title{*/
/*    letter-spacing: 4px;*/
/*    font-size: 1.1vw;*/
/*    color: #fff;*/
/*    font-weight: 200;*/
/*    margin-bottom: 3%;*/
/*}*/

/* SUB TITLE */
/*.About_Sub{*/
/*    font-size: 2.5vw;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    line-height: 1.3;*/
/*}*/

/* HIGHLIGHT */
.About_Sub b{
    color: #7dc142;
    text-shadow: 0 0 20px rgba(125,193,25,0.7);
}

/* BUTTON */
.btn_more{
    font-size: 1.19vw;
    color: #fff;

    border: 2px solid #fff;
    border-radius: 5px;

    padding: 10px 30px;

    background: transparent;

    transition: all 0.3s ease;

    margin-top: 10px;

    text-decoration: none;

    display: inline-block;

    letter-spacing: 1px;
}

/* BUTTON HOVER */
.btn_more:hover{
    background: #7dc142;
    color: #fff;

    text-decoration: none;

    box-shadow:
    0 0 20px rgba(255,0,0,0.5),
    0 0 40px rgba(255,0,0,0.3);

    transform: translateY(-3px);
}
.button_name:hover{
    text-decoration: none;
}
/* RED GLOW */
/*.hp_about::before{*/
/*    content: "";*/

/*    position: absolute;*/

/*    width: 600px;*/
/*    height: 600px;*/

/*    background: radial-gradient(*/
/*        circle,*/
/*        rgba(255,0,0,0.30) 0%,*/
/*        transparent 90%*/
/*    );*/

/*    top: -30px;*/
/*    left: -160px;*/

/*    filter: blur(80px);*/

/*    animation: redGlow 8s ease-in-out infinite alternate;*/

/*    z-index: 1;*/
/*}*/

/*.hp_about::after{*/
/*    content: "";*/

/*    position: absolute;*/

/*    width: 650px;*/
/*    height: 650px;*/

/*    background:*/
/*    radial-gradient(circle,*/
/*    rgba(125,193,66,0.25) 0%,*/
/*    transparent 80%);*/

/*    bottom: -250px;*/
/*    right: -200px;*/

/*    filter: blur(120px);*/

/*    animation: floatingGreen 15s ease-in-out infinite;*/

/*    z-index: 1;*/
/*}*/

/* RED ANIMATION */
/*@keyframes floatingRed{*/

/*    0%{*/
/*        transform:*/
/*        translate(0px,0px)*/
/*        scale(1)*/
/*        rotate(0deg);*/
/*    }*/

/*    25%{*/
/*        transform:*/
/*        translate(40px,60px)*/
/*        scale(1.15)*/
/*        rotate(5deg);*/
/*    }*/

/*    50%{*/
/*        transform:*/
/*        translate(80px,20px)*/
/*        scale(1.3)*/
/*        rotate(-5deg);*/
/*    }*/

/*    75%{*/
/*        transform:*/
/*        translate(20px,80px)*/
/*        scale(1.1)*/
/*        rotate(3deg);*/
/*    }*/

/*    100%{*/
/*        transform:*/
/*        translate(0px,0px)*/
/*        scale(1)*/
/*        rotate(0deg);*/
/*    }*/
/*}*/

/* GREEN ANIMATION */
/*@keyframes greenGlow{*/
/*    from{*/
/*        transform: translate(0,0) scale(1);*/
/*    }*/

/*    to{*/
/*        transform: translate(-60px,-40px) scale(1.3);*/
/*    }*/
/*}*/
@media (max-width: 991.5px) {
    .about_content{
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .btn_more{
        text-align: center;
    margin: 2% auto;
}
.About_Title{
    margin-bottom: 1%;
}
.hp_about .text-content{
    font-size: 14px;
    text-align: center;
    line-height: 1.9;
}
}
/* MOBILE */
@media(max-width:767.5px){

    .hp_about{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about_content,
    .about_contentx2{
        width: 100%;
    }
.hp_about .text-content{
    font-size: 13px;
    text-align: center;
    line-height: 1.9;
    margin-top: 5%;
}
.btn_more{
    font-size: 12px;
    padding: 7px 30px;
}
    /*.About_Title{*/
    /*    font-size: 14px;*/
    /*}*/

    /*.About_Sub{*/
    /*    font-size: 32px;*/
    /*}*/

    /*.hp_about .text-content{*/
    /*    font-size: 15px;*/
    /*    margin-top: 20px;*/
    /*}*/

    /*.btn_more{*/
    /*    font-size: 14px;*/
    /*    padding: 10px 25px;*/
    /*}*/

}

/*Services*/
.outerRow_4{
    justify-content: end;
    align-items: end;
}
.ex_hpservice_slide{
    padding: 0;
}
.ex_hpservice_slide .services-content{
    height: 200px;
}
.ex_hpservice_slide{
    margin-block: 0;
    background-color: transparent;
    padding: 0;
}
.ex_hpservice_slide{
        padding-right: 8%;
}
.services_content{
    color: #fff;
    font-weight: 200;
}
.hp_services{
    margin: 0 0 5px;
}
.Services_Sub b{
    color: #7dc142;
    text-shadow: 0 0 20px rgba(125,193,25,0.7);
}
.ex_hpservice_slide{
    background-color: transparent;
}
.fa-chevron-right{
    display: none;
}
.ex_hpservice_slide .controls.left{
    display: none !important;
}
.ex_hpservice_slide .controls.right{
    display: none !important;
}
.offset-md-1{
    margin: 0;
}
.ex_hpservice_slide .service_btn{
    font-size: 0.8vw;
    color: #fff;

    border: 2px solid #fff;
    border-radius: 5px;

    padding: 10px 30px;

    background: transparent;

    transition: all 0.3s ease;

    margin-top: 3%;

    text-decoration: none;

    display: inline-block;

    letter-spacing: 1px;
}

/* BUTTON HOVER */
.ex_hpservice_slide .service_btn:hover{
    background: #7dc142;
    color: #fff;

    text-decoration: none;

    box-shadow:
    0 0 20px rgba(255,0,0,0.5),
    0 0 40px rgba(255,0,0,0.3);

    transform: translateY(-3px);
}
.ex_hpservice_slide .services-text h3.title{
    font-size: 1.5vw;
}
.ex_hpservice_slide .slick-dots{
    display: none!important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
@media(max-width:767.5px){
.services_text{
    text-align: center;
    margin: 12% 0 10%;
}
.services_content{
    font-size: 13px;
}
.ex_hpservice_slide .services-text h3.title{
    font-size: 16px;
}
.ex_hpservice_slide .services-text h3.title:after{
    height: 1px;
}
.ex_hpservice_slide .service_btn{
    font-size: 10px;
    padding: 8px 25px;
    margin-top: 0%;
}
.ex_hpservice_slide{
    padding-right: 0;
}
}
/* why */
.index_wrapper_6 #index_6 { 
    padding-right: 0; 
padding-left: 0; 
    margin-top: 7%;
}
.why_sub b{
    color: #fff;
    text-shadow: 0 0 20px rgba(255,255,255,0.7);
}
.why_title{
    margin: 0 auto;
}
.why_sub{
    margin: 0 auto;
}
.hp_why{
    background-color: #7dc142;
    padding: 50px;
    border-radius: 15px;
    overflow: hidden;
}
.why_content{
    font-size: 1.45vw;
    color: #fff;
}
.why_tex{
    color: #fff !important;
}    
    
/* title layout */
.hp_why_content{
    gap: 15px;
}

.hp_why_content div.d-flex.align-items-center{
    gap: 15px;
}

.hp_line:after{
    background-color: #fff;
}

/* 🔥 GRID FIX (重要) */
.hp_why_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* card */
.hp_why_box{
    background-color: rgba(255,255,255,0.2);
    padding: 25px 15px;
    gap: 15px;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hp_why_box:hover{
    background-color: #7dc142;
    transform: translateY(-5px);
}

/* number */
.hp_no{
    top: -30px;
    right: 10px;
    z-index: 0;
}

/* image */
.hp_why_box div:nth-child(2){
    max-width: 50px;
}

/* hover animation */
.hp_why_box:hover div:nth-child(2){
    animation: swing 1s linear infinite;
}

/* text */
@media(max-width: 991.5px){
.index_wrapper_6 .outerContainer_6 {
    max-width: 90%;
}
}
/* responsive */
@media(max-width: 767.5px){
    .hp_why_list{
        grid-template-columns: repeat(2, 1fr);
    }
    .why_content{
        font-size: 16px;
    }
}

@media(max-width: 480px){
    .hp_why_list{
        grid-template-columns: 1fr;
    }
}

/*photo*/
.index_wrapper_7{
    margin-top: 6%;
}
.hp_photoGallerySlider_type3{
    background-color: transparent;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box{
    background-color: transparent;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img{
    object-fit: cover;
}
.hp_photo_sub b{
    color: #7dc142;
    text-shadow: 0 0 20px rgba(125,193,25,0.7);
}
.hp_photo_text{
    text-align: center;
}
.hp_photo_title{
    margin-bottom: 1%;
}
.hp_photo_button .btn_more{
    margin-top: 1%;
}
@media(max-width: 991.5px){
.hp_photoGallerySlider_type3 .container{
        max-width: 90%;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img{
    padding: 0!important;
}
/*.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box{*/
/*    padding: 0!important;*/
/*}*/
.hp_photoGallerySlider_type3 .photo-gallery3{
    padding: 0!important;
}
}

@media(max-width: 767.5px){
/*.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box{*/
/*    padding: 0;*/
/*}*/
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before{
    display: none;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before{
    display: none;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img{
    padding: 0;
}
}

/* news */

.index_wrapper_8 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: end;
}

.index_wrapper_8 #index_8 {
    /*padding-right: 15px !important;*/
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.innerContainer_8{
    padding-left: 0!important;
}
.index_wrapper_8 #index_8 #index_8_1 img {
    height: 550px;
    object-fit: cover;
}

.index_wrapper_8 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.News_Sub b{
    color: #7dc142;
    text-shadow: 0 0 20px rgba(125,193,25,0.7);
}
.hp_news_content {
    gap: 15px;
}

.hp_news_content div.d-flex.align-items-center {
    gap: 15px;
}

.hp_news_content div.d-flex.align-items-center p {
    flex: none;
}

#main_index .hp_latest_new {
    padding: 0 15px;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new .news_box .row {
    align-items: flex-end;
}

#main_index .hp_latest_new .news_box .col-12.col-lg-4 {
    padding: 15px;
}

#main_index .hp_latest_new .news_box .img_frame {
    height: 100%;
    padding-top: 0;
}

#main_index .hp_latest_new .news_box .img_frame .category {
    display: none;
}

#main_index .hp_latest_new .news_box .img_frame img {
    position: static;
    transform: none;
}

#main_index .hp_latest_new .news_box .col-12.col-lg-8 {
    /*padding: 15px;*/
    gap: 15px;
}

#main_index .hp_latest_new .news_box .title {
    /*font-size: 20px;*/
    line-height: normal;
    color: #fff !important;
    /*font-family: "Poppins", sans-serif;*/
}

#main_index .hp_latest_new .news_box .title b {
    font-weight: 400;
    font-size: 1.45vw;
}

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    /*font-size: 16px;*/
    margin: 0 !important;
}

#main_index .hp_latest_new .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new .news_box .read_more {
    display: none;
}
.outerRow_8{
    justify-content: end;
    align-items: end;
}
.innerRow_9{
    padding-left: 10%;
}
#main_index .hp_latest_new .news_box .col-12.col-lg-8{
    color: #fff;
}
.News_content{
    color: #fff;
}
/* news */

.index_wrapper_8 #index_8 {
    padding-left: 0px !important;
}

.index_wrapper_8 #index_8 #index_8_1 img {
    height: auto;
}
@media(max-width: 991.5px){
.index_wrapper_8 .row.outerRow_8 {
    align-items: start;
}
/*.index_wrapper_8 .hp_latest_new{*/
/*    width: 70%;*/
/*}*/
#main_index .hp_latest_new .news_box .row{
    align-items: start;
}
#main_index .hp_latest_new .news_box .col-12.col-lg-4{
 max-width: 40%;
}
#main_index .hp_latest_new .news_box .col-12.col-lg-8{
    max-width: 60%;
}
}
@media(max-width: 767.5px){
.innerRow_9{
    padding-left: 0;
}
.hp_News_content{
    text-align: center;
    margin-top: 6%;
}
.index_wrapper_8 .hp_latest_new{
    width: 90%;
    margin: 0 auto;
}
#main_index .hp_latest_new .news_box .title b{
    font-size: 16px;
}
#main_index .hp_latest_new .news_box .col-12.col-lg-4{
 max-width: 100%;
}
#main_index .hp_latest_new .news_box .col-12.col-lg-8{
    max-width: 100%;
}
}