.tvmultibanner .slick-active {
    transition: transform 0.3s ease;
}

@media (max-width: 1280px) {
    .tvmultibanner .slick-slide {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .tvmultibanner .slick-slide {
        margin-right: 25px;
    }

    .slick-prev{
        left: 27px;

    }
    
    .slick-next{
        right: 60px;
    }
}

@media (max-width: 575px) {
    .tvmultibanner .slick-active {
        transform: scale(1.1); 
    }
    .tvmultibanner .slick-slide {
        margin: 50px 15px 50px;
    } 
    .slick-prev{
        left: 13px;
    }
    
    .slick-next{
        right: 33px;
    }
}

.tvmultibanner .slick-next:before {
    content: '\e5cc';
    font-family: 'Material Icons';
    color: #000;
    font-size: 40px;
}

.tvmultibanner .slick-prev:before {
    content: '\e5cb';
    font-family: 'Material Icons';
    color: #000;
    font-size: 40px;
}

.tvmultibanner .item {
    height: 400px;
    overflow: hidden; 
}

.tvmultibanner {
    display: flex;
}

/* .tvmultibanner .item {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
} */


.tvcmsmultibanners .tvmultibanner-2 {
    padding-top: unset !important;
    padding-bottom: unset !important;
}


.tvcmsmultibanners {
    position: relative;
}

.tvmultibanner-part1,
.tvmultibanner-part2 {
    padding: 0;
    text-align: center;
}

.tvcmsmultibanners {
    /* margin: 0 -15px 30px -15px; */
    text-align: center;
}

.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3 {
    display: inline-block;
    vertical-align: middle;
    /*padding: 0 7.5px;*/
    position: relative;
}

.tvcmsmultibanners {
    margin-bottom: 80px;
}

.tvcmsmultibanners .tvmultibanner-2 {
    /*margin-bottom: 30px;*/
}

.tvmultibanner-wrapper_inner {
    margin: 0 -15px;
}

.tvcmsmultibanners .tvmultibanner-1 {
    /* padding-left: 15px */
}

.tvcmsmultibanners .tvmultibanner-3 {
    /* padding-right: 15px */
}

/*.tvcmsmultibanners .tvbanner-hover-wrapper{
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}*/
.tvbanner-hover-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
    height: 100%;
}

.none.tvmultibanner-content {
    display: none;
}

.tvbanner-hover-wrapper:after {
    position: absolute;
    content: "";
    width: 50px;
    -webkit-transform: skewX(-50deg);
    -moz-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    bottom: 0%;
    left: -180%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}

.tvbanner-hover-wrapper:hover:after {
    left: 300%;
    -webkit-transition: all 1.1s ease 0.1s;
    -o-transition: all 1.1s ease 0.1s;
    transition: all 1.1s ease 0.1s;
}

.tvmultibanner-content.left {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 9%;
    text-align: left;
}

.tvmultibanner-content.top-left {
    top: 6%;
    left: 16%;
    position: absolute;
    /* z-index: 3; */
    width: 70%;
    height: max-content;
    text-align: left;
}

.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 9%;
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    text-align: left;
}

/*Right Align*/

.tvmultibanner-content.right {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 9%;
    text-align: center;
}

.tvmultibanner-content.top-right {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 10%;
    right: 9%;
    text-align: center;
}

.tvmultibanner-content.bottom-right {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    bottom: 10%;
    right: 9%;
    text-align: center;
}

/*Center Align*/

.tvmultibanner-content.center {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    margin: auto;
    left: 0;
    text-align: center;
}

.tvmultibanner-content.top-center {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 10%;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
}

.tvmultibanner-content.bottom-center {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    margin: auto;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvmultibanner-content h4 {
    font-size: 76px;
    line-height: 76px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.tvmultibanner1-wrapper .tvmultibanner-content h2,
.tvmultibanner3-wrapper .tvmultibanner-content h2,
.tvmultibanner2-wrapper .tvmultibanner-content h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    text-transform: uppercase;
    line-height: normal;
}

.tvmultibanner1-wrapper .tvmultibanner-content h4 {
    color: #ffc800;
}

.tvmultibanner2-wrapper .tvmultibanner-content h4 {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
}

.tvmultibanner2-wrapper .tvmultibanner-content.top-left {
    left: 12%;
    top: 6%;
}

.tvmultibanner3-wrapper .tvmultibanner-content h4 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}

.tvmultibanner3-wrapper .tvmultibanner-content.top-left {
    top: 6%;
    left: 15%;
}

.tvmultibanner-content h4:after {
    /*content: '';*/
    position: absolute;
    background-color: #d21717;
    height: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.tvmultibanner-content h2 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
}

.tvmultibanner2-wrapper .tvmultibanner-content p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
}

.tvmultibanner-content .tvall-inner-btn {
    background-color: #E30606;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.tvmultibanner-content .tvall-inner-btn:hover {
    border-radius: 20px;
}

.tvmultibanner-content .tvmultibanner-btn {
    /*font-size: 14px;
    color: #222222;
    font-weight: 500;
    border: 1px solid #333333;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 5px 18px;
    cursor: pointer;
    line-height: 19px;
    display: inline-block;*/
}

.tvmultibanner-content .tvmultibanner-btn:hover {
    /*background-color: #333333;*/
    /*color: #ffffff;*/
}

.tvmultibanner-content .tvmultibanner-btn:hover a {
    /*color: #ffffff;*/
}

/****************************** mobile tvcmsmultibanner1 *****************************************/
@media(max-width: 1199px) {
    .tvcmsleftsideofferbanners-one .tvbanner-hover-wrapper:after {
        display: none;
    }

    .tvcmsmultibanners {
        /* margin: 0 -7.5px 50px -7.5px; */
    }
}

@media(max-width: 991px) {
    .tvmultibanner-content h4 {
        font-size: 65px;
        line-height: 65px;
    }

    .tvmultibanner-content h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .tvbanner-hover-wrapper:after {
        /*display: none;*/
    }

    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
}

@media (max-width: 850px) {
    .tvmultibanner-content h4 {
        font-size: 50px;
        line-height: 50px;
    }

    .tvmultibanner-content h2 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .tvmultibanner2-wrapper .tvmultibanner-content h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .tvmultibanner2-wrapper .tvmultibanner-content h2 {
        font-size: 22px;
        line-height: 22px;
    }

    .tvmultibanner2-wrapper .tvmultibanner-content p {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .tvmultibanner3-wrapper .tvmultibanner-content h2 {
        font-size: 35px;
        /* line-height: 35px; */
    }

    .tvmultibanner3-wrapper .tvmultibanner-content h4 {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }

    .tvmultibanner-content.top-left {
        left: 10%;
    }

    .tvmultibanner3-wrapper .tvmultibanner-content.top-left {
        left: 10%;
    }

    .tvmultibanner1-wrapper .tvmultibanner-content h2,
    .tvmultibanner3-wrapper .tvmultibanner-content h2,
    .tvmultibanner2-wrapper .tvmultibanner-content h2 {
        font-size: 18px;
    }

    .tvmultibanner-content .tvall-inner-btn {
        padding: 12px 15px;
    }
}

@media (max-width: 768px) {

    .tvmultibanner-1 .tvmultibanner-content.top-left,
    .tvmultibanner-3 .tvmultibanner-content.top-left {
        /* text-align: center; */
    }

    .tvmultibanner1-wrapper .tvmultibanner-content h2,
    .tvmultibanner3-wrapper .tvmultibanner-content h2,
    .tvmultibanner2-wrapper .tvmultibanner-content h2 {
        font-size: 15px;
    }
}

@media(max-width: 575px) {
    .tvcmsmultibanners .container {
        padding: 0 !important;
    }
    .tvbanner-hover-wrapper:hover{
        
    } 

    .tvcmsmultibanners .tvbanner-hover-wrapper {
        /*margin-bottom: 15px;*/
    }

    .tvmultibanner3-wrapper .tvbanner-hover-wrapper {
        margin-bottom: 0;
    }

    .tvmultibanner2-wrapper .tvmultibanner-content h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .tvmultibanner2-wrapper .tvmultibanner-content h4 {
        font-size: 34px;
        line-height: 34px;
    }

    .tvcmsmultibanners .tvmultibanner {
        flex-direction: column;
        padding: 0 !important;
    }

    .tvmultibanner1-wrapper .tvmultibanner-content h2,
    .tvmultibanner3-wrapper .tvmultibanner-content h2,
    .tvmultibanner2-wrapper .tvmultibanner-content h2 {
        font-size: 18px;
    }
}

@media (max-width: 1440px) and (min-width: 700px) {
    .tvmultibanner-content h4 {
        font-size: calc(16px + (74 - 16) * ((100vw - 280px) / (1920 - 280)));
    }
}