body {
    background: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.livestream-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    height: 54px;
    padding: 0 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
}

.livestream-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.live {
    color: #e92729;
    font-weight: bold;
    position: absolute;
    font-size: 22px;
    top: 11px;
    left: 40px;
}

.stream {
    color: #085ca8;
    font-weight: bold;
    position: absolute;
    font-size: 22px;
    top: 11px;
    left: 90px;
}

.play-btn {
  width: 32px;
  height: 32px;
  background: linear-gradient(to bottom, #4cb1ff, #0078d7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.triangle {
  width: 0;
  height: 0;
  border-left: 8px solid white;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 2px;
}

.livestream-title {
  flex: 1;
  text-align: center;
  color: #0045a2;
  font-weight: 700;
  font-size: 16px;
}

.livestream-time {
    color: #253248;
    font-size: 16px;
    white-space: nowrap;
}

#demnguocTitle {
    text-transform: uppercase;
}
#demnguoc {
    font-weight: 700;
    text-transform: uppercase;
}

.dmbfstc {
    position:relative;
    background: #45aaf2;
    width: 16em;
    height: 52px;
    border-radius: 3em;
    margin-left: 0px;
    left: -18px;
}
    .dmbfstc img {
        height: 52px;
        position: absolute;
        right: -49px;
    }
.dmbfstcMobile {
    display:none;
    width:42px;
    position:relative;
}
    .dmbfstcMobile img {
        height: 52px;
        position: absolute;
        bottom: -26px;
        left: -20px;
    }
a {
    color: #253248;
    text-decoration: none;
}
    a:hover {
        color: #0a58ca;
    }
.chuyendo {
    position: relative;
    animation-name: chuyendo;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes chuyendo {
    from {
        left: -20px
    }

    to {
        left: 5px
    }
}
.ncolnd {
    margin-left: 4.5em;
}
.next {
    padding-right: 10px;
}
@media (max-width: 1025px) {
    #demnguocTitle {
        display:none;
    }
    .dmbfstc {
        display:none;
    }
    .dmbfstcMobile {
        display:block;
    }
}
@media (max-width: 768px) {
    .livestream-time, .next {
        display: none;
    }
}
@media (max-width: 330px) {
    .livestream-title a {
        font-size:14px;
    }
}