* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.start-hov::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 17px;
  top: -14px;
  left: 0;
}

body {
  font-family: "Merriweather", serif;
  position: relative;
}

.container1 {
  width: 1200px !important;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 768px) {
  .container1 {
    width: auto !important;
  }

  /* .item-list-news {
   height: auto !important;
  } */

  /* .story_thumb img {
    width: 357px;
  }

  .story_thumb::before {
    position: absolute;
    content: "";
    width: 324px !important;
    height: 224px;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 1;
  } */

  .story_thumb::before {
    width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .story_thumb img {
    height: 100%;
  }

  .story_heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 22px !important;
    font-family: Oswald;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 2;
  }

  .introduce {
    width: 100%;
  }

  .js-carousel-viewport {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    /* Adjust the gap between items */
  }

  .list-item1 {
    flex: 0 0 100%;
    /* Each item takes full width */
    scroll-snap-align: start;
  }

  .js-carousel-btn-left,
  .js-carousel-btn-right {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .list-item1 {
    width: 100% !important;
    flex: 0 0 auto;
    /* Reset flex properties */
    margin: 0;
    box-sizing: border-box;
  }

  .border-ft {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .border-ft:last-child {
    border: none;
  }

  .link {
    border: none !important;
  }

  .group-items6 {
    position: absolute !important;
    top: 53% !important;
    left: 98px !important;
  }

  .group-items9 {
    position: absolute !important;
    top: 47% !important;
    left: 150px !important;
  }

  .group-items7 {
    position: absolute !important;
    top: 50% !important;
    left: 220px !important;
  }

  .group-items8 {
    position: absolute !important;
    top: 47% !important;
    left: 276px !important;
  }

  .group-items {
    left: 95% !important;
    top: 149px !important;
  }

  .group-items1 {
    position: absolute !important;
    left: 30% !important;
    top: 90% !important;
  }

  .group-items2 {
    position: absolute !important;
    left: 47% !important;
    top: 85% !important;
  }

  .group-items3 {
    position: absolute !important;
    left: 63% !important;
    top: 88% !important;
  }

  .group-items4 {
    position: absolute !important;
    left: 82% !important;
    top: 86% !important;
  }

  .group-items5 {
    position: absolute !important;
    left: 98% !important;
    top: 92% !important;
  }

  #mobile-icon {
    position: absolute;
    left: 365px !important;
    top: 75px !important;
  }

  .radius .border-animation,
  .place {
    display: block !important;
    width: 10% !important;
    height: 10% !important;
    position: absolute !important;
    border-radius: 100% !important;
  }

}

.list-news a {
  /* font-size: 18.5px; */
  color: #000 !important;
}

.shadown {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.border-ft {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.border-ft:last-child {
  border-right: none;
}

#mobile-icon {
  position: absolute;
  left: 365px;
  top: 78px;
}

#mobile-menu {
  z-index: 10;
}

.mobile-menu {
  left: -200%;
  transition: 0.5s;
}

.mobile-menu ul {
  background-color: #dc2430;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul li ul {
  display: none;
}

.mobile-menu ul li:hover ul {
  display: block;
}

.nav {
  background-color: #dc2430;
}

.item-list {
  background-color: #dc2430;
}

ul.item-list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

ul.item-list li:last-child {
  border-bottom: none;
}

.search-box {
  display: none;
  left: -228px;
  width: 245px;
}

.show-search-box .search-box {
  display: block;
}

.topnews {
  background: #dedede;
}

.jconveyor-wrap {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  position: relative;
}

.jctkr-label {
  height: 40px;
  padding: 0px 15px;
  line-height: 35px;
  background: #dc2430;
  color: #fff;
  cursor: default;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.marquee-container {
  display: inline-flex;
  height: 40px;
  width: 100%;
  animation: marquee 30s linear infinite;
}

.marquee-item {
  padding: 10px;
  font-size: 16px;
  display: inline-flex;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee-container .marquee .marquee-item::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 14px;
  padding-right: 5px;
  color: #fff;
}

.title-global {
  background-color: #f5f5f5;
}

.icon::before {
  content: "";
  height: 21px;
  width: 4px;
  background: #4d4e4f;
  position: absolute;
  top: 5px;
  left: 0;
}

.icons::before {
  content: "";
  height: 21px;
  width: 4px;
  background: #4d4e4f;
  position: absolute;
  top: 5px;
  left: 0;
}

.article-container {
  position: relative;
  overflow: hidden;
}

.story_thumb {
  position: relative;
}

.story_thumb img {
  width: 100%;
}

.story_thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.story_heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 22px;
  font-family: Oswald;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  /* background: rgba(0, 0, 0, 0.6); */
  z-index: 2;
  top: -15px;
}


/* .story_thumb::before {
  position: absolute;
  content: "";
  width: 284px;
  height: 224px;
  top: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  z-index: 1;
}

.story_heading {
  padding: 9px 22px;
  font-family: Oswald;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
} */

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  transform: translateY(-30%);
  width: 100%;
}

.owl-carousel .owl-nav .prevlist {
  margin-left: 25px !important;
  color: #fff !important;
  font-size: 24px !important;
}

.owl-carousel .owl-nav .nextlist {
  margin-right: 25px !important;
  font-size: 24px !important;
  color: #fff !important;
}

.border-between {
  border-right: 2px solid #ccc;
}

.item-list-news {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #ccc;
}

.item-list-news:last-child {
  border-bottom: none;
}

/* .border-last {
  border-bottom: 2px solid #ccc;

} */

.list-news:last-child {
  border-bottom: none;
}



.summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 60px;
  margin-top: 10px;
}

.item-list-news {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 90px;
}

.nav-wrapper {
  background: url("/images/shorts-video.png");
}

/* Hide scrollbar for Chrome, Safari, and Opera */
.overflow-x-scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.overflow-x-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.text-container {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Số dòng tối đa bạn muốn hiển thị */
  -webkit-box-orient: vertical;
}
.text-containerr {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Số dòng tối đa bạn muốn hiển thị */
  -webkit-box-orient: vertical;
}

.list-item1 {
  width: 22.5%;
}

.content-new {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.date-time {
  font-size: 13px;
  font-style: italic;
  color: #a5a5a5;
  font-weight: 200;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-news {
  list-style: none;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.list-news a {
  color: #333;
  text-decoration: none;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
}

.list-news a:before {
  padding-right: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  color: #dc2430;
}

.list-news a:hover {
  color: #7e3429;
  padding-left: 10px;
}

.second-new {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  height: 65px;
}

.background {
  /* background-color: rgb(255, 255, 255); */
  inset: 0px;
}

.cover .counters-grid {
  -webkit-box-pack: center;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-number {
  animation: countUp 1s ease-out;
}

.container {
  margin-top: 4em;
}

.home__multimedia {
  box-shadow: inset 0 4px 22px rgba(0, 0, 0, 0.04);
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
}

.swiper-slide img {
  width: 100% !important;
  height: 560px;
  
  /* object-fit: cover; */
  transition: transform 0.3s;
  /* transition-duration: 1000ms; */
 
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.zoom-animation {
  animation: zoom 5s infinite;
}

/*  */

@keyframes slide {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.slide-animation {
  animation: slide 12s infinite;
}


.box-category-item {
  position: absolute;
  width: 1280px;
  bottom: 80px;
  transform: translate(-50%, 0);
  max-width: 80%;
}

.text {
  width: calc(100% - 133px);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
}

.radius {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.place {
  background: #ea4335;
  z-index: 2;
}

.radius .border-animation,
.place {
  display: block;
  width: 20%;
  height: 20%;
  position: absolute;
  border-radius: 100%;
}

.radius .border-animation {
  z-index: 1;
}

.ba1 {
  animation: rounder1 1s linear 1s infinite alternate;
  background: rgba(238, 76, 63, 0.6);
}

@keyframes rounder1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.39);
  }
}

.ba2 {
  animation: rounder2 1s linear 1s infinite alternate;
  background: rgba(245, 85, 71, 0.5);
}

@keyframes rounder2 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.69);
  }
}

.ba3 {
  animation: rounder3 1s linear 1s infinite alternate;
  background: rgba(251, 97, 84, 0.4);
}

@keyframes rounder3 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.99);
  }
}

.text-block {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  /* border-radius: 100%; */
  z-index: 3;
  display: none;
}

.radius:hover .text-block {
  display: block;
}

.group-items {
  left: 90%;
}

.group-items1 {
  position: absolute;
  left: 23%;
  top: 85%;
}

.group-items2 {
  position: absolute;
  left: 38%;
  top: 79%;
}

.group-items3 {
  position: absolute;
  left: 58%;
  top: 79%;
}

.group-items4 {
  position: absolute;
  left: 75%;
  top: 79%;
}

.group-items5 {
  position: absolute;
  left: 92%;
  top: 85%;
}

.bg-footer {
  background-color: #e8e8e8;
}

.link {
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}

.link .icon-ft {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
}

.link .icon-ft img {
  width: 20px !important;
  margin-bottom: 10px;
}

.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 10px;
}

.image-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.image-container img:not(:first-child) {
  opacity: 0;
}

h3.title-follow-footer {
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 400;
}

.social-footer {
  font-size: 20px;
  margin-left: 10px;
}