#vod-summary-content-container, #series-summary-contents-container{
    font-size: 0;
    color: #FFFCDF;
    height: 100%;
    position: relative;
}
.vod-series-background-img{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vod-series-background-img-overlay{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.65);
}
.vod-series-summary-page-contents-container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 70px 50px;
    padding-bottom: 30px;
}
#series-summary-page .vod-series-summary-page-contents-container {
    padding-bottom: 0;
}
#vod-summary-action-container {
    margin-top: 30px;
}
.vod-series-summary-image-wrapper{
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    padding: 5px;
}
#series-rating-container {
    display: inline-block;
    vertical-align: middle;
}


#episodes-part {
    white-space: nowrap;
    position: relative;
}
#episode-part-title {
    color: #f9b315;
    font-size: 40px;
    margin-bottom: 10px;
}
.episode-arrow-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
}
.episode-arrow-icon.left {
    left: 415px;
}
.episode-arrow-icon.right {
    right: 10px;
}
#episode-items-container{
    overflow-y: scroll;
    position: relative;
    height: 355px;
    margin-top: 5px;
}

#select-season-btn {
    font-size: 35px;
    color: #ccc;
    background: #07306b;
    padding: 12px 25px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 400px;
    padding-right: 60px;
    position: relative;
}
#select-season-btn.active{
    background: #f9b315;
    color: #111;
}
#select-season-btn i{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#current-season-name {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
#season-episodes-part {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
#season-items-container {
    position: relative;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}
.season-item-container {
    font-size: 27px;
    padding: 7px 18px;
    border-radius: 5px;
    background: rgba(177, 0, 0, 0.71);
    color: #FFFCDF;
    border:4px solid transparent;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
}
.season-item-container.active{
    border-color: #fff;
    color: #fff;
}
.episode-item-wrapper {
    font-size: 30px;
    color: #FFFCDF;
    white-space: nowrap;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(144, 4, 18, 0.77);
    margin-bottom: 5px;
    border-radius: 5px;
    position:relative;
    border:4px solid transparent;
    transition: all 0.2s;
}
.episode-item-wrapper.active{
    border-color: #fff;
}
.episode-item-img-wrapper{
    position: relative;
    width: 282px;
    height: 165px;
    display: inline-block;
    vertical-align: top;
}
.episode-item-img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.episode-item-info-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 1500px;
    padding:5px 0;
}
.episode-item-name {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0;
}
.episode-item-post {
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.vod-series-summary-image-wrapper img{
    width: 100%;
    display: block;
    margin:0 auto;
    max-height: 550px;
    box-shadow: 0 0 10px rgba(23, 22, 22, 0.14);
    border-radius: 20px;
}
.vod-summary-information-container {
    display: inline-block;
    vertical-align: top;
    padding-left:50px;
    position: relative;
    width: 80%;
}




.vod-summary-item {
    font-size: 28px;
    white-space: nowrap;
    text-align: justify;
}
.vod-summary-item-label {
    font-weight: normal;
    margin-right: 25px;
    font-size: 28px;
}
span.vod-summary-item-label {
    display: inline-block;
    vertical-align: middle;
}
.vod-summary-item-text{
    font-weight: normal;
    white-space: normal;
}
span.vod-summary-item-text {
    display: inline-block;
    vertical-align: middle;
}
#vod-summary-name, #series-summary-name {
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    color: #FFFCDF;
    padding-right: 450px;
}
#vod-rating-container, #series-rating-container {
    position: absolute;
    right: 0;
    top: 30px;
    transform: translateY(-50%);
}

.max-line-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.max-line-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#vod-summary-description, #series-summary-description {
    font-size: 27px;
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: lighter;
    color: #FFFCDF;
    margin-top: 20px;
}
.vod-series-general-summary {
    font-size: 28px;
    white-space: nowrap;
    text-align: justify;
}
#series-summary-description {
    -webkit-line-clamp: 5;
    margin-top: 10px;
}
#series-summary-action-container{
    margin-top:10px;
}
.vod-series-action-btn {
    font-size: 27px;
    padding: 7px 18px;
    background: rgba(177, 0, 0, 0.71);
    color: #FFFCDF;
    transition: all 0.2s;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border: 3px solid transparent;
}
.vod-series-action-btn.active {
    border-color: #fff;
    color: #fff;
}
#season-item-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    right: 0;
    background: rgba(17, 17, 17, 0.83);
    display: none;
}
#season-item-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}


#vod-summary-cast-section {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
#vod-summary-cast-section-title {
    color: #FFFCDF;
    font-size: 30px;
}
#vod-summary-cast-items-container {
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    margin-top:10px;
}
.cast-item-container {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-top: 10px;
}
.cast-item-img-wrapper {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 90px;
    border: 4px solid transparent;
    background-origin: border-box;
}
.cast-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cast-item-wrapper.active .cast-item-img-wrapper {
    border-color: #fff;
}
.cast-item-title-wrapper {
    position: relative;
    height: 70px;
}
.cast-item-title {
    color: #FFFCDF;
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: absolute;
    left:0;
    right:0;
    top:50%;
    padding:0 5px;
    transform:translateY(-50%);
    white-space: normal;
}
