@media only screen and (max-width: 989px) {
  .c-title-1 {
    height: unset !important;
  }
  .c-detail-1 {
    height: 80px !important;
  }
  .page-inside {
    padding-top: 113px;
  }
}

@media only screen and (max-width: 767px) {
  .page-inside {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 425px) {
  .yt-height-6 {
    height: 209px !important;
  }
}

.c-main {
  margin: 0 0 16px 0;
  padding: 0 0 16px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgba(209, 222, 245, 0.5);
  /* border: solid 1px #f0f7ff; */
  background-color: #fff;
}

.c-main-sticky {
  margin: 0 0 0 0;
  padding: 0 0 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgba(209, 222, 245, 0.5);
  /* border: solid 1px #f0f7ff; */
  background-color: #fff;
}

.c-main-sticky-sub {
  margin: 0 0 16px 0;
  padding: 0 0 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgba(209, 222, 245, 0.5);
  /* border: solid 1px #f0f7ff; */
  background-color: #fff;
}

.c-header {
  height: 56px;
  margin: 0 0 16px;
  padding: 12px;
  border: solid 1px #f0f7ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: linear-gradient(to right, #b620e0, #f54b5e, #f25c62, #fa6400);
}

.c-header-sub {
  height: 56px;
  margin: 0 0 16px;
  padding: 12px;
  border: solid 1px #f0f7ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
}

.span-header {
  font-family: Prompt;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.text-style-1 {
  color: #fff;
  font-family: Prompt;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.span-header-sub {
  font-family: Prompt;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292b54;
}

.text-style-2 {
  color: #828c9e;
  font-family: Prompt;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.div-vdo-6 {
  width: 100%;
}

.yt-height-6 {
  height: 315px;
  width: 100%;
  object-fit: cover;
}

.p-top-30 {
  padding-top: 30px;
}

.c-title-1 a {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292b54;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-detail-1 {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #828c9e;
  padding-top: 10px;
  height: 125px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.un-p {
  padding-right: unset !important;
  padding-left: unset !important;
}

.div-vdo-4 {
  width: 100%;
}

.yt-height-4 {
  height: 202px !important;
}

.text-title-vdo a {
  font-family: Prompt;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292b54;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.text-detail-vdo {
  font-family: Prompt;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #828c9e;
  height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-sub-list {
  height: 300px;
  margin-top: 10px;
}

.list-div {
  height: 333px;
  overflow-y: hidden;
}

.btn-more {
  width: 120px;
  height: 35px;
  padding: 7px 12px;
  border-radius: 8px;
  border: solid 1px #292b54;
  background-color: #fff;
}

.btn-more span {
  font-family: Prompt;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292b54;
}

/* @media (min-width: 320px){
  display: block;
}
@media (min-width: 520px){
  display: block;
}
@media (min-width: 768px){
  display: block;
}
@media (min-width: 992px){
  display: block;
}
@media (min-width: 1024px){
  display: block;
}
@media (min-width: 1200px){
  display: block;
} */