#container {
  padding-bottom: 25px;
}

.list_album_service {
  background: none;
}
.list_album_service .box_mid .box_mid-title h1.mid_title_l {
  color: #2c4b9b;
}
.list_album_service .box_mid .box_mid-title h1.mid_title_l:before {
  content: url("../images/before_title_album_service1.png");
}
.list_album_service .box_mid .box_mid-title h1.mid_title_l:after {
  content: url("../images/title_album_service1.png");
}
.list_album_service .box_mid .box_mid-content {
  background: none;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer {
  overflow: unset;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title {
  color: #595959;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title span {
  color: #2c4b9b;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title:before {
  content: url("../images/left_title_group_album_service1.png");
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title:after {
  content: url("../images/right_title_group_album_service1.png");
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots .owl-dot span {
  border: 1px solid #2c4b9b;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots .owl-dot.active span, .list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots .owl-dot:hover span {
  background: #2c4b9b;
}

.box_mid .box_mid-content ul li {
  padding-right: 8px;
  float: left;
}

.box_mid .box_mid-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.box_mid .box_mid-content ul li a span {
  font-size: 16px;
  padding: 10px 25px;
  text-align: center;
  background: #C2C2C2;
  color: #fff;
  font-family: SFUFutura03;
  font-size: 16px;
}

.box_mid .box_mid-content ul li a span:hover, .box_mid .box_mid-content ul li a.current span {
  background: #cabc8c;
}

.box_mid .box_mid-content #item_detail {
  clear: both;
}

.list_item {
  margin-bottom: 30px;
}

/*---------------list_group-----------------*/
table {
  table-layout: auto;
}

.list_group .row_item-title {
  color: #2363c9;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 2px;
}

.service-br {
  height: 56px;
  background-color: #c9d6e1;
}

.list_group .row_item .img {
  float: left;
  border: 3px solid #ffffff;
  margin-right: 12px;
  width: 177px;
  height: 118px;
  overflow: hidden;
}

.list_group .row_item .title a {
  font-size: 12px;
  color: #353636;
}

.list_group .row_item .date {
  font-size: 11px;
  font-weight: normal;
  color: #777777;
}

.list_group .row_item .short {
  font-size: 11px;
  line-height: 15px;
  max-height: 45px;
  overflow: hidden;
}

.list_group .row_item .other {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 0px;
}

.list_group .row_item .other li a {
  background: url(../images/icon_other.gif) no-repeat 0px 5px;
  padding-left: 10px;
}

/*---------------list_item-----------------*/
.list_item .col_item {
  padding: 0 5px;
  width: 20%;
  float: left;
}

@media (max-width: 998px) {
  .box_mid .box_mid-content ul li {
    width: 45%;
  }

  .box_mid .box_mid-content ul li a {
    width: 100%;
  }

  .box_mid .box_mid-content ul li a span {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 850px) {
  .list_item .col_item {
    width: 50%;
    padding-right: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .box_mid .box_mid-content ul li {
    width: 95%;
  }
}
@media (max-width: 450px) {
  .list_item .col_item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.list_item .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 850px) {
  .list_item .row_item {
    margin-right: -20px;
  }
}
@media (max-width: 450px) {
  .list_item .row_item {
    margin-right: 0px;
  }
}
.list_item .col_item:after {
  content: "";
  display: block;
  clear: both;
}

.list_item .row_item .img {
  float: none;
  width: 100%;
  position: relative;
}

.list_item .row_item .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.list_item .col_item:hover .img .overlay {
  display: block;
}

@media (max-width: 599px) {
  .list_item .row_item .img {
    width: 100%;
    float: none;
  }
}
.list_item .row_item .img a {
  display: block;
}

.list_item .row_item .img h3 {
  position: absolute;
  left: 35%;
  top: 41%;
  margin-bottom: 0px;
  text-align: center;
  border: 1px solid #fff;
  padding: 9px 15px;
  display: inline-block;
}

.list_item .row_item .img h3 a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.list_item .row_item .img img {
  width: 100%;
}

.list_item .col_item .info .title {
  font-size: 16px;
  padding: 8px 0;
  text-align: center;
  background: #C2C2C2;
  font-family: "SFU Regular";
}

.list_item .col_item .info .title:hover {
  background: #BBAE82;
}

.list_item .col_item .info .title a {
  color: #fff;
  font-family: SFUFutura03;
  font-size: 16px;
}

.list_item .col_item .info .short {
  font-size: 14px;
  color: #696969;
  line-height: 25px;
}

.list_item .col_item .date {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

@media (max-width: 599px) {
  .list_item .col_item .info {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
}
#group-detail.full_content .list_item .row_item .img {
  width: 40%;
}

#group-detail.full_content .list_item .row_item .info {
  width: 60%;
}

.list_item .col_item h3 {
  margin-bottom: 11px;
}

.list_item .col_item h3 a:hover {
  color: #f20a0a;
}

.list_item .col_item h3 a:hover {
  color: #f20a0a;
}

.list_item .col_item .view_more {
  line-height: 38px;
  padding: 0px 32px;
}

@media (max-width: 599px) {
  .list_item .col_item .view_more {
    display: block;
  }
}
.list_item .col_item .short {
  margin-top: 7px;
  margin-bottom: 22px;
  text-align: justify;
}

.list_item .col_item .date {
  color: #999999;
  margin-top: 5px;
}

/*---------------grid_item-----------------*/
.grid_item .row_item {
  margin-left: -15px;
  margin-right: -15px;
}

.grid_item .col_item {
  padding: 0px 15px 15px;
  width: 33.33%;
  float: left;
}

.grid_item .col_item:after {
  content: "";
  display: block;
  clear: both;
}

.grid_item .row_item .img {
  float: left;
  width: 100%;
}

.grid_item .row_item .img img {
  width: 100%;
}

.grid_item .col_item .info {
  float: left;
  width: 100%;
}

.grid_item .col_item h3 {
  margin-top: 5px;
}

.grid_item .col_item h3 a {
  display: block;
  color: #ff8400;
  font-size: 18px;
}

.grid_item .col_item h3 a:hover {
  color: #444;
}

.grid_item .col_item .short {
  margin-top: 7px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.grid_item .col_item .date {
  color: #999999;
  margin-top: 5px;
}

/*-------------------item_detail----------------*/
#item_detail h2.title {
  font-family: helveticaneue-regular;
  font-size: 23.79px;
  color: #FFF;
  background: #2c4b9b;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 36px 4px 30px;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 22px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #item_detail h2.title {
    font-size: 20px;
    padding: 3px 15px 4px 15px;
    margin-bottom: 10px;
  }
}
#item_detail h2.title span {
  font-family: helveticaneuebold;
  text-transform: uppercase;
}
#item_detail .item-content {
  font-family: helveticaneue-regular;
  font-size: 15px;
  color: #696969;
  text-align: justify;
}
#item_detail .item-content img {
  max-width: 100%;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
}
#item_detail a.contact {
  font-family: helveticaneuebold;
  font-size: 15px;
  color: #FFF;
  text-transform: uppercase;
  background: #2c4b9b;
  height: 46px;
  padding: 0 52px;
  line-height: 46px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  #item_detail a.contact {
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
  }
}
#item_detail a.contact:hover {
  -webkit-box-shadow: 3px 3px 4px 0px #007528;
          box-shadow: 3px 3px 4px 0px #007528;
}

/*-------------------list_other----------------*/
.list_other {
  margin-top: 30px;
}

.list_other .list_other-title {
  color: #77ACF0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

.list_other .list_other_item .item {
  width: 33.3%;
  float: left;
  padding: 10px;
}

.list_other .list_other_item .info .title {
  font-size: 23px;
  padding: 12px 0;
}

.list_other .list_other_item .info .title a {
  color: #000;
}

.list_other .list_other_item .info .short {
  font-size: 14px;
  color: #696969;
  line-height: 25px;
}

.list_other .list_other_item .date {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.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: #d01062;
}

.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;
}

/*list_group_box*/
.list_group_box .list_row_title a {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #ff8400;
  text-transform: uppercase;
}

.list_group_box .list_row_title .view_more {
  float: right;
}

.list_group_box .list_row_title .view_more a {
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #ff8400;
  text-transform: initial;
}

.list_group_box .list_col_title a {
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #ff8400;
  text-transform: uppercase;
}

.list_group_box .list_row {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.list_group_box .list_row:last-child {
  border-bottom: 0px solid #eee;
  margin-bottom: 35px;
}

/**/
/*SLIDE*/
div.list_row .owl-controls {
  position: absolute;
  top: 25%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

div.list_row:hover .owl-controls {
  display: block;
}

div.list_row .owl-controls .owl-nav {
  width: 100%;
  position: relative;
  height: 50px;
  margin: 0px auto;
}

div.list_row .owl-nav .owl-prev, div.list_row .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

div.list_row .owl-nav .owl-prev {
  left: 0px;
  background: rgba(46, 104, 129, 0.45) url(../images/prev_banner.png) no-repeat;
}

div.list_row .owl-nav .owl-next {
  right: 0px;
  background: rgba(46, 104, 129, 0.45) url(../images/next_banner.png) no-repeat;
}

div.list_row .owl-nav .owl-prev:hover {
  background: #2e6881 url(../images/prev_banner.png) no-repeat;
}

div.list_row .owl-nav .owl-next:hover {
  background: #2e6881 url(../images/next_banner.png) no-repeat;
}

@media (max-width: 767px) {
  .grid_item .col_item {
    width: 50%;
  }

  #group-detail #column_mini,
.service_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%;
  }
}
/*# sourceMappingURL=service.css.map */