html {
 font-size: 0.9375em;
}
.main-container {
 max-width: 1080px;
 background-color: #fff;
 margin: 0 auto;
 position: relative;
 bottom: 0;
}
a,
button,
img {
 cursor: pointer;
}
article img,
article video,
img {
 width: 100%;
}
header {
 -webkit-font-smoothing: antialiased;
}

body {
 margin: 0;
 font-family: Roboto, sans-serif;
 background: #9ba3af;
}
main {
 max-width: 1080px;
 margin: 0 auto;
 background-color: #fff;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
}

main p {
 font-family: "Inter", sans-serif;
 font-weight: 500;

 font-size: 16px;

 line-height: 160%;
 letter-spacing: 0%;
}

.header-main {
 position: sticky;
 top: 0;
 left: 0;
 right: 0;
 background: linear-gradient(90deg, #009ee6 0%, #002993 100%);
 max-width: 1080px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: start;
 z-index: 9999;
 height: 56px;
 color: #fff;
}
.logo {
 display: flex;
 align-items: center;
 gap: 4px;
}
.logoimg {
 margin-left: 14px;
 width: 77px;
 height: 24px;
}
.nav-links {
 margin-left: 20px;
 display: flex;
 gap: 20px;
 align-items: center;
 font-size: 14px;
 font-weight: 700;
}
.nav-links a,
.right-icons a {
 color: #fff;
 text-decoration: none;
}
.nav-links > div {
 padding-top: 10px;
 padding-bottom: 10px;
}
.burger {
 display: flex;
 align-items: center;
 background-image: url(../index/burger.svg);
 background-position: left center;
 width: 24px;
 padding-left: 26px;
 background-repeat: no-repeat;
 padding-right: 30px;
 border-right: 1px solid #353535;
}
.burger-mobile {
 display: none;
}
.right-icons {
 display: flex;
 gap: 20px;
 align-items: center;
 margin-left: auto;
}
.search-icon {
 background-image: url("../index/search.svg");
 width: 23px;
 height: 23px;
}
.user-icon {
 background-image: url("../index/user.svg");
 width: 23px;
 height: 23px;
 background-repeat: no-repeat;
}
.live-box {
 margin-right: 15px;
 width: 100px;
 background-color: #d90000;
 color: #fff;
 font-weight: 700;
 padding-top: 5px;
 padding-bottom: 5px;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
}
.box-left {
 background-image: url("../index/tv.svg");
 height: 30px;
 width: 33px;
 background-repeat: no-repeat;
}
.box-right-mobie {
 display: none;
}
.down-bar {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 background: #fff;
 font-size: 16px;
 font-weight: 700;
 color: #002b7f;
 max-width: 1080px;
 margin: 0 auto;
 transition: transform 0.3s;
 position: sticky;
 top: 56px;
 z-index: 9998;
}
.down-bar.hide {
 transform: translateY(-100%);
 transition: transform 0.3s;
}
.left-label {
 justify-content: flex-end;
 background-color: #f2f2f2;
 display: flex;
 align-items: center;
 width: 173px;
 color: #999;
}
.arrow {
 border-bottom: 25px solid transparent;
 border-left: 15px solid #f2f2f2;
 border-top: 25px solid transparent;
 width: 15px;
 height: 100%;
 position: relative;
 left: 33px;
}
.down-bar-text {
 color: rgb(1 30 57);
 font-size: 14px;
 margin-left: 30px;
}
.down-bar .info-link {
 color: #d90000;
 font-weight: 300;
 cursor: pointer;
 transition: color 0.3s;
 margin-left: auto;
}
.red-arrow {
 background-image: url("../index/red-arrow.svg");
 display: inline-block;
 width: 13px;
 height: 13px;
 background-repeat: no-repeat;
 margin-left: 10px;
 padding-right: 15px;
 transition: transform 0.4s, opacity 0.4s;
 transform: translateX(0);
 opacity: 1;
}
.info-link:hover {
 text-decoration: underline;
}
.info-link:hover .red-arrow {
 transform: translateX(8px);
 opacity: 0;
}
.info-link .red-arrow {
 will-change: transform, opacity;
}
.info-link:not(:hover) .red-arrow {
 animation: 0.4s arrow-return;
}
@keyframes arrow-return {
 0% {
  transform: translateX(-8px);
  opacity: 0;
 }
 100% {
  transform: translateX(0);
  opacity: 1;
 }
}
.article-section {
 padding: 20px;
 font-family: Roboto, sans-serif;
 color: #011e39;
}
.breadcrumbs {
 font-size: 14px;
 color: #6c6c6c;
 margin-bottom: 20px;
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
}
.breadcrumbs a {
 color: #6c6c6c;
 text-decoration: underline;
}
h1 {
 font-size: 48px;
 font-weight: 900;
 line-height: 1.2;
 color: #011e39;
 margin-bottom: 20px;
}
.meta-info {
 font-size: 15px;
 display: flex;
 align-items: center;
 gap: 6px;
 color: #6c6c6c;
}
.meta-info .tag a {
 color: #0047ab;
 font-weight: 700;
 text-decoration: none;
}

.meta-info .dot {
 color: #a0a0a0;
}
article {
 display: flex;
 gap: 40px;
 max-width: 1080px;
 margin: 40px auto;
 padding: 0 20px;
}
.content {
 flex: 2;
}
.image-header {
 position: relative;
 margin-bottom: 16px;
}
.image-header img {
 width: 100%;
 height: auto;
 display: block;
}
.gallery-preview {
 margin-top: 8px;
 font-size: 13px;
 color: #0047ab;
}
.text-body {
 padding-left: 30px;
}
article p {
 font-size: 16px;
 line-height: 1.5;
 color: #011e39;
 margin-bottom: 16px;
}
article p > a {
 color: rgb(204 0 0);
 font-weight: 500;
 text-decoration: underline !important;
}
article a {
 color: rgb(204 0 0);
 text-decoration: none;
}
h2 {
 padding-left: 20px;
 font-weight: 700;
 font-style: Bold;
 font-size: 22px;
 leading-trim: NONE;
 line-height: 140%;
 letter-spacing: 0%;

 margin-bottom: 0;
 margin-top: 1.5rem;
 align-items: center;

 position: relative;
}
h2::before {
 content: "";
 display: inline-block;
 width: 5px;
 height: 24px;
 background: #0150ae;
 position: absolute;
 top: 2px;
 left: 0;
}
.sidebar {
 flex: 1;
}
.aside-list a {
 text-decoration: none;
 font-size: 19px;
 font-weight: 900;
 color: rgb(17 24 39);
}
.aside-list {
 position: relative;
}
.aside-list time {
 margin-bottom: 10px;
}
.timeline-circle {
 border: 1px solid #ccc;
 border-radius: 12px;
 height: 12px;
 left: -8px;
 position: absolute;
 top: -6px;
 transform: translateY(-50%);
 width: 12px;
}
.video-box img {
 width: 100%;
 margin-bottom: 16px;
}
.news-feed p {
 font-weight: 700;
 margin-bottom: 10px;
}
.news-feed ul {
 list-style: none;
 padding-left: 0;
 font-size: 14px;
}
.news-feed li {
 margin-bottom: 12px;
 border-left: 2px solid #ccc;
 padding-left: 10px;
 position: relative;
}
.news-feed time {
 font-weight: 700;
 display: block;
 font-size: 13px;
 color: #444;
}
.button-wrapper {
 padding-top: 20px;
}
.more-btn {
 display: inline-block;
 background: #d90000;
 color: #fff;
 padding: 10px 12px;
 text-decoration: none;
 margin-top: 10px;
 font-size: 14px;
}
.app-btn {
 background: #000;
 color: #fff;
 padding: 10px 20px;
 font-size: 14px;
 text-decoration: none;
 display: flex;
 align-items: center;
 gap: 5px;
}
.appstore {
 background-image: url("../index/apple.svg");
 width: 21px;
 height: 26px;
 background-size: contain;
}
.googleplay {
 background-image: url(../index/googleplay.svg);
 width: 26px;
 height: 26px;
 background-size: contain;
}
@media (max-width: 768px) {
 .article-section {
  padding: 20px 15px;
 }
 .header-main .nav-links > div:not(.burger),
 .nav-links > div:not(.burger) {
  display: none;
 }
 .logoimg {
  margin-left: 14px;
  width: 77px;
  height: 24px;
 }
 .live-box {
  width: auto;
  flex-direction: column;
  padding: 4px 8px;
  font-size: 14px;
 }
 .box-left {
  width: 18px;
  height: 18px;
  background-size: contain;
 }
 .box-right {
  font-size: 13px;
 }
 .header-main {
  justify-content: space-between;
 }
 .burger {
  display: none;
 }
 .burger-mobile {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-image: url(../index/burger.svg);
  background-position: top center;
  width: 24px;
  padding-top: 20px;
  background-repeat: no-repeat;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-right: 20px;
 }
 .nav-links {
  margin-left: 0;
  gap: 0;
 }
 .right-icons {
  gap: 12px;
 }
 .box-right-mobie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px;
  background-color: #d90000;
  color: #fff;
  padding: 5px 4px;
  font-weight: 700;
 }
 .tv-mobile {
  background-image: url(../index/tv.svg);
  height: 25px;
  transform: scale(0.7);
  width: 31px;
 }
 .live-box {
  display: none;
 }
 .down-bar {
  align-items: flex-start;
  padding: 12px;
  gap: 10px;
  align-items: center;
 }
 .left-label {
  display: none;
 }
 .red-arrow {
  transform: scale(1.5);
 }
 .info-link-text {
  display: none;
 }
 .down-bar-text,
 .info-link {
  margin-left: 0;
  font-size: 14px;
 }
 h1 {
  font-weight: 700;
  font-size: 1.85rem;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
 }
 .breadcrumbs {
  font-size: 13px;
 }
 .meta-info {
  font-size: 13px;

  align-items: flex-start;
  gap: 4px;
 }
 .meta-info .dot {
  display: none;
 }
 article {
  flex-direction: column;
  padding: 0;
 }
 article p {
  font-size: 16px;
  line-height: 1.8;
 }
 .sidebar {
  display: none;
 }
 .text-body {
  padding-left: 15px;
  padding-right: 15px;
 }
 .image-header {
  margin-bottom: 12px;
 }
 .search-box {
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  align-items: flex-start;
 }
 .search-box input {
  width: calc(100% - 44px);
  max-width: none;
  margin-bottom: 10px;
  border-radius: 4px;
 }
 .search-button {
  position: relative;
  left: -6px;
  border-radius: 4px;
  width: 44px;
  height: 38.5px;
 }
 .app-btn {
  justify-content: center;
  padding: 10px 40px;
  max-width: 285px;
 }
}
.button-link {
 background: linear-gradient(180deg, #0655b3 0%, #0046a4 100%);
 color: #fff !important;
 display: block;
 max-width: 100%;
 padding: 15px;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 margin: 1rem auto;
 border-radius: 5px;

 /* animation: 3s ease-in-out 2s infinite both heartbeat; */
 box-shadow: 0px 1px 3px 0px #00000040;

 font-family: "Montserrat", sans-serif;

 font-weight: 700;
 font-style: Bold;
 font-size: 18px;
 leading-trim: NONE;
 line-height: 140%;
 letter-spacing: 0%;
 text-align: center;
}
@keyframes heartbeat {
 0% {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
 }
 10% {
  -webkit-transform: scale(0.91);
  transform: scale(0.91);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }
 17% {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
 }
 33% {
  -webkit-transform: scale(0.87);
  transform: scale(0.87);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }
 45% {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
 }
}
.button-link:hover {
 color: #fff;
 background-color: #05008e;
}
footer {
 background-color: #f4f4f4;
 padding: 40px 20px;
 border-top: 1px solid #e0e0e0;
}

.footer__content {
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 justify-content: space-between;
 max-width: 1100px;
 margin: 0 auto;
}

.footer__section {
 flex: 1;
 max-width: 200px;
 width: 100%;
 margin-bottom: 20px;
}

.footer__logo {
 display: flex;
 align-items: center;
 gap: 10px;
 font-weight: bold;
 font-size: 22px;
 color: #1f1f1f;
}

.footer__logo img {
 width: 130px;
}

.footer__list {
 list-style: none;
 padding: 0;
 margin: 0;
 display: block;
}

.footer__list li {
 margin: 18px 0;
}

.footer__list li a {
 color: #1f1f1f;
 text-decoration: none;
 font-size: 16px;
 font-weight: 400;
 transition: color 0.3s;
 font-family: "Inter", sans-serif;
 font-weight: 400;
 font-style: Regular;
 font-size: 14px;
 leading-trim: NONE;
 line-height: 140%;
 letter-spacing: 0%;

 color: #001f46;
}

.footer__list li a:hover {
 color: #e30613;
}

.footer__social {
 width: 100%;
 display: flex;
 justify-content: center;
 gap: 12px;
 margin-top: 10px;
}

.footer__social a {
 display: inline-block;
 width: 24px;
 height: 24px;
 border-radius: 50%;
 background-color: #1f1f1f;
 color: #fff;
 text-align: center;
 line-height: 24px;
 font-size: 14px;
 transition: background-color 0.3s;
}

.footer__social a:hover {
 background-color: #e30613;
}

.footer__copy {
 font-size: 14px;
 color: #7e7e7e;
 text-align: center;
 margin-top: 20px;
}

.footer__copy a {
 color: #7e7e7e;
 text-decoration: none;
 transition: color 0.3s;
}

.footer__copy a:hover {
 color: #e30613;
}
