.applications-table{
    width: 100%;
    margin-top: 48px;
    display:flex;
    justify-content: center;
    align-items: start;
    gap: 40px;
}
.applications_nav{
    position:relative;
    width: 300px;
    margin:0;
}
.applications_nav_input{
    display: none;
}
.applications-nav-container{
    position:relative;
}
.applications_nav_item{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 28px;
    cursor: pointer;
    font-family: 'Roboto Regular', sans-serif;
}

.applications_nav_item::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #182D78;
    top: 0;
    left: -1px;
}

.applications_nav_item.active{
    font-family: 'Roboto Bold', sans-serif;
    background: rgba(0,117,255,0.1);
}
.applications_nav_item.active::before{
    font-family: 'Roboto Bold', sans-serif;
    background-color: #0075FF;
}
.applications-grid{
    flex: 1;
    position: relative;
    width: 100%;
    overflow: auto;
    background:  no-repeat center;
    background-size: cover;

}
.applicatins-choose{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    overflow-x: hidden;
}

.applicatins-choose.active{
    animation: fadeIn 0.5s 0.5 ease;
}
.applications-item{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #182D78;
    cursor: pointer;
    display: none;
}
.applications-item.active{
    display: block;
}
.applications-item img{
    width: 100%;
    height: auto;
    display: block;
}
.applications-item .applications-caption{
    font-family: 'Roboto Bold', sans-serif;
    padding: 16px 20px;
    font-size: 20px;
    line-height: 28px;
}
.applications-caption{
    padding: 24px 16px;
}
.applications-caption h3{
    font-family: 'Roboto Bold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.applications-description{
    font-size: 16px;
    line-height: 24px;
    /* color: #B2B2B2; */
    color: rgb(255,255,255);
    overflow: hidden;
}

.applications-description .p{
    font-family: 'Roboto Light', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    height: 72px;   
     /* 3 lines * line-height (24px) */
     overflow: hidden;
}
.applications-more{
    margin-top: 24px;
}
.applications-more a{
    font-size: 14px;
    line-height: 20px;
    color: #0075FF;
    text-decoration: none;
    padding: 12px 0;
}
.applications-more a img.icon{
    width: 24px;
    height: auto;
    display: inline-block;
    margin-left: 8px;
}
.pb-80{
    padding-bottom: 80px;
}

/* detail */
.productbox{
    display: flex;
    gap: 40px;
    margin-top: 48px;
}
.product-image{
    flex: 1;
    width: 100%;
    height: 480px;
    border-radius: 4px;
    position: relative;
}
.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.product-image::after{
    content: '';
    position: absolute;
    inset: 1;
    background: url('../images/gradient.png') center no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-info{
    width: 440px;
}
.product-info .btnbox{
    font-family: 'Roboto Light', sans-serif;
    font-weight: light;
    display: inline-block;
    line-height: 24px;
    font-size:16px;
    padding:8px 16px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    margin-bottom: 24px;
}
.product-detail{
    margin-top: 80px;
}
.product-title{
    font-family: 'Roboto Bold', sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.product-description{
    font-family: 'Roboto Light', sans-serif;
    margin-top: 44px;
    font-size: 16px;
    line-height: 36px;
    /* color: #B2B2B2; */
    color: rgb(255,255,255);
}
.product-list{
    margin-top: 48px;
    width: 100%;
    border-top: 3px solid #fff;
    border-bottom:3px solid #fff;border-collapse:collapse
}

.product-list .product-list-tr{
    display: flex;
    border-bottom: 1px solid #B2B2B2;
}
.product-list .product-list-tr .product-list-td{
    flex:1;
    padding: 48px 0;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    border-left: none;
    border-right: none;
    border-radius: 0;margin: 0;
}
.product-list .product-list-tr:last-child .product-list-td{
    border-bottom: none;
}
.product-list .label_tt{
    font-family: 'Roboto Bold', sans-serif;
}
.product-list .label_txt{
    font-family: 'Roboto Light', sans-serif;
    color:#B2B2B2;
    margin-top: 24px;
}
.product-list .label_txt:first-child{
    margin-top:0;
}
.product-list .label_tt,.product-list .label_txt{
    display: inline-block;
    width: 100%;
}
.preformbox{
    position: relative;
}
.abs-form-box{
    left: 0;
    right:0px;
    top:0px;
    bottom: 0;
    position: absolute;
    background-color: #091547;
    display: none;
}
.contact-end-box{
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.icon-box{
    width: 80px;
    height: 80px;
    margin-bottom: 48px;
}

.icon-box img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:980px) {
    .applications-table{
        flex-direction: column;
    }
    .applicatins-choose{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .applications-description .p{
        font-size: 12px;
        line-height: 18px;
    }
    .productbox{
        flex-direction: column;
    }
    .product-info{
        width: 100%;
    }
    
    .product-list .product-list-tr{
        flex-direction: column;
        padding: 34px 0;
    }
    .product-list .product-list-tr .product-list-td{
        flex: auto;
        padding: 16px 0;
        border: none
    }
    .formbox .inputbox1{
        width: 100%;
    }
    
    .applications_nav{
        width: 100%;
    }
    .applications_nav_input{
        display: block;
        padding: 16px; 
        border: 1px solid #ffffff;
        border-radius: 4px;
        background-color: #04153A;
        font-family: 'Roboto Regular', sans-serif;
        color: #ffffff;
        font-size: 14px;
        line-height: 14px;
        position: relative;
        box-sizing: border-box;
    }
    .applications_nav_input::after{
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%)  rotate(0deg);
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/icon/CaretLeft_w.png) center center no-repeat;
        background-size: contain;
        transition: transform 0.3s ease;
    }
    .applications-nav-container{
        position:absolute;
        left: 0;
        border: 1px solid #ffffff;
        display: none;
    }
    .applications-nav-container.selected{
        display: block;
        z-index: 1;
        width: 100%;
        box-sizing: border-box;
        background-color: #04153A;
        padding: 12px;
    }
    .applications_nav_item{
        padding-left: 40px;
        font-family: 'Roboto Regular', sans-serif;
    }
    .applications_nav_item.active{
        background: transparent;
        font-family: 'Roboto Bold', sans-serif;
    }
    .applications_nav_item::before{
        top: 12px;
        left:8px;
        display: block;
        border: 1px solid transparent;
        background-color: transparent;
        border-top-width: 0;
        border-right-width: 0;
        width: 20px;
        height: 14px;
        transform:rotate(-45deg);
    }
    .applications_nav_item.active::before{
        background-color: transparent;
        border-color: transparent transparent #ffffff #ffffff;
    }
    .applications_nav_input.selected::after{
        transform: translateY(-50%) rotate(90deg);
    }
}