@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.back-section {
  margin-bottom: 23px;
  margin-top: 40px;
}
.back-section a {
  font-weight: 500;
  font-size: 14px;
  color: #4A5565 !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.back-section a img {
  margin-right: 5px;
}

.hr-cls {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 579px) {
  .hr-cls {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.btn-otr.text-center {
  margin-bottom: 50px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.security-black {
  background-color: #101828;
  border: 1px solid #2E2E2E;
  color: #FFFFFF;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 17px;
  height: 31px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .security-black {
    padding: 5px 11px;
  }
}

.btn-live {
  border: 2px solid #101828;
  margin-top: 9px;
  height: 56px;
  min-width: 281px;
  padding: 5px 45px;
  font-weight: 700;
  border-radius: 0px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #101828;
}
@media (max-width: 1679px) {
  .btn-live {
    font-size: 14px;
    height: 50px;
    padding: 5px 32px;
  }
}
@media (max-width: 1481px) {
  .btn-live {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .btn-live {
    height: 46px;
  }
}
@media (max-width: 991px) {
  .btn-live {
    height: 44px;
  }
}
@media (max-width: 579px) {
  .btn-live {
    height: 42px;
    padding: 5px 17px;
  }
}
.btn-live:hover {
  border: 2px solid #101828;
  color: #101828;
}

.live-detail .main-blog-detail .image-detail {
  position: relative;
  background-color: #d9d9d9;
}
.live-detail .main-blog-detail .image-detail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.live-detail .main-blog-detail .image-detail img {
  width: 100%;
  max-height: 467px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1679px) {
  .live-detail .main-blog-detail .image-detail img {
    max-height: 400px;
  }
}
@media (max-width: 1481px) {
  .live-detail .main-blog-detail .image-detail img {
    max-height: 350px;
  }
}
@media (max-width: 1199px) {
  .live-detail .main-blog-detail .image-detail img {
    max-height: 300px;
  }
}
@media (max-width: 991px) {
  .live-detail .main-blog-detail .image-detail img {
    max-height: 350px;
  }
}
@media (max-width: 579px) {
  .live-detail .main-blog-detail .image-detail img {
    max-height: 270px;
    width: 100%;
  }
}
.live-detail .main-blog-detail .image-bottom {
  margin-top: 46px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .live-detail .main-blog-detail .image-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.live-detail .main-blog-detail .live-news-wrapper .wp-block-video video {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 1679px) {
  .live-detail .main-blog-detail .live-news-wrapper .wp-block-video video {
    height: 540px;
  }
}
@media (max-width: 1481px) {
  .live-detail .main-blog-detail .live-news-wrapper .wp-block-video video {
    height: 520px;
  }
}
@media (max-width: 991px) {
  .live-detail .main-blog-detail .live-news-wrapper .wp-block-video video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .live-detail .main-blog-detail .live-news-wrapper .wp-block-video video {
    height: 300px;
  }
}
@media (max-width: 579px) {
  .live-detail .main-blog-detail .live-news-wrapper .wp-block-video video {
    height: 280px;
  }
}
.live-detail .main-blog-detail .live-news-wrapper .live-title {
  color: #1A1A1A;
  font-size: 36px;
  margin-top: 21px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .live-detail .main-blog-detail .live-news-wrapper .live-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .live-detail .main-blog-detail .live-news-wrapper .live-title {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .live-detail .main-blog-detail .live-news-wrapper .live-title {
    font-size: 16px;
  }
}
.live-detail .main-blog-detail .live-news-wrapper .post-detail-section {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .live-detail .main-blog-detail .live-news-wrapper .post-detail-section {
    margin-top: 10px;
  }
}
.live-detail .main-blog-detail .live-news-wrapper .post-detail-section p {
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: 15px;
  color: #101828;
}
@media (max-width: 1679px) {
  .live-detail .main-blog-detail .live-news-wrapper .post-detail-section p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .live-detail .main-blog-detail .live-news-wrapper .post-detail-section p {
    font-size: 14px;
  }
}
@media (max-width: 579px) {
  .live-detail .main-blog-detail .live-news-wrapper .post-detail-section p {
    margin-bottom: 15px;
  }
}
.live-detail .main-blog-detail .live-news-wrapper hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .live-detail .main-blog-detail .live-news-wrapper hr {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.live-detail .main-blog-detail .live-news-wrapper .btn-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.live-detail .main-blog-detail .live-news-wrapper .btn-section .live-sec-cont {
  font-weight: 400;
  color: #4A5565;
  margin-bottom: 9px;
  font-size: 14px;
  margin-top: -20px;
}

.update-time {
  font-weight: 500;
  position: absolute;
  bottom: 31px;
  color: #fff;
  left: 32px;
  font-size: 14px;
}
@media (max-width: 1679px) {
  .update-time {
    font-size: 13px;
  }
}
@media (max-width: 1481px) {
  .update-time {
    font-size: 12px;
  }
}

.btn-red-live {
  background-color: #E7000B !important;
  color: #FFFFFF !important;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 17px;
  left: 30px;
  border-radius: 0;
  padding: 5px 20px 5px 28px;
  height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1679px) {
  .btn-red-live {
    height: 32px;
    padding: 5px 15px 5px 24px;
  }
}
@media (max-width: 991px) {
  .btn-red-live {
    left: 10px;
  }
}

.btn-red-live.btn-dot::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50px;
  top: 14px;
  left: 12px;
}
@media (max-width: 1679px) {
  .btn-red-live.btn-dot::before {
    top: 12px;
  }
}

/*# sourceMappingURL=live-detail.css.map */
