.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  pointer-events: none; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #FFF;
      margin: 0.3rem;
      display: inline-block;
      opacity: 0.8;
      pointer-events: auto; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background-color: #c8102e; }

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  bottom: inherit;
  margin-top: -25px; }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    opacity: 0;
    height: 50px;
    width: 30px;
    top: 0;
    transition: all 0.3s;
    pointer-events: auto; }
    .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
      opacity: 1; }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
    background: url(/Content/images/right_01.png) center no-repeat; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: url(/Content/images/left_01.png) center no-repeat; }

.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1; }

body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  overflow-x: hidden; }

.slide_detail_mobile::before {
  /*content: '';
    position: fixed;
    height: 40px;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 3;*/ }

.slidePage {
  overflow-x: hidden; }

.inner_slidePage {
  padding: 0 5px;
  position: relative;
  z-index: 3; }
  .inner_slidePage .owl-stage-outer {
    z-index: 4; }
  .inner_slidePage .owl-dots {
    display: none;
    top: 50vh;
    margin-top: 2em; }
    .inner_slidePage .owl-dots .owl-dot span {
      background-color: #fff;
      border: 1px solid #000;
      margin: 2px;
      width: 7px;
      height: 7px; }
    .inner_slidePage .owl-dots .owl-dot.active span {
      background-color: #c8102e;
      border: 1px solid #c8102e; }
  .inner_slidePage .owl-loaded {
    height: 100%; }
  .inner_slidePage .slide_detail_mobile .item {
    padding-top: 40px; }
    .inner_slidePage .slide_detail_mobile .item .img {
      margin: 0; }
      .inner_slidePage .slide_detail_mobile .item .img img {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
    .inner_slidePage .slide_detail_mobile .item .img video, .inner_slidePage .slide_detail_mobile .item .img iframe {
      width: 100% !important;
      height: initial !important; }

.inner_popup_header {
  text-align: center;
  color: #fff;
  font-weight: bold;
  left: 0;
  width: 100vw;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 35px;
  background: #000; }
  .inner_popup_header span {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-right: 35px;
    font-size: 13px; }

.pmb_close {
  background: transparent url("data:image/svg+xml;utf8,<svg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg'> <polyline points='1,1 9,9 5,5 9,1 1,9' stroke='white' stroke-width='1.2' stroke-linecap='butt' fill='none' /></svg>") center no-repeat;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  position: absolute;
  display: inline-block;
  z-index: 999; }

.txt_p {
  margin-top: 1rem;
  font-size: 13px; }

.txt_p_1 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #333;
  font-weight: 700; }

.txt_p_1:empty {
  display: none !important; }

.txt_p_2 {
  line-height: 150%;
  text-align: justify;
  overflow-y: auto;
  padding-right: 10px; }

.txt_dt {
  padding-top: 0;
  margin-top: 0;
  font-size: 13px; }

.txt_status {
  top: 0;
  left: 0;
  position: absolute;
  font-weight: 600;
  text-align: right;
  font-size: 13px;
  color: #fff;
  padding-left: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center; }

video, .html5-main-video {
  width: 100% !important;
  height: 200px !important; }
