/* TV Menu */ .main .tv { position: absolute; top: 1080px; left: 0px; width: 1920px; height: 1080px; background: url(tv:); } .main .tv .bg { position: absolute; top: 0px; left: 0%; width: 100%; height: 100%; padding: 0px; background: url(tv:); overflow: hidden; display: none; } .main .tv .bg div#lst_tvCtgbg { width: 100%; height: 100%; margin: 0; padding: 0; } .main .tv .bg .owl-carousel .owl-stage-outer { width: 780px; height: 100%; margin: 0; padding: 0; } .main .tv .bg .owl-carousel .owl-stage-outer .owl-stage { width: 100%; height: 100%; margin: 0; padding: 0; } .main .tv .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item .item { position: absolute; top: 116px; /* left: 80px; width: 1840px; */ height: 844px; margin: 20px 20px 20px 20px; padding: 5px 20px 5px 20px; background-color: rgba(0, 0, 0, 0.4); filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1)); border: solid rgb(137, 139, 129); border-radius: 10px; /* background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(120, 120, 120, 0.7) 70%, rgba(0, 0, 0, 0.7) 85%); */ overflow: hidden; } .main .tv .bg .owl-carousel .owl-stage-outer .item #tvctg_title { line-height: 100px; padding: 0; margin: 0 0 10px 0; font-size: 80px; color: rgb(235, 235, 235); white-space: nowrap; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist { max-width: 680px; height: 640px; font-size: 32px; overflow: hidden; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame { height: 110px; margin: 10px 0 10px 0; z-index: 1; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame .tvch_epg { float: left; margin: 0 0 0 186px; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame.focused .tvch_epg { margin: 0 0 0 210px; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_epg_title { font-size: 32px; width: 468px; color: rgb(255, 255, 255); border-bottom: solid; border-bottom-color: rgba(94, 90, 86, 0.8); white-space: nowrap; display: block; overflow: hidden; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame.focused #tvch_epg_title { border-bottom-color: rgb(181, 218, 16); color: rgb(181, 218, 16); font-size: 40px; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_epg_title::before { content: attr(ch_num); font-size: 32px; text-align: left; margin: 20px 10px 0 0; padding: 0 5px 0 5px; color: rgb(10, 10, 10); background-color: rgba(210, 210, 210, 1); text-shadow: 0 0 5px rgba(68, 68, 68, 1), 0 0 20px rgba(10, 175, 230, 0); border-radius: 5px; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_epg_info { color: rgb(235, 235, 235); } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_logo { width: 176px; height: 110px; background-color: rgba(255, 255, 255, 1); border-radius: 10px; } .main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame.focused #tvch_logo { border: solid rgb(181, 218, 16); transform: scale(1.14); transform-origin: 2% 48%; z-index: 2; } .main .tv .bg .owl-carousel .owl-stage-outer .item #tvctg_arrow_up { width: 30px; height: 30px; margin: 10px 0 0 70px; transform: rotate(-45deg) skew(15deg, 15deg); border-top: 5px #fff solid; border-right: 5px #fff solid; } .main .tv .bg .owl-carousel .owl-stage-outer .item #tvctg_arrow_down { width: 30px; height: 30px; margin: 10px 0 0 70px; transform: rotate(135deg) skew(15deg, 15deg); border-top: 5px #fff solid; border-right: 5px #fff solid; }