@charset "UTF-8";

/*===================================================================
news_6
    消息卡片
    消息按鈕
    分頁
    側欄選單
    消息內頁文章
    消息分享
=====================================================================*/


/*
-----------------------------------------------------------------------
    news_6
-----------------------------------------------------------------------
*/



/*/////////////////消息卡片/////////////////*/

.news_6__post-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.news_6__inner-content {
  position: relative;
  box-shadow: 0px 0px 6px 0px rgb(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
}

.news_6__thumb {
  position: relative;
  overflow: hidden;
}

.news_6__thumb a {
  display: block;
}

.news_6__img {
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.news_6__thumb:hover .news_6__img {
  transform: scale(1.05) rotate(0.05deg);
  -webkit-transform: scale(1.05) rotate(0.05deg);
  -moz-transform: scale(1.05) rotate(0.05deg);
  -ms-transform: scale(1.05) rotate(0.05deg);
  -o-transform: scale(1.05) rotate(0.05deg);
}

.news_6__content {
  background-color: #fff;
}

.news_6__category {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  padding: 4px 16px;
  background-color: rgb(255 144 22 / 40%);
  border-radius: 24px;
  transition: .3s all;
}

a.news_6__category:hover {
  color: #fff;
  background: #1EAEDD;
}

.news_6__title a {
  color: #1EAEDD;
  min-height: 33px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_6__title a:hover {
  color: #777;
}

.news_6__content p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  min-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_6__category-icon {
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .news_6__content {
    left: 0;
    padding-left: 0;
    position: relative;
  }
}


@media only screen and (max-width: 767px) {
  .news_6__post-item {
    margin-bottom: 30px;
  }

  .news_6__content {
    padding-top: 20px;
  }

  .news_6__content p {
    min-height: inherit;
  }
}


/*/////////////////消息按鈕/////////////////*/

.news_6__btn-wrapper {
  display: flex;
  justify-content: flex-end;
}


/*/////////////////側欄選單/////////////////*/


.news_6__widget-item {
  border-radius: 10px;
  margin-bottom: 60px;
  padding-right: 30px;
}

.news_6__widget-item.news_6__widget-item--search {
  border: none;
  background-color: transparent;
}

.news_6__widget-title {
  color: #1EAEDD;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  width: fit-content;
}

.news_6__widget-title::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -2px;
  height: 8px;
  width: 100%;
  background-color: rgb(255 144 22 / 15%);
  z-index: -1;
}

.news_6__form-input-item {
  position: relative;
}

.news_6__form-input-item input {
  border: none;
  background: none;
  color: #777;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 10px 70px 10px 19px;
  width: 100%;
  border-bottom: 1px solid #ff9016;
}

.news_6__form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
}

.news_6__form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}

.news_6__form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
}

.news_6__form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}

.news_6__btn-src {
  background-color: transparent;
  border: none;
  color: #1EAEDD;
  font-size: 18px;
  position: absolute;
  padding: 9px 20px;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.news_6__btn-src:hover {
  background-color: #777;
  color: #fff;
}

.news_6__widget-categories ul {
  margin: 0;
}

.news_6__widget-categories ul li {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 19px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.news_6__widget-categories ul li.active {
  border-bottom: 1px solid #1EAEDD;
  background-color: rgb(255 144 22 / 15%);
}

.news_6__widget-categories ul li.active a,
.news_6__widget-categories ul li.active span {
  color: #1EAEDD;
}

.news_6__widget-categories ul li:last-child {
  margin-bottom: 0;
}

.news_6__widget-categories ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #494949;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.news_6__widget-categories ul li a span {
  color: #494949;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.news_6__widget-categories ul li:hover {
  color: #1EAEDD;
  background-color: rgb(255 144 22 / 15%);
  border-color: #1EAEDD;
}

.news_6__widget-categories ul li:hover a {
  color: #1EAEDD;
}

.news_6__widget-categories ul li:hover a span {
  color: #1EAEDD;
}

.news_6__widget-body {
  margin-top: 30px;
}

.news_6__widget-blog-post {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 22px;
}

.news_6__widget-blog-post:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news_6__widget-blog-post ul {
  margin: 0;
}

.news_6__widget-blog-post ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.news_6__side-thumb {
  margin-right: 16px;
  overflow: hidden;
  width: 120px;
  border-radius: 5px;
}

.news_6__side-thumb img {
  width: 100%;
  transition: 0.3s;
  border-radius: 5px;
}

.news_6__side-thumb a:hover img {
  transform: scale(1.05);
}

.news_6__side-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: calc(100% - 136px);
  margin-top: -7px;
}

.news_6__side-content span {
  color: #888888;
  font-size: 14px;
  text-transform: uppercase;
}

.news_6__side-content h4>a {
  color: #383838;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_6__side-content h4 a {
  color: #383838;
}

.news_6__side-content h4 a:hover {
  color: #1EAEDD;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .news_6__widget-blog-post ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .news_6__side-content {
    width: 100%;
    margin-top: 0;
  }

  .news_6__side-thumb {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .news_6__title a {
    font-size: 20px;
    margin-bottom: 0;
  }

  .news_6__widget-item {
    padding-right: 0px;
  }
}

/*/////////////////消息內頁文章/////////////////*/

.news_6__single-tumb {
  margin-bottom: 30px;
}

.news_6__single-tumb img {
  width: 100%;
}

.news_6__single-content {
  margin-bottom: 30px;
}

.news_6__single-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.news_6__disc ul {
  padding-left: 37px;
  list-style: disc;
}

.news_6__disc ul>li {
  list-style: disc;
}


@media only screen and (max-width: 991px) {
  .news_6__widget-item.news_6__widget-item--search {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .news_6__widget-item {
    margin-bottom: 50px;
  }

  .news_6__single-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .news_6__single-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .news_6__single-title {
    font-size: 22px;
  }
}

/*/////////////////消息分享/////////////////*/


.news_6__social-sharing {
  margin-top: 35px;
}

.news_6__social-sharing span {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 20px;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 14px;
  text-transform: uppercase;
}

.news_6__social-sharing .news_6__social-icons a {
  color: #B4B4B4;
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
  text-align: center;
  line-height: 1;
}

.news_6__social-sharing .news_6__social-icons a:hover {
  color: #1EAEDD;
}


.news_6__social-icons .fab.fa-facebook-f {
  font-size: 18px;
}

.news_6__social-icons .fa.fa-link {
  font-size: 18px;
}

.news_6__social-icons-icon {
  position: relative;
  top: 1px;
}

span.news_6__social-icons-icon {
  position: relative;
  top: 3px;
  background: #B4B4B4;
  -webkit-mask: url(../images/line.svg) no-repeat;
  -webkit-mask-size: contain;
  width: 19px;
  height: 20px;
  margin: 0 auto;
  transition: 0.3s;
}

.news_6__social-icons-icon:hover {
  background-color: #1EAEDD;
  transition: 0.3s;
}

.news_6__social-icons-icon-inner {
  width: 18px;
}

.news_6__social-icons-icon-inner.normal {
  display: block;
}

.news_6__social-icons-icon-inner.hover {
  display: none;
}

.news_6__social-icons-icon:hover .news_6__social-icons-icon-inner.normal {
  display: none;
}

.news_6__social-icons-icon:hover .news_6__social-icons-icon-inner.hover {
  display: block;
}


/*
-----------------------------------------------------------------------
  more btn
-----------------------------------------------------------------------
*/
.btn_6 .btn {
  padding: 8px 20px;
  border: 1px solid #1EAEDD;
  border-radius: 0px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  overflow: hidden;
}

.btn_6 .btn-3 {
  border: none;
  background: none;
  text-align: right;
  padding: 0 0 3px;
  color: #1EAEDD;
  border-bottom: 1px solid #1EAEDD;
}

.btn_6 .btn-3:hover {
  color: #777;
  border-bottom: 1px solid #777;
}

.btn_6 .btn-3 img {
  margin-left: 10px;
  left: -200px;
  filter: drop-shadow(#1EAEDD 200px 0);
  transition: 0s;
}

.btn_6 .btn-3:hover img {
  position: relative;
  margin-left: 10px;
  left: -400px;
  filter: drop-shadow(#777 400px 0);
  transition: 0s;
}


/*
-----------------------------------------------------------------------
  no-data_6
-----------------------------------------------------------------------
*/

.no-data_6 {
  width: 100%;
  color: #777;
  text-align: center;
  background-color: rgb(255 144 22 / 15%);
  border: 1px solid #ff9016;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}


/*
-----------------------------------------------------------------------
  pagination_6
-----------------------------------------------------------------------
*/

.pagination_6 {
  position: relative;
  margin-top: 3rem;
}


.pagination_6 .pagination {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_6 .pagination li {
  display: inline-block;
}

.pagination_6 .pagination li+li {
  margin-left: 10px;
}

.pagination_6 .pagination li .page-link {
  color: #777;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
}

.pagination_6 .pagination li .page-link:hover {
  background-color: #1EAEDD;
  color: #fff;
}

.pagination_6 .pagination li .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 144 22 / 15%);
}

.pagination_6 .pagination li .page-link.active {
  background-color: #1EAEDD;
  color: #fff;
}

.pagination_6 .pagination>li>a {
  border: 0;
}


/*
-----------------------------------------------------------------------
  custom
-----------------------------------------------------------------------
*/
@media(max-width:991px) {
  .news_6 .container > .row {
    display: flex;
    flex-direction: column;
  }

  .news_6 .container > .row .col-md-3 {
    order: 1;
    margin-top: 30px;
  }

}
