/*Add font ================================*/
.header_title {
  padding: 40px 0;
  text-align: center;
}
.header_title .website {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #a0a0a0;
  line-height: 1;
}
.header_title .title {
  font-weight: 300;
  font-size: 34px;
  color: #108ebf;
  line-height: 1.1;
}
.header_title .title b {
  line-height: 1.1;
}

@media (min-width: 601px) {
  .list_item_field .row_item {
    margin: 0 -15px;
  }
}
.list_item_field .row_item .col_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  background: #f7f7f7;
}
@media (min-width: 601px) and (max-width: 823px) {
  .list_item_field .row_item .col_item {
    align-items: center;
    padding: 15px 0;
  }
}
.list_item_field .row_item .col_item:nth-child(2n) .info {
  text-align: right;
  padding-right: 20px;
}
@media (min-width: 601px) {
  .list_item_field .row_item .col_item:nth-child(2n) .info {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .list_item_field .row_item .col_item:nth-child(2n) .info {
    padding-right: 45px;
    padding-left: 15px !important;
  }
}
.list_item_field .row_item .col_item:nth-child(2n) .info .title, .list_item_field .row_item .col_item:nth-child(2n) .info .short {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .list_item_field .row_item .col_item:nth-child(2n) .info .title, .list_item_field .row_item .col_item:nth-child(2n) .info .short {
    margin-left: 30%;
  }
}
@media (min-width: 601px) {
  .list_item_field .row_item .col_item:nth-child(2n) .img {
    order: 1;
  }
}
.list_item_field .row_item .col_item .img {
  padding: 0;
}
.list_item_field .row_item .col_item .img a {
  display: block;
}
.list_item_field .row_item .col_item .info {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}
@media (min-width: 601px) {
  .list_item_field .row_item .col_item .info {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .list_item_field .row_item .col_item .info {
    padding-left: 45px;
    padding-top: 30px;
  }
}
.list_item_field .row_item .col_item .info .stt {
  text-align: center;
  background: #097098;
  color: #ffffff;
  border-radius: 50%;
  margin: 10px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .list_item_field .row_item .col_item .info .stt {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.list_item_field .row_item .col_item .info .stt:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #097098;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.list_item_field .row_item .col_item .info .title {
  font-weight: 700;
  font-size: 24px;
  color: #097098;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .list_item_field .row_item .col_item .info .title {
    max-width: 60%;
  }
}
.list_item_field .row_item .col_item .info .title a {
  line-height: 1.2;
}
.list_item_field .row_item .col_item .info .short {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
@media (min-width: 1200px) {
  .list_item_field .row_item .col_item .info .short {
    -webkit-line-clamp: 5;
    max-width: 69%;
  }
}
.list_item_field .row_item .col_item .info .detail {
  padding: 7px 25px;
  border-radius: 25px;
  border: 1px solid;
  color: #fb3b00;
  font-size: 15px;
  display: inline-block;
  background: #ffffff;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .list_item_field .row_item .col_item .info .detail {
    margin-top: 45px;
  }
}
.list_item_field .row_item .col_item .img img {
  width: 100%;
  height: auto;
}

.full.fieldoperations .list_other {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 35px 0 45px;
  padding-left: 80px;
  background: #fafafa;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 20px;
}
.full.fieldoperations .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: 0;
  padding-left: 50px;
  position: relative;
}
.full.fieldoperations .list_other .header_title:before {
  content: "";
  background: #108ebf;
  height: 2px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.full.fieldoperations .list_other .list_item_news .row_item {
  margin: 0;
}
.full.fieldoperations .list_other .list_item_news .item .picture {
  position: relative;
}
.full.fieldoperations .list_other .list_item_news .item .picture img {
  border-radius: 5px;
}
.full.fieldoperations .list_other .list_item_news .item .picture .icon_play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.full.fieldoperations .list_other .list_item_news .item .title {
  color: #818181;
  padding: 15px 0 0;
  display: flex;
}
.full.fieldoperations .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;
}
.full.fieldoperations .list_other .owl-controls {
  position: absolute;
  top: 35%;
  width: 100%;
}
.full.fieldoperations .list_other .owl-controls i {
  font-size: 35px;
  color: #097098;
}
.full.fieldoperations .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;
}
.full.fieldoperations .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;
}

#item_detail {
  padding-top: 25px;
}
#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;
  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;
}