@charset "UTF-8";
/*Add font ================================*/
.full.video .list {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 601px) {
  .full.video .list {
    padding: 30px 0;
  }
}
.full.video .list a {
  padding: 0 20px;
  font-size: 28px;
  position: relative;
}
.full.video .list a.active {
  color: #097098;
}
.full.video .list a:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #dfdfdf;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.full.video .list a:last-child:after {
  display: none;
}
.full.video .box_mid-title h1 {
  font-size: 28px;
  color: #0f8ebf;
  padding: 20px 0;
  font-weight: 600;
}
.full.video .list_item .item {
  margin-bottom: 30px;
}
.full.video .list_item .item .img img {
  max-width: 100%;
  height: auto;
}
.full.video .list_item .item .title {
  padding: 5px;
}

.item_detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.item_detail .content_left {
  width: calc(100% - 292px);
  padding-right: 4.8%;
}
@media (max-width: 980px) {
  .item_detail .content_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.item_detail .content_left h2.title {
  font-weight: 700;
  color: #0f8ebf;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 32px;
  padding-bottom: 8px;
}
@media (max-width: 980px) {
  .item_detail .content_left h2.title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .item_detail .content_left h2.title {
    font-size: 22px;
    line-height: 28px;
  }
}
.item_detail .content_left .date_create {
  font-size: 12px;
  color: #828282;
  padding-bottom: 18px;
}
.item_detail .content_left .date_create:before {
  content: "";
  width: 14px;
  height: 14px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-right: 10px;
  transform: translateY(2px);
}
.item_detail .content_left .video_detail .video_item {
  position: relative;
  margin-bottom: 30px;
}
.item_detail .content_left .video_detail .video_item .icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item_detail .content_left .video_detail .video_item img {
  max-width: 100%;
  height: auto;
}
.item_detail .content_left .video_detail .video_item a {
  border-radius: 10px;
}
.item_detail .content_left h3.content_title {
  padding-top: 28px;
  padding-bottom: 13px;
}
@media (max-width: 980px) {
  .item_detail .content_left h3.content_title {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.item_detail .content_left h3.content_title span {
  display: inline-block;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  background: linear-gradient(to right, #19843f, #1e9f4c);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 26px 6px 12px;
}
@media (max-width: 980px) {
  .item_detail .content_left h3.content_title span {
    padding: 7px 10px 6px;
  }
}
.item_detail .content_left .content {
  color: #323232;
  text-align: justify;
}
.item_detail .content_left .content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
}
.item_detail .column {
  width: 292px;
}
@media (max-width: 980px) {
  .item_detail .column {
    width: 100%;
  }
}
.item_detail .column .list_other h3.title {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(to right, #0f8ebf, #99cce0);
  padding: 8px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 980px) {
  .item_detail .column .list_other h3.title {
    padding: 15px 10px;
  }
}
.item_detail .column .list_other .list_item_other {
  border: 1px solid #ececec;
  border-top: none;
  padding: 30px 10px;
}
@media (max-width: 980px) {
  .item_detail .column .list_other .list_item_other {
    padding: 20px 0 0;
    border: none;
  }
}
.item_detail .column .list_other .list_item_other .item {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 980px) {
  .item_detail .column .list_other .list_item_other .item {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.item_detail .column .list_other .list_item_other .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item_detail .column .list_other .list_item_other .item .border {
  border-radius: 10px;
  overflow: hidden;
}
.item_detail .column .list_other .list_item_other .item .img a {
  width: 100%;
}
.item_detail .column .list_other .list_item_other .item .img a img {
  width: 100%;
}
.item_detail .column .list_other .list_item_other .item .info {
  background: #f8f8f8;
  padding: 15px 16px 17px;
}
@media (max-width: 980px) {
  .item_detail .column .list_other .list_item_other .item .info {
    padding: 15px 10px;
  }
}
.item_detail .column .list_other .list_item_other .item .info .group {
  color: #b2b2b2;
  text-transform: uppercase;
}
.item_detail .column .list_other .list_item_other .item .info .title a {
  font-size: 15px;
  color: #4f4f4f;
  text-transform: capitalize;
  line-height: 20px;
}
@media (max-width: 980px) {
  .item_detail .column .list_other .list_item_other .item .info .title a {
    font-size: 14px;
  }
}
.item_detail .column .list_other .list_item_other .item .info .title a:hover {
  color: #36ad4a;
}