.bannerCommon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bannerCommon__img {
  background-color: var(--primary);
}
.bannerCommon__wrap-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerCommon__title {
  font-weight: 600;
  font-size: 48px !important;
  line-height: 59px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .bannerCommon__title {
    font-size: 28px !important;
  }
}
.bannerCommon__breadcrumb {
  font-size: 15px;
  color: #ffffff;
  z-index: 2;
  background-color: unset;
  justify-content: center;
  margin-bottom: 0;
}
.bannerCommon__breadcrumb li {
  margin-left: 5px;
}
@media screen and (max-width: 568px) {
  .bannerCommon__breadcrumb {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 568px) {
  .line {
    width: 60px;
  }
}

.video-content {
  margin: 62px 0 67px 0;
}
@media screen and (max-width: 1024px) {
  .video-content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .video-content {
    margin-bottom: 40px;
  }
}
.video-content .box-video {
  display: flex;
  gap: 0 24px;
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .video-content .box-video {
    flex-direction: column;
  }
}
.video-content .box-video .box-video-right {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  margin-top: 50px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .video-content .box-video .box-video-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .video-content .box-video .box-video-right {
    margin-top: 32px;
  }
}
.video-content .box-video .box-video-right .content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  text-transform: uppercase;
  color: #2063a3;
}
.video-content .box-video .box-video-right .title-video {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #2063a3;
}
@media screen and (max-width: 1024px) {
  .video-content .box-video .box-video-right .title-video {
    margin-top: 0;
  }
}
.video-content .box-video .box-video-right .content-video {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #72757b;
  margin: 24px 0;
}
.video-content .box-video .box-video-right .under-box-video-right {
  display: flex;
  flex-direction: column;
  gap: 0 8px;
}
.video-content .box-video .box-video-right .under-box-video-right .categories a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #1d2029;
  cursor: pointer;
}
.video-content .box-video .box-video-right .under-box-video-right .date-video {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-transform: capitalize;
  color: #72757b;
}
.video-content .box-video .box-video-left {
  flex-basis: 66%;
}
@media screen and (max-width: 1200px) {
  .video-content .box-video .box-video-left {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .video-content .box-video .box-video-left .box-video-overview {
    width: 100% !important;
  }
}

.content__video--iframe {
  width: 100%;
  max-width: 795px;
  max-height: 445px;
}
@media screen and (max-width: 568px) {
  .content__video--iframe {
    max-width: 100%;
  }
}

.content__video--iframe-child {
  width: 100%;
  max-width: 795px;
}
@media screen and (max-width: 568px) {
  .content__video--iframe-child {
    max-width: 100%;
    height: 300px;
  }
}

.content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #2063a3;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .content-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
}

.category-video {
  background: #f5f5f5;
  padding: 60px 0;
}
.category-video .button {
  display: flex;
  justify-content: center;
}
.category-video .line-1 {
  border: 1px solid #dee2ed;
  width: 100%;
  margin: 24px 0 48px;
}
.category-video .box-category-video .box-card-video {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .category-video .box-category-video .box-card-video {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .category-video .box-category-video .box-card-video {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  .category-video .box-category-video .box-card-video {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category-video .box-category-video .box-card-video .card-video-catalog {
  width: 100%;
  background: #ffffff;
}
.category-video .box-category-video .box-card-video .card-body .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #1d2029;
}
.category-video .box-category-video .box-card-video .card-body .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #72757b;
}
.category-video .box-category-video .box-card-video .card-body .btn-card {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #72757b;
}

.all-video {
  margin-top: 67px;
  margin-bottom: 60px;
}
.all-video .box-all-video {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .all-video .box-all-video {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .all-video .box-all-video {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  .all-video .box-all-video {
    grid-template-columns: repeat(1, 1fr);
  }
}
.all-video .bar-title {
  display: flex;
  justify-content: space-between;
}
.all-video .bar-title .box-search {
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 568px) {
  .all-video .bar-title .box-search .icon-search {
    width: 24px;
    height: 24px;
  }
}
.all-video .bar-title .box-search .form-control {
  border: none;
  border-bottom: 1px solid #dee2ed !important;
}
@media screen and (max-width: 568px) {
  .all-video .bar-title .box-search .form-control {
    width: 13rem !important;
    height: 4rem !important;
  }
}
.all-video .bar-title .box-search ::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #72757b;
}
.all-video .bar-title .box-search :-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #72757b;
}
.all-video .bar-title .box-search ::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #72757b;
}

.see-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.see-more-text {
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 13px 24px;
  background-color: #eb7f2c;
}

.card-video-catalog {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dee2ed;
}

.card-body .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #1d2029;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.card-body .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #72757b;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.card-body .btn-card {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #72757b;
}
.card-body .catalog-title a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #2063a3;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  text-align: left;
}

.slider-video {
  margin-top: 44px;
  display: block;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .slider-video {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .slider-video {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  .slider-video {
    grid-template-columns: repeat(1, 1fr);
  }
}
.slider-video .slick-slide {
  margin: 0 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.slider-video .slick-arrow {
  position: absolute;
  top: 45%;
}

.news_btn {
  border-radius: 0;
  background-color: var(--secondary);
}

.all-video .pagination {
  margin-top: 16px !important;
}

.title-section-2-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .title-section-2-video {
    flex-direction: column;
    gap: 0 8px;
    align-items: flex-start;
  }
}
.title-section-2-video .box-see-all-news {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}
.title-section-2-video .box-see-all-news .see-all-news {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #eb7f2c;
  text-transform: uppercase;
  display: flex;
  gap: 0 8px;
  align-items: center;
}
.title-section-2-video .bi-chevron-right {
  color: #eb7f2c;
  font-size: 12px;
}

.content-title.header-section-2 {
  margin-bottom: 0;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-video-catalog2 {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.card-video-wrap {
  border: 1px solid #dee2ed;
}

.video-wrap {
  position: relative;
  margin-bottom: 10px;
}

.video-wrap .play-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrap .play-btn svg {
  transition: all 0.2s ease;
  fill: #FFF;
}

.video-wrap .play-btn:hover svg,
.video-wrap .play-btn:focus svg {
  cursor: pointer;
  fill: #eb7f2c;
}
.video-wrap .play-btn:hover svg path,
.video-wrap .play-btn:focus svg path {
  fill: #FFF;
}

@media screen and (max-width: 600px) {
  .video-wrap .play-btn {
    width: 70px;
    height: 70px;
  }
}
.fancybox__thumbs {
  display: none;
}

.fancybox__slide {
  padding: 130px 100px;
}
@media screen and (max-width: 600px) {
  .fancybox__slide {
    padding: 60px 100px;
  }
}/*# sourceMappingURL=video.css.map */