/* Overall */
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
}
a:hover{
    text-decoration: unset;
}
:root{
    --primary-color: #25354a;
    --green-color: #7cbd21;
    --section-padding-y: 5rem;
    --section-padding-x: 7rem;
}
.font-color-green{    
    color: var(--green-color) !important;
}
.section-padding-x{
    padding: 0 var(--section-padding-x);
}

@media(max-width:1200px){
    :root{
        --section-padding-x: 5rem;
    }
}

@media(max-width:576px){
    :root{
        --section-padding-x: 1.5rem;
    }
}

/* Text */
.subtitle-style{
    color: var(--green-color);
    font-size: clamp(1rem, 1.35vw, 1.35vw);
    font-weight: 600;
    margin: 0;
}
.title-style{
    color: var(--primary-color);
    font-size: clamp(1.75rem, 2.03vw, 2.03vw);
    font-weight: 700;
    margin: 0;
}
.content{
    font-size: clamp(.85rem, .95vw, .95vw);
    line-height: 2;
    margin: 0;
}

/* Btn */
.main-btn{
    color: #fff;
    display: inline-flex;
    align-items: baseline;
    gap: 1rem;
    padding: 12px 30px;
    background: var(--green-color);
    border-style: none;
    font-size: clamp(.9rem, 1vw, 1vw);
    font-weight: 600;
    transition: all .3s linear;
    
    &:hover{
        background: var(--primary-color);
        
        .btn-icon{
            animation: swing .5s linear;
        }
    }
}
.btn-icon{
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
}

/* Nav */
.navbar_type8{
    height: 120px;
    background: #fff;
    padding: 1rem 0;
}
.navbar_type8 .logo{
    margin-left: 7rem;  
    flex: unset;
    min-width: 15%;
}
.navbar_type8 .logo img{
    padding: 0px;
    width: 100%;
}

.navbar_type8 .nav_tab{
    flex: unset;
    width: 100%;
    padding-right: 7rem;
    gap: 2vw;  
}
.navbar_type8 .nav_tab .nav_item:before{
    display: none;
}
.navbar_type8 .nav_tab .nav_item a{
    color: #000;
    padding: 0;
    font-size: clamp(.85rem, .95vw, .95vw);
    font-weight: 600;
    text-transform: capitalize;    
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: var(--green-color);
}
.navbar_type8 .nav_tab .nav_item:hover:before{
    width: 100%;
}

.dark_nav{
background: rgba(255, 255, 255, 0.9) !important;
}

.navbar_mobile{
    background: #fff;
}

@media(max-width:1300px){
    .navbar_type8 {
        height: 100px;
    }
    .navbar_type8 .logo{
        margin-left:5%;
    }
    .navbar_type8 .nav_tab{
        padding-right: 5%;
    }
    .navbar_type8 .nav_tab .nav_item a{
        font-size: 12px;
    }
}


/* Banner */
.slider_banner .banner_content{
    overflow: hidden;
}
.hp_banner{
    height: 100%;
    padding-left: 7rem;
}
.b-content{
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center start;
}
.b-content h2{
    color: var(--primary-color);
    font-size: clamp(1.8rem, 2.6vw, 2.6vw);
    font-weight: 800;
    margin-bottom: 0;
}
.b-content p{
    width: 40%;
    font-size: clamp(.9rem, 1.1vw, 1.1vw);
    line-height: 1.75;
    margin: 1.5rem 0 2.5rem;
}

@media(max-width:991px){
    .hp_banner{
        padding-left: 4rem;
    }
    .b-content p{
        margin: .75rem 0 1rem;
    }
}

@media(max-width:768px){
    .slider_banner .item > img{
        min-height: 70vw;
        object-fit: cover;
        object-position: right;
    }
    .banner_content{
        background: linear-gradient(to right, rgb(255, 255, 255, 1), rgba(230, 230, 230, .85));
    }
    .b-content p{
        width: 75%;
    }
}

@media(max-width:576px){
    .slider_banner .item > img{
        min-height: 130vw;        
    }
    .hp_banner{
        padding: 0 2rem;
    }
    .b-content{
        text-align: center;
    }
    .b-content h2 br{
        display: none;
    }
    .b-content p{
        width: 100%;
        margin: 1rem 0 1.5rem;
    }
}

/* About */
.hp_about{
    padding: var(--section-padding-y) 0;
}

.abt-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;      
}

@media(min-width:991px){
    .abt-frame{
        padding-right: 4rem;
    }    
}

@media(min-width:1400px){        
    .abt-content .content{
        margin-bottom: 1rem;
    }
}

@media(max-width: 1400px){
    .abt-frame{
        height: 100%;
        
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 30%;
        }
    }
    .abt-content{
        gap: 1rem;
    }
}

@media(max-width:1200px){
    .abt-frame{
        padding: 0;
    }
}

@media(max-width:991px){
    .hp_about{
        padding-bottom: 0;
    }
    .abt-frame{
        padding-bottom: 3rem;
    }
    .abt-frame img{
        object-position: center;        
    }
}

@media(max-width:576px){
    .abt-content .title-style br{
        display: none;
    }
}

/*What*/
.index_wrapper_4{
    padding: var(--section-padding-y) 0 var(--section-padding-y) calc(var(--section-padding-x) - 15px);
    background: url(https://cdn1.npcdn.net/images/C_Background_w7hizp_1778644475.jpg?md5id=48699cb3676ece50d68d3e1ebe2e03d7&new_width=3600&new_height=1334&type=4);
    background-size: cover;
    background-repeat: no-repeat;    
}
.hp_what .main-btn{
    margin-right: calc(var(--section-padding-x) - 15px);
}
.service .service_box > *:not(a) {
  display: none;
}
.hp-service-desc{
  display: block !important;
}

.service .slick-list{
    padding-right: 8rem;
}
.service .service_box{
    text-align: left !important;
    background: var(--primary-color);
    padding: 0;
    padding-bottom: 2.5rem;
    margin: 0 0.75rem;
    position: relative;
    
    &:before{
        position: absolute;
        content: "";
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        top: 0;
        left: 0;
        border: 1px solid var(--green-color);
        margin: calc(2rem / 2);
        pointer-events: none;
    }
}
.service .service_box img{    
    height: 200px;
}
.service .service_box a{
    height: 90%;
    color: var(--green-color);
    font-size: clamp(.92rem, 1vw, 1vw);
    font-weight: 400;   
    display: flex;
    flex-direction: column;
    gap: 1.5rem;        
}
.service .service_box:hover strong{
    animation: none;
}
#main_index .hp-service-desc{
    color: #ddd;    
    font-size: clamp(.75rem, .82vw, 0.82vw);
    width: 100%;
    padding: 0 2rem;    
    display: flex !important;
    justify-content: space-between;    
    align-items: end;
    
    &:after{
        display: inline-flex;
        content: "";
        width: 20px;
        height: 20px;
        aspect-ratio: 1/1;
        background: url(https://cdn1.npcdn.net/images/A_Arrow_Button_ea1jni_1778635578.png?md5id=48699cb3676ece50d68d3e1ebe2e03d7&new_width=180&new_height=180&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 5rem;
    }
}
.service .service_box strong{
    margin: 0;    
    padding-left: 2rem;
    margin-bottom: 0.35rem;
}

.service .service_box:hover .hp-service-desc:after{
    animation: swing .5s linear;
}

.next-arrow{
    display: none !important;
}

.prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    cursor: pointer;
}

@media(min-width:768px) and (max-width:991px){
    .hp_what .title-wrapper > div{
        flex: 0 1 50%;
        max-width: 50%;                
    }    
}

@media(max-width:1200px){
    #main_index .hp-service-desc:after{
        margin-left: 1rem;
    }
}

@media(max-width:768px){
    .hp_what .title-wrapper > div{
        text-align: center;
    }
    .hp_what .main-btn{
        margin: 0;
        margin-top: 1rem;
    }
}

@media(max-width:576px){
    .service .slick-list{
        padding-right: 2.5rem;
    }
    .service .service_box a{
        font-size: 120%;
    }
    .hp-service-desc{
        font-size: 100%;
    }
}

/* Why */
.hp_why{
    padding: var(--section-padding-y) 0;
}
.why-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.why-box{
    text-align: center;
    border: 1px solid var(--green-color);
    padding: 1.75rem 2rem;
    display: grid;
    place-content: center;    
}
.why-box:hover .why-icon{
    animation: pulse 1s linear infinite;
}
.why-icon{    
    width: 38%;
    margin: auto;
    margin-bottom: 1rem;
}
.why-title{
    margin: 0;
    font-size: clamp(.9rem, 1vw, 1vw);
    font-weight: 700;
}

@media(min-width:1200px){
    .why-list{
        width: 75%;
        margin: auto;
    }
}

@media(max-width:991px){
    .hp_why{
        padding-top: 0;
    }
}

@media(max-width:768px){
    .why-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px){
    .why-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .why-box{
        padding: 3rem 2rem;
    }
}

/* Ready */
.fh-leftCol{
    min-width: 45%;
    background: var(--green-color);
}
.fh-content{
    width: 70%;
    height: 100%;
    display: grid;
    place-content: center;    
    margin: auto;
}

.fh-content .content{
    margin: 1rem 0 1.5rem;
    line-height: 1.5;
}

.fh-content ul{
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    margin-bottom: 0;
}
.fh-content ul li{
    color: #fff;
    font-size: clamp(.9rem, 1.2vw, 1.2vw);
    font-weight: 600;
    display: flex;     
    gap: 1.5rem;
    cursor: default;
    
    &:hover .fh-icon{
        animation: rubberBand 1s linear;
    }
}
.fh-icon{
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
}

.fh-frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1200px){
    .fh-content{
        padding: 3rem 0;
    }
    .fh-content ul{
        gap: 1rem;
    }
}

@media(max-width:768px){
    .fh-wrapper{
        flex-direction: column-reverse;
    }
    .fh-content{
        padding: 4rem;
        margin: 0;
        width: 100%;
    }
    .fh-content .content{
        margin: 1.5rem 0;
    }
    .fh-content .title-style br{
        display: none;
    }
}

@media(max-width:576px){
    .fh-content{
        padding: 3rem 1.5rem;
    }
}

/* oac */
.hp_oac{
    background: #eaeaea;
}
.oac-wrapper{
    display: flex;    
    padding: 2rem 6rem;    
}
.oac-grp{
    display: flex;
    align-items: center;
    padding: 0 2rem;
    
    &:first-child{
        padding-left: 0;
    }
    
    &:last-child{
        padding-right: 0;
    }
    
    &.withIcon{
        flex-direction: column;
        text-align: center;
        flex-basis: 25%;
    }
}
.hr-img{
    min-width: 150px;
    margin-right: 1.5rem;
}
.oac-icon{
    width: 38px;
    height: 38px;
    aspect-ratio: 1/1;
    margin: auto;
}
.withIcon .content{
    line-height: 1.25 !important;
    font-size: clamp(.75rem, .87vw, .87vw);
}
.oac-grp .title-style{
    white-space: nowrap;
}
.oac-grp .content{
    line-height: 1.55;
}
.oac-grp:not(:last-child){
    border-right: 1px solid #888;
}

@media(max-width:1200px){
    .oac-wrapper{
        flex-wrap: wrap;
        row-gap: 2rem;
    }       
    
    .oac-grp:first-child{
        flex-basis: 100%;
        justify-content: center;
        border-right: 0;
    }
    .hr-img{
        min-width: unset;
        width: 150px
    }
    .oac-grp:nth-child(2){
        flex-basis:100%;  
        border-right: 0;
    }
    .oac-grp.withIcon{
        flex-basis: 33%;
        gap: .75rem;
    }
    .oac-icon{
        width: 50px;
        height: 50px;
    }
    .oac-grp.withIcon .content{
        font-size: 100%;
    }
    
    .oac-grp{
        padding: 0;        
    }
    .oac-grp .content{
        margin: auto;
        text-align: center;
    } 
}

@media(max-width:991px){
    .oac-wrapper{
        padding: 4rem 0rem;
    }
}

@media(max-width:576px){
    .oac-grp:first-child{
        flex-direction: column;
        gap: 2rem;
        
        .title-style{
            white-space: wrap;
            text-align: center;
        }
        .title-style br{
            display: none;
        }
    }
    .oac-grp.withIcon{
        flex-basis: 50%;        
        border: none;
    }
}

/* Expertise */
.hp_expertise .fh-leftCol{
    background: var(--primary-color);
}

@media(max-width:768px){
    .hp_expertise .fh-wrapper{
        flex-direction: column;
    }
}

/* CTA */
.hp_cta{
    background: var(--green-color);
    padding: 1.5rem 0;
    overflow: hidden;
}

.cta-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.cta-content{
    flex: 1 1 70%;
    padding-right: 4rem;
    position: relative;   
    
    &:after{
        position: absolute;
        content: "";
        width: 1px;
        height: 150%;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: rgba(255,255,255,.65);
    }
}

.cta-content h3{
    color: #fff;
    font-size: clamp(1.2rem, 1.5vw, 1.5vw);
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.font-color-blue{
    color: var(--primary-color);
}

.cta-btn{
    flex: 0 1 28%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;            
}

.cta-btn h3{
    color: #fff;
    font-size: clamp(1.35rem, 1.7vw, 1.7vw);
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.cta-btn button{
    color: var(--primary-color);
    background: #e9e9e9;
    border-style: none;
    padding: 7px 25px;
    font-size: clamp(0.85rem, 1.2vw, 1.2vw);
    font-weight: 700;
    transition: all .3s linear;
    
    &:hover{
        background: var(--primary-color);
        color: #fff;
    }
}

@media(max-width:1200px){
    .cta-wrapper{
        gap: 2.5rem;
    }
    
    .cta-content{
        padding-right: 2.5rem;
    }
}

@media(max-width:991px){
    .hp_cta{
        padding: 3rem 0;
    }
    
    .cta-wrapper{
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .cta-content{
        padding-right: 0;
        
        &:after{
            display: none;
        }
    }
    
    .cta-btn{
        align-items: center;
    }
}

@media(max-width:576px){
    .cta-content h3{
        font-size: 1.15rem;
        line-height: 1.6;
    }
    
    .cta-btn h3{
        font-size: 1.5rem;
    }
    
    .cta-btn button{
        width: 100%;
        padding: 14px 20px;
    }
}

/* Start */
.hp_start{
    background: url(https://cdn1.npcdn.net/images/G_Background_zm7d1c_1778657837.png?md5id=48699cb3676ece50d68d3e1ebe2e03d7&new_width=3600&new_height=1528&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--section-padding-y) 0;
}
.start-content{
    width: 75%;
}
.start-content .content{
    margin: 1.25rem 0 1.5rem;
}
.start-content ul{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.start-content li{
    color: var(--primary-color);
    display: flex;
    align-items: baseline;
    font-size: clamp(1rem, 1.4vw, 1.4vw);
    font-weight: 700;
}
.start-icon{
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    margin-right: .75rem;
}

@media(max-width:1300px){
    .start-content{
        width: 80%;
    }
}

@media(max-width:991px){
    .start-content{
        width: 55%;
    }    
}

@media(max-width:768px){
    .start-content{
        width: 80%;
    }
}

@media(max-width:576px){
    .start-content{
        width: 100%;
    }
}

/*office*/
.hp_office{
  padding: var(--section-padding-y) calc(var(--section-padding-x) * 2);
  background: #e6e6e6;
}
.hp_office .title-style{
    margin-bottom: 4rem;
}
.office-list{
  display: flex;
  gap: 3.5rem;
}
.office-item{
  flex: 0 1 50%;
  max-width: 50%;
  background: #fff;
  border: 2px solid rgb(124, 189, 33, .65);
    padding: 1rem 0;
    position: relative;
}
.office-item .title-box{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatey(-50%) translatex(-50%);
    color: #fff;
    background: var(--primary-color);
    padding: 10px 50px;
    font-size: clamp(.85rem, 1vw, 1vw);
    font-weight: 600;
    white-space: nowrap;
}

.address-row{
  display: flex;
  justify-content: center;    
  gap: 1rem;
    width: 90%;
    margin: auto;
    padding: 2rem 0;
}
.address-row i{
  font-size: 25px;
    flex: 0 1 5%;
    max-width: 5%;
}
.address-row p{
    flex: 0 1 95%;
    max-width: 95%;
    font-size: clamp(0.85rem, .95vw, .95vw);
    font-weight: 500;
    margin: 0;
}

@media(max-width:1400px){
    .hp_office{
        padding-left: var(--section-padding-x);
        padding-right: var(--section-padding-x);
    }
}

@media(max-width:1200px){
    .address-row p br{
        display: none;
    }
}

@media(max-width:991px){
    .address-row i{
        font-size: 18px;
    }
}

@media(max-width:768px){
    .office-list{
        flex-direction: column;
    }
    .office-item{
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media(max-width:576px){
    .hp_office .title-style{
        margin-bottom: 3rem;
    }
}

/* Footer */
.footer_type10{
    background: #fff;
    font-size: clamp(.75rem, .85vw, .85vw);
    padding: 2rem 0 !important;
}
.footer_type10 .text{
    font-size: clamp(.75rem, .85vw, .85vw);
}
.footer_type10,
.footer_type10 .text,
.footer_type10 .sub_title,
.footer_type10 a,
.footer_type10 .icon i,
.footer_type10 .line_top{
    color: var(--primary-color) !important;    
}
.footer_type10 .sub_title,
.footer_type10 .line_top{
    border-color: var(--primary-color);
}
.footer_type10 a:hover{
    color: var(--green-color) !important;
}