.section_all-news {
  padding: 140px 0;
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: fixed;
}
.section_all-news .ss-main .ss-single-selected {
  padding: 0;
}
.section_all-news .ss-main .ss-multi-selected,
.section_all-news .ss-main .ss-single-selected {
  background: transparent;
}
.section_all-news .ss-main .ss-single-selected .ss-arrow {
  margin: 0 0 0 10px;
}
.section_all-news .ss-main .ss-single-selected .ss-arrow span.arrow-down {
  margin: -6px 0 0;
}
.section_all-news .vessel-tab .tab-item {
  display: block;
}
/* .section_all-news .vessel-tab .tab-item.hide {
  display: none;
} */
.section_all-news .vessel-tab .tab-links {
  margin-bottom: 0;
}
.section_all-news .vessel-tab {
  min-height: 1px;
}
.section_gallery {
  padding: 140px 0 310px;
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: fixed;
}
.section_gallery .inner {
  text-align: center;
}
.section_gallery .wrapper-inner {
  margin-bottom: 80px;
}
.section_gallery .vessel-tab .tab-links a.active,
.section_gallery .vessel-tab .tab-links a:hover {
  color: #fff;
}
.section_gallery .vessel-tab .tab-links a {
  color: #febd71;
}
.section_gallery .vessel-tab .tab-links a:after {
  background-color: #febd71;
}
.section_gallery .vessel-tab .tab-item {
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
}
.section_gallery .vessel-tab .tab-item.hide {
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
}
.section_gallery .vessel-tab .tab-links {
  margin-bottom: 0;
}
.section_gallery .vessel-tab .tab-cont {
  position: relative;
}
.section_gallery .vessel-tab .wrapper {
  margin-bottom: 60px;
}
.section_gallery .slick-prev {
  left: 20%;
}
.section_gallery .slick-next {
  right: 20%;
}
.section_gallery .slick-dots {
  bottom: -67px;
}
.section_gallery .slick-dots .dot {
  border-color: #febd71;
}
.section_gallery .slick-dots li.slick-active .dot {
  border-color: #fff;
  background-color: #fff;
}
.section_gallery .slick-dotted.slick-slider {
  margin-bottom: 67px;
}
.section_news-one {
  padding: 20px 0 40px;
}
.section_news-one .wrapper {
  max-width: 880px;
}
.section_news-slider {
  padding: 140px 0;
}
.section_news-slider h3 {
  color: #343637;
}
.section_news-slider .all-news__list {
  display: block;
  margin-bottom: 0;
}
.section_news-slider .all-news__item {
  width: auto;
  margin: 0 20px;
  height: 371px;
}
.section_news-slider .slick-prev,
.section_news-slider .slick-next {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.section_news-slider .slick-prev:before,
.section_news-slider .slick-next:before {
  color: #d8232a;
}
.section_news-slider .slick-arrow {
  margin-right: 40px;
}
.section_news-slider .slick-arrow:last-child {
  margin-right: 0;
}
.all-news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.all-news-action {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-news-action-name {
  margin-right: 20px;
  color: #989ca0;
  white-space: nowrap;
}
.all-news-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-news-action_cat .ss-content.ss-open {
  min-width: 120px;
}
.all-news-action_year .ss-content.ss-open {
  min-width: 100px;
}
.all-news__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 40px -20px;
}
.all-news__item {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
}
.all-news__link {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.all-news__link:hover .all-news-pic:after {
  opacity: 1;
}
.all-news__link:hover .all-news-pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.all-news-pic {
  position: relative;
  height: 238px;
  overflow: hidden;
}
.all-news-pic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.all-news-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: initial;
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  will-change: trnasform;
}
.all-news-inner {
  padding: 30px 40px;
}
.all-news-title {
  margin-bottom: 10px;
  color: #343637;
}
.all-news-date {
  color: #989ca0;
  line-height: 11px;
}
.all-news-more {
  text-align: center;
}
.all-news-more a, .all-news-more div {
  color: #d8232a;
  cursor: pointer;
}
.all-news-more a:hover, .all-news-more div:hover {
  color: #343637;
}
.gallery__list {
  padding: 0;
  margin: 0;
}
.gallery__item {
  display: block;
  margin: 0 80px;
}
.gallery__item.slick-center .gallery__link {
  opacity: 1;
}
.gallery__link {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  opacity: 0.5;
}
.news-one-back {
  position: absolute;
  color: #d8232a;
}
.news-one-back:hover {
  color: #000;
}
.news-one-text p {
  font-size: 16px;
  line-height: 24px;
  color: #343637;
  padding-bottom: 5px;
}
.news-one-text p:last-of-type {
  padding-bottom: 0;
}
.news-one-pic,
.section_news-one figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 15px !important;
  overflow: hidden;
}
.news-one-pic-wrap,
.section_news-one figure {
  margin: 40px 0;
}
.news-one-caption,
.wp-block-image figcaption {
  font-size: 11px;
  color: #989ca0;
}
.news-one__list {
  margin: 40px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-one__item {
  margin-right: 10px;
  border-radius: 20px;
  border: 1px solid #febd71;
}
.news-one__item a, .news-one__item div {
  color: #111;
  display: inline-block;
  font-size: 11px;
  padding: 9px 19px 8px;
}
.news-one__item:last-child {
  margin-right: 0;
}
.news-slider-top {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-slider-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media (max-width: 1200px) {
  .news-one-back {
    display: inline-block;
    margin-bottom: 10px;
    position: static;
  }
}
/* Medium Devices, Desktops */
@media (max-width: 991px) {
  .section_all-news {
    padding: 70px 0;
  }
  .all-news-pic {
    height: 170px;
  }
  .all-news-inner {
    padding: 20px;
  }
  .section_gallery {
    padding: 70px 0 150px;
  }
  .section_gallery .slick-prev {
    left: 13%;
  }
  .section_gallery .slick-next {
    right: 13%;
  }
  .all-news__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 40px;
  }
  .all-news__list {
    margin: 0 -10px 40px;
  }
  .gallery__item {
    margin: 0 40px;
  }
  .section_news-slider .all-news__item {
    height: 310px;
    margin: 0 10px;
  }
  .news-slider-top {
    margin-bottom: 40px;
  }
  .section_news-slider {
    padding: 100px 0;
  }
}
/* Small Devices, Tablets */
@media (max-width: 767px) {
  .all-news__item {
    width: calc(50% - 20px);
  }
  .all-news__list {
    margin: 0 -10px 20px;
  }
  .section_gallery .wrapper-inner {
    margin-bottom: 40px;
  }
  .gallery__item {
    margin: 0 80px;
  }
  .section_gallery .slick-next {
    right: 20px;
  }
  .section_gallery .slick-prev {
    left: 20px;
  }
  .all-news-top {
    margin-bottom: 40px;
  }
  .section_gallery {
    padding: 50px 0 150px;
  }
  .section_all-news {
    padding: 50px 0;
  }
  .section_news-slider .all-news__item {
    height: 260px;
  }
  .section_news-slider {
    padding: 50px 0;
  }
  .section_news-slider .slick-arrow {
    margin-right: 20px;
  }
  .news-one__list {
    margin: 20px 0;
  }
  .news-one-pic {
    margin-bottom: 20px;
  }
  .news-one-text p {
    font-size: 13px;
    line-height: 19px;
  }
  .news-one-pic-wrap {
    margin: 20px 0;
  }
}
/* Small Devices, Tablets */
@media (max-width: 580px) {
  .all-news-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .all-news-action:first-child {
    margin-left: 0;
  }
  .section_all-news .vessel-tab .tab-links {
    margin-bottom: 30px;
  }
  .all-news__list {
    margin-bottom: 50px;
  }
  .gallery__item {
    margin: 0 40px;
  }
  .section_gallery .slick-prev {
    left: 5px;
  }
  .section_gallery .slick-next {
    right: 5px;
  }
  .section_gallery .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .section_gallery .slick-dots {
    bottom: -30px;
  }
  .section_gallery .vessel-tab .tab-links a {
    margin-right: 20px;
  }
  .section_gallery .vessel-tab .tab-links a:last-child {
    margin-right: 0;
  }
  .section_gallery .vessel-tab .wrapper {
    margin-bottom: 40px;
  }
  .section_gallery .vessel-tab {
    min-height: 1px;
  }
}
/* Small Devices, Tablets */
@media (max-width: 480px) {
  .all-news__item {
    width: calc(100% - 20px);
  }
  .all-news__item:last-child {
    margin-bottom: 0;
  }
}
