.lbanner-box{
    display: none !important;
}


.web_main {
    margin-top: 5%;
}

.tech_details .tech_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 34%;
}

.tech_details .tech_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.tech_details .tech_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #005BAC;
    line-height: 22px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.tech_details .tech_info p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 2%;
}



.tech_capabilities {
    background: #191919;
    margin-top: 4%;
    padding: 5% 0;
}

.tech_capabilities .capabilities_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 59px;
}

.tech_capabilities .capabilities_info {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 28px;
    margin-top: 1%;
    margin-bottom: 2%;
}

.tech_capabilities .capabilities_wrap ul {
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.tech_capabilities .capabilities_wrap ul li {
    width: 24%;
}

.tech_capabilities .capabilities_wrap ul li .item_image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.tech_capabilities .capabilities_wrap ul li .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.tech_capabilities .capabilities_wrap ul li .item_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.tech_capabilities .capabilities_wrap ul li .item_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 4%;
}

.tech_capabilities .capabilities_wrap ul li .item_info {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 28px;
    text-align: left;
}

.tech_help {
    margin-top: 5%;
}


.tech_help .help_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 40px;
    color: #005BAC;
    line-height: 59px;
    margin-bottom: 2%;
}

.tech_help .help_content p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 2%;
}

.tech_faqs {
    margin-top: 5%;
    background: #191919;
    padding: 2% 0;
}

.tech_faqs .faqs_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 59px;
    margin-bottom: 2%;
}

.tech_faqs .faqList .list {
    width: 100%;
}

.tech_faqs .faqList .list li {
    margin-bottom: 16px;
    padding: 0 26px;
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
}

.tech_faqs .faqList .list li .ask {
    background-color: #fff;
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: 17px 0;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E5;

}

.tech_faqs .faqList .list li .ask::before {
    flex-shrink: 0;
    width: 31px;
    padding-bottom: 31px;
    background: url(../img/other/faqs.png) no-repeat center/cover;
    display: inline-block;
    content: ' ';
    margin-right: 40px;
}

.tech_faqs .faqList .list li .answer {
    font-size: 16px;
    color: #666666;
    margin: 18px 0;
    margin-left: 20px;
    padding: 0 23px;
    display: none;
    border-left: 4px solid #005BAC;
}

.tech_pdfs {
    margin-top: 5%;
}

.tech_pdfs .pdfs_wrap {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.tech_pdfs .pdfs_wrap .pdf_img {
    width: 47%;
    position: relative;
    height: 448px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}
@media (max-width:1312px) {
    .tech_pdfs .pdfs_wrap .pdf_img{
        height: 542px;
    }
}
.tech_pdfs .pdfs_wrap .pdf_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.tech_pdfs .pdfs_wrap .pdf_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.tech_pdfs .pdfList {
    width: 50%;
}

.tech_pdfs .pdfList .list li {
    background: #F5F5F5;
    padding: 30px 60px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}

.tech_pdfs .pdfList .list li .pdf_name::before {
    flex-shrink: 0;
    width: 40px;
    padding-bottom: 40px;
    background: url(../img/other/pdf-hei.png) no-repeat center/cover;
    display: inline-block;
    content: ' ';
    margin-right: 10px;
}

.tech_pdfs .pdfList .list li .pdf_name {

    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    text-transform: none;
    position: relative;
    cursor: pointer;
}

.tech_pdfs .pdfList .list li .down {
    display: inline-block;
    width: 25px;
    height: 27px;
    background-image: url(../img/other/down-hei.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media (max-width:1400px) {
    .tech_pdfs .pdfList .list li{
        padding: 30px;
    }
    .tech_pdfs .pdfList .list li .down{
        margin-left: 15px;
    }
}

.tech_pdfs .pdfList .list li .look {
    display: inline-block;
    width: 30px;
    height: 24px;
    background-image: url(../img/other/look-lan.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
}

.tech_pdfs .pdfList .list li:hover {
    background-color: #005BAC;
}

.tech_pdfs .pdfList .list li:hover .pdf_name::before {
    background: url(../img/other/pdf.png) no-repeat center/cover;
}

.tech_pdfs .pdfList .list li:hover .pdf_name {
    color: #FFFFFF;
}

.tech_pdfs .pdfList .list li:hover .down {
    background-image: url(../img/other/down.png);
}


.tech_pdfs .pdfList .list li:hover .look {
    background-image: url(../img/other/look.png);
}

.tech_partner {
    margin-top: 5%;
}

.tech_partner .partner_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 40px;
    color: #005BAC;
    line-height: 59px;
    margin-bottom: 2%;
}

.tech_partner .partner_wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.tech_partner .partner_wrap .partner_item {
    width: 48%;
    position: relative;
}

.tech_partner .partner_wrap .partner_item .partner_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 57%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.tech_partner .partner_wrap .partner_item .partner_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.tech_partner .partner_wrap .partner_item .partner_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.tech_partner .partner_wrap .partner_item .partner_info {
    position: absolute;
    bottom: 0;
    left: 7.5%;
    width: 85%;
    margin: 0 auto;
    padding: 25px 40px;
    background: #F5F5F5;
}

.tech_partner .partner_wrap .partner_item .partner_info p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    height: 240px;
    overflow-y: auto;
}

.tech_partner .partner_wrap .partner_item .Placeholder {
    position: relative;
    width: 100%;
    height: 200px;
}