/*Add font ================================*/
/*---------------list_group-----------------*/
@media (min-width: 768px) {
  #tth-content {
    padding: 0 15px 15px 0;
  }
}
.full {
  background: #fff;
}

.nav {
  margin: 0 -15px;
  background: unset;
}

.paginate {
  text-align: center;
}

.banner_top {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}
.banner_top .title {
  font: 600 1.2rem/150% "Arial", sans-serif;
  color: #2a9337;
  padding: 15px 24px;
  position: relative;
}
.banner_top .title:before {
  content: "";
  background: #2a9337;
  width: 4px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner_top .content {
  font: 500 0.9333333333rem/150% "Arial", sans-serif;
  color: #606060;
  padding: 0px 30px 20px;
  position: relative;
}
.banner_top .content:before, .banner_top .content:after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
}
.banner_top .content:before {
  background: url(../../images/quote-left-gray.png) center center no-repeat;
  background-size: contain;
  top: 0;
  left: 5px;
}
.banner_top .content:after {
  background: url(../../images/quote-right-gray.png) center center no-repeat;
  background-size: contain;
  bottom: 30px;
  right: 5px;
}
.banner_top .content p {
  padding: 0;
}

.group_news {
  background: #fff;
  border-radius: 4px;
  padding: 20px 12px;
  margin-bottom: 24px;
}
.group_news .box_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
}
.group_news .box_header .title {
  background: #2a9337;
  border-radius: 0 4px 4px 0;
  width: auto;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.group_news .box_header .title a {
  font: 600 1rem/1.15 "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.group_news .box_header .more {
  font: 400 0.9333333333rem/1.2 "Arial", sans-serif;
  font-style: italic;
  text-decoration: underline;
  color: #2a9337;
  width: 100px;
  display: block;
  padding-left: 15px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .group_news .box_header .more {
    order: 3;
  }
}
.group_news .group_nav {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .group_news .group_nav {
    max-width: calc(100% - 208px);
    padding: 0;
  }
}
.group_news .group_nav a {
  font: 500 0.9333333333rem/1.2 "Arial", sans-serif;
  color: #343434;
  padding: 10px 15px;
  white-space: nowrap;
}
.group_news .group_nav::-webkit-scrollbar {
  height: 10px;
  background-color: #333;
}
.group_news .group_nav::-webkit-scrollbar-thumb {
  background-color: #03a34d;
}
.group_news .group_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #d2d2d2;
}
.group_news .box_content {
  margin-right: -24px;
  margin-left: -24px;
}
.group_news .box_content .list_item_news .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px 0;
}
@media (min-width: 576px) {
  .group_news .box_content .list_item_news .row_item .col_item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .group_news .box_content .list_item_news .row_item .col_item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 12px;
  }
}
.group_news .box_content .list_item_news .row_item .col_item .item {
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  height: 100%;
  display: block;
  padding: 0;
}
.group_news .box_content .list_item_news .row_item .col_item .item .img, .group_news .box_content .list_item_news .row_item .col_item .item .info {
  max-width: 100%;
}
.group_news .box_content .list_item_news .row_item .col_item .item .info {
  padding: 10px 15px;
}

.more .btn-more {
  font: 500 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  background: #ea1d23;
}

.list_group {
  background: #f3f3f3;
  padding: 34px 0px;
  box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.3);
}
.list_group ul {
  text-align: center;
  display: flex;
  justify-content: center;
}
.list_group ul li a {
  font-size: 19.44px;
  font-family: UTMPenumbra;
  text-transform: uppercase;
  border: solid 1px #000;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 5px;
}
.list_group ul li a:hover {
  border-color: #000;
}

.news .box_mid {
  padding: 0px;
}
.news .tth_navigation {
  padding-top: 9px;
  padding-bottom: 9px;
}

.news_detail {
  background: #fff;
}
.news_detail .tth_navigation {
  padding-top: 9px;
  padding-bottom: 9px;
}

/*-------------------item_detail----------------*/
@media (max-width: 768px) {
  #item_detail table {
    table-layout: auto;
    width: 100% !important;
  }
  #item_detail table * {
    width: 100% !important;
  }
}
#item_detail h1 {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 10px;
}
#item_detail h2 {
  color: #2e9f56;
  font-size: 1.8rem;
}
#item_detail h3 {
  font-size: 1.45rem;
}
#item_detail h4 {
  font-size: 1.3rem;
}
#item_detail .item-date {
  font-size: 1rem;
  color: #606060;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #606060;
}
#item_detail .item-date span:first-child {
  padding-right: 5px;
}
#item_detail .item-date span:last-child {
  padding-left: 5px;
}
#item_detail .item-content {
  padding-bottom: 10px;
  font-size: 18px;
}
#item_detail .item-content img {
  display: block;
  margin: auto;
}
#item_detail .item-content iframe {
  max-width: 100% !important;
  height: auto;
  min-height: 300px;
}
#item_detail .tool-share {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#item_detail .tool-share .tool-share-item {
  padding-right: 10px;
}
#item_detail .tool-share .tool-share-item .button-pinterest {
  background: #e60023;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  display: block;
}
#item_detail .tool-share .tool-share-item .button-linkedin {
  background: #0a66c2;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  display: block;
}

.list_other_v1 {
  margin-top: 10px;
}
.list_other_v1 .row_item .col_item {
  width: 100%;
  margin-bottom: 21px;
}
.list_other_v1 .row_item .col_item .img {
  width: 100%;
  float: none;
}
.list_other_v1 .row_item .col_item .img a {
  display: block;
}
.list_other_v1 .row_item .col_item .img img {
  max-width: 100%;
  width: 100%;
}
.list_other_v1 .row_item .col_item .info {
  width: 100%;
  float: none;
  border: solid 1px #c2c2c2;
  padding: 10px 13px;
  border-top: none;
  background: #ededed;
}
.list_other_v1 .row_item .col_item .info .group_name {
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 4px;
  margin-bottom: 7px;
}
.list_other_v1 .row_item .col_item .info .group_name span {
  font-size: 13px;
  color: #6c6c6c;
  font-family: "Arial";
  text-transform: uppercase;
}
.list_other_v1 .row_item .col_item .info .group_name span a {
  color: #a73e40;
}
.list_other_v1 .row_item .col_item .info h3 a {
  font-family: "Arial";
  font-weight: bold;
  color: #5f5f5f;
}
.list_other_v1 .row_item .col_item .info h3 a:hover {
  color: #c2c2c2;
}
/*-------------------list_other----------------*/
.list_other {
  margin-top: 30px;
}
.list_other .view_all {
  font: 600 1.3rem/150% "Arial", sans-serif;
  color: #fff;
  background: #ec1c2a;
  border-radius: 4px;
  padding: 9px 22px;
  margin-top: 10px;
  float: right;
  margin-bottom: 15px;
}

.list_other .list_other-title {
  border-bottom: 1px dashed #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list_other .list_other-title h4 {
  color: #444444;
  font-weight: 500;
  font-size: 20px;
}
.list_other .list_other-title a {
  font-size: 14px;
  font-weight: 500;
  color: #ec1c2a;
}
@media (min-width: 992px) {
  .list_other .list_other-title a {
    float: right;
  }
}

.list_other ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px;
}

.list_other li {
  margin-bottom: 7px;
}

.list_other li a {
  padding-left: 17px;
  color: #444444;
  display: inline-block;
  position: relative;
}

.list_other li a:hover {
  color: #ed3237;
}

.list_other li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #666666;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.list_other li .date {
  color: #999999;
}

@media (max-width: 767px) {
  #item_detail > .item-content img {
    max-width: 100% !important;
  }
  #group-detail #column_mini,
  .news_focus_main .focus_list {
    width: 100%;
  }
  #group-detail .list_focus .focus-item {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 8px;
  }
  #group-detail .list_focus .focus-item:last-child {
    padding-bottom: 0px;
  }
  #group-detail .list_focus .focus-item:after {
    content: "";
    display: block;
    clear: both;
  }
  #group-detail .list_focus .focus-item .img {
    float: left;
    width: 45%;
    padding-left: 8px;
    padding-right: 8px;
  }
  #group-detail .list_focus .focus-item .img img {
    width: 100%;
  }
  #group-detail .list_focus .focus-item .info {
    float: left;
    width: 55%;
    padding-left: 8px;
    padding-right: 8px;
  }
  #group-detail .list_focus .focus-item h3 {
    margin-top: -5px;
  }
  #group-detail .list_focus .focus-item h3 a {
    display: block;
    color: #444444;
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
  }
  #group-detail .list_focus .focus-item h3 a:hover {
    color: #d01062;
  }
  #group-detail .list_focus .focus-item .short {
    display: block;
    max-height: 90px;
    overflow: hidden;
    margin-top: 8px;
  }
  #group-detail #column_mini .banner_item {
    display: none;
  }
  #group-detail .list_item {
    width: 100%;
  }
}
.top_news {
  margin-bottom: 0;
}

.box_mid .box_mid-content {
  padding-top: 0px;
}

.title_top {
  text-align: left;
  max-width: 100%;
  margin: 0 auto 15px;
}
.title_top .text {
  font-size: 26px;
  font-weight: 600;
  color: #005d1c;
}
.title_top .text .icon {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 38px;
  height: 38px;
  background: url("../../images/icon_news.png") no-repeat;
}
.title_top .group_nav {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  overflow-x: auto;
}
.title_top .group_nav .item {
  border-bottom: 4px solid transparent;
  padding: 15px 15px 11px;
}
.title_top .group_nav .item a {
  font: 500 1rem/150% "Arial", sans-serif;
  color: #141414;
}
.title_top .group_nav .item.cur, .title_top .group_nav .item:hover, .title_top .group_nav .item:focus {
  border-bottom-color: #2a9337;
}
.title_top .group_nav .item.cur span, .title_top .group_nav .item.cur a, .title_top .group_nav .item:hover span, .title_top .group_nav .item:hover a, .title_top .group_nav .item:focus span, .title_top .group_nav .item:focus a {
  color: #2a9337;
}
.title_top .group_nav a {
  font: 500 0.9333333333rem/1.2 "Arial", sans-serif;
  color: #343434;
  padding: 5px 15px;
  white-space: nowrap;
}
.title_top .group_nav::-webkit-scrollbar {
  height: 10px;
  background-color: #333;
}
.title_top .group_nav::-webkit-scrollbar-thumb {
  background-color: #03a34d;
}
.title_top .group_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #d2d2d2;
}
.title_top .note {
  color: #777777;
  padding-top: 5px;
}

.paginate .pagelink, .paginate .pagecur, .paginate .btnPage {
  border-radius: 50%;
  height: 32px !important;
  width: 32px !important;
}

.paginate {
  margin-bottom: 20px;
}

#item_detail .item-short {
  font-size: 15px;
  margin-top: 25px;
}
#item_detail .item-short p {
  line-height: 24px;
}

#item_detail .connav-block h2 {
  font-size: 24px;
  font-weight: bold;
  color: #008000;
  margin: 10px 0px;
}
#item_detail .connav-block h3 {
  font-size: 20px;
  font-weight: bold;
  color: #008000;
  margin: 5px 0px;
}
#item_detail .connav-block h4 {
  font-size: 18px;
  font-weight: bold;
  color: #008000;
  margin: 10px 0px;
}
#item_detail .connav-block h5 {
  font-size: 16px;
  font-weight: bold;
  color: #008000;
  margin: 10px 0px;
}

#item_detail .item-content img {
  padding: 10px 0px 0px;
  max-width: 100%;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.box_navig {
  background: #f9f9f9;
  border: 1px #ababab solid;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px 5px;
  margin: 20px 0px;
}
.box_navig .title {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  display: inline-block;
  width: 100%;
  position: relative;
  min-width: 200px;
  margin-bottom: 8px;
}
.box_navig .title .toggle_connav {
  position: absolute;
  top: 2px;
  right: 0px;
  ext-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #ccc;
  padding: 4px 3px 3px;
  border: 1px #ddd solid;
  border-radius: 2px;
  cursor: pointer;
}
.box_navig .title .toggle_connav:hover {
  opacity: 0.8;
}
.box_navig .connav-table-content .connav-table-item {
  margin-bottom: 2px;
}
.box_navig .connav-table-content .connav-table-item .connav-table-item-title:hover {
  text-decoration: underline;
}
.box_navig .connav-table-content .connav-table-item.active .connav-table-item-text {
  color: #9f9f9f;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.wp-caption {
  margin-bottom: 2em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  padding: 0.4em;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.05);
  font-style: italic;
  text-align: center;
}

@media (max-width: 599px) {
  .title_top .text {
    font-size: 20px;
  }
}
.expert {
  position: relative;
}
.expert:after {
  content: "";
  background: url(../../images/border.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  height: 90px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
}

#babs {
  position: relative;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #babs {
    margin-left: 70px;
  }
}
#babs > div {
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  padding: 15px 20px;
}
#babs > div h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2d9e55;
  margin-bottom: 10px;
}
#babs > div img {
  border: 1px solid #2d9e55;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #babs > div img {
    float: left;
    margin-right: 15px;
    margin-left: -90px;
  }
}
#babs > div > b {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
}
#babs > div > b a {
  color: #2d9e55;
}
@media (min-width: 768px) {
  #babs > div > b {
    text-align: right;
  }
}
#babs > div .content p {
  font-size: 14px;
  margin-bottom: 0;
}

.detail-banner {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .detail-banner {
    padding: 15px;
  }
}
.detail-banner > a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.detail-banner .short {
  font-size: 16px;
  font-style: italic;
  padding-top: 20px;
}

.video_related {
  margin-top: 40px;
}
.video_related .box_video > .title {
  color: #444444;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px dashed #999;
  margin-bottom: 15px;
}
.video_related .box_video a {
  font-size: 14px;
  font-weight: 500;
  color: #ec1c2a;
  float: right;
}
.video_related .list_item_video {
  background: #fff;
  padding: 10px;
}
.video_related .row_item.slick-slider {
  display: block;
}
.video_related .row_item.slick-slider .slick-list {
  width: 100%;
}
.video_related .slick-arrow {
  background: #ed1c24;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.video_related .slick-arrow:before {
  font: 400 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #fff;
}
.video_related .slick-arrow.slick-prev:before {
  content: "\f053";
}
.video_related .slick-arrow.slick-next:before {
  content: "\f054";
}
.video_related .slick-arrow:hover {
  background: #ed1c24;
  opacity: 0.8;
}/*# sourceMappingURL=news.css.map */