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

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

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

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

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

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

#content a {
  transition: 0.3s;
}

#content a:hover {
  transform: scale(1.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;
}

#content #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,
#content #carousel-article .carousel-indicators {
  bottom: -8vw;
}

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

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

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

#content .title {
  font-weight: 600;
  font-size: 88px;
  line-height: 90px;
  color: #003f67;
}

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

#content .video-item-first .main-bg-color-blue {
  padding: 40px;
}

/* background */
#content .video-bg {
  background: linear-gradient(180deg, #d7f5ff 0%, rgba(215, 245, 255, 0) 100%);
}

/* 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;
}

/* pill tab */
#content .nav-link {
  background-color: #fff;
  color: #003f67 !important;
  border: none;
  font-size: 34px;
  padding: 15px 30px;
}

#content .nav-link.active {
  background-color: #003f67;
  color: #fff !important;
  border: none;
}

#content .banner {
  background-image: url(/static/images/video/bg-banner.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  background-position: top;
  padding-bottom: 87px;
}

#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 .breadcrumb a,
#content .breadcrumb-item.active,
#content .breadcrumb-item::before {
  color: #626262 !important;
}

#content .banner-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 66px;
  text-align: center;
  color: #003f67;
  margin: 0px 0 44px 0;
}

#content .carousel-video-page {
  border-radius: 20px;
}

#content .video-card-text {
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}

#content .video-info {
  background-color: #fff;
  padding: 50px 40px;
}

#content .video-content-modal-title {
  font-size: 28px;
  color: #202020;
}

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

a#content .more-info-btn {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #00b4f1;
}

#content .video-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
  margin-bottom: 24px;
}

#content button.slick-arrow-custom-prev.slick-arrow,
#content button.slick-arrow-custom-next.slick-arrow {
  background-color: #fff;
  border: none;
  border-radius: 40px;
  width: 64px;
  height: 64px;
  position: absolute;
  transition: 0.1s;
}

#content button.slick-arrow-custom-prev.slick-arrow:hover,
#content button.slick-arrow-custom-next.slick-arrow:hover {
  transform: scale(10.03);
}

#content button.slick-arrow-custom-prev.slick-arrow {
  left: -40px;
  bottom: 425px;
}

#content button.slick-arrow-custom-next.slick-arrow {
  right: -40px;
  bottom: 425px;
}

#content .carousel-video-list {
  padding: 24px 0 30px 0;
}

#content .video-item {
  border-radius: 20px;
  overflow: hidden;
}

#content .video-row-type {
  border-radius: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding: 3px 0px;
  width: 94px;
}

#content .title-row-item {
  height: 60px;
  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 .custom-card-body {
  /* height: 140px; */
}

#content .video-row-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #626262;
  margin-top: 8px;
}

#content .carousel-video-list-mobile .card-body {
  padding: 25px;
}

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

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

#content img.nav-icon {
  width: auto;
  height: 32px;
  margin-right: 5px;
}

#content .video-pagination {
  margin-bottom: 100px;
}

#content .frame-video-bg {
  background-image: url("/static/images/homepage/video/vdo_frame.webp");
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  padding: 80px 10%;
  margin: 42px 0 52px 0;
}

/* #content #ex1-content{
  padding: 0px 50px;
} */

@media (min-width: 350px) and (max-width: 768px) {
  #content .nav-custom {
    width: max-content;
  }

  #content .scroll-nav-custom {
    width: 100%;
    overflow-x: scroll;
  }

  #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: 28px;
    line-height: 32px;
  }

  #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: 30px;
    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: 64px;
    line-height: 60px;
    text-align: center;
  }

  #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 .video-card-info .date {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
  }

  /* 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 .banner {
    background-image: url(/static/images/video/bg-banner-mobile.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: top;
  }

  #content .banner-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #003f67;
    padding: 0 20px;
    margin: 20px 0;
  }

  #content .video-card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
  }

  #content .video-info {
    background-color: #fff;
    padding: 30px;
  }

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

  #content .video-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    margin-bottom: 10px;
  }

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

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

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

  #content .frame-video-bg {
    background-image: url(/static/images/homepage/video/vdo_frame.webp);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 10px 20px 30px 20px;
    margin: 42px 0 0px 0;
  }

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

  /* 
  #content .carousel-video-list {
    padding: 24px 0 80px 0;
  } */

  #content img.nav-icon {
    width: auto;
    height: 24px;
    margin-right: 10px;
  }

  #content .nav-link {
    background-color: #fff;
    color: #003f67 !important;
    border: none;
    font-size: 24px;
  }

  #content .video-content-modal-title {
    font-size: 24px;
    line-height: 28px;
    color: #202020;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #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: 9vw;
  }

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

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

  #content .video-info {
    background-color: #fff;
    padding: 30px;
  }

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

  #content .video-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    margin: 10px 0;
  }

  #content .video-card-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
  }

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

  #content .banner-title {
    font-weight: 500;
    font-size: 54px;
    line-height: 58px;
    text-align: center;
    color: #003f67;
    margin: 0px 0 44px 0;
  }

  #content .nav-link {
    background-color: #fff;
    color: #003f67 !important;
    border: none;
    font-size: 28px;
    padding: 15px 30px;
  }

  #content img.nav-icon {
    width: auto;
    height: 20px;
    margin-right: 5px;
  }

  #content .frame-video-bg {
    background-image: url(/static/images/homepage/video/vdo_frame.webp);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 50px 30px 30px 30px;
    margin: 42px 0 52px 0;
  }
}

@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);
  }

  #content a:hover .title-item,
  #content 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 .video-card-text {
    font-weight: 500;
    font-size: 38px;
    line-height: 42px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
  }

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

  #content .banner-title {
    font-weight: 500;
    font-size: 54px;
    line-height: 58px;
    text-align: center;
    color: #003f67;
    margin: 0px 0 44px 0;
  }

  #content .nav-link {
    background-color: #fff;
    color: #003f67 !important;
    border: none;
    font-size: 34px;
    padding: 20px 40px
  }

  #content .frame-video-bg {
    background-image: url(/static/images/homepage/video/vdo_frame.webp);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 50px 30px 30px 30px;
    margin: 42px 0 0px 0;
  }
}