/*Add font ================================*/
.full.video .nav {
  padding: 0;
}
.full.video .header_title {
  margin-bottom: 30px;
}
.full.video .header_title .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #112562;
  padding-top: 30px;
  text-transform: uppercase;
}
.full.video .header_title .note {
  text-align: center;
  font-size: 16px;
  color: #848484;
}
@media (max-width: 600px) {
  .full.video .box_video {
    margin-bottom: 30px;
  }
}

.full.detail .nav {
  background: #ffffff;
  padding: 13px 0;
}
.full.detail .nav .ims_navigation {
  padding: 0;
  background: #ffffff;
}
.full.detail .nav .ims_navigation .container {
  padding: 0;
}
@media (max-width: 600px) {
  .full.detail .title {
    font-size: 20px;
  }
}
.full.detail .date_create {
  margin-top: 15px;
  font-size: 14px;
}
.full.detail .video_detail {
  text-align: center;
  margin: 40px 0;
}
.full.detail .video_detail img {
  max-width: 100%;
  height: auto;
}

.list_other .list_other-title, .video .list_other-title {
  font-size: 28px;
  color: #112562;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.list_other .list_item, .video .list_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.list_other .list_item .item, .video .list_item .item {
  margin-bottom: 3%;
}
.list_other .list_item .item > a, .video .list_item .item > a {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.list_other .list_item .item > a .image, .video .list_item .item > a .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70%;
  position: relative;
}
.list_other .list_item .item > a .image i, .video .list_item .item > a .image i {
  display: block;
  font-size: 45px;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: all 300ms ease-in-out;
}
.list_other .list_item .item > a .image i:after, .video .list_item .item > a .image i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: -1;
}
.list_other .list_item .item .info, .video .list_item .item .info {
  width: 100%;
  transition: all 500ms ease-in-out;
}
.list_other .list_item .item .info a, .video .list_item .item .info a {
  display: block;
  width: 100%;
  color: #363636;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  margin: 12px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_other .list_item .item .info a:before, .video .list_item .item .info a:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  background: inherit;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.2);
  filter: blur(7px);
  margin: -9px 0;
}
.list_other .list_item .item:hover > a, .list_other .list_item .item:focus > a, .video .list_item .item:hover > a, .video .list_item .item:focus > a {
  box-shadow: 1px 1px 5px 0.5px rgba(228, 131, 37, 0.2), -1px -1px 5px 0.5px rgba(228, 131, 37, 0.2), -1px 1px 5px 0.5px rgba(228, 131, 37, 0.2), 1px -1px 5px 0.5px rgba(228, 131, 37, 0.2);
}
.list_other .list_item .item:hover > a .image i, .list_other .list_item .item:focus > a .image i, .video .list_item .item:hover > a .image i, .video .list_item .item:focus > a .image i {
  color: #f00;
}
.list_other .list_item .item:hover > a .image .info, .list_other .list_item .item:focus > a .image .info, .video .list_item .item:hover > a .image .info, .video .list_item .item:focus > a .image .info {
  opacity: 0;
}
.list_other .viewmore, .video .viewmore {
  flex: 0 0 100%;
  max-width: 100%;
}
.list_other .viewmore .btn_viewmore, .video .viewmore .btn_viewmore {
  background: transparent;
  border: 0;
}
.list_other .viewmore .btn_viewmore span, .video .viewmore .btn_viewmore span {
  text-transform: uppercase;
  color: #464d4c;
  padding-left: 30px;
  position: relative;
}
.list_other .viewmore .btn_viewmore span:before, .video .viewmore .btn_viewmore span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background: #1060b0;
}