

/* --- news-slider --- */

.news__item:not(.news__item.slider){
  max-width: 440px;
  width: 33%;
}
.news__item--img{
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.news__item--content{
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--c-gray);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  align-items: center;
}
.news__item--time{
  font-size: 1.4rem;
  font-weight: 500;
  color: #686868;
}
.news__item--category{
  font-size: 1.4rem;
  font-weight: 400;
  padding: 4px 25px 2px 25px;
  background-color: var(--c-gray);
  color: #fff;
}
.news__item--title{
  font-size: 2.1rem;
  font-weight: 500;
  display: block;
  width: 100%;
  min-height: 94px;
  color: #444444;
}
.news_swiper{
  margin-top: 60px;
}
.swiper__header{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.swiper__header--tittle{
  font-size: 3.6rem;
  color: #444444;
}
.swiper__header--arrow{
  margin-top: 1px;
}
.swiper__header--arrow{
  position: relative;
  margin-left: 25px;
  width: 60px;
  display: flex;
  height: 33px;
  justify-content: space-between;
}
.swiper__header--wrap{
  display: flex;
  align-items: center;
}
.swiper__header--link-more{
  font-size: 2rem;
  color: var(--c-orange);
  position: relative;
  min-height: 34px;
}
.swiper__header--link-more::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-orange);
  position: absolute;
  bottom: 0px;
}
.swiper__header--link-more:hover{
  color: #686868;
}
.swiper__header--link-more:hover::before{
  background-color: #686868;
}
.swiper__header--arrow .swiper-button-prev{
  transform: rotate(180deg);
}
.news_swiper .swiper-button-next, .news_swiper .swiper-button-prev{
  position: relative;
}
.news_swiper .swiper-button-next:after, .news_swiper .swiper-button-prev:after{
  content: none;
  position: none;
}
.news_swiper .swiper-button-next svg, .news_swiper .swiper-button-prev svg{
  width: auto;
  height: auto;
}
.news_swiper .swiper-button-prev{
  left: 0;
  justify-content: end;
}
.news_swiper .swiper-button-next{
  right: 0;
  justify-content: right;
}
.news_swiper .swiper-slide{
  background-color: transparent;
  text-align: start;
}
@media screen and (max-width: 767px){
  .news__item--title{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px){
  .swiper__header{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px){
  .news__item--img{
    max-height: 220px;
  }
}


/* --- news detail --- */

.news-text-wrap{
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: 35px;
}
.news-img-wrap img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.news-single .article-d-header{
   font-size: 2.5rem;
    color:var(--color-primary);
  font-weight: 600;
  margin-bottom: 25px;
}
.news-single .under-header{
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 15px;
}
.news-single .news-list-category{
  background-color: #d9d9d9;
  padding: 7px 20px 3px 20px;
  border-radius: 5px;
}
.article__teaser{
      margin: 1em 0em 2em 0em;
    font-size: 1.4rem;
  display: block;
  color: #2c2c2c;
  line-height: 34px;
}
@media screen and (max-width: 992px){
  .news-single{
    margin-top: 70px;
  }
  .news-single .article-d-header{
    font-size: 2.8rem;
  }
  .news-text-wrap{
    font-size: 1.8rem;
  }
  .article__teaser{
    font-size: 2rem;
  }
  .news-img-wrap img{
    height: 350px;
  }
}
@media screen and (max-width: 576px){
  .news-img-wrap img{
    height: 250px;
    object-fit: cover;
  }
  .image-wrapper img{
    max-width: 100%; 
display: block; 
height: auto;
  }
}

 /* --- news list page --- */

 .news{
  margin-bottom: 80px;
 }
 .news__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  justify-content: space-between;
 }
 .news__wrap > header{
  display: block;
  width: 100%;
 }
 .news__wrap > header *{
  font-size: 3.6rem;
  color: #444444;
  margin-bottom: 0px;
 }
 .news__wrap > a{
  display: none;
  content-visibility: hidden;
 }
 .news__wrap .news__item{
    max-width: 33%;
    width: calc(33% - 40px) !important;
 }
 .news__wrap .f3-widget-paginator{
  display: block;
  content-visibility: visible;
  width: 100%;
  list-style: none;
  padding: 0px;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: end;
  font-size: 1.5rem;
  line-height: 17px;
 }

 .news__wrap .f3-widget-paginator .current,
 .news__wrap .f3-widget-paginator li a{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .news__wrap .f3-widget-paginator .current,
 .news__wrap .f3-widget-paginator .current:hover,
 .news__wrap .f3-widget-paginator li a:hover{
  color: #fff;
  background-color: var(--c-orange);
 }
 @media screen and (max-width: 1199px){
  .news__wrap{
    column-gap: 40px;
  }
  .news__item:not(.news__item.slider){
    width: calc(50% - 20px) !important;
    max-width: 100% !important;
  }
  .news__item--content{
    margin-bottom: 0px;
  }
 }

 @media screen and (max-width: 1199px){
  .news__item:not(.news__item.slider){
    width: 100% !important;
  }
 }

 .blog .image-wrapper {
    padding:15px;
    text-align: center;
 }
 .blog .card {
    border-radius: 0;
 }
 .blog .text-box {
    padding:2em 1em 1.5em 1em;
    text-align: left;
 }
 .blog .heading {
    font-size:1.2rem;
    font-weight: 600;
    min-height: 2.7em;
        line-height: 27px;
 }

 .blog .button_belt {
    top:0px;
    text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
 }

 .blog .border-top {
    border-top:1px solid #D3D3D3 !important;
    padding-top:1.7em;
    margin-top:1em;
    text-align: center;
 }
 .blog .button_belt .bt {
    width:28px;
    height: 28px;
        line-height: 19px;
        top:-5px;
        margin-left: 10px;
 }
 .blog .button_belt .bt img {
    width:15px;
    height: 15px;
    top:2px;
 }


.image-wrapper img.img-fluid{
max-height: 230px;
    object-fit: cover;
    min-height: 230px;
}

.news .ce-bodytext {
  padding-top:2.7em;
}
.news .ce-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}
.news .accordion {
  color:#000;
}
.news .highlight {
    color:var(--bg-gray-primary);
    font-size: 1.8rem;
    margin-right: 0;
    position: relative;
    top:0;
}
.news .accordion-header .accordion-button{
      color:var(--bg-gray-primary) !important;
    font-size: 1.8rem;
}

.news .accordion-button::after, .news .accordion-button:not(.collapsed)::after {
    filter: brightness(1) invert(0);
}

.news .accordion .ce-bodytext, .news .accordion .ce-bodytext p{
    color:#000 !important
}
.news .accordion .ce-bodytext {
  padding-top:1.5em;
}

.news-text-wrap ul li::before, div.ce-bodytext > ul li::before {
  content: '';
    position: absolute;
    left: -30px;
    top: 9px;
    width: 18px;
    height: 19px;
    background: url(../Icons/arrow-check.svg);
    background-size: 19px 19px;
}
.news-text-wrap ul, div.ce-bodytext > ul {
  margin-top:13px;
}
.news-text-wrap ul li, div.ce-bodytext > ul li {
  padding-left:0;
}
.news-text-wrap .ce-column {
    margin-right: 20px;
} 
.section.section-default.blog .card{
  margin-bottom:3em;
}
figcaption.image-caption {
  font-size:0.9rem;
  margin-top:8px;
  padding: 3px;
  text-align: center;
}





.f3-widget-paginator {
    display: flex;
    list-style: none;
    margin-top: 1.5rem;
    align-items: center;
    justify-content: center;
}

.f3-widget-paginator .current {
    color: #f26523;
        font-weight: 600;
}

.f3-widget-paginator li {
    padding: 0 5px;
}
.f3-widget-paginator a {
    color: #000;
    font-weight: 600;
}

.blog .button_belt {
  font-size:0.9rem;
}

.news__item {
  padding:1em !important;
  border:1px solid #eee;
  background-color: #fff;
  border-radius: 13px;
  margin:1em;
}
.news__item img {
  border-radius:13px;
}
.news__item:not(.news__item.slider) {
    max-width: 383px;
    width: 33%;
}

.news__item--time {
    font-size: 0.8rem;
    font-weight: 500;
    color: #686868;
}
.news__item--title {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    width: 100%;
    min-height: 94px;
    color: #000;
}

.news-single .button_belt {
    padding: 13px 20px 13px 20px;
    margin: 30px auto;
    border: 2px solid #000;
    background-color: #fff;
    font-size: 1.1rem;
    position: relative;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
}

.news.news-single .button_belt {
  display: none;
}