.category_item.layout_centered{
    border: 0px ;
}
h3.item_title {
    font-size: 12px !important;
    color: #174ea0 !important;
}
.slick-slide{
    padding: 5px;
}
.video_wrapper {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 110vh;
}
.video_wrapper video {
    object-fit: cover;
    width: 100%;
    height: 110vh;
    position: absolute;
    top: 0;
    left: 0;
}
.hero_title{
    max-width: 400px;
}
.hero_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 80px;
    
    color: #fff;
    z-index: 1;
}
.hero_title {
    font-size: 29px !important;
    line-height: 1.5 !important;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}
.hero_content p {
    font-size: 18px;
    width: 30em;
}
.hero_content a.btn {
    background-color: #1a50a1;
    color: #f9f9f9;
    padding: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.hero_content a.btn:hover {
    background-color: #333;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    .hero_text {
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 50px;
   }
    .hero_content p{
        width: 20em !important;
   }
    .hero_content{
        width: 100%;
        padding: 15px;
        // height: 70%;
   }
    .video_wrapper video{
        // height: 70vh;
   }
}
@media only screen and (orientation: landscape) {
    .hero_content p{
        width: 30em !important;
   }
}
@media only screen and (max-width: 768px) {
    .hero_text {
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 30px;
        padding-top: 25%;
   }
    .hero_content p{
        width: 20em;
   }
    .hero_content{
        width: 100%;
        padding: 15px;
   }
}
@media only screen and (max-width: 480px) {
    .hero_text {
        line-height: 1.1;
        margin-bottom: 5px;
        padding: 5px;
   }
    .hero_content p{
        width: 20em;
   }
    .hero_content{
        width: 100%;
        padding: 15px;
   }
}
@media only screen and (min-width: 1200px){
    .hero_text {
        max-width: 470px;
   }
}
.application-scenario {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card {
    width: 33.33%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff0;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.text-overlay {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    color: #174ea0;
    font-size: 18px;
    width: 70%;
    background-color: rgb(255 255 255);
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .card {
        width: 100%;
   }
}
@media (max-width: 480px) {
    .card {
        width: 100%;
   }
    .text-overlay{
        font-size: 12px !important;
   }
}
