
.header2 {
  position: fixed;
  top:0;
  left: 0;
  width: 100vw;
  height: 60px;
  background-color: #f2f2f2;
  z-index: 2;
}

.backhome {
  height: 100%;
  position: absolute;
  width: 30px;
  height: 50px;
  right: 2.5%;
  top: 30px;
  cursor: pointer;
  z-index: 3;
  opacity: 0.3;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
}

.backhome:hover {
  width: 50px;
  right: 2.5%;
  opacity: 1;
}

.arrowline {
  width: 100%;
  height: 5px;
  border: solid black;
  border-width: 1px 0 0 0;
  display: inline-block;
  position: absolute;
  top: 4.8px;
  left: 0;
  pointer-events: none;
}

.arrow {
  width: 10px;
  height: 10px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(135deg skew(5deg, 5deg));
  -webkit-transform: rotate(135deg) skew(5deg, 5deg);
  position: absolute;
  top: 0;
  left: 2px;
  pointer-events: none;
}

.post-detail {
  position: absolute;
  top: 100px;
  left: 50px;
  width: calc(100vw - 80px);
  height: fit-content;
  padding: 0 0 60px 0;
}

.infos {
  display: flex;
  width: 100%;
  height: fit-content;
  padding-bottom: 0px;
}

.info-1, .info-2, .info-3 {
  height: 100%;
}

.info-1, .info-2 {
  /* border-right: 0.5px solid rgba(0, 0, 0, .05); */
}

.info-1 {
  width: 25%;
  margin-right: 5%;
  font-size: 14px;
}
.info-1 img {
  width: 100%;
  height: 60%;
  margin-bottom: 30px;
  object-fit: cover;
  object-position: center;
  border: 0.25px solid rgba(29, 29, 29, .05);
}

.data ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.data li{
  margin-bottom: 15px;
}

.data ul i{
  font-style: italic;
}

.info-2 {
  width: 25%;
  margin-right: 5%;
  font-size: 16px;
}

.info-2 p {
  margin: 0!important;
}

.info-2 a {
  font-weight: 400;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.info-2 a:hover {
  opacity: 0.4;
  /* text-decoration-line: underline!important;
  text-decoration-thickness: 0.3px!important;
  text-underline-offset: 2px!important; */
}

.info-3 {
  width: 39%;
}

.cat {
  width: 100%;
  height: fit-content;
  padding-bottom: 15px;
}
.grid-header, .grid-header p {
  margin-right: 2%;
  display: inline;
  cursor: pointer;
}

.subcategory-list {
  margin: 0;
  opacity: 0.4;
  padding: 0;
}

.subcat-group {cursor: pointer;}


.Talk-slide-opener em {
  position: absolute;
  transition: transform 0.5s;
  font-style: normal;
}
.Talk-slide-opener {
  position: relative;
  float: left;
  width: 20px;
  display: inline;
}

.rotate90 em {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transition: transform 0.5s;
}

.Talk-header {
  width: calc(100% - 40px);
  margin-left: 20px;
}

.Slider {
  display: none;
}

.Slider:first {
  display: block;
}

.section {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: fit-content;
  border-top: 0.5px solid rgba(0, 0, 0, .05);
}

.section-text {
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 0;
  text-align: right;
  min-height: 50px;
}

.section-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section-text p {
  margin-top:-2.5px;
}

.section-media {
  width: 85%;
}

.section img, .section video {
  padding: 0;
  margin-top:0;
  height: 25vh;
  width: auto;
  display: inline;
  margin-bottom: 30px;
  margin-right: 30px;
  cursor: pointer;
  border: 0.25px solid rgba(29, 29, 29, .05);
}

.section img::selection {
  color:transparent;
}


.slides-container {
  position: absolute;
  width: 100vw;
  left: 0vw;
  height: fit-content;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden;
}

.slides-box {
  position: fixed;
  width: 103%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f2f2f2;
  display: none;
  justify-content: center;
  align-items: center;
  left: -3%;
  right: 0;
  top: 0;
}

.mySlides {
  display: none;
}

.mySlides.active {
  display: block;
}

.mySlides {
  position: relative; /* so overlay can position absolutely */
}

.mySlides img, .mySlides video {
  max-height: 75vh;
  max-width: 80vw;
  border: 0.25px solid rgba(29, 29, 29, .05);
  display: block;
}

.c-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;  /* full height of parent */
  width: 100%;   /* full width of parent */
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 12;
  display: flex;           /* center spinner */
  justify-content: center; /* center spinner horizontally */
  align-items: center;     /* center spinner vertically */
}

.spinner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left-color: #adadad;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
  z-index: 999;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.mySlides img::selection {
  color:transparent;
}

.closeBIG {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 28px;
  font-weight: lighter;
  font-stretch: condensed;
  cursor: pointer;
  opacity: 0.5;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
}

.closeBIG:hover {
  opacity: 1;
}

.prev {left: 9%;}
.next {right: 8%;}

.prev:before {
  top: 0px;
  left: 0px;
  transform: rotate(225deg);
}

.prev, .next {
  width: 3%;
  height: 60px;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
}

.prev:hover, .next:hover {
  width: 5%;
  opacity: 1;
}

.next:before {
  top: 0px;
  right: 0px;
  transform: rotate(45deg);
}

.prev:before, .next:before {
  content: "";
  display: inline-block;
  margin-top: 25px;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-top: 1px solid black;
  position: absolute;
}

.next> p:after {
  right: 0px;
}
.prev> p:after, .next> p:after {
  content: '';
  margin-top: 25px;
  width: 100%;
  height: 1px;
  background: black;
  top: 5px;
  position: absolute;
}

a {
  text-decoration: none;
  color: black;
}

@media (min-width: 1920px) {

.infos {
    width: 100%;
    height: fit-content;
    padding-bottom: 0;
}

.info-1 {
  min-width: 550px;
  width: fit-content;
  font-size: 16px;
  margin-right: 60px;
}

.info-1 img {
  width: 300px;
  height: 300px;
}

.section img, .section video {
    height: 200px;
    margin-right: 40px;
}

.info-1-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}

.info-2, .cat, .titlename, .section-text p, .section-text ul li, .subcategory-list {
  font-size: 18px;
}

}


@media (min-width: 1680px) and (max-width: 1919px) {

.infos {
    width: 100%;
    height: fit-content;
    padding-bottom: 0;
}

.info-1 {
  min-width: 550px;
  width: fit-content;
  font-size: 16px;
  margin-right: 60px;
}

.info-1 img {
  width: 300px;
  height: 300px;
}

.section img, .section video {
    height: 200px;
    margin-right: 40px;
}

.info-1-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}

}

@media (min-width: 1536px) and (max-width: 1679px) {

.infos {
    width: 100%;
}

.info-1 img {
    height: 300px;
}

.section img, .section video {
    height: 200px;
    margin-right: 40px;
}

}


@media (min-width: 836px) and (max-width: 1080px) {

  .titlename {
    font-size: 14px;
  }

  .intro {
    font-size: 14px;
  }

  .grid-header p {
    font-size: 14px;
  }

  .info-1 {
    font-size: 12px;
  }
  .info-2, .subcategory-list, .section-text p  {
    font-size: 14px;
  }

  .info-2 {
    width: 35%;
  }

  .section img, .section video {
    height: 130px;
  }

}


@media (min-width: 1px) and (max-width: 835px) {

  .infos {
    width: 100%;
    padding-bottom: 25px;
    display: grid;
    height: fit-content;
  }
  .info-1 {
    width: 100%;
    margin-bottom: 35px;
    height: fit-content;
    font-size: 14px;
  }
  .data {font-size: 14px;}
  .info-2 {
    width: 100%;
    height: fit-content;
  }
  .info-3 {display: none;}

  .info-1-inner {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }

  .info-1-inner img {
    width: 40%;
    max-height: 250px;
    height: auto;
    object-fit: cover;
    margin: 0;
  }

  .section img, .section video {
    height: 150px;
  }

}

@media (min-width: 1px) and (max-width: 420px) {

  .post-detail, .titlename {
    left: 15px;
    width: calc(100vw - 30px);
  }

  .header2 {
    height: 90px;
  }

  .titlename div {
    display: grid;
  }

  .infos {padding-bottom: 10px!important;}

  .info-1, .info-2 {
    font-size: 14px!important;
  }

  .info-1 {
    margin-bottom: 25px!important;
    margin-top: 25px;
  }

  .info-1-inner {
    gap: 25px;
  }

  .info-1-inner img {
    width: 45%;
    max-height: 150px;
  }

  .data {font-size: 12px!important;}
  .data li {margin-bottom: 10px;}

  .section-text {
    position: relative;
    width: 100%;
    left: 0;
    text-align: left;
    min-height: 50px;
    font-size: 14px;
  }

  .section-text p {
    margin-bottom: 5px;
  }

  .section-text ul li {
    display: inline;
  }
  .titlename {
    font-size: 14px;
  }

  .intro {
    font-size: 12px;
  }

  .grid-header p {
    font-size: 12px;
  }

  .section-media {
    width: calc(100vw - 30px);
  }

  .section img, .section video {
    height: 100px!important;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .mySlides {margin-left: 3%;}
  .closeBIG {right: 15px;}
  .prev {left: 6%;}
  .next {right: 4%;}

}
