.ellip {
    display: block;
    height: 100%;
  }
  
.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}

.mt-tv-land {
    overflow-x: hidden;
}

.mt-tv-land button.btn {
    box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
    transition: 0.3s all;
    outline: 0 !important;
    font-size: 18px;
    font-family: "Nunito Sans";
    padding: 12px 50px;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-tv-land button.white {
    color: #df3d58;
    background-color: white;
}

.mt-tv-land button.red {
    color: white;
    background-color: #df3d58;
}

.mt-tv-land button.blue {
    color: white;
    background-color: #187ae5;
}

.mt-tv-land button.blue-outline {
    background-color: white;
    color: #187ae5;
    border: 3px solid #187ae5;
    padding: 10px 50px;
}

.mt-tv-land button > div {
    position: relative;
}

.mt-tv-land button img {
    margin-right: 15px;
}

.mt-tv-land button span {
    transition: opacity 0.3s linear;
}

.mt-tv-land button span.price {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0%;
    overflow: hidden;
    text-align: center;
}

.mt-tv-land button:hover span.initial_label {
    opacity: 0;
    position: absolute;
    width: 0;
    overflow: hidden;
}

.mt-tv-land button:hover span.price {
    opacity: 1;
    position: relative;
    width: 100%;
}

.mt-tv-land button.btn:hover {
    transform: translateY(-2px);
}

.mt-tv-land .text-white {
    color: white !important;
}

.mt-tv-land .mt-40 {
    margin-top: 40px;
}

.mt-tv-land .mb-40 {
    margin-bottom: 40px;
}

.mt-tv-land .mt-30 {
    margin-top: 30px;
}

.top-carousel .live-info {
    margin-top: 20%;
}

.top-carousel .click-to-view {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
}

.featured-description {
    overflow: hidden;
    position: relative;
    line-height: 1.44em;
    max-height: 2.88em;
    text-align: justify;
    padding-right: 1em;
}

.mt-tv-land .mb-30 {
    margin-bottom: 30px;
}

.mt-tv-land .mt-20 {
    margin-top: 20px;
}

.mt-tv-land .mb-20 {
    margin-bottom: 20px;
}

.mt-tv-land .top-carousel {
    position: relative;
    z-index: 3;
    color: white !important;
    margin-top: 0px;
}

.mt-tv-land .top-carousel .item {
    position: relative;
    margin: 0;
}

.mt-tv-land .top-carousel .item .content{
    cursor: pointer;
    padding: 100px 90px 60px 90px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.4) 76%, rgba(0, 0, 0, 0.6));
}

.mt-tv-land .content.white section {
    padding: 0 50px;
}

.item .live-info a {
    text-decoration: none !important;
}

.mt-tv-land .top-carousel .item img.stream_thumbnail, img.featured_mobile_stream_thumbnail {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-tv-land .live-badge {
    width: fit-content;
    padding: 4px 17px;
    border-radius: 6.2px;
    text-align: center;
    background-color: #df3d58;
    font-family: "Nunito Sans";
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: bold;
}


.mt-tv-land .top-carousel .item .live-info h2 {
    font-size: 40px;
    font-family: "Roboto Slab";
    margin-top: 0;
    margin-right: 20px;
}

.mt-tv-land .top-carousel .item .live-info .info i {
    margin-right: 12px;
}

.mt-tv-land .top-carousel .item .live-info .d-flex {
    display: flex;
    align-items: flex-start;
}

.mt-tv-land .top-carousel .item .live-info .d-flex p{
    margin-right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 220px;
}

.mt-tv-land .top-carousel .item .live-info .info {
    font-size: 18px;
    font-family: "Nunito Sans";
}

.mt-tv-land .top-carousel .item .live-info button {
    font-size: 18px;
    font-family: "Nunito Sans";
    padding: 12px 35px;
    background-color: white;
    margin-top: 0;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-tv-land .top-carousel .item .live-info button .ticket-icon {
    width: 17px !important;
    height: 26px !important; 
    margin-right: 15px;
}

.mt-tv-land .content {
    padding: 10px 20px 0px 20px;
}

.mt-tv-land .content.dark {
    background-image: url(../images/tv/tv_cloud1.png);
    background-size: 2000px auto;
    background-position: -7px 360px;
    background-repeat: no-repeat;
    position: relative;
}

.mt-tv-land .content.dark.search {
    background-position: 0 80px !important;
    min-height: 500px;
    margin-bottom: -480px;
}

.mt-tv-land .content.search h3 {
    z-index: 2;
    position: relative;
    color: white;
}

.mt-tv-land .content .dark-bg {
    background-color: #001c35;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mt-tv-land .content.white {
    background-image: url(../images/tv/tv_cloud2.png);
    background-size: 2000px auto;
    background-position: -7px -50px;
    background-repeat: no-repeat;
    position: relative;
}

.mt-tv-land .top-carousel .item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt-tv-land .live-recent .item > img {
    width: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
    height: 250px;
    object-fit: cover;
    max-height: 250px;
}

.mt-tv-land .carousel-section {
    padding: 50px 50px 0px 50px;
}

.mt-tv-land .carousel-section h3 {
    font-size: 35px;
    font-family: "Roboto Slab";
    margin-left: 50px;
}

.mt-tv-land .live-recent {
    padding: 0 30px;
}

.mt-tv-land .live-recent .item{
    border-radius: 20px;
    background-color: white;
    outline: 0 !important;
    text-align: center;
    position: relative;
    margin: 30px 20px;
}

.mt-tv-land .live-recent .item img.stream_thumbnail {
    width: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
    height: 220px;
    object-fit: cover;
    max-height: 250px;
}

.mt-tv-land .live-recent .item .live-badge {
    color: white;
    position: absolute;
    left: calc(100%/2 - 33px);
    top: -20px;
    z-index: 2;
    min-width: 76px;
}

.mt-tv-land .live-recent .item .live-info {
    position: relative;
    padding: 20px;
    font-size: 16px;
    font-family: "Nunito Sans";
    white-space: nowrap;
}

.mt-tv-land .text-blue {
    color: #0777e9;
}

.mt-tv-land .live-info .info.artist {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt-tv-land .live-recent .item .live-info i {
    margin-right: 15px;
}

.mt-tv-land .live-recent .item .live-info h5 {
    font-size: 24px !important;
    color: black;
    font-family: "Nunito Sans";
    font-weight: bold;
    white-space: pre-line;
    overflow: hidden;
    min-height: 54px;
    max-height: 54px;
}

.mt-tv-land .live-recent .item .live-info button {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin: 40px auto 10px auto;
    font-weight: 500 !important;
    min-width: 150px;
}

.mt-tv-land .slick-arrow {
    box-shadow: none !important;
}

.mt-tv-land .top-carousel .slick-arrow {
    z-index: 9;
    top: 40%;
}

.mt-tv-land .top-carousel .slick-prev {
    left: -80px;
}

.mt-tv-land .top-carousel .slick-next {
    right: 50px;
}

.mt-tv-land .top-carousel .slick-next,
.mt-tv-land .top-carousel .slick-prev { 
    opacity: 0;
    transition: 0.3s all;
}

.mt-tv-land .top-carousel:hover .slick-next,
.mt-tv-land .top-carousel:hover .slick-prev {
    opacity: 1;
}

.mt-tv-land .top-carousel .slick-prev:before,
.mt-tv-land .top-carousel .slick-next:before {
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    border: 2px solid white;
    background-size: 10%;
    background-image: url('../images/slider-left.png');
    background-position: 70% center;
    background-color: #bebebe4d;
    transform: rotate(360deg);
}

.mt-tv-land .top-carousel .slick-next:before {
    transform: rotateY(180deg);
}

.mt-tv-land .live-recent .slick-prev:before {
    background-image: url('../images/slider-left.png');
    background-size: contain;
    display: inline-block;
    border: 2px solid white;
    background-size: 30% auto;
    background-position: 45% center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 55px; 
    height: 55px;
    content:"";
    transform: rotate(360deg);
} 

.mt-tv-land .live-recent.upcoming .slick-prev:before,
.mt-tv-land .live-recent.purchased .slick-prev:before {
    border: 2px solid #187ae5;
    background-image: url('../images/slider-blue-left.png');
    transform: rotate(360deg);
}

.mt-tv-land .live-recent.upcoming .slick-next:before,
.mt-tv-land .live-recent.purchased .slick-next:before {
    border: 2px solid #187ae5;
    background-image: url('../images/slider-blue-left.png');
}

.mt-tv-land .live-recent .slick-next {
    right: -10px;
    top: 40%;
}

.mt-tv-land .live-recent .slick-prev {
    left: -45px;
    top: 40%;
}

.mt-tv-land .live-recent.upcoming .slick-next,
.mt-tv-land .live-recent.upcoming .slick-prev {
    top: 40%;
}

.mt-tv-land .live-recent.upcoming.purchased .slick-next,
.mt-tv-land .live-recent.upcoming.purchased .slick-prev {
    top: 40%;
}

.mt-tv-land .live-recent .slick-next:before {
    background-image: url('../images/slider-left.png');
    background-size: contain;
    display: inline-block;
    width: 55px; 
    height: 55px;
    border: 2px solid white;
    transform: rotateY(180deg);
    background-size: 30% auto;
    background-position: 45% center;
    border-radius: 50%;
    background-repeat: no-repeat;
    content:"";
}

.mt-tv-land .live-recent.upcoming .slick-next:before {
    border: 2px solid #187ae5;
}

.mt-tv-land .upcoming .item {
    box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
    margin-bottom: 50px;
}

.mt-tv-land .purchased .item > img,
.mt-tv-land .upcoming .item > img{
    border-radius: 12px !important;
    margin: 15px;
    width: calc(100% - 30px);
    height: 170px !important;
}

.mt-tv-land .item .divider {
    border-top: solid 0.5px #212121;
    opacity: 0.5;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    margin-bottom: 30px;
}

.mt-tv-land .purchased .item .live-info h5,
.mt-tv-land .upcoming .item .live-info h5 {
    margin-top: 0;
    font-size: 20px !important;
    min-height: 45px;
    max-height: 45px;
}

.mt-tv-land .upcoming .item .live-info button {
    margin-bottom: -48px;
}

.mt-tv-land .flag-icon {
    width: 18px;
    border-radius: 50%;
    background-size: cover;
}

.mt-tv-land .live-recent .item .flag-icon,
.mt-tv-land .upcoming .item .flag-icon{
    width: 16px;
    height: 15px;
}

.mt-tv-land .live-recent .slick-track {
    padding-bottom: 20px;
}
.mt-tv-land section.purchased {
    padding-top: 0 !important;
}

.mt-tv-land section.purchased .slick-list {
    box-shadow: inset 10px 10px 15px rgba(0,0,0,0.1);
    background-image: linear-gradient(to bottom, rgba(72, 131, 255, 0.06) 0%, rgba(100, 158, 221, 0.02) 100%);
    border-radius: 24px;
}

.mt-tv-land section.purchased .item {
    background-color: transparent !important;
    box-shadow: none !important;
}

.mt-tv-land .live-recent.search .item {
    margin: 0 auto 80px auto;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
}

.mt-tv-land .live-recent.search .item > img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.mt-tv-land .pagination-list {
    text-align: center;
}

.mt-tv-land .pagination-list a {
    border: none;
    font-size: 20px;
}

.mt-tv-land .pagination-list .page-item.last,
.mt-tv-land .pagination-list .page-item.first {
    display: none;
}

.mt-tv-land .pagination-list .page-item.active a {
    background: none;
    color: black;
}

.mt-tv-land .pagination-list .page-item.prev a,
.mt-tv-land .pagination-list .page-item.next a{
    font-family: monospace;
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin: 0 40px;
}

.mt-tv-land .pagination-list .pagination>.disabled>a {
    opacity: 0.5;
}

.mt-tv-land .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mt-tv-land .top-carousel .slick-dots {
    bottom: 20px;
    text-align: left;
    padding-left: 85px;
}

.mt-tv-land .top-carousel .slick-dots li.slick-active {
    background-color: #df3d58;
    opacity: 1;
}

.mt-tv-land .top-carousel .slick-dots li button:before {
    content: '';
}

.mt-tv-land .top-carousel .slick-dots li {
    width: 50px;
    height: 2px;
    background-color: white;
    opacity: 0.35;
}

.mt-tv-land .md-hidden {
    display: block;
}
.mt-tv-land .lg-hidden {
    display: none;
}
.mt-tv-land .d-md-flex {
    margin-bottom: 13px;
}

@media only screen and (max-width: 1300px) {
    .mt-tv-land .carousel-section.search {
        padding: 50px 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    .mt-tv-land .d-flex {
        display: block !important;
    }
    .mt-tv-land .d-md-flex {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .mt-tv-land .md-hidden {
        display: none;
    }
    .mt-tv-land .lg-hidden {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mt-tv-land .carousel-section.search .item {
        width: 100%;
        max-width: 100%;
        display: flex;
    }

    .mt-tv-land .carousel-section.search .item > a,
    .mt-tv-land .carousel-section.search .item > div {
        width: 50%;
        max-height: 282px !important;
    }

    .mt-tv-land .carousel-section.search .item > a img {
        max-height: 282px !important;
        height: 100%;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
    }

    .mt-tv-land .carousel-section.search .item > img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        height: auto;
        width: 50%;
        max-height: 100%;
    }

    .mt-tv-land .content.dark,
    .mt-tv-land .content.white,
    .mt-tv-land .content.purchased {
        padding: 30px 0;
    }

    .mt-tv-land .live-recent .item .live-info button {
        font-size: 20px;
        padding: 10px 36px;
        min-width: 180px;
    }

    .mt-tv-land section.purchased .slick-list {
        border-radius: 0;
    }

    .mt-tv-land .live-recent.search .item .live-info h5 {
        margin-top: 3px;
    }

    .mt-tv-land .carousel-section {
        padding: 0 !important;
    }

    .mt-tv-land .live-recent,
    .mt-tv-land .slick-list {
        padding: 0;
    }

    .mt-tv-land .carousel-section h3 {
        margin-left: 60px;
    }

    .mt-tv-land .carousel-section.search h3 {
        margin-left: 0px;
    }

    .mt-tv-land .live-recent .item {
        max-width: 400px;
    }
    .mt-tv-land .upcoming .item {
        max-width: 350px;
    }

    .mt-tv-land .live-recent.search .item {
        margin-bottom: 30px;
    }
}


@media only screen and (min-width: 2000px) {
    .mt-tv-land .content.dark,
    .mt-tv-land .content.white {
        background-size: 103% 100%;
    } 
}

@media only screen and (max-width: 768px) { 
    .mt-tv-land .top-carousel .item .content {
        padding: 150px 50px 80px 50px ;
    }

    .mt-tv-land .top-carousel .slick-dots {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 560px) { 
    .mt-tv-land .top-carousel .item .content {
        padding: 150px 20px 80px 20px;
    }

    .mt-tv-land .top-carousel .slick-dots {
        padding-left: 15px;
    }

    .mt-tv-land .content.dark.search {
        margin-bottom: -450px;
    }
    .mt-tv-land .content {
        padding: 0px;
    }
    .mt-tv-land .carousel-section.search {
        padding: 30px 20px !important;
    }
    .mt-tv-land .live-recent .item {
        max-width: 350px;
    }
    .mt-tv-land .upcoming .item {
        max-width: 300px;
    }
    .mt-tv-land .carousel-section.search h3 {
        color: white;
        font-weight: 500 !important;
        margin-left: 0;
    }
    .mt-tv-land .upcoming .slick-track {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 520px) { 
    .mt-tv-land .top-carousel .item .live-info h2 {
        font-size: 25px;
        font-weight: bold;
    }

    .mt-tv-land .live-recent .item .live-info button,
    .mt-tv-land .upcomingt .item .live-info button,
    .mt-tv-land .top-carousel .item .live-info button {
        font-size: 18px;
        padding: 10px 36px;
        min-width: 150px;
    }

    .mt-tv-land .carousel-section.search .live-info * {
        font-size: 16px;
    }

    .mt-tv-land .carousel-section.search .live-info i {
        width: 16px !important;
    }

    .mt-tv-land button.blue-outline {
        padding: 7px 36px;
    }

    .mt-tv-land .live-badge {
        font-size: 20px;
    }

    .mt-tv-land .top-carousel .item .live-info .info {
        font-size: 20px;
    }

    .mt-tv-land .flag-icon {
        width: 20px;
    }

    .mt-tv-land .carousel-section h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .mt-tv-land .live-recent .item {
        max-width: 300px;
    }
    .mt-tv-land .upcoming .item {
        max-width: 250px;
    }
}

@media only screen and (max-width: 470px) { 
    .mt-tv-land .upcoming .item,
    .mt-tv-land .live-recent .item {
        margin: 30px 10px;
    }

    .mt-tv-land .carousel-section.search .item > img {
        max-height: 192px !important;
    }

    .mt-tv-land .carousel-section.search .live-info * {
        font-size: 12px !important;
    }

    .mt-tv-land .carousel-section.search .live-info i {
        width: 12px !important;
    }

    .mt-tv-land .carousel-section.search .live-info h5 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 14px !important;
        min-height: 28px;
        max-height: 28px;
    }

    .mt-tv-land .carousel-section.search .live-info button {
        min-width: 0px;
        padding-right: 15px !important;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px !important;
        margin-bottom: 0;
        margin-top: 20px;
    }
}

.mt-tv-carousel-info p, 
.mt-tv-carousel-info h2 {
    color: white;
}

