.applications-table{
    width: 100%;
    margin-top: 48px;
    display:flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    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%;
    cursor: pointer;
    display: none;
}
.applications-item.active{
    display: block;
}
.applications-item img{
    width: 100%;
    height: auto;
    display: block;
}
.applications-item .applications-times {
    font-family: 'Roboto Light', sans-serif;
    color: #b2b2b2;
}
.applications-item .applications-caption{
    font-family: 'Roboto Bold', sans-serif;
    padding-left: 16px;
    padding-right: 16px;
}
.applications-description{
    margin-top: 16px;
}
.applications-caption{
    padding: 24px 16px;
}
.grid-footer{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.grid-info-txt{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.grid-nav-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.grid-control{
    width: 48px;
    height: 48px;
    background: #182D78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.grid-control img {
    width: 24px;
    height: 24px;
}
.grid-pagination{
    display: flex;
    gap: 8px;
}
.grid-pagination .dot{
    display: inline-block;
    border-radius: 4px;
    border:1px solid transparent;
    color:#ffffff;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 10px 2px 12px 2px;
    width: 40px;
    cursor: pointer;
}
.grid-pagination .dot.active{
    border-color: #0075FF;
    font-family: 'Roboto Bold', sans-serif;
}
.grid-setpage-box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.grid-setpage-box .grid-setpage-txt{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.grid-setinput-box{
    width: 60px;
    height: 44px;
    border-radius: 4px;
    border:1px solid #0075FF;
}
.grid-setinput-box input{
    font-family: 'Roboto Bold', sans-serif;
    width: 100%;
    height: 43px;
    font-size: 14px;
    background-color: transparent;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    border: none;
}
.grid-setinput-box input:focus,
.grid-setinput-box input:focus-visible{
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield;
}

.grid-setpage-btn{
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #182D78;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
/*detail*/
.detail-info-box{
    /* background: #182D78; */
    border-radius: 0px 0px 0px 0px;
    /* border-left: 8px solid #0075FF; */
    font-family: 'Roboto Light', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #B2B2B2;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    padding: 24px 0;
}
.detail-list{
    margin-top: 48px;
}
.detail-item{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    margin-top: 40px;
}
.detail-item:nth-child(2n){
    flex-direction: row-reverse;
}
.detail-it-half{
    width: calc(50% - 24px);
    text-align: left;
}
.detail-it-half h3{
    font-family: 'Roboto Regular' , sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.detail-it-half p,.detail-it-half ul{
    margin-top: 24px;
    font-family: 'Roboto Light' , sans-serif;
    font-size: 16px;
    /* color: rgba(255,255,255,0.7); */
    color:#ffffff;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.detail-it-half ul {
    padding-left: 1em;
}
.detail-it-half img{
    width: 100%;
    border-radius: 4px;
}
.detail-bl_tt{
    font-family: 'Roboto Regular' , sans-serif;
    font-size: 32px;
    color: #0075FF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 68px;
}

/*technology*/

.technology-grid{
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.technology-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.technology-control{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #182D78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.technology-control img{
    width: 24px;
    height: 24px;
}
.technology-control.prev{
    left: 20px;
}
.technology-control.next{
    right: 20px;
}
#technology-swiper .swiper-slide {
  width: auto;
}
.technology-box{
    border: 1px solid #182D78;
    border-radius: 5px;
}
.technology-box .technology_img{
    width: 100%;
    height: auto;
}
.technology-caption{
    padding: 24px 16px;
}
.technology-caption h3{
    font-family: 'Roboto Bold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.technology-description{
    font-size: 16px;
    line-height: 24px;
    color: #B2B2B2;
    overflow: hidden;
}

.technology-description .p{
    font-family: 'Roboto Light', sans-serif;
    font-weight: lighter;
    color:rgb(255,255,255);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    height: 72px;   
     /* 3 lines * line-height (24px) */
     overflow: hidden;
}
.technology-more{
    margin-top: 24px;
}
.technology-more a{
    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #0075FF;
    text-decoration: none;
    padding: 12px 0;
}
.technology-more a img.icon{
    width: 24px;
    height: auto;
    display: inline-block;
    margin-left: 8px;
}
/*news*/

.news-grid{
    margin-top: 48px;
    display: flex;
    justify-content: start;
    gap: 40px;  
}
.news-item{
    position: relative;
    width: 400px;
    display: flex;
    flex-direction: column;

}
.news-item img{
    width: 100%;
    height: auto;
    display: block;
}
.news-item .news-times{
    font-family: 'Roboto Light', sans-serif;
    padding-left:16px;
    padding-right:16px;
    color: #b2b2b2;
    margin-top: 32px;
}
.news-item .news-caption{
    font-family: 'Roboto Bold', sans-serif;
    padding-left:16px;
    padding-right:16px;
    margin-top:16px;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width:980px) {
    
    .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);
    }
    .applications-table{
        flex-direction: column;
    }
    .applications-grid{
        width: 100%;
        min-height: auto;
    }
    .applications-table{
        flex-direction: column;
        align-items: center;
    }
    .applications-grid{
        width: 100%;
        margin-top: 24px;
    }
    .applicatins-choose{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }   
    .applications-item .applications-caption{
        padding: 16px 10px;
    }
    .applications-caption h3{
        font-size: 16px;
        line-height: 24px;
    }
    .cardnav-box{
        flex-wrap: wrap;
    }
    .detail-item{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .detail-item:nth-child(2n){
        flex-direction: column-reverse;
    }
    .detail-it-half{
        width: 100%;
    }
    .news-grid{
        gap: 20px;
    }
    .news-item .news-caption{
        font-size: 14px;
        line-height: 18px;
    }
    .detail-it-half p, .detail-it-half ul{
        font-size: 14px;
        line-height: 28px;
    }
    
    .technology-grid{
        flex-direction: column;
    }
    .technology-control{
        top:auto;
        bottom: 42px;
        transform: translateY(0);
    }
    .technology-control.prev{
        left: 60px;
    }
    .technology-control.next{
        right: 60px;
    }
    .grid-footer{
        flex-direction: column;
        gap: 24px;
    }
    .grid-nav-box{
        justify-content: space-between;
        gap: 4px;
    }
    .grid-pagination{
        gap: 4px;
    }
    .grid-setpage-box{
        justify-content: center;
    }
    .grid-info-txt{
        width: 100%;
        text-align: center;
    }
    .detail-it-half h3{
        font-size: 18px;
    }
    .detail-it-half p{
        margin-top: 18px;
    }
}