/*Add font ================================*/
.full.news {
  margin-bottom: 15px;
  padding-top: 40px;
  padding-bottom: 0;
}
.full.news .title_news {
  font-weight: 600;
  color: #097098;
  font-size: 24px;
  padding-left: 15px;
  position: relative;
  margin: 0 0 20px 0;
}
.full.news .title_news:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background: #097098;
  left: 0;
  bottom: 8px;
}
.full.news .paginate {
  text-align: center;
  padding: 45px 0 0;
}
@media (max-width: 600px) {
  .full.news .container .row {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #ims-column {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  #ims-column {
    flex: 0 0 26%;
    max-width: 26%;
    padding-left: 0;
  }
}

#ims-content {
  background: #fff;
}
@media (min-width: 992px) {
  #ims-content {
    flex: 0 0 74%;
    max-width: 74%;
  }
}
@media (min-width: 992px) {
  #ims-content .box_mid {
    min-height: 750px;
    padding-right: 45px;
    border-right: 1px solid #e6e6e6;
  }
}
#ims-content .box_video {
  width: 100vw;
  background: #fafafa;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 40px;
  margin-left: calc(-50vw + 50%);
  padding: 15px;
}
@media (min-width: 601px) {
  #ims-content .box_video {
    padding: 35px 0 45px;
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  #ims-content .box_video {
    margin-left: calc(-37vw + 48%);
  }
}
#ims-content .box_video .header_title {
  font-size: 30px;
  color: #108ebf;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}
#ims-content .box_video .header_title:before {
  content: "";
  background: #108ebf;
  height: 2px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
}
#ims-content .box_video .content .item .picture {
  position: relative;
}
#ims-content .box_video .content .item .picture img {
  border-radius: 5px;
}
#ims-content .box_video .content .item .picture .icon_play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#ims-content .box_video .content .item .title {
  color: #818181;
  padding: 15px 0 0;
  display: flex;
}
#ims-content .box_video .content .item .title:before {
  content: "";
  background: #108ebf;
  display: inline-block;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
  margin-top: 3px;
}
#ims-content .box_video .owl-controls {
  position: absolute;
  top: 35%;
  width: 100%;
}
#ims-content .box_video .owl-controls i {
  font-size: 35px;
  color: #097098;
}
#ims-content .box_video .owl-controls .owl-prev {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 10px 2px #dedede;
  left: 0;
}
@media (min-width: 601px) {
  #ims-content .box_video .owl-controls .owl-prev {
    left: -25px;
  }
}
#ims-content .box_video .owl-controls .owl-next {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  left: auto;
  text-align: center;
  padding: 2px;
  right: 0px;
}
@media (min-width: 601px) {
  #ims-content .box_video .owl-controls .owl-next {
    right: 20px;
  }
}
#ims-content .list_other {
  width: 100vw;
  background: #fafafa;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 40px;
  margin-left: calc(-50vw + 50%);
  padding: 15px;
}
@media (min-width: 601px) {
  #ims-content .list_other {
    padding: 35px 0 45px;
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  #ims-content .list_other {
    margin-left: calc(-37vw + 48%);
  }
}
#ims-content .list_other .header_title {
  font-size: 30px;
  color: #108ebf;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}
#ims-content .list_other .header_title:before {
  content: "";
  background: #108ebf;
  height: 2px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
}
#ims-content .list_other .list_item_news .row_item {
  margin: 0;
}
#ims-content .list_other .list_item_news .item .picture {
  position: relative;
}
#ims-content .list_other .list_item_news .item .picture img {
  border-radius: 5px;
}
#ims-content .list_other .list_item_news .item .picture .icon_play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#ims-content .list_other .list_item_news .item .title {
  color: #818181;
  padding: 15px 0 0;
  display: flex;
}
#ims-content .list_other .list_item_news .item .title:before {
  content: "";
  background: #108ebf;
  display: inline-block;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
  margin-top: 3px;
}
#ims-content .list_other .owl-controls {
  position: absolute;
  top: 35%;
  width: 100%;
}
#ims-content .list_other .owl-controls i {
  font-size: 35px;
  color: #097098;
}
#ims-content .list_other .owl-controls .owl-prev {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 10px 2px #dedede;
}
#ims-content .list_other .owl-controls .owl-next {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  left: auto;
  text-align: center;
  padding: 2px;
}

ul.wrap-suggestion-news {
  max-height: 200px;
}
ul.wrap-suggestion-news li a.item img {
  display: none;
}
ul.wrap-suggestion-news li a.item h3 {
  font-weight: 400;
}

.paginate {
  text-align: left;
}

/*---------------list_group-----------------*/
.list_group .row_item-title {
  color: #2363c9;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 2px;
}
.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;
}

/*-------------------item_detail----------------*/
@media (min-width: 992px) {
  #item_detail {
    padding-right: 45px;
    border-right: 1px solid #e6e6e6;
  }
}
#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail > .group {
  color: #006ece;
  padding: 10px 0;
}
#item_detail > .group a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #006ece;
}
#item_detail > h1 {
  font-weight: bold;
  color: #097098;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #item_detail > h1 {
    font-size: 25px;
  }
}
#item_detail .date {
  font-weight: 300;
  color: #afafaf;
  padding-bottom: 10px;
  font-size: 15px;
}
#item_detail .date span {
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
#item_detail .date span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #afafaf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#item_detail > .item-short {
  font-weight: bold;
}
#item_detail > .item-content {
  font: 400 1rem/150% "Roboto", sans-serif;
  color: #5a5a5a;
  padding-bottom: 20px;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin: 10px auto !important;
  border-radius: 4px;
}
#item_detail .tool-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font-size: 15px;
  color: #000000;
  padding-right: 20px;
}
#item_detail .tool-share ul {
  flex: 0 0 90px;
  max-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
#item_detail .tool-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
#item_detail .tool-share ul li a {
  display: block;
}
#item_detail .tool-share ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
  width: 27px;
  height: 27px;
}
#item_detail .tool-share ul li a i:before {
  font-size: 1.6rem;
}
#item_detail .tool-share ul li[class*=facebook] i {
  color: #004fa0;
}
#item_detail .tool-share ul li[class*=twitter] i {
  color: #1c9deb;
}
#item_detail .tool-share ul li[class*=youtube] i {
  color: #f00;
}
#item_detail .tool-share ul li.zalo-share-button {
  background: url(../../../../resources/images/zalo-icon2.png) center center no-repeat;
  background-size: 21px 24px;
  height: 23px;
}
#item_detail .tool-share ul li.zalo-share-button iframe {
  display: none;
}