.centerColumn {
  padding: 0px 5px;
}
.col970 {
  padding-top:0px;
}
.content_title {
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  color:#ffffff;
  background-color: #171C61;
  margin-bottom:4px;
}
.news_table {
  width: 100%;
  border-collapse: collapse;

}
.news_table td, .news_table th {
  background-color: #eee;
  padding: 8px 12px;
  border-bottom: 4px solid #ffffff;
}
.news_table td {
  color:#000;
}
.news_date {
  color:#00479D;
}


/*Banners */

#banners1 {
  width: 100%;
  overflow: hidden;
  margin: 5px 0 -10px;
}
#banners1 .item {
  /*padding-bottom: 76px;*/
}
#banners1 .item a {
  display: block;
  position: relative;
}
#banners1 .item a .img_wrapper {
  position: relative;
}
#banners1 .item .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
#banners1 .item .title .capt {
  padding: 36px 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
#banners1 .item .title .capt:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#banners1 .item .title .capt:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#banners1 .item .title .capt h4 {
  color: #000;
  font-size: 22px;
  border: 0;
  padding: 0;
  margin: 0;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
#banners1 .item .title .capt h3 {
  color: #dbb879;
  font-size: 30px;
  padding: 30px;
  margin: 0;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
#banners1 .item .title .capt strong {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #dbb879;
  font: 300 16px/21px "Ubuntu", sans-serif;
  padding: 9px 26px 10px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
#banners1 .item .title .capt strong:hover {
  background-color: #e3a840;
}
#banners1 .item .title .ie9 h3, #banners1 .item .title .ie9 h4, #banners1 .item .title .ie9 strong {
  visibility: hidden;
}
#banners1 .item .title .ie9:hover h3, #banners1 .item .title .ie9:hover h4, #banners1 .item .title .ie9:hover strong {
  visibility: visible;
}
#banners1 .item .title span {
  bottom: 0;
  color: #333333;
  display: inline-block;
  font-size: 23px;
  margin: 18px auto 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
#banners1 .item .title span:hover {
  color: #e3a840;
}
#banners1 .item:hover .title .capt {
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
#banners1 .item:hover .title .capt h3 {
  color: #e3a840;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
#banners1 .item:hover .title .capt h4 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
#banners1 .item:hover .title .capt strong {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes fadeInRight {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  60% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  60% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.animated {
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*Boxlist */

#box_container {
  display:flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 2px;
}

#box_container img {
  width: calc(25.0% - 3px);
}

@media (max-width: 767.98px) {
  #box_container img {
    width: calc(50% - 2px);
  }
}

.swiper {
  margin-top: 0px !important;
}