.mlist .owl-nav .owl-prev, .mlist .owl-nav .owl-next {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.mlist .owl-nav .owl-prev .iconfont, .mlist .owl-nav .owl-next .iconfont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}


.mlist .owl-nav .owl-prev .iconfont:before,.mlist .owl-nav .owl-next .iconfont:before{
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}

.mlist .owl-nav .owl-prev:hover, .mlist .owl-nav .owl-next:hover{
  background: #00246E;
}

.mlist .owl-nav .owl-prev:hover .iconfont, .mlist .owl-nav .owl-next:hover .iconfont{
  color: #fff;
}

.mlist .owl-nav .owl-prev.disabled:hover, .mlist .owl-nav .owl-next.disabled:hover{
  background: rgba(0, 0, 0, 0.2);
}

.mlist .owl-nav .owl-prev.disabled:hover .iconfont, .mlist .owl-nav .owl-next.disabled:hover .iconfont{
  color: #fff;
}

.mlist .owl-nav .owl-prev .iconfont:before{
  content: "\f104";
}

.mlist .owl-nav .owl-next .iconfont:before{
  content: "\f105";
}


.mlist .owl-dots .owl-dot.active span, .mlist .owl-dots .owl-dot:hover span{
  background: #00246E;
  border: 1px solid #00246E;
}

.mlist .owl-dots .owl-dot span{
  border: 1px solid rgba(170, 170, 170, 0.2);
}



.ff_indexPage .mlist .module_container .container_category{
  float: right;
  padding-top: 0;
}




.team .tab_content .content_list .item_img{
  width: 270px;
  float: left;
}

.team .tab_content .content_list .item_wrapper{
  float: right;
  padding: 20px;
  width: calc(100% - 280px);
  box-sizing: border-box;
}

.team .tab_content .content_list .item_wrapper .date_wrap{
  display: none;
}

.team .tab_content .content_list .item_wrapper > .date_wrap{
  display: block;
}

.team .tab_content .content_list .item_block .details{
  position: absolute;
  bottom: 12px;
  right: 20px;
  margin: 0;
}

.team .tab_content .content_list .details{
  margin: 0;
}

.team .tab_content .container_content .content_wrapper .more_wrap{
  display: none;
}

.team .tab_content .container_content .content_wrapper > .more{
  display: block;
}

.team .tab_button .content_list .date_wrap, .team .tab_button .content_list .item_des, .team .tab_button .content_list .details{
  display: none;
}

.team .tab_button .content_list .item_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  box-sizing: border-box;
}




.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

.clearfix {
  zoom: 1;
}

.fw {
  margin: 0 auto;
  width: 1200px;
}

.hide {
  display: none;
}

.obHide {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 99;
}

.show {
  display: block;
}

.fa {
  color: inherit;
  line-height: inherit;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down03:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-left01:before {
  content: "\e902";
}

.icon-arrow-left02:before {
  content: "\e903";
}

.icon-arrow-left03:before {
  content: "\e904";
}

.icon-arrow-left04:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-right01:before {
  content: "\e907";
}

.icon-arrow-right02:before {
  content: "\e908";
}

.icon-arrow-right03:before {
  content: "\e909";
}

.icon-arrow-right04:before {
  content: "\e90a";
}

.icon-arrow-top03:before {
  content: "\e90b";
}




.mlist img {
  width: 180px;
  height: 180px;
}

.fa-angle-right,
.fa-angle-down {
  color: inherit;
  padding-left: 10px;
}

.item_index {
  display: none;
}

::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  width: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: #101012;
}

::-webkit-scrollbar {
  background-color: #00246E;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #00246E;
}

.item_tags {
  clear: both;
  height: 28px;
  border-top: 1px solid rgba(170, 170, 170, 0.2);
}

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

.item_tags .item_box {
  display: none;
}

.item_tags .fa-tags {
  display: none;
}

.item_tags > a {
  float: left;
  margin-right: 10px;
  padding: 0 14px;
  line-height: 26px;
  border: 1px solid rgba(170, 170, 170, 0.2);
}


.container_header .title {
  font-size: 24px;
  line-height: 30px;
  color: #555;
}

.container_header .subtitle {
  font-size: 14px;
  color: #bbb;
  line-height: 26px;
}

.container_category {
  padding-top: 40px;
  text-align: center;
}

.container_category > a {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
}

.container_content {
  clear: both;
}

.mlist .content_list .item_block {
  border: 1px solid rgba(170, 170, 170, 0.2);
  background-color: transparent;
  box-sizing: border-box;
}

.mlist .content_list .item_block .item_tags {
  padding: 15px;
}

.mlist .content_list .item_info .title {
  transition: all 0.36s ease;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.mlist .content_list .item_info .subtitle {
  transition: all 0.36s ease;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}

.mlist .content_list .date_wrap {
  transition: all 0.36s ease;
  font-size: 14px;
  line-height: 26px;
  color: #888;
}

.mlist .content_list .item_des {
  margin-top: 14px;
}

.mlist .content_list .item_des .description {
  transition: all 0.36s ease;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #999;
}

.mlist .content_list .item_img {
  position: relative;
  overflow: hidden;
}

.mlist .content_list .item_img img {
  transition: all 0.36s ease;
  display: inline;
}

.mlist .content_list .item_wrapper .details {
  display: none;
}

.mlist .content_list .details {
  transition: all 0.36s ease;
  border: 1px solid rgba(170, 170, 170, 0.2);
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
}





.module .module_container {
  width: 1200px;
  margin: 0 auto;
}

.npagePage .more {
  display: none !important;
}

.ff_pageList .content {
  background: #fff;
}

.ff_indexPage .module {
  padding-top: 80px;
  padding-bottom: 100px;
}

.ff_indexPage {
  position: relative;
}

.wow {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.ff_indexPage .mlist .content_wrapper {
  padding-top: 51px;
}

.ff_indexPage .mlist .content_wrapper .more_wrap .more {
  display: none;
}

.ff_indexPage .mlist .content_wrapper .more {
  display: block;
  line-height: 46px;
  width: 200px;
  text-align: center;
  margin: 50px auto 0;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid rgba(170, 170, 170, 0.2);
}

.ff_indexPage .mlist .content_wrapper .more:hover {
  color: #fff;
  background-color: #00246E;
}

.mlist .owl-nav {
  height: 0;
  top: 50%;
  transform: translateY(calc(-50%));
  position: absolute;
  width: 100%;
  margin: 0;
}

.mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.mlist .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}

.mlist .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

.mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}

.mlist .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.ff_indexPage #topSlider {
  padding-top: 0px;
  padding-bottom: 0px;
}

#sliderDirThemb,
#sliderDotThemb {
  border-color: #00246E;
}

#topSlider {
  background: transparent;
}

.ff_topSlider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.ff_topSlider .content_list {
  height: 100%;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.ff_topSlider .content_list.owl-loaded {
  visibility: visible;
}

.ff_topSlider .content_list[data-slider-mode="3"] {
  width: 3600px;
  padding: 40px 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer {
  width: 3600px;
  height: 100%;
  left: 50%;
  margin-left: -1800px;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before, .ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
  content: '';
  width: 1200px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  top: 0;
  border: #1c1c1c 30px solid;
  box-sizing: border-box;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before {
  left: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
  right: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active .item_block p {
  transform: translateY(50px);
  opacity: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active.active3 .item_block p {
  transform: translateY(0px);
  opacity: 1;
}

.ff_topSlider .content_list .owl-item.active .item_block p {
  transform: translateY(0px);
  opacity: 1;
}

.ff_topSlider .content_list .item_block {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.ff_topSlider .content_list .item_block div.item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ff_topSlider .content_list .item_block div.item_bg.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ff_topSlider .content_list .item_block div.item_bg.video video {
  width: 100%;
  height: 100%;
}

.ff_topSlider .content_list .item_block div.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.ff_topSlider .content_list .item_block a {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}

.ff_topSlider .content_list .item_block a div {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 50px;
}

.ff_topSlider .content_list .item_block a i {
  text-indent: 20px;
  font-size: 24px;
}

.ff_topSlider .content_list .item_block p {
  transform: translateY(50px);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
  color: #ffffff;
  max-width: 1170px;
  margin: 0 auto;
}

.ff_topSlider .content_list .item_block p.title {
  font-size: 46px;
  line-height: 46px;
  height: 46px;
  transition-delay: 0s;
}

.ff_topSlider .content_list .item_block p.subtitle {
  font-size: 16px;
  height: 16px;
  color: #ddd;
  transition-delay: 0.2s;
  margin-top: 6px;
}

.ff_topSlider .progress {
  display: none;
  width: 100%;
  height: 1px;
  background: rgba(150, 57, 71, 0.8);
  bottom: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.ff_topSlider .owl-nav {
  height: 0;
  top: 50%;
  transform: translateY(calc(-50%));
  position: absolute;
  width: 100%;
  margin: 0;
}

.ff_topSlider .owl-nav .owl-prev,
.ff_topSlider .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.ff_topSlider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.ff_topSlider .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.ff_topSlider .owl-nav .owl-prev,
.ff_topSlider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}

.ff_topSlider .owl-dots {
  position: absolute;
  right: 20px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.service.ff_slider .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.service.ff_slider .content_wrapper {
  position: relative;
  margin-right: 0px;
}

.service.ff_slider .content_wrapper.slider {
  margin-right: 0;
}

.service.ff_slider .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.service.ff_slider .owl-item .item_block {
  width: 100%;
}

.service.ff_slider .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 1 - 0px);
  height: auto;
  float: left;
  margin-right: 0px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.service.ff_noSlider .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.service.ff_noSlider .content_wrapper {
  position: relative;
  margin-right: -20px;
}

.service.ff_noSlider .content_wrapper.slider {
  margin-right: 0;
}

.service.ff_noSlider .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.service.ff_noSlider .owl-item .item_block {
  width: 100%;
}

.service.ff_noSlider .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 2 - 20px);
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.bodylist .service .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.bodylist .service .content_wrapper {
  position: relative;
  margin-right: 0px;
}

.bodylist .service .content_wrapper.slider {
  margin-right: 0;
}

.bodylist .service .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.bodylist .service .owl-item .item_block {
  width: 100%;
}

.bodylist .service .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 1 - 0px);
  height: auto;
  float: left;
  margin-right: 0px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.service .owl-nav {
  height: 0;
  top: 50%;
  transform: translateY(calc(-50%));
  position: absolute;
  width: 100%;
  margin: 0;
}

.service .owl-nav .owl-prev,
.service .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.service .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.service .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.service .owl-nav .owl-prev,
.service .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}

.service.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.service.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.service.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}

.service.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.service.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}

.service.mlistpost .listContent_post .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 3 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.ff_indexPage .project .content_list::after, .npagePage:not(.post) .project .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .project .content_wrapper, .npagePage:not(.post) .project .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.ff_indexPage .project .content_wrapper.slider, .npagePage:not(.post) .project .content_wrapper.slider {
  margin-right: 0;
}

.ff_indexPage .project .content_wrapper.slider .item_block, .npagePage:not(.post) .project .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.ff_indexPage .project .owl-item .item_block, .npagePage:not(.post) .project .owl-item .item_block {
  width: 100%;
}

.ff_indexPage .project .item_block, .npagePage:not(.post) .project .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 3 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.project.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.project.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.project.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}

.project.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.project.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}

.project.mlistpost .listContent_post .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 3 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.ff_indexPage .team .content_list::after{
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .team .content_wrapper{
  position: relative;
  margin-right: 0px;
}

.ff_indexPage .team .content_wrapper.slider{
  margin-right: 0;
}

.ff_indexPage .team .content_wrapper.slider .item_block{
  margin-bottom: 0;
}

.ff_indexPage .team .owl-item .item_block{
  width: 100%;
}

.ff_indexPage .team .item_block{
  transition: all 0.36s ease;
  width: calc(100% / 1 - 0px);
  height: auto;
  float: left;
  margin-right: 0px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}




.item_tags > a:hover,
.container_category > a:hover,
.item_tags > a.active,
.container_category > a.active {
  color: #333333;
  background: none;
}

.ff_indexPage .mlist .item_box {
  display: block;
}

.ff_indexPage .mlist .module_container:hover .container_header .title:after {
  width: 20px;
}

.ff_indexPage .mlist .container_header .title {
  position: relative;
}

.ff_indexPage .mlist .container_header .title:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0px;
  background: #595959;
  left: -40px;
  top: 50%;
  margin-top: -2px;
  transition: 0.36s ease;
}

.ff_indexPage .mlist .container_header .subtitle {
  display: block;
  line-height: 30px;
}

.ff_indexPage .mlist .content_wrapper .more {
  padding-right: 16px;
  padding-left: 50px;
  position: relative;
  color: #d1d1d1;
  margin: 0;
  display: inline-block;
  width: auto;
  border: none;
  line-height: 1em;
}

.ff_indexPage .mlist .content_wrapper .more:hover {
  color: #959595;
  background: transparent;
}

.ff_indexPage .mlist .content_wrapper .more:hover:after {
  width: 40px;
}

.ff_indexPage .mlist .content_wrapper .more:before, .ff_indexPage .mlist .content_wrapper .more:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: 0.36s ease;
}

.ff_indexPage .mlist .content_wrapper .more:before {
  width: 40px;
  background: #d1d1d1;
}

.ff_indexPage .mlist .content_wrapper .more:after {
  width: 0;
  background: #333333;
}







.ff_indexPage .mlist.team .module_container .container_category {
  display: none;
}

.ff_indexPage .mlist.team .module_container .content_wrapper {
  position: relative;
  padding-top: 88px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content {
  position: relative;
  z-index: 10;
  width: calc(100% - 360px);
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav {
  width: 180px;
  left: 100%;
  bottom: 90px;
  top: auto;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #e1e1e1;
  position: absolute;
  left: 50%;
  top: -8px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-next,
.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-prev {
  width: 50%;
  height: 180px;
  background: transparent;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-next .iconfont,
.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-prev .iconfont {
  color: #b5b5b5;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-next .iconfont:before,
.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-prev .iconfont:before {
  font-size: 30px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-next:hover .iconfont,
.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-prev:hover .iconfont {
  color: #080808;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-prev {
  left: 0;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .owl-nav .owl-next {
  right: 0;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block {
  border: none;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block:hover .item_wrapper .details {
  background-color: transparent;
  opacity: 1;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block:hover .item_wrapper .details .fa {
  left: 0;
  opacity: 1;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_tags {
  display: none;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_img {
  width: 360px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_wrapper {
  padding: 82px 60px;
  width: calc(100% - 360px);
  background: #212121;
  height: 360px;
  position: relative;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_wrapper .details {
  position: absolute;
  bottom: 40px;
  left: 60px;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  border: none;
  font-size: 12px;
  padding-left: 0;
  opacity: 0;
  padding: 0;
  right: auto;
  width: auto;
  color: #727272;
  opacity: 1;
  display: block;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_wrapper .details .fa {
  font-size: 18px;
  line-height: 32px;
  vertical-align: -2px;
  position: relative;
  opacity: 0;
  left: -10px;
  transition: 0.36s ease;
  color: inherit;
  color: #727272;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_info .subtitle {
  color: #999999;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_info .title {
  color: #fff;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .date_wrap {
  display: none;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_des {
  margin-top: 32px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .item_des .description {
  color: #7a7979;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_content .item_block .details {
  display: none;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button {
  width: 360px;
  height: 360px;
  position: absolute;
  right: 0;
  top: 88px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .owl-carousel {
  display: block;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .content_list {
  height: 100%;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block {
  position: absolute;
  width: 50%;
  border: none;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block:nth-child(1) {
  top: -180px;
  left: -180px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block:nth-child(2) {
  top: 0px;
  left: 0px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block:nth-child(3) {
  top: 180px;
  left: 180px;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block:nth-child(4) {
  bottom: -180px;
  left: 0;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block.active .item_wrapper, .ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block:hover .item_wrapper {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block.active .item_index, .ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block:hover .item_index {
  opacity: 1;
  transition-delay: 0.16s;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block .item_index {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: 0.36s ease;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block .item_wrapper {
  background: #00246E;
  padding: 24px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.36s ease;
}

.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block .item_wrapper .item_info .title {
  color: #fff;
}
.ff_indexPage .mlist.team .module_container .content_wrapper .tab_button .item_block .item_wrapper .item_info .subtitle{
  color: #7D97CC;
  font-size: 14px;
}




