@charset "UTF-8";
/*Add font ================================*/
/* --------------------------------------*/
#video {
  padding: 0px 0px 20px;
  margin: 2rem 0 0;
}
@media (min-width: 992px) {
  #video {
    padding: 0px 0px 25px;
    margin: 3rem 0 0;
  }
}
#video .box_header {
  margin: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
}
#video .box_header .title {
  font-family: "Montserrat-Light";
  font-size: 37px;
  color: #202020;
  padding: 0 0 15px;
}

#video_slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#video_slider .slick-list {
  padding: 0 !important;
}
#video_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#video_slider .item {
  background: #fafafa;
  width: 100%;
  display: block;
  padding-top: 47%;
  position: relative;
}
#video_slider .item img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#video_slider_thumb {
  background: #f4f4f4;
}
#video_slider_thumb .row_item {
  padding: 10px 35px;
}
#video_slider_thumb .slick-list {
  padding: 0 !important;
}
#video_slider_thumb .slick-arrow {
  background: rgba(41, 41, 41, 0.02);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #f7b521;
  top: 50%;
  z-index: 99;
}
#video_slider_thumb .slick-arrow:before {
  color: #f7b521;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 8px;
  bottom: 2px;
}
#video_slider_thumb .slick-arrow.slick-prev {
  left: 4px;
}
#video_slider_thumb .slick-arrow.slick-prev:before {
  content: "‹";
}
#video_slider_thumb .slick-arrow.slick-next {
  right: 4px;
}
#video_slider_thumb .slick-arrow.slick-next:before {
  content: "›";
}
#video_slider_thumb a {
  width: 100%;
  display: block;
  padding: 0 4px;
}
#video_slider_thumb a .item {
  display: block;
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
#video_slider_thumb a .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#item_detail {
  padding: 30px 0;
}
#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail > .group {
  color: #006ece;
  padding: 10px 0;
}
#item_detail > .group a {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #006ece;
}
#item_detail > h1 {
  font-family: "Arimo-SemiBold";
  font-size: 26px;
  text-transform: uppercase;
  color: #2b2a2a;
}
@media (min-width: 992px) {
  #item_detail > h1 {
    font-size: 38px;
  }
}
#item_detail .date {
  padding: 10px 0 0;
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Arimo-Regular";
}
#item_detail > .item-short {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #939393;
  padding-bottom: 10px;
}
#item_detail > .item-content {
  font-family: "Arimo-Regular";
  font-size: 16px;
  color: #5f5f5f;
  text-align: justify;
  padding: 10px 0;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content p {
  line-height: 1.6;
}
#item_detail > .item-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#item_detail .tool-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font: 600 0.9333333333rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-right: 20px;
}
#item_detail .tool-share ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#item_detail .tool-share ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  color: #605657;
  border-radius: 6px;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#item_detail .tool-share ul li a i:before {
  font-size: 1.6rem;
}
#item_detail .tool-share ul li.zalo-share-button {
  background: url(../../images/zalo-icon2.png) center center no-repeat;
  background-size: 21px 21px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 23px;
}
#item_detail .tool-share ul li.zalo-share-button iframe {
  display: none;
}
/*# sourceMappingURL=video.css.map */