#demo{
    margin-right: 16px;
}
.mainRow{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding-bottom: 16px;
}
.mainRowImg{
    width: 800px;
    height: 300px;
}

.carousel-item>img{
    height: 100%;
}

.InfoCard{
    display: flex;
    display: -webkit-flex;
    -webkit-flex: 1;
    flex: 1;
    flex-direction: column;
}

.InfoCard-title{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.InfoCard-title .nav-tabs,.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover {
    border: 0;
}
.InfoCard-title .nav-tabs .nav-link{
    transition: 0.2s;
    color: #000;
}
.InfoCard-title .nav-tabs .nav-link.active{
    background: rgb(222,28,49);
    border-radius: 0;
    color: #fff;
}
.InfoCard-title .nav-tabs .nav-item{
    margin: 0;
    border: 0;
}
.InfoCard-more{
    border: #FEA600;
    transition: 0.2s;
    display: none;
    position: absolute;
}
.InfoCard-more:hover{
    background: #FEA600;
    color: #fff;
    border-radius: 0;
}

.tab-content{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 260px;
    position: relative;
}
.tab-pane{
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex!important;
    flex-direction: column;
}
.tab-pane>div{
    display: flex;
    flex: 1;
    align-items: center;
}
.InfoCard-item-name{
    width: 70%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.bi-caret-right-fill{
    color: rgb(222,28,49);
}

.InfoCard-item{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.2s;
}
.btn:focus{
    box-shadow: none;
}
.InfoCard-item:hover{
    color: #5C8CB8;
}
#demo2 img{
    width: 442px;
    height: 200px;
}
#demo2 .carousel-item{
    font-size:0;
}

.Line{
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #d9d9d9;
}
#demo3{
    width: 100%;
}
#demo3 .carousel-item{
    font-size: 0;
}
#demo3 img{
    width: 260px;
    font-size: 0;
    height: 190px;
}
.img-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}