.item .inner{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.owl-item .item a{
    position: relative;
}
.item .inner h2{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 78px;
    color: #111111;
}
.item .inner p{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    letter-spacing: 10px;
    line-height: 49px;
    margin-bottom: 26px;
}
.btn{
    padding: 10px 40px;
    background: #F26529;
    width: fit-content;
    color: #FFFFFF;
}
.product{
    background: #F1F3F7;
     padding: 100px 0 ;
}
.tab .list_Item{
    flex: 1;
    flex-direction: column;
    background: #FFFFFF;
    padding-bottom: 40px;
}
.tab{
    gap: 20px;
}
.tab .list_Item p:nth-child(2){
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 40px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 15px;
    
}
.tab .list_Item p{
    width: 100%;
    padding: 0 40px;
}
.tab .list_Item p:nth-child(3){
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    text-align: left;
    
}
.tab .list_Item .list_header{
    position: relative;
    width: 100%;
    padding: 0 40px;
    
}
.tab .list_Item .list_header img{
    width: 100%;
    height: auto;
    z-index: 10;
    position: inherit;
    transition: all 0.3s;
}
.tab .list_Item .list_header:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 115px;
    background: #F26529;
    z-index: 0;
}
.tab-normal h2{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 48px;
    color: #111111;
    margin-bottom: 50px;
}

.list_header{
    border-top: 3px solid #F26529;
}

/*Discover_Item*/
.Discover{
    border-top: 1px solid #A7B1C5;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.Discover .Discover_Item{
    width: 100px;
    transition: all 0.3s;
    overflow: hidden;
    cursor: pointer;
}
.Discover .active{
    flex: 1;
}
.Discover .Discover_Item .Item_Line{
    width: 90%;
    height: 6px;
    background: #F1F3F7;
    transition: all 0.3s;
}
.Discover .Discover_Item .Item_Icon{
    margin-top: 38px;
}
.Discover .Discover_Item .Item_Icon .sel{
    display: none;
}
.Discover .Discover_Item.Item_Icon .nor{
    display: block;
    
}
.Discover .Discover_Item h3{
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 20px 0;
}
.Discover .Discover_Item p{
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    margin-bottom: 26px;
    width: 240px;
    visibility: hidden;
}
.Discover .Discover_Item .btn{
    visibility: hidden;
}
.Discover .active .Item_Line{
    background: #F26529;
}
.Discover .active  .Item_Icon .sel{
    display: block;
}
.Discover .active  .Item_Icon .nor{
    display: none;
}
.Discover .active p{
    visibility: visible;
}
.Discover .active .btn{
    visibility: visible;
}
.owl-next:hover,.owl-prev:hover{
    background: #F26529 !important;
}
.owl-next:hover i,.owl-prev:hover i{
    color: #FFFFFF;
}




