.news-grid{grid-template-columns:repeat(4,minmax(330px,1fr));grid-template-rows:repeat(3,minmax(170px,1fr));grid-gap:15px;display:grid}@media screen and (max-width:1366px){.news-grid{grid-template-columns:repeat(4,minmax(250px,1fr))}}@media screen and (max-width:768px){.news-grid{grid-template-columns:repeat(2,minmax(150px,1fr));grid-template-rows:repeat(2,minmax(150px,1fr))}}@media screen and (max-height:768px){.news-grid{grid-template-columns:repeat(2,minmax(150px,1fr));grid-template-rows:repeat(2,minmax(150px,1fr))}}@media screen and (max-width:560px){.news-grid{flex-direction:column;display:flex}}.news-grid .news{overflow:hidden;color:var(--white);position:relative;align-items:flex-end;border-radius:16px;padding-bottom:20px;width:100%;padding-left:20px;display:flex}@media screen and (max-width:768px){.news-grid .news{min-height:150px}}@media screen and (max-height:768px){.news-grid .news{min-height:150px}}.news-grid .news:before{right:0;content:"";position:absolute;bottom:0;top:0;background-color:rgba(0,0,0,.5);left:0;z-index:-1}.news-grid .news:first-child{grid-row-end:4;grid-column-start:1;grid-column-end:3;grid-row-start:1;padding-bottom:20px;padding-left:20px}.news-grid .news:first-child h4{font-size:42px}@media screen and (max-width:560px){.news-grid .news:first-child h4{font-size:24px}}@media screen and (max-height:768px){.news-grid .news:first-child h4{font-size:24px}}.news-grid .news img{height:100%;position:absolute;object-fit:cover;bottom:0;top:0;box-shadow:0 3px 6px rgba(0,0,0,.1);left:0;width:100%;z-index:-2}.news-grid .news time{font-weight:400;margin-bottom:10px;opacity:.75;line-height:1em;display:block}.news-grid .news h4{overflow:hidden;text-overflow:ellipsis;font-size:24px;font-weight:500;margin:0;-webkit-box-orient:vertical;line-height:1em;-webkit-line-clamp:1;display:-webkit-box}.menu{margin-right:42px;color:var(--white);background-color:var(--primary);border-radius:10px}@media screen and (max-width:768px){.menu{display:none}}.menu li.menu-item{border-bottom:1px solid hsla(0,0%,100%,.2)}.menu li.menu-item a{padding:20px 0;font-size:20px;font-weight:500;text-align:center;display:block}.menu li.menu-item:last-child{border-bottom:0}main .container .filter-area{justify-content:space-between;margin-bottom:22px}@media screen and (max-width:767px){main .container .filter-area{flex-direction:column}main .container .filter-area>*{margin-top:10px}main .container .filter-area>:first-child{margin-top:0}main .container .filter-area .ui.search .input{width:100%}}main .container .filter-area .ui.search input.prompt{border-color:#e2e2ea;height:38px;color:#474774;border-radius:10px;width:450px}@media screen and (max-width:768px){main .container .filter-area .ui.search input.prompt{width:100%}}main .container .filter-area .ui.search i.search{color:#92929d}main .container .filter-area .ui.dropdown{border-color:#e2e2ea}@media screen and (max-width:767px){main .container .filter-area .ui.dropdown{width:100%}}@media screen and (max-width:768px){main .container .filter-area .ui.dropdown:not(:last-child){margin-left:10px}}@media screen and (max-width:767px){main .container .filter-area .ui.dropdown:not(:last-child){margin:0 0 10px}}main .container .live-tv-alert{height:45px;font-weight:700;margin-bottom:1rem;color:var(--white);text-align:center;background-color:var(--primary);box-shadow:0 0 6px var(--gray);border-radius:10px;width:100%;line-height:45px}main .container .live-tv-wrapper{padding-top:56.25%;margin-bottom:20px;position:relative;cursor:pointer;width:100%;display:none}main .container .live-tv-wrapper iframe{right:0;position:absolute;bottom:0;top:0;border-radius:10px;left:0}main .container section.news{margin-bottom:45px}main .container section.news .news-divider{height:1px;max-width:80%;background-color:var(--gray);margin:18px auto 8px}main .container section.news>div.wrapper{align-items:flex-start;margin-top:25px}main .container section.news>div.wrapper .grid-three{grid-template-columns:repeat(3,1fr);grid-row-gap:25px;grid-column-gap:20px;display:grid}@media screen and (max-width:768px){main .container section.news>div.wrapper .grid-three{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:456px){main .container section.news>div.wrapper .grid-three{grid-template-columns:repeat(1,1fr)}}main .container section.news>div.wrapper .grid-three.w75{width:75%}@media screen and (max-width:768px){main .container section.news>div.wrapper .grid-three.w75{width:100%}}main .container section.news>div.wrapper .grid-three .news{overflow:hidden;box-shadow:0 3px 6px rgba(0,0,0,.1);border-radius:16px}main .container section.news>div.wrapper .grid-three .news-img{position:relative}main .container section.news>div.wrapper .grid-three .news-img img{max-height:230px;width:100%}main .container section.news>div.wrapper .grid-three .news-img:after{content:"";position:absolute;background:#000;background:linear-gradient(225deg,transparent,#000);z-index:-1}main .container section.news>div.wrapper .grid-three .news .info-area{padding:20px 25px}main .container section.news>div.wrapper .grid-three .news .info-area time{color:var(--gray)}main .container section.news>div.wrapper .grid-three .news .info-area h4{font-size:21px;font-weight:500;color:var(--black);margin-top:10px}