h1,h2,h3,p {margin:0;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
   outline: none;
}

.hidden{
    display:none;
}
.blue{
    color:#3f8ecc !important;
}


/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


/* #Helper classes
================================================== */
a {
    text-decoration: none;
}

img {
    text-decoration: none;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.mt30 {
    margin-top: 15px;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.black {color:#111111;}
.white {color:#fff;}
.btn:hover {
    color: #fff;
}


.mobile {
    display: none;
}


body{
/*    font-family: "Open Sans", sans-serif;

*/    
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color:#1D1929;
   
}
main{
    float:left;
    width:100%;
}
.section-title {
    float:left;
    width:100%;
    font-size:28px;
    font-weight: 700;
    padding-left:53px;
    box-sizing:border-box;
    position:relative;
    margin-bottom:20px;
    text-transform: uppercase;
}
.section-title:before {
    position:absolute;
    content:"";
    left:0;
    top:-6px;
    width:44px;
    height:44px;
    background: url("../img/title icon.svg") no-repeat center;
    background-size:100%;
}
.live-section {
    float:left;  
    width:100%;
    display:flex;
    gap:10px;
    margin-top:-200px;
}
.live-slide img{
    width: 100%;
    height: 265px;
    object-fit:cover;
    border-radius:10px;
}
.left-live-part {
    width:50%;
    float:left;
    display:flex;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
}
.left-live-part .live-image img {
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    height: 265px;
}
.live-info {
    display: flex;
    flex-direction: column;
    padding: 25px;
    box-sizing: border-box;
    gap: 10px;
}
.live-info .small-title {
    float:left;
    width:100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size:12px;
    color:#1D1929;
    padding-left:15px;
    box-sizing:border-box;
    position:relative;
}
.live-info .small-title:before {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:12px;
    height: 12px;
    background: url("../img/live.svg") no-repeat center;
    background-size:cover;
}
.live-info .title {
    float:left;
    width:100%;
    font-size:28px;
    color:#1D1929;
    font-weight: 700;
}
.live-info .hour {
   font-size:16px;
   color:#1D1929; 
}
.live-info .loading {
    float:left;
    width:100%;
    background: #E9E9E9;
    height: 12px;
    border-radius:10px;
    position:relative;
}
.live-info .orange-line {
    position:absolute;
    width:30%;
    border-radius:10px;
    background: #E84E0F;
    height: 6px;
    left:0;
    top:3px;
}
.live-info .txt {
    float:left;
    width:100%;
    font-size:14px;
    line-height: 18px;
    color:#1D1929;
}
.live-info .btns {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    justify-content: space-between;
}
.live-info .btns .listen-btn {
    background: #E9E9E9;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(90deg, #E84E0F 0%, #FAA31C 100%);
    width:50%;
    text-align:center;
    color:#fff;
    font-size:13px;
    padding:0 10px;
    box-sizing:border-box;

}
.live-info .btns .listen-btn:hover {
    background: #E84E0F;
}
.live-info .btns .see-btn {
    background: #E9E9E9;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: #E9E9E9;
    width:50%;
    text-align: center;
    color:#1D1929;
    font-size:13px;

}
.live-info .btns .see-btn:hover {
    background: #E84E0F;
    color:#fff;
}

.right-live-part {
    width:50%;
    float:left;
}
.live-slide {
    float:left;
    width:100%;
    position:relative;
    cursor:pointer;
}
.live-slide:before {
    position: absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.03%, rgba(0, 0, 0, 0.30) 49.17%, rgba(0, 0, 0, 0.60) 78.62%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.see-all {
    width:150px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    box-sizing:border-box;
    background: #E9E9E9;
    border-radius:50px;
    color:#1D1929;
    font-size:16px;
    position:relative;
    text-align:center;
}
.see-all:hover {
    background: #E84E0F;
    color:#fff;
}
.see-all:after {
    position:absolute;
    content:"";
    right:15px;
    top:13px;
    width:15px;
    height: 15px;
    background: url("../img/see-more-icon.svg") no-repeat center;
    background-size:cover;
}
.see-all:hover:after {
    position:absolute;
    content:"";
    right:15px;
    top:13px;
    width:15px;
    height: 15px;
    background: url("../img/see-more-icon-white.svg") no-repeat center;
    background-size:cover;
}
.top-section {
    float:left;
    width:100%;
    margin-top:30px;
}
.all-news {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.big-news {
    width:calc(50% - 15px) !important;
    float:left;
}
.big-news  .image-part {
    float:left;
    width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.big-news  .image-part:hover img {
    transform:scale(1.1);
    -webkit-transition:0.7s;
    transition:0.7s
}
.big-news  .image-part img {
    -webkit-transition:0.7s;
    transition:0.7s
}
.small-news {
    width:calc(50% - 15px);
    float:left;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.small-news .news-box {
    width: calc(50% - 10px);
    float:left;
}
.news-box img {
    width:100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    float:left;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.news-box .image-part {
    float:left;
    width:100%;
    overflow: hidden;
}
.news-box .image-part img:hover {
    transform:scale(0.9);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.info-part {
    float:left;
    width:100%;
    background: #FAA31C;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    box-sizing:border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.big-news .info-part {
    padding:30px;
    box-sizing:border-box;
}
.small-news .info-part, .games-wrap .info-part {
    padding:15px;
    box-sizing:border-box;
}
.big-news .info-part .date {
    color:#fff;
    font-weight: 400;
}
.big-news .info-part .news-title {
    font-weight: 700;
    font-size: 700;
    font-size:28px;
    color:#fff;
    height: 70px;
    overflow: hidden;
}
.small-news .info-part .news-title, .games-wrap .info-part .news-title, .info-part .news-title {
    font-size: 18px;
    color:#fff;
    font-weight: 700;
}
.small-news .info-part .date, .games-wrap .info-part .date, .info-part .date{
    color:#fff;
    font-weight: 400;
}
.small-news .news-box img {
    height: 165px;
    object-fit:cover;
}
.rankings-wrap {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.left-ranking-wrap{
    width:calc(100% - 400px);
    float:left;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    border-radius:10px;
    display:flex;
    gap:10px;
    padding:20px;
    box-sizing:border-box;
}
.right-ranking-wrap {
    width:400px;
    float:left;
}
.right-ranking-wrap img {
    float:left;
    width:100%;
    border-radius:10px;
    height: 400px;
    object-fit:cover;
}
.left-img {
    width:130px;
    float:left;
}
.left-img img {
    width:100%;
}
.right-info{
    width:calc(100% - 130px);
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.right-info .ranking-box {
    width:calc(50% - 10px);
    display:flex;
    flex-direction:row;
    gap:10px;
    align-items:center;
}
.right-info .ranking-box .img {
    flex: 0 0 100px;
    width:100px;
    height: 100px;
}
.right-info .ranking-box .img img{
    width:100px;
    height: 100px;
    object-fit: cover;
    border-radius:10px;
    display: block;
}
.right-info .ranking-box .number {
    flex: 0 0 44px;
    width: 44px;
    font-size:52px;
    color:#D9D9D9;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.ranking-box .info {
    display:flex;
    flex-direction:column;
    gap:2px;
}
.ranking-box .info .song {
    font-size:13px;
    text-transform: uppercase;
    font-weight: 700;
    color:#1D1929;
    float:left;
    width:100%;
}
.ranking-box .info .singer {
    color:#A6A6A6;
    font-size:13px;
    font-weight: 400;
    float:left;
    width:100%;
}
.ranking-box .info .icons {
    display:flex;
    gap:5px;
}
.games {
    float:left;
    width:100%;
    margin-top:30px;
}
.games-wrap {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.games-wrap .news-box {
    width:calc(33% - 10px);
    float:left;
}
.games-wrap .news-box .image-part {
    float:left;
    width:100%;
    overflow:hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.games-wrap .news-box .image-part:hover img {
    transform:scale(1.1);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.games-wrap .news-box .image-part img {
    -webkit-transition:0.7s;
    transition:0.7s;
}
.all-headings {
    float:left;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.all-headings .heading-box {
    width:calc(50% - 10px);
    float:left;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    border-radius:10px;
    display:flex;
    gap:10px;
    align-items:center;
}
.all-headings .heading-box .image {
    width:195px;
    flex-shrink:0;
    -webkit-transition:0.7s;
    transition:0.7s;
    overflow: hidden;
}
.small-news .news-box .image-part{
    -webkit-transition:0.7s;
    transition:0.7s;
    overflow: hidden;
    width:100%;
    float:left;
}
.small-news .news-box .image-part:hover img {
     transform:scale(1.1);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.small-news .news-box img {
    -webkit-transition:0.7s;
    transition:0.7s;
}
.all-headings .heading-box .image:hover img {
    transform:scale(1.1);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.all-headings .heading-box .image img {
    width:100%;
    height: 195px;
    object-fit:cover;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    display:block;
}
.all-headings .heading-box .information {
    width:calc(100% - 195px);
    float:left;
    display:flex;
    gap:5px;
    flex-direction:column;
}
.all-headings .heading-box .sound {
    float: left;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
    
}
.news-box.no-active {
    opacity:0.3;
}
.all-headings .heading-box .information .date {
    font-size:13px;
    color:#A6A6A6;
    font-weight: 400;
}
.all-headings .heading-box .information .title {
    font-size:16px;
    color:#1D1929;
    font-weight: 700;
}
.all-headings .heading-box .information .cat {
    font-size:13px;
    color:#A6A6A6;
    font-weight: 400;
}
.listen {
    width:110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:13px;
    background: #F5F5F5;
    border-radius:50px;
    padding-right:25px;
    box-sizing:border-box;
    position:relative;
    color:#1D1929;
}
.listen.is-program {
    width:200px;
    box-sizing:border-box;
    text-align: center;
}
.listen:hover {
    background: #E84E0F;
    color:#fff;
}
.listen:after {
    position: absolute;
    content: "";
    right: 14px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/listen_btn.svg) no-repeat center;
    background-size: 100%;
}
.listen.is-program:after {
    content:none;
}
.podcasts-wrap {
    float:left;
    width:100%;
    background: url("../img/podcast_1920.png") no-repeat center;
    margin-top:30px;
    padding:20px 0px;
    box-sizing:border-box;
}
.podcasts-wrap .see-all {
    background: #E84E0F;
    color:#fff;
}
.podcasts-wrap .see-all:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 13px;
    width: 15px;
    height: 15px;
    background: url(../img/see-more-icon-white.svg) no-repeat center;
    background-size: cover;
} 
.podcasts-wrap .see-all:hover {
    background: #D74807;
} 
.podcasts-wrap .section-title {
    color:#fff;
}
.all-podcasts {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
}
.all-podcasts .podcast-box {
    width:18%;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.all-podcasts .podcast-box:hover {
    transform:scale(0.97);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.all-podcasts .podcast-box img {
    width:100%;
    height: 196px;
    object-fit:cover;
    border-radius:10px;
}
.title-btn {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}
.title-btn .section-title {
    width:auto;
    margin-bottom:0px;
}
.all-guests {
    float:left;
    width:100%;
}

.geuest-box {
    background: #52B153;
    border-radius:10px;
    padding:20px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    gap:15px;
    -webkit-transition:0.7s;
    transition:0.7s;
    cursor:pointer;
}
.geuest-box:hover {
    transform:scale(0.97);
}
.geuest-box .small-title {
    float:left;
    width:100%;
    text-align: center;
    color:#fff;
    font-size:16px;
    font-weight: 700;
}
.geuest-box .date {
    float:left;
    width:100%;
    color:#fff;
    font-size:13px;
    font-weight: 400;
}
.geuest-box .name {
    float:left;
    width:100%;
    color:#fff;
    font-size:18px;
    font-weight: 700;
    max-height: 42px;
    overflow: hidden;
}
.geuest-box .image-wrap .img {
    display:flex;
    justify-content:center;
    
}
.geuest-box .image-wrap {
    position:relative;
}
.geuest-box .image-wrap .play-now {
    position:absolute;
    bottom:-10px;
    left:15px;
    width:30px;
    height:30px;
    display:inline-block;
}
.geuest-box .image-wrap .play-now img {
    width:100%;
    height:100%;
    display:block;
}
.geuest-box .image-wrap .img img {
    width:150px;
    height: 150px;
    object-fit:cover;
    border-radius:10px;
}
.geuest-box .play-now {
    border:none;
    background: none;
}
.guests-wrap {
    float:left;
    width:100%;
    padding:20px 0px;
    margin-top:30px;
    box-sizing:border-box;
    background:url("../img/green_1920.png") no-repeat center;
    background-size:cover;
}
.guests-wrap .see-all {
    background: #52B153;
    color:#fff;
}
.guests-wrap .see-all:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 13px;
    width: 15px;
    height: 15px;
    background: url(../img/see-more-icon-white.svg) no-repeat center;
    background-size: cover;
}
.guests-wrap .see-all:hover {
    background: #1E8733;
}
.guests-wrap .section-title {
    color:#fff;
}
.geuest-box img {
    float:left;
    width:100%;
}
.all-cats {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-top:30px;
}
.cat-column {
    width:calc(33% - 5px);
    
    border-radius:10px;
}
.cat-column .title-top {
    float:left;
    width:100%;
    padding-left:20px;
    box-sizing:border-box;
    position:relative;
    color:#1D1929;
    font-size:16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:10px;
}
.cat-column .title-top:before {
    position:absolute;
    content:"";
    left:0;
    top:2px;
    width:15px;
    height: 15px;
    background: url("../img/smile title.svg") no-repeat center;
    background-size:contain;
}
.cats-inner {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    float:left;
    width:100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.cats-inner .btn {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px 0px;
}
.cats-inner .btn .see-all {
   width:150px;
   height: 40px;
   line-height: 40px;
   color:#1D1929;
   font-size:16px;
   background: #E9E9E9;
   border-radius:50px;
   padding-right:20px;
   box-sizing:border-box; 
   position:relative;
   text-align:center;
}
.cats-inner .btn .see-all:after {
    position:absolute;
    content:"";
    right:13px;
    top:13px;
    width:15px;
    height: 15px;
    background: url("../img/see-more-icon.svg") no-repeat center;
    background-size:100%;
}
.big-img-wrap{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-bottom:15px;
}
.big-img-wrap img {
    float:left;
    width:100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    
}
.big-img-wrap .title, .big-img-wrap .date {
    padding-left:10px;
    box-sizing:border-box;
}
.cats-inner .title {
    width:100%;
    float:left;
    font-size:18px;
    color:#1D1929;
    font-weight: 700;
}
.cats-inner .date {
    float:left;
    width:100%;
    font-size:13px;
    color:#A6A6A6;
}
.smaller-image-wrap {
    float:left;
    width:100%;
    display:flex;
    flex-direction: column;
    gap: 10px;
    padding:10px;
    box-sizing:border-box;
}
.smaller-image-wrap .small-box {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    align-items:center;
    padding-bottom:10px;
    box-sizing:border-box;
    border-bottom:1px solid #E9E9E9;
    
}
.smaller-image-wrap .small-box .img{
    width:125px;
    height: 70px;
}
.smaller-image-wrap .small-box .img img{
    width:125px;
    height: 70px;
    object-fit:cover;
    border-radius:10px;
}
.galleries {
    float:left;
    width:100%;
    margin-top:30px;
}
.galleries-wrap {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
}
.galleries-wrap .gall-box {
    width:calc(25% - 10px);
    position:relative;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.galleries-wrap .gall-box:hover {
    transform:scale(0.97);
}
.galleries-wrap .gall-box:before {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height: 200px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.galleries-wrap .gall-box img {
    width:100%;
    border-radius:10px;
    height: 200px;
    object-fit:cover;
}
.gall-box .info, .live-slide .info {
    position:absolute;
    bottom:20px;
    left:10px;
    right:10px;
    width:calc(100% - 20px);
    display:flex;
    flex-direction:column;
    gap:5px;
    z-index: 9;
}
.gall-box .info .date, .live-slide .date {
    font-size:13px;
    color:#fff;
}
.gall-box .info .title, .live-slide .title {
    font-size:18px;
    color:#fff;
    font-weight: 700;
}
.gall-box .info .pics {
    width:105px;
    height: 30px;
    line-height: 30px;
    color:#fff;
    font-size:13px;
    background: #36A852;
    border-radius:50px;
    text-align:center;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
}
.gall-box .info .pics:before {
    position:absolute;
    content:"";
    left:5px;
    top:2px;
    width:20px;
    height: 25px;
    background: url("../img/gallery icon.svg") no-repeat center;
    background-size:100%;
}
.news-wrap {
    float:left;
    width:100%;
    margin-top:-200px;
    background: #fff;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    padding:20px;
    box-sizing:border-box;
    
}
.news-box {
    width:calc(33% - 11px);
}
.news-box .info-part{
    padding: 15px;
    box-sizing: border-box;
}
.path {
    float:left;
    width:100%;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.path::-webkit-scrollbar { display: none; }
.path .path-link:nth-child(2) {
    color:#E84E0F;
}
.path-link {
    font-size:14px;
    color:#1D1929;
    position:relative;
    padding-right:10px;
    box-sizing:border-box;
    flex: 0 0 auto;
    white-space: nowrap;
}
.path-link:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: url(../img/path-icon.svg) no-repeat center;
    background-size: contain;
}
.path .path-link:last-child:after {
    content:none;
}
.home.path-link img{
    width:15px;
}
.shorts {
    float:left;
    width:100%;
    margin-top:30px;
}
.listen-mobile {
    font-size:12px;
    color:#1D1929;
    border-radius:50px;
    background: #F5F5F5;
    padding:10px 15px;
    padding-left:25px;
    box-sizing:border-box;
    position:relative;
}
.listen-mobile:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url(../img/m-icon.svg) no-repeat center;
    background-size: contain;
}
.live-slider.prev {
    background: url("../img/arrow_view more.svg") no-repeat center !important;
    background-size:contain;
    width:40px;
    height: 40px;
    transform: rotate(180deg);
    
}
.live-slider.next {
    background: url("../img/arrow_view more.svg") no-repeat center !important;
    background-size:contain;
    width:40px;
    height: 40px;
    
}
.swiper-button-next:after, .swiper-button-prev:after {
    display:none;
}
.all-shorts {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
}
.short-box {
    width:19%;
    float:left;
}
.short-box img {
    width:100%;
    float:left;
}
.big-section-title {
    float:left;
    width:100%;
    margin:15px 0px;
    font-size:38px;
    color:#1D1929;
    font-weight: 700;
}
.all-news-l .image-part img {
    height: 240px;
    object-fit:cover;
    float:left;
}
.all-news-l {
    float: left;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.all-top-tabs {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-bottom:20px;
}
.all-top-tabs .top-tab {
    font-size:16px;
    color:#1D1929;
    padding:10px 15px;
    box-sizing:border-box;
    border:1px solid #E9E9E9;
    border-radius:50px;
}
.all-top-tabs .top-tab.active {
    background: #E9E9E9;
}
.all-top-tabs .top-tab:hover {
    background: #E9E9E9;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  float:left;
  width:100%;
  margin:30px 0px;
  justify-content:center;
}

.pagination button,
.pagination span {
  border: none;
  background: none;
  font-size: 16px;
  color: #777;
  cursor: pointer;
}

.pagination .page {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.pagination .page:hover {
    color: #ff5a00;
    font-weight: bold;
}

.pagination .page.active {
  color: #ff5a00;
  font-weight: bold;
}

.pagination .nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav:hover {
  background:#ff5a00;
  color:#fff;  
}

.pagination .next {
  background: #ff5a00;
  color: #fff;
}

.pagination .dots {
  pointer-events: none;
}
.headings-wrap {
    float:left;
    width:100%;
    margin-top:30px;
}
.broadcasts-wrap, .view-page {
    float:left;
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    margin-top: -200px;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 20px;
    box-sizing: border-box;
}
.broadcasts-wrap .live-slide {
    width:calc(50% - 10px);
    float:left;
}
.broadcasts-wrap .live-slide img  {
    height: 300px;
}
.broadcasts-wrap .live-slide:before {
    background: linear-gradient(180deg,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.55) 72%,
        rgba(0,0,0,0.88) 100%);
}
.broadcasts-wrap .live-slide .info .title { text-shadow: 0 1px 3px rgba(0,0,0,0.55); }
.broadcasts-wrap .live-slide .info .date  { text-shadow: 0 1px 2px rgba(0,0,0,0.55); }
.info .listen-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(90deg, #E84E0F 0%, #FAA31C 100%);
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.info .listen-btn:hover {
    background: #E84E0F;
}
.galleries-wrap.is-listing {
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 14px;
}
.galleries-wrap.is-listing .gall-box {
    width: calc(25% - 8px);
}
.galleries-wrap.is-listing .gall-box img {
    height: 200px;
}
.galleries-wrap.is-listing .gall-box:before {
    height: 200px;
}
@media (max-width: 1024px) {
    .galleries-wrap.is-listing .gall-box { width: calc(33.333% - 7px); }
}
@media (max-width: 768px) {
    .galleries-wrap.is-listing .gall-box { width: calc(50% - 5px); }
    .galleries-wrap.is-listing .gall-box img,
    .galleries-wrap.is-listing .gall-box:before { height: 180px; }
}
@media (max-width: 480px) {
    .galleries-wrap.is-listing .gall-box { width: 100%; }
}
.view-page-column {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.view-page-column .left-container {
    width:calc(100% - 415px);
}
.view-page-column .right-container {
    width:415px;
}
.view-page-column .left-container .heading-box {
    width:100%;
}

.right-container .top-live {
    float:left;
    width:100%;
    position:relative;
}
.right-container .top-live:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.03%, rgba(0, 0, 0, 0.30) 49.17%, rgba(0, 0, 0, 0.60) 78.62%);
    border-radius: 10px;
   
}
.right-container .top-live .small-title, .right-container .top-live .title , .right-container .top-live .hour, .right-container .top-live .txt {
    color:#fff;
}
.right-container .top-live img {
    float:left;
    width:100%;
    border-radius:10px;
}
.right-container .top-live .live-info  {
    position:absolute;
    bottom:10px;
    left:10px;
    padding:0px;
    width:90%;
}
.right-container .right-news {
    float:left;
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.right-container .right-news .live-slide {
    position:inherit;
    display: flex;
    gap:10px;
    align-items: center;
}
.right-container .right-news .live-slide:before {
    content:none;
}
.right-container .right-news .live-slide img {
    width:125px;
    height: 125px;
    border-radius:10px;
}
.right-container .right-news .live-slide .info {
    width:calc(100% - 125px);
    display:flex;
    flex-direction:column;
    gap:10px;
    position: inherit;
}
.right-container .right-news .live-slide .info .date {
        font-size: 13px;
    color:  #1D1929;
}
.right-container .right-news .live-slide .info .title {
    font-size: 18px;
    color: #1D1929;
    font-weight: 700;
}
.banner-right {
    float:left;
    width:100%;
}
.banner-right img {
    float:left;
    width:100%;
    border-radius:10px;
    height: 400px;
    object-fit:cover;
}
.sub-txt {
    float:left;
    width:100%;
    font-size:18px;
}
.mt20 {
    margin-top:20px;
}
.right-cat {
    float:left;
    width:100%;
}
.right-cat .cat-column {
    float:left;
    width:100%;
}
.left-container .all-news-l .live-slide {
    width:calc(33% - 11px);
}
.all-podcasts.all-headings.right-info .ranking-box {
    width:100%;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    padding:20px;
    box-sizing:border-box;
    border-radius:10px;
}
.all-podcasts.all-headings.right-info .ranking-box .info  {
    display: flex;
    flex-direction: row;
    gap: 2px;
    justify-content: space-between;
    width: calc(100% - 100px);
}
.image-view {
    float:left;
    width:100%;
}
.image-view img {
    float:left;
    width:100%;
    border-radius: 7px;
}
.text-view {
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.text-view p {
    float:left;
    width:100%;
    font-size:16px;
    color:#1D1929;
    margin:10px 0px;
    line-height: 22px;
}
.social-wrap {
    float:left;
    width: 100%;
    margin:15px 0px;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px; 
}
.social-wrap span {
   font-size:15px;
    color:#1D1929; 
}
.is-games .news-box {
    width:calc(50% - 10px);
}
.orange {
    color:#F57D14;
    font-weight: 700;
}
.njoy-tabs {
    float:left;
    width:100%;
    border:1px solid #E9E9E9;
    border-radius:14px;
    display:flex;
    flex-direction:column;
    padding:22px;
    box-sizing:border-box;
    margin-top:20px;
    gap:18px;
    background:#fff;
}
.njoy-tabs .tabs {
    display:flex;
    flex-wrap:wrap;
    gap:8px 10px;
    width:100%;
}
.njoy-tabs .tab {
    display:inline-flex;
    align-items:center;
    border:1px solid #E9E9E9;
    padding:8px 14px;
    background:#fff;
    border-radius:999px;
    color:#1D1929;
    font-size:13px;
    line-height:1;
    white-space:nowrap;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    transition:background .15s ease, color .15s ease, border-color .15s ease;
}
.njoy-tabs .tab.active,
.njoy-tabs .tab:hover {
    color:#fff;
    background:#E84E0F;
    border-color:#E84E0F;
}
.logo-wrap {
    width:120px;
}
.logo-wrap img {
    width:100%;
    display:block;
}
.follow-us {
    float:left;
    width:100%;
    margin-top:22px;
    display:flex;
    flex-wrap:wrap;
    gap:10px 14px;
    align-items:center;
}
.follow-us span {
    font-size:14px;
    color:#1D1929;
    font-weight:500;
    letter-spacing:.01em;
}
.follow-us .follow-box {
    width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#F5F5F7;
    color:#1D1929;
    border:1px solid #ECECEF;
    transition:background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}
.follow-us .follow-box svg {
    width:18px;
    height:18px;
    display:block;
}
.follow-us .follow-box:hover { transform:translateY(-1px); border-color:transparent; }
.follow-us .follow-box.fb:hover { background:#1877F2; color:#fff; }
.follow-us .follow-box.ig:hover { background:linear-gradient(135deg,#F58529,#DD2A7B 55%,#8134AF); color:#fff; }
.follow-us .follow-box.yt:hover { background:#FF0033; color:#fff; }

@media (max-width: 640px) {
    .njoy-tabs { padding:16px; gap:14px; border-radius:12px; }
    .njoy-tabs .tabs { gap:6px 8px; }
    .njoy-tabs .tab { font-size:12px; padding:7px 12px; }
    .logo-wrap { width:96px; }
    .follow-us { gap:10px; margin-top:18px; }
    .follow-us span { font-size:13px; width:100%; margin-bottom:2px; }
    .follow-us .follow-box { width:36px; height:36px; }
}
.gall-view-page {
    float:left;
    width:100%;
    display:flex;
    gap:19px;
    flex-wrap:wrap;
    margin-bottom:20px;
}
.gall-view-page .gall {
    width:calc(33% - 10px);
    float:left;
}
.gall-view-page .gall img {
    width:100%;
    float:left;
    border-radius:10px;
    min-height: 160px;
    object-fit:cover;
    height: 160px;
}
.faces-wrap {
    float:left;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.face-wrap {
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:center;
    jusify-content:center;
    width:calc(33% - 11px);
}
.face-box {
   width:180px;
    height: 180px;
    float:left;
    background: #efefef; 
    border-radius:100%;
}
.face-box img {
    width:180px;
    height: 180px;
    border-radius:100%;
    object-fit:cover;
}
.face-wrap .info {
        display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom-boxes {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-top:30px;
    
}
.bottom-box {
    width:33%;
    border-radius:10px;
    box-shadow:0 5px 10px 2px rgba(0, 0, 0, 0.15) ;
    display:flex;
    flex-direction:column;
    padding:15px;
    box-sizing:border-box;
}
.rows {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    flex-direction:column;
}
.rows span {
    color:#1D1929;
    font-weight: 400;
    line-height: 22px;
}
.rows span.orange {
    color:#F57D14;
}
.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
} 
.logo-box img {
    width:120px;
}
.is-contact-page .bottom-box {
    width:260px;
}
.is-contact-page .map {
    width:calc(100% - 260px);
}
.is-contact-page .map img {
    width:100%;
    float:left;
    border-radius:10px;
}
.maps-wrap {
        float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.map {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
