#mcn-143 [class^="mcnLine"],
#mcn-143 .mcnCell,
#mcn-143 .cell-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mcn-143 .adv_content {
  margin: 20px 0;
}
#mcn-143 [class^="mcnLine"] {
  *zoom: 1;
}
#mcn-143 [class^="mcnLine"]:before,
#mcn-143 [class^="mcnLine"]:after {
  display: table;
  content: "";
  line-height: 0;
}
#mcn-143 [class^="mcnLine"]:after {
  clear: both;
}
#mcn-143 [class^="mcnLine"] .mcnCell {
  float: left;
}
#mcn-143 [class^="mcnLine"] .mcnCell .cell-wrap {
  background: rgba(0,0,0,0);
  border: none;
  border-radius: 0px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#mcn-143.mcnBlog [class^="mcnLine"] {
  margin-bottom: 20px;
  margin-left: -20px;
}
#mcn-143.mcnBlog [class^="mcnLine"]:last-of-type {
  margin-bottom: 0;
}
#mcn-143.mcnBlog [class^="mcnLine"] .mcnCell {
  padding-left: 20px;
}
#mcn-143 .mcnLine-1 .mcnCell {
  width: 100%;
  float: none !important;
}
#mcn-143 .mcnLine-2 .mcnCell {
  width: 50%;
}
#mcn-143 .mcnLine-3 .mcnCell {
  width: 33.3333%;
}
#mcn-143 .mcnLine-4 .mcnCell {
  width: 25%;
}
#mcn-143 .accordion-body {
  background: rgba(0,0,0,0);
}
#mcn-143 [class^="mcnLine"] .cell-img {
  display: block;
  position: relative;
  max-width: 33%;
  margin: 0;
  padding: 0;
}
#mcn-143 [class^="mcnLine"] .cell-img img {
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
#mcn-143 [class^="mcnLine"] .cell-img.news-img-left {
  float: left;
  margin-right: 10px;
}
#mcn-143 [class^="mcnLine"] .cell-img.news-img-right {
  float: right;
  margin-left: 10px;
}
#mcn-143 [class^="mcnLine"] .cell-img.news-img-center {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
#mcn-143 .mcnContent .intro-date {
  font-size: 12px;
  display: inline-block;
  line-height: 2;
}
#mcn-143 .mcnContent .intro-title {
  font-size: 18px;
  min-height: 36px;
  line-height: 1;
  margin-top: 0;
}
#mcn-143 .mcnContent .intro-title,
#mcn-143 .mcnContent .intro-title a {
  color: #570707;
}
#mcn-143 .mcnContent .readmore-left {
  text-align: left;
}
#mcn-143 .mcnContent .readmore-right {
  text-align: right;
}
@media (max-width: 480px),(min-width: 980px) {
  #mcn-143 [class*="effect-"] .cell-wrap {
    padding: 0 !important;
    border: 0 !important;
    position: relative;
    background: #000000 !important;
    text-align: center;
    cursor: pointer;
  }
  #mcn-143 [class*="effect-"] .cell-wrap [class*="news-img-"],
  #mcn-143 [class*="effect-"] .cell-wrap [class*="readmore-"] {
    margin-bottom: 0 !important;
  }
  #mcn-143 [class*="effect-"] .cell-wrap img {
    position: relative;
    display: block;
    width: 100% !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.65s;
    transition: opacity 0.5s, transform 0.65s;
  }
  #mcn-143 [class*="effect-"] .cell-wrap:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent {
    padding: 0px;
    margin: 0 3%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent:before,
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent:after {
    pointer-events: none;
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent,
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent a:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    height: 100%;
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent a:last-child {
    z-index: 20;
    text-indent: 200%;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent .intro-title {
    margin: 0;
    font-weight: normal;
    height: auto;
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent .intro-title {
    text-transform: none;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0 4px;
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 1px;
    opacity: 0;
  }
  #mcn-143 [class*="effect-"] .cell-wrap .mcnContent .animate-date {
    position: absolute;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #mcn-143 [class*="effect-"] .cell-wrap:hover .animate-date {
    opacity: 0;
  }
  #mcn-143 .effect-1 .cell-wrap img {
    -webkit-transform: translate3d(0,0,0) scale(1.1);
    transform: translate3d(0,0,0) scale(1.1);
  }
  #mcn-143 .effect-1 .cell-wrap .intro-title {
    -webkit-transition: -webkit-transform 0.65s;
    -moz-transition: -moz-transform 0.65s;
    -o-transition: -o-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: translate3d(0,60px,0);
    -moz-transform: translate3d(0,60px,0);
    -ms-transform: translate3d(0,60px,0);
    -o-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
  }
  #mcn-143 .effect-1 .cell-wrap p {
    margin: 0;
    padding: 6px;
    border: 1px solid #ffffff;
    background: rgba(0,0,0,0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.85s;
    -moz-transition: opacity 0.5s, -moz-transform 0.85s;
    -o-transition: opacity 0.5s, -o-transform 0.85s;
    transition: opacity 0.5s, transform 0.85s;
    -webkit-transform: translate3d(0,110px,0) scale(1.1);
    -moz-transform: translate3d(0,110px,0) scale(1.1);
    -ms-transform: translate3d(0,110px,0) scale(1.1);
    -o-transform: translate3d(0,110px,0) scale(1.1);
    transform: translate3d(0,110px,0) scale(1.1);
  }
  #mcn-143 .effect-1 .cell-wrap:hover .intro-title,
  #mcn-143 .effect-1 .cell-wrap:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    -moz-transform: translate3d(0,0,0) scale(1);
    -ms-transform: translate3d(0,0,0) scale(1);
    -o-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
  }
  #mcn-143 .effect-1 .cell-wrap .animate-date {
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 979px) {
  #mcn-143.rsp_979 [class^="mcnLine"]:not([class*="accordion-group"]) {
    margin-bottom: 0;
    margin-left: 0;
  }
  #mcn-143.rsp_979 [class^="mcnLine"]:not([class*="accordion-group"]) .mcnCell {
    float: none !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #mcn-143.rsp_979 [class^="mcnLine"]:not([class*="accordion-group"]) .mcnCell.last_cell {
    margin-bottom: 0;
  }
  #mcn-143.rsp_979.controls-outside {
    padding: 0 !important;
  }
  #mcn-143.rsp_979 .carousel-control {
    position: static !important;
    display: inline-block !important;
  }
  #mcn-143.rsp_979 [class^="mcnLine"] .mcnCell .cell-img,
  #mcn-143.rsp_979 [class^="mcnLine"] .accordion-inner .cell-img {
    width: 33%;
    max-width: 33%;
  }
  #mcn-143.rsp_979 [class^="mcnLine"] .mcnCell .cell-img.news-img-center,
  #mcn-143.rsp_979 [class^="mcnLine"] .accordion-inner .cell-img.news-img-center {
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #mcn-143.rsp_767 [class^="mcnLine"]:not([class*="accordion-group"]) {
    margin-bottom: 0;
    margin-left: 0;
  }
  #mcn-143.rsp_767 [class^="mcnLine"]:not([class*="accordion-group"]) .mcnCell {
    float: none !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #mcn-143.rsp_767 [class^="mcnLine"]:not([class*="accordion-group"]) .mcnCell.last_cell {
    margin-bottom: 0;
  }
  #mcn-143.rsp_767.controls-outside {
    padding: 0 !important;
  }
  #mcn-143.rsp_767 .carousel-control {
    position: static !important;
    display: inline-block !important;
  }
  #mcn-143.rsp_767 [class^="mcnLine"] .mcnCell .cell-img,
  #mcn-143.rsp_767 [class^="mcnLine"] .accordion-inner .cell-img {
    width: 33%;
    max-width: 33%;
  }
  #mcn-143.rsp_767 [class^="mcnLine"] .mcnCell .cell-img.news-img-center,
  #mcn-143.rsp_767 [class^="mcnLine"] .accordion-inner .cell-img.news-img-center {
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #mcn-143.rsp_480 [class^="mcnLine"]:not([class*="accordion-group"]) {
    margin-bottom: 0;
    margin-left: 0;
  }
  #mcn-143.rsp_480 [class^="mcnLine"]:not([class*="accordion-group"]) .mcnCell {
    float: none !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #mcn-143.rsp_480 [class^="mcnLine"]:not([class*="accordion-group"]) .mcnCell.last_cell {
    margin-bottom: 0;
  }
  #mcn-143.rsp_480.controls-outside {
    padding: 0 !important;
  }
  #mcn-143.rsp_480 .carousel-control {
    position: static !important;
    display: inline-block !important;
  }
  #mcn-143.rsp_979 [class^="mcnLine"] .mcnCell .cell-img,
  #mcn-143.rsp_979 [class^="mcnLine"] .accordion-inner .cell-img,
  #mcn-143.rsp_767 [class^="mcnLine"] .mcnCell .cell-img,
  #mcn-143.rsp_767 [class^="mcnLine"] .accordion-inner .cell-img,
  #mcn-143.rsp_480 [class^="mcnLine"] .mcnCell .cell-img,
  #mcn-143.rsp_480 [class^="mcnLine"] .accordion-inner .cell-img {
    float: none;
    text-align: left;
    width: auto;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  #mcn-143.rsp_979 [class^="mcnLine"] .mcnCell .cell-img.news-img-center,
  #mcn-143.rsp_979 [class^="mcnLine"] .accordion-inner .cell-img.news-img-center,
  #mcn-143.rsp_767 [class^="mcnLine"] .mcnCell .cell-img.news-img-center,
  #mcn-143.rsp_767 [class^="mcnLine"] .accordion-inner .cell-img.news-img-center,
  #mcn-143.rsp_480 [class^="mcnLine"] .mcnCell .cell-img.news-img-center,
  #mcn-143.rsp_480 [class^="mcnLine"] .accordion-inner .cell-img.news-img-center {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #mcn-143.rsp_979 [class^="mcnLine"] .mcnCell .cell-img img,
  #mcn-143.rsp_979 [class^="mcnLine"] .accordion-inner .cell-img img,
  #mcn-143.rsp_767 [class^="mcnLine"] .mcnCell .cell-img img,
  #mcn-143.rsp_767 [class^="mcnLine"] .accordion-inner .cell-img img,
  #mcn-143.rsp_480 [class^="mcnLine"] .mcnCell .cell-img img,
  #mcn-143.rsp_480 [class^="mcnLine"] .accordion-inner .cell-img img {
    width: auto;
  }
}
#mcn-143.carousel {
  margin-bottom: 0;
}
#mcn-143.carousel [class^="mcnLine"] {
  margin-bottom: 0;
}
#mcn-143.carousel [class^="mcnLine"] .mcnCell:first-of-type {
  padding-left: 0;
}
#mcn-143.carousel [class^="mcnLine"] .mcnCell:last-of-type {
  padding-right: 0;
}
#mcn-143.carousel .mcnLine-2 .mcnCell:first-of-type {
  padding-right: 10px;
}
#mcn-143.carousel .mcnLine-2 .mcnCell:last-of-type {
  padding-left: 10px;
}
#mcn-143.carousel .mcnLine-3 .mcnCell {
  padding: 0 6.6666666666667px;
}
#mcn-143.carousel .mcnLine-3 .mcnCell:first-of-type {
  padding-right: 13.333333333333px;
}
#mcn-143.carousel .mcnLine-3 .mcnCell:last-of-type {
  padding-left: 13.333333333333px;
}
#mcn-143.carousel .mcnLine-4 .mcnCell:nth-of-type(1) {
  padding-right: 15px;
}
#mcn-143.carousel .mcnLine-4 .mcnCell:nth-of-type(2) {
  padding-left: 5px;
  padding-right: 10px;
}
#mcn-143.carousel .mcnLine-4 .mcnCell:nth-of-type(3) {
  padding-left: 10px;
  padding-right: 5px;
}
#mcn-143.carousel .mcnLine-4 .mcnCell:nth-of-type(4) {
  padding-left: 15px;
}
#mcn-143 .carousel-control {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 24px;
  margin-top: 0;
  z-index: 30;
}
#mcn-143 .carousel-control.right {
  right: 5px;
}
#mcn-143 .carousel-control.left {
  left: 5px;
}
#mcn-143 .controls-top,
#mcn-143 .controls-bottom {
  padding: 5px 0;
}
#mcn-143 .controls-top.controls-left,
#mcn-143 .controls-bottom.controls-left {
  text-align: left;
}
#mcn-143 .controls-top.controls-right,
#mcn-143 .controls-bottom.controls-right {
  text-align: right;
}
#mcn-143 .controls-top.controls-center,
#mcn-143 .controls-bottom.controls-center {
  text-align: center;
}
#mcn-143 .controls-top .carousel-control,
#mcn-143 .controls-bottom .carousel-control {
  position: static !important;
  display: inline-block;
}
#mcn-143.controls-outside {
  padding-left: 44px;
  padding-right: 44px;
}
#mcn-143 .controls-inside .carousel-control {
  opacity: 0;
  transition: opacity 0.5s;
}
#mcn-143:hover .controls-inside .carousel-control {
  opacity: 0.5;
}
#mcn-143 .controls-inside .carousel-control:hover {
  opacity: 1;
}
