/* Latest News Styles */
.news-select {
  width: 243px;
  height: 41px;
  margin-right: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border: 0;
  padding-left: 10px;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #eee;
  /* Positions background arrow image */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
  font-family: 'NotoSansTC-Regular';
}

.news-select:active, .news-select:hover, .news-select:focus-visible {
  outline: none
}

.news-meun {
  display: flex;
  align-items: center;
}

/* news */

.other-news-list {
  /* display: grid;
    margin: 60px -95px 0 -12px;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 25px 25px; */

  display: grid;
  margin-top: 60px;
  gap: 25px 25px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.other__news__block {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  transition: 0.3s;
  opacity: 1;
}

.other__news__img {
  /* position: relative;
    margin: auto;
    overflow: hidden;
    height: 200px; */
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.other__news__img img {
  /* max-height: 100%; */
  /* max-width: 100%; */
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.other__news__info {
  padding: 15px 23px 44px 40px;
  height: 150px;
}

.other__news__date {
  color: #6D6D6D;
  margin-bottom: 19px;
  font-size: 16px;
  font-family: 'NotoSansTC-Regular';
}

.other__news__title {
  letter-spacing: 0px;
  color: #212832;
  font-size: 20px;
  font-family: NotoSansTC-Bold;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

.pagination {
  width: 100%;
  margin: 0 auto 128px auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #212832;
  padding-top: 10px;
}

.pagination__next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.pagination__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.pagination__item {
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin: 5px;
  cursor: pointer
}

.pagination__first-page img, .pagination__last-page img {
  width: 30px;
  height: 30px;
  margin: 5px 30px;
}

.pagination__item--active {
  color: #fff;
  background-color: #0D83C8;
  border-radius: 17px;
}

@media screen and (max-width:550px) {
  /* .other-news-list{
        display: grid;
        margin: 60px 0px 0 0px;
        grid-template-columns: 100%;
        grid-gap: 25px 25px;
        padding: 0px 21px 0px 21px;
    } */

  /* .other__news__img{
        height: 230px;
    } */

  /* .other__news__img img {
        height: 100%;
    } */

  .other__news__info {
    height: 152px;
  }

}

@media screen and (min-width: 550px) and (max-width:979px) {
  /* .other-news-list{
        display: grid;
        margin: 60px 0px 0 0px;
        grid-template-columns: 50% 50%;
        grid-gap: 25px 25px;
        padding: 0px 40px 0px 21px;
    } */

  /* .other__news__img{
        height: 160px;
    } */

  /* .other__news__img img {
        height: 100%;
    } */

  .other__news__info {
    height: 150px;
  }

}

@media screen and (max-width: 980px) {
  .news-meun {
    flex-wrap: wrap;
    margin: 0 20px;
  }

  .pagination {
    margin-top: 40px;
  }
}

/* ------------------------------------------------ */

/* News Page Styles */
.news-section {
  /* width: 80%; */
  max-width: 1300px;
  margin: auto;
}

.news-page {
  display: flex;
}

.news-content-box {
  width: 45%;
}

.news-page__title {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  line-height: 37px;
  margin: 0 0 27px 0;
  color: #212832;
  font-family: 'NotoSansTC-bold';
}

.news-page__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin: 0;
  color: #4D4D4F;
  margin-bottom: 50px;
  font-family:'NotoSansTC-Regular';
}

.news-page__date:before {
  content: "";
  width: 16px;
  height: 18px;
  padding: 15px;
  background-image: url(../images/latest_news/icon-material-date-range.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.news-page__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #000000;
  margin-bottom: 50px;
  font-family: 'NotoSansTC-Regular';
}

.news-page__button {
  padding: 15px 33px;
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  color: #fff;
  border: none;
  background: #959595 0% 0% no-repeat padding-box;
}

.news-page__button:hover {
  opacity: 0.8;
}

.news-page__img-box {
  width: 50%;
  margin-left: 5%;
}

.news-page__image {
  display: block;
  width: 100%;
  margin: 0 auto 5px auto;
  object-fit: cover;
  cursor: pointer;
}

.news-page__thumbnail-box {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-page__thumbnail {
  width: 15%;
  height: 100%;
  max-width: 123px;
  max-height: 130px;
  padding: 26px 0 32px 0;
  margin: 0 9px;
  background-color: #F5F5F5;
  object-fit: cover;
  cursor: pointer;
}

.opacity-img {
  animation: opacity_img 0.3s;
}

@keyframes opacity_img {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.full-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000c;
  z-index: 999;
}

.full-img__content {
  position: relative;
}

.full-img__image {
  display: block;
  /* width: 90%; */
  max-width: 90vw;
  /* height:90%; */
  max-height: 90vh;
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out;
}

.full-img__close-btn {
  position: absolute;
  top: -45px;
  right: 5%;
  padding: 10px;
  margin: 0 -10px 0 0;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

.full-img__close-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 980px) {

  /* .news-section {
        width: 90%;
    } */
  .news-page {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .news-content-box, .news-page__img-box {
    width: 100%;
  }

  .news-page__img-box {
    margin: 27px 0 0 0;
  }

  .news-page__content p {
    font-size: 16px !important;
  }
}

/* Video Styles */
.videos-select {
  width: 243px;
  height: 41px;
  margin-right: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border: 0;
  padding-left: 10px;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #eee;
  /* Positions background arrow image */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
}

.video-list {
  display: grid;
  margin-top: 60px;
  gap: 25px 25px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.videos__block {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  transition: 0.3s;
  opacity: 1;
}

.videos__img {
  /* position: relative;
  margin: auto;
  overflow: hidden;
  height: 200px; */
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videos__img img {
  /* width:100%;
  height: 100%;
  object-fit: cover;
  opacity: 1; */
  position: absolute;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.videos__info {
  padding: 15px 23px 44px 40px;
  height: 150px;
}

.videos__date {
  color: #6D6D6D;
  margin-bottom: 19px;
  font-size: 16px;

}

.videos__title {
  letter-spacing: 0px;
  color: #212832;
  font-size: 20px;
  font-family: Raleway_bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

.videos-page__title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 37px;
  margin: 0 0 27px 0;
  color: #212832;
  font-family: 'Raleway_bold';
}

.videos-page__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin: 0;
  color: #4D4D4F;
  margin-bottom: 25px;
  font-family: 'Raleway_medium';
}

.videos-page__date:before {
  content: "";
  width: 16px;
  height: 18px;
  padding: 15px;
  background-image: url(../images/latest_news/icon-material-date-range.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.videos-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 25px 0;
  color: #000000;
  font-family: 'Raleway_medium';
}

.videos-page__button {
  padding: 15px 33px;
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  color: #fff;
  border: none;
  background: #959595 0% 0% no-repeat padding-box;
}

.videos-page__button:hover {
  opacity: 0.8;
}

.videos-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videos-video iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}