@charset "utf-8";
/* CSS Document */

@import url("../../fonts/1. KB FONT_Bold(CI).otf");
@import url("../../fonts/KBFGDisplayL.ttf");
@import url("../../fonts/KBFGDisplayM.ttf");
@import url("../../fonts/KBFGDisplayMI.ttf");
@import url("../../fonts/KBFGTextL.ttf");
@import url("../../fonts/KBFGTextM.ttf");
@import url("../fontawesome/all.css");
@import url("../fontawesome/fontawesome.css");

@font-face {
  font-family: 'KBFG Text Light';
  src: url("../../fonts/KBFGTextL.ttf") format('truetype');
}
@font-face {
  font-family: 'KBFG Text Medium';
  src: url("../../fonts/KBFGTextM.ttf") format('truetype');
}
@font-face {
  font-family: 'KBFG Display Medium';
  src: url("../../fonts/KBFGDisplayM.ttf") format('truetype');
}
@font-face {
  font-family: 'KBFG Display Medium Italic';
  src: url("../../fonts/KBFGDisplayMI.ttf") format('truetype');
}
@font-face {
  font-family: 'KBFG Display Light';
  src: url("../../fonts/KBFGDisplayL.ttf") format('truetype');
}
@font-face {
  font-family: 'KB_Bold';
  src: url("../../fonts/1. KB FONT_Bold(CI).otf") format('opentype');
}

select,
optgroup {
  font-family: 'KBFG Text Medium';
}


/*--------------------------------------------------------------
# News Update General
--------------------------------------------------------------*/
#newsUpdateSection {
  width: 100%;
  position: relative;
  display: block;
}

#newsMainContentContainer {
  display: -webkit-box;
}

@media (max-width: 575px) {
  #newsUpdateSection {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# News Main Content Container
--------------------------------------------------------------*/
#newsMainContentContainer > .carousel-item {
  display: flex;
  visibility: hidden;
  transition: all 0.25s linear;
}

#newsMainContentContainer > .carousel-item.active, 
#newsMainContentContainer > .carousel-item-next, 
#newsMainContentContainer > .carousel-item-prev {
  display: block;
  visibility: visible;
  transition: all 0.25s linear;
}

@media (max-width: 575px) {
  #newsMainContentContainer > .carousel-item {
    display: none;
  }

  #newsMainContentContainer > .carousel-item.active, 
  #newsMainContentContainer > .carousel-item-next, 
  #newsMainContentContainer > .carousel-item-prev {
    display: block;
  }
}

/*--------------------------------------------------------------
# News Tabs
--------------------------------------------------------------*/
.newsTabControl.carousel-indicators {
  top: 127.5vh;
  z-index: 10;
  list-style: none;
  margin: 0 auto;
  justify-content: center;
  display: block;
  bottom: unset;
}

.newsTabControl.carousel-indicators [data-bs-target] {
  text-indent: 0;
  height: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 0 1em;
  flex: 0 0 auto;
  background-color: transparent;
  transition: all 0.25s linear;
  border: none;
  padding: 0em 3em;
  padding-bottom: 5px;
}

.newsTabControl .newsTab {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 2em auto;
  padding: 0.5em 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(119, 108, 97, 1);
}

.newsTabControl .newsTab a {
  color: rgba(119, 108, 97, 1);
  text-decoration: none;
  font-family: "KBFG Text Medium";
  font-weight: 400;
  transition: all 0.25s linear;
  opacity: 0.5;
  
}

.newsTabControl .newsTab a.active {
  font-weight: 600;
  opacity: 1;
  transition: all 0.25s linear;
  border-bottom: 5px solid rgba(119, 108, 97, 1);
  padding-bottom: 0px;
}

.newsTabControl .newsTab a:hover {
  transition: all 0.25s linear;
}

@media (max-width: 375px) {
  .newsTabControl.carousel-indicators {
    top: 138vh !important;
    padding: 0 0.5em;
    display: block;
  }
}

@media (max-width: 575px) {
  .newsTabControl.carousel-indicators {
    top: 134vh;
    padding: 0 0.5em;
    justify-content: space-between;
  }
  
  .newsTabControl.carousel-indicators [data-bs-target] {
    padding: 0 0.25em !important;
    padding-bottom: 3px !important;
    display: flex !important;
    justify-content: space-between !important;
    margin: 0 !important;
  }
  
  .newsTabControl .newsTab {
    display: flex !important;
    padding: 0;
    justify-content: space-between;
  }
  
  .newsTabControl .newsTab a {
    font-size: 0.65em;
    margin-bottom: 0 !important;
  }
  
  .newsTabControl .newsTab a.active {
    border-bottom: 3px solid rgba(119, 108, 97, 1);
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .newsTabControl .newsTab {
    display: flex;
  }
  
  .newsTabControl.carousel-indicators [data-bs-target] {
    padding: 0 2em;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# News Banner
--------------------------------------------------------------*/
#newsMainContentContainer .newsBannerImg {
  height: 120vh;
  width: 100%;
  display: block;
  position: relative;
}

#newsMainContentContainer .newsBannerImg img {
  height: 120vh;
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
@media (max-width: 575px) {
  #newsMainContentContainer .newsBannerImg {
    height: 100vh;
  }
  
  #newsMainContentContainer .newsBannerImg img {
    height: 100vh;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }
}

/*--------------------------------------------------------------
# News Yellow Frame
--------------------------------------------------------------*/
#newsMainContentContainer .yellowFrameArea {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  top: -14em;
  margin-bottom: -10em;
}

.yellowFrameArea .yellowFrame {
  margin: 0 auto;
  margin-bottom: 3.5em;
  background-color: #FFD643;
  border-radius: 1.5em;
  position: relative;
  display: block;
  padding: 0 2em;
}

.yellowFrame .newsYellowFrame {
  margin: 0.5em auto;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  max-height: 35em;
  min-height: 15em;
}

.yellowFrame .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: rgba(119, 108, 97, 1);
  padding: 0.25em 9em;
}

.yellowFrame .carousel-caption h1 {
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.yellowFrame .carousel-caption p {
  text-align: justify;
  text-align-last: center;
  color: rgba(119, 108, 97, 1);
  margin: 1em auto;
  margin-bottom: 2em;
  overflow: hidden;
  overflow-y: scroll;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, .15) transparent;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .35); 
}

@media (max-width: 575px) {
  #newsMainContentContainer .yellowFrameArea {
    top: -5em;
    margin-bottom: 0;
    height: 23em;
  }
  
  .yellowFrameArea .yellowFrame {
    padding: 0 0.5em;
    margin-bottom: 0;
    height: 23em;
  }
  
  .yellowFrame .newsYellowFrame {
    margin: 0.5em auto;
    padding: 0.5em 0;
    max-height: 22em;
  }

  .yellowFrame .carousel-caption {
    padding: 0.25em 1em;
  }
  .yellowFrame .carousel-caption p {
    height: 15em;
    margin-bottom: 1em;
    -webkit-line-clamp: 9;
  }
}

/*--------------------------------------------------------------
# News Main Content Item Container
--------------------------------------------------------------*/
#newsMainContentContainer .newsContentItems {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 575px) {
  #newsMainContentContainer .newsContentItems {
    padding: 0 0.5em;
    margin: 1em auto;
  }
}

/*========================= Content Filter =========================*/
.newsContentItems .newsContentFilter {
  display: flex;
  position: relative;
  margin: 2em auto;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.newsContentItems .newsContentFilter h5 {
  color: rgba(119, 108, 97, 1);
  font-size: 1.15em;
  margin: 0 auto;
  text-align: right;
  padding-right: 2em;
}

.newsContentItems .newsContentFilter .newsDateInput {
  border: 1px solid rgba(119, 108, 97, 1);
  border-radius: 2em;
  padding: 3px;
  margin: 3px auto;
  display: block;
}

.newsContentItems .newsContentFilter .newsDateInput label {
  background-color: rgba(255, 214, 67, 1);
  border-radius: 50%;
  padding: 4px 5px;
  width: 2em;
  height: 2em;
  color: rgba(119, 108, 97, 1);
}

.newsContentItems .newsContentFilter .newsDateInput input {
  width: 85%;
  border: none;
  text-align: center;
  align-items: baseline;
  alignment-baseline: baseline;
  background-color: transparent;
}

.newsContentItems .newsContentFilter .newsDateInput input:focus,
.newsContentItems .newsContentFilter .newsDateInput input:focus-visible {
  border-radius: 2em;
  border: 1px solid rgba(119, 108, 97, 1);
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

.newsContentItems .newsContentFilter .submitButton {
  font-family: "KBFG Text Medium";
  font-weight: 500;
  color: rgba(255,255,255,1.00);
  text-decoration: none;
  margin: 0 auto;
  background-color: rgba(119, 108, 97, 1);
  border-radius: 2em;
  text-align: center;
  padding: 6px 3em;
  position: relative;
  display: block;
  align-content: center;
  align-items: center;
  align-self: center;
}

.newsContentItems .newsContentFilter .submitButton:hover {
  color: rgba(119, 108, 97, 1);
  background-color: rgba(255, 214, 67, 1);
  box-shadow: 0 0 0.25em 0 rgba(0,0,0,.25);
  transition: 0.05s ease-in-out;
}

@media (max-width: 575px) {
  .newsContentItems .newsContentFilter {
    display: block;
  }
  
  .newsContentItems .newsContentFilter h5 {
    padding: 0;
    float: left;
    font-size: 1em;
    text-align: left;
    line-height: 3;
  }
  
  .newsContentItems .newsContentFilter .newsDateInput {
    display: flex;
    border: none;
    justify-content: flex-end;
  }
  
  .newsContentItems .newsContentFilter .newsDateInput .newsDateInputContainer {
    border: 1px solid rgba(119, 108, 97, 1);
    border-radius: 2em;
    padding: 3px;
    display: inline-flex;
  }
  
  .newsContentItems .newsContentFilter .newsDateInput input {
    padding: 0 1em;
  }
  
  .newsContentItems .newsContentFilter .submitButton {
    margin-top: 1em;
  }
}

/*========================= Content Filter 2 =========================*/
.newsContentItems .newsContentFilter2 {
  display: flex;
  position: relative;
  margin: 2em auto;
  margin-top: 1em;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.newsContentItems .newsContentFilter2 h5 {
  color: rgba(119, 108, 97, 1);
  font-size: 1.15em;
  margin: 0 auto;
  margin-left: 0;
  padding-left: 1rem;
  text-align: left;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 {
  font-family: "KBFG Text Medium";
  font-weight: 500;
  padding: 3px 1rem;
  margin: 3px auto;
  display: block;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 .newsDateInputContainer2 {
  display: flex;
  padding: 5px;
  border: 1px solid rgba(119, 108, 97, 0.5);
  border-radius: 2em;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 .form-select {
  font-family: "KBFG Text Medium";
}

.newsContentItems .newsContentFilter2 .newsDateInput2 input.newsSearchField {
  width: 87%;
  padding: 5px 0;
  text-align: center;
  align-items: baseline;
  alignment-baseline: baseline;
  background-color: transparent;
  border: 1px solid rgba(119, 108, 97, 0.25);
  border-radius: 2em;
  color: rgba(119, 108, 97, 1);
}

.newsContentItems .newsContentFilter2 .newsDateInput2 input.newsSearchField:focus,
.newsContentItems .newsContentFilter2 .newsDateInput2 input.newsSearchField:focus-visible {
  border-radius: 2em;
  border: 1px solid rgba(119, 108, 97, 1);
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 button.newsSearchButton {
  background-color: rgba(255, 214, 67, 1);
  color: rgba(119, 108, 97, 1);
  margin: 0 auto;
  margin-right: 0;
  border-radius: 50%;
  padding: 5px 10px;
  outline: none;
  border: none;
  box-shadow: none;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 label {
  background-color: rgba(255, 214, 67, 1);
  border-radius: 50%;
  padding: 7px 12px;
  color: rgba(119, 108, 97, 1);
  float: left;
  margin: 0 auto;
  margin-left: 0;
  font-size: 1em;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 select.searchDate2 {
  font-family: "KBFG Text Medium";
  font-weight: 500;
  text-align: center;
  float: left;
  width: 87%;
  margin: 0 auto;
  margin-right: 0;
  border-radius: 2em;
  visibility: hidden;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 select:focus {
  font-family: "KBFG Text Medium";
  border: 1px solid rgba(119, 108, 97, 1);
  box-shadow: none;
}

.newsContentItems .newsContentFilter2 .newsDateInput2 select > optgroup {
  font-family: "KBFG Text Medium";
  font-weight: 600;
  text-align: left;
}

.newsContentItems .newsContentFilter2 .submitButton2 {
  font-family: "KBFG Text Medium";
  font-weight: 500;
  color: rgba(255,255,255,1.00);
  text-decoration: none;
  margin: 0 auto;
  background-color: rgba(119, 108, 97, 1);
  border-radius: 2em;
  text-align: center;
  padding: 6px 3em;
  position: relative;
  display: block;
  align-content: center;
  align-items: center;
  align-self: center;
}

.newsContentItems .newsContentFilter2 .submitButton2:hover {
  color: rgba(119, 108, 97, 1);
  background-color: rgba(255, 214, 67, 1);
  box-shadow: 0 0 0.25em 0 rgba(0,0,0,.25);
  transition: 0.05s ease-in-out;
}

/*===== FIND NEWS ARCHIVE - SELECT2 =====*/
.newsDateInput2 .select2-container {
  font-family: "KBFG Text Medium";
  font-weight: 500;
  text-align: center;
  float: left;
  width: 87% !important;
  margin: 0 auto;
  margin-right: 0;
  border-radius: 2em;
}

.newsDateInput2 .select2-container .select2-selection--single {
  border: 1px solid rgba(119, 108, 97, 0.25);
  border-radius: 2em;
  height: 100%;
  padding: 5px 0;
  color: rgba(119, 108, 97, 1);
}

.newsDateInput2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 35px;
}

.newsDateInput2 .select2-container .select2-selection--single .select2-selection__arrow b {
  border-width: 9px 6px 0 6px;
  margin-top: -4px;
  margin-left: -4px;
}


@media (max-width: 575px) {
  .newsContentItems .newsContentFilter2 {
    display: block;
    margin-top: 0;
  }
  
  .newsContentItems .newsContentFilter2 h5 {
    padding: 3px 0;
    font-size: 1em;
    text-align: center;
  }
  
  .newsContentItems .newsContentFilter2 .newsDateInput2 {
    display: block;
    border: none;
    justify-content: flex-end;
    padding: 3px 0;
    width: 100%;
  }
  
  .newsContentItems .newsContentFilter2 .newsDateInput2 .newsDateInputContainer2 {
    border: 1px solid rgba(119, 108, 97, 0.5);
    border-radius: 2em;
    padding: 3px;
    display: inline-flex;
  }
  
  .newsContentItems .newsContentFilter2 .newsDateInput2 input {
    padding: 0 1em;
  }
  
  .newsContentItems .newsContentFilter2 .submitButton2 {
    margin-top: 1em;
  }
}

/*========================= Content Item =========================*/
/*#newsMainContentContainer .newsMainContentItemContainer {
  min-height: 70em;
}*/

#newsMainContentContainer .newsMainContentItemContainer {
  /*height: 100%;*/
  display: inline-block;
  position: relative;
  margin: 1em auto;
  transition: all 0.25s linear;
  /*columns: 4;
  column-gap: 0;
  break-inside: avoid;*/
}

#newsMainContentContainer .newsMainContentItemContainerAwards {
  display: inline-block;
  position: relative;
  margin: 1em auto;
  transition: all 0.25s linear;
}

.newsMainContentItemContainer .newsMainContentItem {
  /*width: 100%;*/
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 0.25em;
  display: block;
  position: relative;
  transition: all 0.25s linear;
  float: left;
}

.newsMainContentItemContainerAwards .newsMainContentItemAwards {
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 0.25em;
  display: inline-block;
  position: relative;
  transition: all 0.25s linear;
  float: left;
}

.newsMainContentItem .newsContentBox {
  /*height: 100%;*/
  border-radius: 2em;
  background-color: rgba(235, 233, 231, 1);
  display: block;
  position: relative;
  text-align: left;
  transition: all 0.25s linear;
  min-height: 27em;
  /*height: 30em;*/
  /*height: 28em;*/
} 

.newsMainContentItem .newsContentBox .newsImgContainer {
  display: block;
  top: 0;
  position: relative;
  height: 12em;
}

.newsMainContentItem .newsContentBox .newsImgContainer img {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  display: block;
  position: relative;
  /*height: 12em;*/
  height: 100%;
  object-fit: cover;
}

.newsMainContentItem .newsContentBox p {
  margin: 0.5em auto;
  margin-top: 1em;
  display: inline-block;
  text-align: left;
  font-family: "KBFG Text Light";
}

.newsMainContentItem .newsContentBox h3 {
  text-align: left;
  font-family: "KBFG Text Medium";
  font-weight: 500;
  line-height: 1.25;
  margin: 0.5em auto;
  margin-top: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: 1.5em;
}

.newsMainContentItem .newsContentBox span.newsDate {
  border: none;
  background-color: transparent;
  color: rgba(119, 108, 97, 1);
  margin: 1em auto;
  margin-bottom: 2em;
  display: inline-block;
  /*position: absolute;
  bottom: 0.75em;*/
}

.newsMainContentItem .newsContentBoxHover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2em;
  text-decoration: none;
  padding: 1em;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  background-color: rgba(255, 214, 67, 1);
  transition: all 0.25s cubic-bezier(.87,.8,1,.58);
  overflow: hidden;
}

.newsMainContentItem .newsContentBox:hover > .newsContentBoxHover {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.25s cubic-bezier(.87,.8,1,.58);
}

.newsMainContentItem .newsContentBoxHover > .container {
  height: 87%;
  overflow: hidden;
}

.newsMainContentItem .newsContentBoxHover h6 {
  margin: 0.25em auto;
  margin-top: 0.5em;
  display: inline-block;
  transition: all 0.25s linear;
}

.newsMainContentItem .newsContentBoxHover h6 a {
  font-family: "KBFG Text Light";
  color: rgba(0, 0, 0, 1);
  margin: 0em auto;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  padding-left: 0;
  position: relative;
  transition: all 0.25s linear;
  bottom: 0;
}

.newsMainContentItem .newsContentBoxHover h6 a:hover {
  background-color: transparent;
}

.newsMainContentItem .newsContentBoxHover h3 {
  font-family: "KBFG Text Medium";
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  margin: 0.25em auto;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.25s linear;
}

.newsMainContentItem .newsContentBoxHover span {
  font-family: "KBFG Text Light";
  color: rgba(119, 108, 97, 1);
  margin: 0.25em auto;
  display: inline-block;
  transition: all 0.25s linear;
}

.newsMainContentItem .newsContentBoxHover p,
.newsMainContentItem .newsContentBoxHover ul,
.newsMainContentItem .newsContentBoxHover ul > li {
  font-family: "KBFG Text Light";
  color: rgba(119, 108, 97, 1);
  margin: 0.25em auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: all 0.25s linear;
}

.newsMainContentItem .newsContentBoxHover p > a {
  display: none;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
}

.newsMainContentItem .newsContentBoxHover .readMoreButton a {
  z-index: 2;
  position: absolute;
  display: inline-block;
  float: left;
  text-decoration: none;
  background-color: rgba(119, 108, 97, 1);
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  padding: 0.15em 1.5em;
  padding-left: 1.5em;
  left: 0;
  margin: 1em auto;
  margin-top: 0.5em;
  transition: all 0.25s linear;
  bottom: 1em;
}

.newsMainContentItem .newsContentBoxHover .readMoreButton a:hover {
  background-color: rgba(85, 75, 65, 1);
  transition: all 0.25s linear;
}

.newsMainContentItem .newsContentBoxHover .readMoreButton a > span {
  font-size: 0.9em;
  font-family: "KBFG Text Medium";
  color: rgba(255,255,255,1.00);
  margin: 0 auto;
  display: inline-block;
}

.newsMainContentItemAwards .newsContentBoxAwards {
  height: 100%;
  display: block;
  border-radius: 2em;
  position: relative;
  text-align: left;
  transition: all 0.25s linear;
  background-color: rgba(235, 233, 231, 1);
}

.newsMainContentItemAwards .newsContentBoxAwards .newsImgContainer {
  display: block;
  top: 0;
  position: relative;
  height: 26em;
}

.newsMainContentItemAwards .newsContentBoxAwards .newsImgContainer img {
  border-radius: 2em;
  display: block;
  position: relative;
  outline: 1px inset rgba(98,98,98,1.00);
  height: 100%;
  object-fit: cover;
}

.loadMoreButton {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .newsMainContentItemContainer .newsMainContentItem {
    width: 100% !important;
  }
  
  .newsMainContentItemContainerAwards .newsMainContentItemAwards {
    width: 100% !important;
  }
  
  #newsMainContentContainer .newsMainContentItemContainer {
    padding: 0 0.5em;
    margin: 0 auto;
    position: relative;
    display: block;
    transition: all 0.25s linear;
    columns: 1 !important;
    column-gap: 0;
    break-inside: avoid;
  }
  
  .newsMainContentItem .newsContentBox .newsImgContainer img {
    object-fit: cover !important;
  }
  
  .newsMainContentItemContainer .newsMainContentItem,
  .newsMainContentItemContainerAwards .newsMainContentItemAwards {
    margin: 0 auto;
    margin-bottom: 1em;
    align-items: center;
    justify-content: center;
    left: 0 !important;
    right: 0;
    width: 100%;
  }
  
  .loadMoreButton .loadMorePage {
    width: 100% !important;
  }
  
  .newsMainContentItemAwards .newsContentBoxAwards .newsImgContainer {
    height: 33em;
  }
}

@media (max-width: 768px) {
  /*#newsMainContentContainer .newsMainContentItemContainer {
    columns: 2;
  }*/
}

@media (max-width: 991px) {
  /*#newsMainContentContainer .newsMainContentItemContainer {
    columns: 2;
  }*/
  
  .loadMoreButton .loadMorePage {
    width: 50%;
  }
  
  .newsMainContentItemContainer .newsMainContentItem {
    width: 50%;
  }
  
  .newsMainContentItemContainerAwards .newsMainContentItemAwards {
    width: 50%;
  }
  
  .newsMainContentItem .newsContentBox .newsImgContainer img {
    object-fit: cover;
  }
}

@media (min-width: 1367px) {
  /*#newsMainContentContainer .newsMainContentItemContainer {
    columns: 5;
  }*/
  .newsMainContentItemContainer .newsMainContentItem {
    width: 20%;
  }
  
  .newsMainContentItem .newsContentBox {
    min-height: 30em;
  }
  
  .newsMainContentItem .newsContentBox h3 {
    font-size: 1.5em;
  }
  
  .newsMainContentItem .newsContentBox {
    height: 28em;
  }
  
  .newsMainContentItem .newsContentBox .newsImgContainer img {
    object-fit: cover;
  }
}