.news_banner {
  padding-bottom: 60px;
  background-image: url(../img/page_newspage_news-banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-attachment: scroll\9;
}
.news_banner .content {
  max-width: 1465px;
}
.news_banner .news_banner-title {
  padding-top: 80px;
  margin-bottom: 65px;
  text-align: center;
}
.news_banner .news_banner-title h1 {
  margin-top: 7px;
  font-size: 52px;
  line-height: 55px;
}
.news_banner .news_banner-main {
  position: relative;
  padding-bottom: 48px;
}
.news_banner .news_banner-main .swiper_news_banner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.news_banner .swiper-btn {
  top: 48%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #05208b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.news_banner .swiper-btn.swiper-button-disabled {
  background-color: #484848;
  opacity: 1;
}
.news_banner .swiper-button-next {
  right: -4.7rem;
  background-image: url(../img/swiper_right_white.svg);
}
.news_banner .swiper-button-prev {
  left: -4.7rem;
  background-image: url(../img/swiper_left_white.svg);
}
.news_banner .swiper-button-prev:after,
.news_banner .swiper-rtl .swiper-button-next:after,
.news_banner .swiper-button-next:after {
  content: '' !important;
}
.news_banner .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news_banner .swiper-pagination .swiper-pagination-bullet {
  width: 31px;
  height: 3px;
  background-color: #cccccc;
  border-radius: unset;
  opacity: 1;
  margin: 0 4px;
}
.news_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #05208b;
}

.news_banner-item {
  height: 525px;
  background-color: #fff;
  margin-top: 45px;
  padding: 0 55px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news_banner-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.news_banner-item .item_img {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  top: -45px;
  width: 48%;
  height: 500px;
}
.news_banner-item .item_img .img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/page_news-banner_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news_banner-item .item_text {
  width: 48%;
  padding-top: 89px;
  padding-bottom: 131px;
}
.news_banner-item .item_text p {
  font-size: 1rem;
  color: #777777;
}
.news_banner-item .item_text p > strong {
  color: #05208b;
  font-size: 1.6rem;
  margin-right: 5px;
}
.news_banner-item .item_text p.excerpt{
  margin-top: 1rem;
}
.news_banner-item .item_text h2 {
  margin-top: 30px;
  font-size: 34px;
}
.news_banner-item .item_text span {
  display: block;
  margin-top: 20px;
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.news_banner-item .item_text span.read_more {
  font-weight: 500;
  margin-top: 2.8rem;
  color: #05208b;
  font-size: 21px;
  font-weight: 500;
}
.news_banner-item .item_text span.read_more > i.icon {
  width: 24px;
  height: 13px;
  margin-left: 0.7rem;
}

ul.our_fairs_main-nav_list,
.page_single_product ul.our_fairs_main-nav_list {
  display: flex;
  column-gap: 30px;
}
li.our_fairs_main-nav_item a.btn,
.page_single_product li.our_fairs_main-nav_item a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 45px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.2s;
}
li.our_fairs_main-nav_item.active a.btn,
li.our_fairs_main-nav_item:hover a.btn,
.page_single_product li.our_fairs_main-nav_item.active a.btn,
.page_single_product li.our_fairs_main-nav_item:hover a.btn {
  background-color: #05208b;
  color: #fff;
  border: 1px solid #05208b;
}
.our_fairs_main .our_fairs_main-item p.data,
.page_single_product .our_fairs_main-item p.data {
  font-size: 14px;
  color: #777777;
}
.our_fairs_main .our_fairs_main-item p.data > strong,
.page_single_product .our_fairs_main-item p.data > strong {
  color: #05208b;
  font-size: 1.5rem;
  margin-right: 5px;
}
.our_fairs_main .our_fairs_main-item span.learn_more,
.page_single_product .our_fairs_main-item span.learn_more {
  font-weight: 500;
  margin-top: 28px;
  font-weight: 500;
}
.our_fairs_main .our_fairs_main-item p.item_title,
.page_single_product .our_fairs_main-item p.item_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
}
.single_news_main-aside__obj .categories li{
  margin-bottom: 25px;
  text-transform: capitalize;
}
.single_news_main-aside__obj .categories li:hover a{
  color: #05208b;
}
.single_news_main-aside .item_img{
  overflow: hidden;
}
.single_news_main-aside li:hover .img{
  transform: scale(1.1);
}
.our_fairs_main ul.our_fairs_main-list {
  flex-wrap: wrap;
}
.our_fairs_main ul.our_fairs_main-list li {
  width: 31.5%;
  margin-bottom: 2rem;
  box-shadow: 0 0 18px rgba(0,0,0,0.1);
}
.our_fairs_main ul.our_fairs_main-list div.img_box {
  height: 18rem;
  border-radius: 0.5rem;
  position: relative;
}
.our_fairs_main .our_fairs_main-top {
  margin-bottom: 3.5rem;
}
.our_fairs_main ul.our_fairs_main-list div.img_box div.date {
  position: absolute;
  bottom: 1.5rem;
  padding-top: 0.9rem;
}
.our_fairs_main span.day {
  font-weight: 700;
  color: #05208b;
  font-size: 2.2rem;
  line-height: 2.3rem;
}
.our_fairs_main .text_content {
  padding: 4rem 1.5rem;
}
.our_fairs_main span.link_btn {
  color: #05208b;
}
.our_fairs_main .content {
  max-width: 1200px;
}
.our_fairs_main ul.our_fairs_main-list div.img_box {
  height: 16rem;
}
.our_fairs_main .img_box div.date:before {
  border: 10px solid #fff;
  background-color: #eee;
}
.our_fairs_main .img_box div.date {
  width: 5.5rem;
  height: 5.5rem;
}