#content .main-color-red {
  color: #e31c79;
}

#content .main-color-black {
  color: #202020;
}

#content .news-list-img {
  /* height: 180px; */
  overflow: hidden;
}

#content .news-list-0-img img {
  width: 100%;
}

#content .main-color-grey {
  color: #626262;
}

#content .card-body-list-custom {
  padding: 15px 25px;
}

#content .main-color-blue {
  color: #003f67;
}

#content .main-bg-color-blue {
  background-color: #003f67;
  filter: drop-shadow(4px 14px 30px rgba(9, 30, 66, 00.1));
}

#content .main-bg-color-red {
  color: #e31c79;
}

#content .a {
  transition: 00.3s;
}

#content .a:hover {
  transform: scale(10.03);
}

#content .a img {
  transition: 0.3s;
}

#content .a:hover img {
  transform: scale(1.02);
}

#content .a:hover .title-item,
#content .a:hover .title-item-first {
  color: #003f67;
}

#content .carousel-indicators-bottom-30 {
  bottom: -30px;
}

#content .carousel-indicators-bottom-60 {
  bottom: -60px;
}

#carousel-banner .carousel-indicators [data-mdb-target] {
  background: #fff;
}

#content .carousel-indicators [data-mdb-target] {
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  background: #bdbdbd;
  border-radius: 40px;
  border: none;
}

#content #carousel-banner .carousel-indicators .active {
  border-radius: 40px;
  width: 24px !important;
  background-color: #e31c79;
}

#content .carousel-indicators button.active {
  opacity: 1 !important;
  width: 24px !important;
  height: 10px !important;
  background: #e31c79;
  border-radius: 40px;
  border: none;
}

#content #carousel-banner .carousel-indicators {
  bottom: 0;
}

#content #carousel-video .carousel-indicators {
  bottom: -4vw;
}

#content #carousel-promotion .carousel-indicators,
#content #carousel-article .carousel-indicators {
  bottom: -3vw;
}

#content .carousel-control-prev-custom,
#content .carousel-control-next-custom {
  opacity: 1;
  background-color: #fff;
  width: 50px;
  height: 50px;
  top: 10vw;
}

#content .option-section #content .carousel-control-prev {
  top: 0vw;
  left: -5vw;
}

#content .option-section #content .carousel-control-next {
  top: 0vw;
  right: -5vw;
}

#content .carousel-control-prev-custom {
  left: 5vw;
}

#content .carousel-control-next-custom {
  right: -8vw;
}

#content .news-section-bg {
  background-image: url("/static/images/homepage/news/background.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-bottom: 200px;
  background-position: bottom;
  background-size: cover;
}

#content .bg-news {
  z-index: -1;
}

#content .title-item-first {
  font-weight: 500;
  font-size: 34px;
  line-height: 38px;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#content .title-item {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#content .date {
  font-size: 22px;
  font-size: 18px;
  line-height: 22px;
  color: #626262;
  margin: 5px 0;
}

#content .clock-img {
  width: 24px;
  height: 24px;
}

#content .title {
  font-weight: 500;
  font-size: 64px;
  line-height: 66px;
  color: #003f67;
  margin-bottom: 50px;
}

#content .carousel-control-prev {
  top: 0vw;
  left: -5vw;
}

/* pagiantion*/

#content .page-link {
  height: 46px !important;
  width: 46px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content .page-item.active .page-link {
  background-color: #00b4f1;
  color: #fff;
}

#content .pagiantion-text-color {
  color: #a2aaad;
}

/* banner */
#content .banner {
  background-image: url(/static/images/news/bg-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: top;
  height: 600px;
}

#content .content {
  background-image: url(/static/images/service/bg-section-form.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 250px;
  background-position: center;
  margin-top: -10vw;
}

#content .news-list-bg {
  background-image: url(/static/images/news/news-list-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: 100%;
  padding: 83px 0;
}

#content h1.banner-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
}

#content .news-type {
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding: 5px 16px;
  width: max-content;
  margin-bottom: 10px;
}

#content section.news-row-list {
  margin-top: 120px;
}

/* .news-row-list .card-body-list-custom {
  height: 200px;
} */

@media (min-width: 350px) and (max-width: 768px) {
  #content .news-list-img {
    height: auto;
  }

  #content .banner {
    background-image: url(/static/images/news/bg-banner-mobile.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: top;
    height: 248px;
  }

  #content h1.banner-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    color: #ffffff;
  }

  #content .news-section .title-item {
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
  }

  #content a {
    transition: 00.3s;
  }

  #content a:hover {
    transform: scale(1);
  }

  #content a img {
    transition: 00.3s;
  }

  #content a:hover img {
    transform: scale(1);
  }

  #content a:hover .title-item,
  #content a:hover .title-item-first {
    color: #003f67;
  }

  #content .title-item {
    height: max-content;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #content .title {
    color: #003f67;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }

  #content #carousel-news-mobile .carousel-control-prev-custom[b-h2nwizhfur],
  #content #carousel-news-mobile .carousel-control-next-custom[b-h2nwizhfur] {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 30vw;
  }

  #content .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    bottom: -12vw;
    list-style: none;
  }

  #content .promotion-card-info .date {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
  }

  #content .carousel-control-prev-custom,
  #content .carousel-control-next-custom {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 155px;
  }

  #content .carousel-control-prev-custom {
    left: 5vw;
  }

  #content .carousel-control-next-custom {
    right: -8vw;
  }

  #carousel-article-mobile .carousel-control-prev-custom[b-h2nwizhfur],
  #carousel-article-mobile #content .carousel-control-next-custom[b-h2nwizhfur] {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 33vw;
  }

  #carousel-option-mobile .carousel-control-prev-custom,
  #carousel-option-mobile .carousel-control-next-custom {
    top: 5vw;
    background-color: transparent;
  }

  /* pagiantion*/

  #content .page-item,
  #content .page-link {
    height: 38px !important;
    /* width: 38px !important; */
  }

  #content .pagination-circle.pagination-lg .page-link {
    padding-left: 0;
    padding-right: 0;
  }

  #content .news-type {
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    width: max-content;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #content .news-list-img {
    height: auto;
  }

  #content .news-section .title-item-first,
  #content .article-section .title-item {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #content .news-section .title-item {
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 32px;
    line-height: 28px;
  }

  #content a {
    transition: 0.3s;
  }

  #content a:hover {
    transform: scale(1);
  }

  #content a img {
    transition: 0.3s;
  }

  #content a:hover img {
    transform: scale(1);
  }

  #content a:hover .title-item,
  #content a:hover .title-item-first {
    color: #003f67;
  }

  /* #content .title-item {
    height: 25px;
  } */

  #content .title {
    color: #003f67;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    text-align: start;
  }

  #content .carousel-indicators {
    bottom: -6vw;
  }

  #content .carousel-control-prev {
    top: 0vw;
    left: -10vw;
  }

  #content .carousel-control-prev-custom,
  #content .carousel-control-next-custom {
    opacity: 1;
    background-color: #fff;
    width: 40px;
    height: 40px;
    top: 50%;
  }

  #content .option-section #content .carousel-control-prev {
    top: 0vw;
    left: -10vw;
  }

  #content .option-section #content .carousel-control-next {
    top: 0vw;
    right: -10vw;
  }

  #content .carousel-control-next-custom {
    right: -5vw;
  }

  #content .carousel-control-prev-custom {
    left: 0;
  }

  #content section.news-row-list {
    margin-top: 60px;
  }



  #content .news-type {
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    width: max-content;
    margin: 10px 0;
  }

  #content h1.banner-title {
    font-weight: 500;
    font-size: 54px;
    line-height: 58px;
    color: #ffffff;
  }

  #content .news-type {
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    width: max-content;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #content .breadcrumb {
    /* padding-top: 50px !important; */
  }

  #content a {
    transition: 0.3s;
  }

  #content a:hover {
    transform: scale(1);
  }

  #content a img {
    transition: 0.3s;
  }

  #content a:hover img {
    transform: scale(1);
  }

  a:hover .title-item,
  a:hover .title-item-first {
    color: #003f67;
  }

  #content .title {
    color: #003f67;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    text-align: start;
  }

  #content .carousel-indicators {
    bottom: -6vw;
  }

  #content .carousel-control-prev {
    top: 0vw;
    left: -5vw;
  }

  #content .carousel-control-prev-custom,
  #content .carousel-control-next-custom {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 9vw;
  }

  #content #carousel-option .carousel-control-prev-custom,
  #content #carousel-option .carousel-control-next-custom {
    top: 5vw;
    background-color: transparent;
  }

  #content .option-section .carousel-control-prev {
    top: 0vw;
    left: -5vw;
  }

  #content .option-section .carousel-control-next {
    top: 0vw;
    right: -5vw;
  }

  #content section.news-row-list {
    margin-top: 60px;
  }

  #content .news-type {
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    width: max-content;
    margin: 10px 0;
  }

  #content h1.banner-title {
    font-weight: 500;
    font-size: 54px;
    line-height: 58px;
    color: #ffffff;
  }
}