@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");
.hidden, .hidden-seoh {
  opacity: 0;
  z-index: -12;
  position: absolute; }

@font-face {
  font-family: 'QuestrialRegular';
  src: url("../fonts/Questrial/QuestrialRegular.eot");
  src: url("../fonts/Questrial/QuestrialRegular.eot") format("embedded-opentype"), url("../fonts/Questrial/QuestrialRegular.woff2") format("woff2"), url("../fonts/Questrial/QuestrialRegular.woff") format("woff"), url("../fonts/Questrial/QuestrialRegular.ttf") format("truetype"), url("../fonts/Questrial/QuestrialRegular.svg#QuestrialRegular") format("svg"); }

/** Generated by FG **/
@font-face {
  font-family: 'iCiel';
  src: url("../fonts/iCiel/iCiel-SamsungSharpSans-Bold_SMCPS.eot");
  src: local("☺"), url("../fonts/iCiel/iCiel-SamsungSharpSans-Bold_SMCPS.woff") format("woff"), url("../fonts/iCiel/iCiel-SamsungSharpSans-Bold_SMCPS.ttf") format("truetype"), url("../fonts/iCiel/iCiel-SamsungSharpSans-Bold_SMCPS.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: QuestrialRegular, sans-serif; }

ul, ol {
  padding: 0;
  margin: 0; }

.mg0 {
  margin: 0 !important;
  padding: 0 !important; }

a:hover {
  text-decoration: none;
  color: #7FBD40; }

._list_cat > div::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background-color: transparent; }

._list_cat > div::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent; }

._list_cat > div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2); }

.header-top {
  font-size: 14px;
  line-height: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #ececec; }
  .header-top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-top .left .address {
      background: url(../images/icon-local.png) no-repeat left center; }
    .header-top .left .phone {
      background: url(../images/icon-phone.png) no-repeat left center; }
  .header-top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 60%; }
  .header-top .menuv2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-top .menuv2 ul li {
      list-style: none; }
      .header-top .menuv2 ul li:last-child {
        padding-left: 10px; }
      .header-top .menuv2 ul li a {
        color: #b2b2b2;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header-top .menuv2 ul li:first-child {
    padding-right: 10px;
}
        .header-top .menuv2 ul li a:hover {
          color: #f4ae2a; }
        .header-top .menuv2 ul li a i {
          margin-right: 3px; }
  .header-top ._search {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin-right: 30px; }
    .header-top ._search input {
      width: 100%;
      height: 36px;
      background: #f7f7f7;
      border: none;
      padding: 0 15px;
      border-radius: 5px; }
    .header-top ._search .__bnt_submit {
      position: absolute;
      top: 0;
      right: 8px;
      bottom: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #b2b2b2; }

._all_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  margin-right: 15px;
  color: #959191; }
  ._all_cat .icon {
    width: 25px;
    position: relative;
    margin-left: 10px; }
    ._all_cat .icon span {
      background: #7FBD40;
      height: 2px;
      width: 25px;
      display: block;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      ._all_cat .icon span + .icon-bar {
        margin-top: 7px; }
  ._all_cat.active .icon .icon-bar:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px); }
  ._all_cat.active .icon .icon-bar:nth-child(2) {
    opacity: 0; }
  ._all_cat.active .icon .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -9px);
    -ms-transform: rotate(-45deg) translate(7px, -9px);
    transform: rotate(-45deg) translate(7px, -9px); }

#collapseCat {
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  width: 100%;
  background: #f8f5f5;
  z-index: 13;
  display: none;
  padding: 15px 0; }
  #collapseCat ._search, #collapseCat ._logo {
    display: none; }
  #collapseCat ul._ul_collap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    #collapseCat ul._ul_collap > li {
      width: 20%;
      padding: 0;
      margin-bottom: 15px; }
      #collapseCat ul._ul_collap > li:hover a:after {
        display: none; }
      #collapseCat ul._ul_collap > li > a {
        color: #7FBD40;
        padding: 2px 0;
        display: inline-block; }
      #collapseCat ul._ul_collap > li li {
        padding-left: 0; }
  #collapseCat ul._ul_collapv2 li:hover > a {
    text-decoration: underline; }
  #collapseCat ul._ul_collapv2 li a {
    color: #222;
    font-family: QuestrialRegular, sans-serif;
    padding: 0;
    display: inline-block; }
  #collapseCat ul._ul_collapv2 li i {
    font-size: 11px;
    width: 20px;
    height: 20px; }
  #collapseCat ul._ul_collapv2 .__hidden {
    display: none; }
  #collapseCat ul._ul_collapv2 .__xem_them {
    color: #757575;
    font-size: 13px;
    position: relative;
    padding-top: 3px;
    border-top: 1px solid #757575;
    max-width: 85px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    #collapseCat ul._ul_collapv2 .__xem_them:hover {
      color: #7FBD40; }
    #collapseCat ul._ul_collapv2 .__xem_them i {
      margin-left: 5px; }
  #collapseCat ul._ul_collapv3 {
    padding-left: 8px;
    display: none; }
    #collapseCat ul._ul_collapv3 li a {
      color: #908f8f;
      font-size: 13px; }

.title-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding: 10px 20px; }
  .title-video i {
    margin: 0 10px; }

.navigation_scroll {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 10px 0 5px;
  position: relative;
  display: none; }
  .navigation_scroll.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 123; }
  .navigation_scroll .menu_bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navigation_scroll .menu_bread li {
      padding: 10px; }
      .navigation_scroll .menu_bread li a {
        color: #4f4f4f; }
    .navigation_scroll .menu_bread .slick-next {
      background: url(../images/arrow.svg) no-repeat left center;
      position: absolute;
      top: 0;
      right: -2px;
      height: 100%;
      width: 50px;
      font-size: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit; }
      .navigation_scroll .menu_bread .slick-next:before {
        opacity: 0; }
    .navigation_scroll .menu_bread .slick-prev {
      display: none !important; }

._slide_list .slick-next {
  background: url(../images/arrow.svg) no-repeat left center;
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 50px;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit; }
  ._slide_list .slick-next:before {
    opacity: 0; }

._slide_list .slick-prev {
  display: none !important; }

.video_top {
  background: #f7f7f7; }
  .video_top .row {
    margin: 0; }
  .video_top .content {
    margin: 20px 0; }
    .video_top .content h3 {
      font-family: 'iciel'; }
    .video_top .content .author {
      text-align: right;
      color: #666;
      font-size: 16px;
      font-family: 'iciel'; }

.main_video {
  position: relative;
  padding-bottom: 50%; }
  .main_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video_cungchude .tit {
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  margin: 50px 0 20px;
  font-family: 'iciel'; }

.video_cungchude ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .video_cungchude ul li {
    margin-bottom: 20px; }
    .video_cungchude ul li h3 {
      font-size: 18px;
      color: #000;
      margin: 15px 0 20px; }

header {
  border-bottom: 4px solid #7FBD40;
  padding: 10px 0 6px;
  position: relative; }
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 12; }
  header #mmenu {
    display: none; }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    header .container ._left {
      width: calc(100% - 150px); }
    header .container ._right {
      width: 150px;
      text-align: right; }
  header ul {
    list-style: none; }
    header ul li {
      position: relative;
      padding: 0 10px; }
      header ul li:first-child {
        padding-left: 0; }
      header ul li:last-child {
        padding-right: 0; }
      header ul li i.icon-arrow {
        display: none; }
      header ul li a {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: .05em;
        text-transform: capitalize;
        color: #333132;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 5px 0;
        display: block;
        position: relative;
        font-family: 'iciel'; }
        header ul li a:after {
          content: '';
          width: calc(100% - 1px);
          height: 1px;
          background-color: #000;
          position: absolute;
          bottom: 2px;
          left: 0;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
          transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
          -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
          transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
          transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95); }
      header ul li.active a {
        color: #8bc5c6; }
        header ul li.active a:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }
      header ul li:hover a {
        color: #000;
        text-decoration: none; }
        header ul li:hover a:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }
      header ul li:hover ul.sub-menu {
        opacity: 1;
        top: 100%;
        visibility: visible;
        pointer-events: auto; }
      header ul li.logo a:after {
        opacity: 0; }
      header ul li ul.sub-menu {
        width: 100%;
        display: block;
        position: absolute;
        opacity: 0;
        top: 130%;
        visibility: hidden;
        -webkit-transition: top 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99) 0.1s, opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99) 0.1s, visibility 1s linear;
        -o-transition: top 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99) 0.1s, opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99) 0.1s, visibility 1s linear;
        transition: top 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99) 0.1s, opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99) 0.1s, visibility 1s linear;
        left: 0;
        -webkit-box-shadow: 2px 2px 5px #00000033;
        box-shadow: 2px 2px 5px #00000033;
        z-index: 999;
        background-color: #fff;
        pointer-events: none;
        min-width: 210px; }
        header ul li ul.sub-menu li a {
          padding: 10px;
          border: 1px solid #f7f7f7;
          color: #998d8d;
          -webkit-transition: all 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99);
          -o-transition: all 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99);
          transition: all 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99);
          font-size: 12px; }
          header ul li ul.sub-menu li a:hover {
            background: #efefef75;
            color: #8bc5c6; }
          header ul li ul.sub-menu li a:after {
            opacity: 0; }
  header .__phone {
    background: url(../images/icon-phone.png) no-repeat left center;
    padding-left: 22px;
    display: inline-block; }
    header .__phone a {
      color: #7FBD40;
      font-size: 18px; }

.section_topstory {
  margin-top: 13px;
  margin-bottom: 30px; }
  .section_topstory ._content {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec; }
    .section_topstory ._content.pb20 {
      padding-bottom: 20px; }
  .section_topstory .slick-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .section_topstory ._col_left {
    width: calc(100% - 320px); }
    .section_topstory ._col_left.w100 {
      width: 100%; }
    .section_topstory ._col_left ._news .__left {
      width: calc(100% - 285px); }
      .section_topstory ._col_left ._news .__left a{
        display: block;
        overflow: hidden;
        transition: 0.3s;
      }
      .section_topstory ._col_left ._news .__left img{
         transition: 0.3s;
      }
      .section_topstory ._col_left ._news .__left img:hover{
        transform: scale(1.1);
      }

    .section_topstory ._col_left ._news .__right {
      width: 285px;
      padding: 23px;
      position: relative; }
  .section_topstory ._col_right {
    width: 350px;
    margin-left: 20px;
    position: relative;
    min-height: 400px; }
    .section_topstory ._col_right .__banner_advs {
      right: 0;
      width: 100%;
      height: 100%;
      background-size: cover !important;
      bottom: 0;
      height: 100%;
      padding-bottom: 91%;
      left: 0;
      }
      .section_topstory ._col_right .__banner_advs a {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        }
  .section_topstory .__item_news_top {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section_topstory .__item_news_top h3 {
      font-family: 'iciel';
      font-size: 22px;
      line-height: 34px; }
      .section_topstory .__item_news_top h3 a {
        color: #202020;
        transition: 0.3s;
        }
        .section_topstory .__item_news_top h3 a:hover {
        color: #7FBD40;
        }
    .section_topstory .__item_news_top .__desc {
      font-size: 15px;
      line-height: 22px;
      text-align: justify;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      }
      .section_topstory .__item_news_top .__desc a {
        color: #202020; }
  .section_topstory ._news_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section_topstory ._news_bottom .__item_news_bottom {
      width: 50%;
      padding-right: 23px; }
    .section_topstory ._news_bottom .__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 0 0; }
    .section_topstory ._news_bottom .__right {
      padding-bottom: 0 !important; }
      .section_topstory ._news_bottom .__right:after {
        position: absolute;
        top: 30px;
        height: calc(100% - 30px);
        left: 0;
        background: #e5e5e5;
        content: '';
        width: 2px; }
  .section_topstory .__item_news_bottom h3, .section_topstory .__item_news_bottomv2 h3 {
    font-family: 'iciel';
    font-size: 15px;
    line-height: 24px; }
    .section_topstory .__item_news_bottom h3 a, .section_topstory .__item_news_bottomv2 h3 a {
      color: #202020;
      transition: 0.3s;
      }
       .section_topstory .__item_news_bottom h3 a:hover, .section_topstory .__item_news_bottomv2 h3 a:hover {
      color: #7FBD40;
      }
  .section_topstory .__item_news_bottom .__desc, .section_topstory .__item_news_bottomv2 .__desc {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    }
    .section_topstory .__item_news_bottom .__desc a, .section_topstory .__item_news_bottomv2 .__desc a {
      color: #202020; }
  .section_topstory .__item_news_bottomv2 {
    padding: 15px 0 0; }
    .section_topstory .__item_news_bottomv2 .__desc {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .section_topstory .__item_news_bottomv2 ._img {
      margin-top: 10px; }
      .section_topstory .__item_news_bottomv2 ._img a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* flex-wrap: wrap; */
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        color: #202020; }
        .section_topstory .__item_news_bottomv2 ._img a h4 {
          font-size: 15px;
          line-height: 34px;
          font-style: italic;
          font-family: 'iciel'; }

._list_cat {
  padding: 0;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 41.6px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word; }
  ._list_cat.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  ._list_cat .Youtube {
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
    background: url(../images/icon-yotube.png) no-repeat left center;
    color: #707070; }
  ._list_cat h3 {
    padding-left: 0; }
    ._list_cat h3 a {
      font-family: 'iciel';
      color: #202020;
      font-size: 18px;
      line-height: 34px;
      position: relative;
      display: block; }
      ._list_cat h3 a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #7FBD40;
        height: 2px;
        content: ''; }
  ._list_cat > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ._list_cat li {
    list-style: none;
    padding-left: 15px; }
    ._list_cat li a {
      font-size: 14px;
      line-height: 22px;
      color: #707070;
      display: block;
      transition: 0.3s; }
  ._list_cat li a:hover{
    color: #7FBD40;
  }
.section_stream_home ._content .__left {
  width: 435px;
  padding-right: 25px; }

.section_stream_home ._content .__right {
  width: calc(100% - 435px);
  padding-left: 25px; }

.section_stream_home .wrap-list-news .banner-list {
  position: relative;
  margin-bottom: 20px; }
  .section_stream_home .wrap-list-news .banner-list img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.section_stream_home ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section_stream_home ._content .__left {
    border-right: 1px solid #ececec; }

.section_stream_home .box-list-news ._news_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec; }
  .section_stream_home .box-list-news ._news_top a {
    color: #202020; }
  .section_stream_home .box-list-news ._news_top .desc {
    padding-left: 15px; }
    .section_stream_home .box-list-news ._news_top .desc h3 {
      font-family: 'iciel';
      font-size: 15px;
      line-height: 21px;
      color: #202020;
      transition: 0.3s;
      }
    .section_stream_home .box-list-news ._news_top .desc > div {
      font-size: 15px;
      line-height: 21px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      }

.section_stream_home .box-list-news ._news_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0; }
  .section_stream_home .box-list-news ._news_bottom .__it_news {
    width: 30%; }
    .section_stream_home .box-list-news ._news_bottom .__it_news a {
      color: #202020;
      /* font-family: 'iciel'; */
      font-size: 15px;
      line-height: 21px;
      position: relative;
      padding-left: 10px;
      display: block;
      transition: 0.3s;
      }
      .section_stream_home .box-list-news ._news_bottom .__it_news a:hover {
            color: #7FBD40;
      }
      .section_stream_home .box-list-news ._news_bottom .__it_news a:after {
        position: absolute;
        top: 6px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        left: 0;
        content: '';
        background: #7FBD40; }

.section_stream_home .box-list-news .__left_news {
  width: 67%;
  padding-right: 15px;
  border-right: 1px solid #ececec;
      transition: 0.3s; }
 .section_stream_home .box-list-news .__left_news h3{transition: 0.3s;}
  .section_stream_home .box-list-news .__left_news:hover h3 {color: #7FBD40;}
  .section_stream_home .box-list-news .__left_news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
  .section_stream_home .box-list-news .__left_news .img {
    width: 245px;
    height: 145px;
    overflow: hidden;
    position: relative; }
    .section_stream_home .box-list-news .__left_news .img:hover img {
       transform: scale(1.1);
    }
    .section_stream_home .box-list-news .__left_news .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      transition: 0.3s;

      object-fit: cover; }
  .section_stream_home .box-list-news .__left_news .desc {
    width: calc(100% - 245px); }

.section_stream_home .box-list-news .__right_news {
  width: 33%; }
.section_stream_home .box-list-news .__right_news h3{
  transition: 0.3s;
}
.section_stream_home .box-list-news .__right_news:hover h3{
    color: #7FBD40;
}
.list-news .items_news {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec; }
  .list-news .items_news:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .list-news .items_news h3 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'iciel'; }
    .list-news .items_news h3 a {
      color: #202020;
      transition: 0.3s;
      }
.list-news .items_news h3 a:hover {
      color: #7FBD40;
      }
.list-news .__description {
  font-size: 15px;
  line-height: 22px;
  }
  .list-news .__description a {
    color: #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .list-news .__description .__cont {
    padding-left: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    }

.advs_bottom {
  margin: 30px 0; }
  .advs_bottom .__banner_advs {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background-size: cover !important; }
    .advs_bottom .__banner_advs a {
      display: block;
      height: 100%; }

.wrap-videos {
  margin: 35px 0 50px; }
  .wrap-videos .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .wrap-videos .container ._video_left {
      width: calc(100% - 395px);
      padding-right: 22px; }
    .wrap-videos .container ._video_right {
      width: 395px; }
      .wrap-videos .container ._video_right .__item-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .wrap-videos .container ._video_right .__item-video:hover i {
          font-size: 40px;
          height: 40px;
          width: 40px; }
        .wrap-videos .container ._video_right .__item-video i {
          font-size: 35px;
          height: 35px;
          width: 35px; }
        .wrap-videos .container ._video_right .__item-video .img {
          position: relative;
          width: 130px; }
        .wrap-videos .container ._video_right .__item-video .name {
          font-size: 14px;
          line-height: 22px;
          color: #202020;
          width: calc(100% - 130px);
          padding-left: 10px; }
    .wrap-videos .container .__list_videos {
      padding: 0;
      margin: 0;
      list-style: none;
      overflow-y: scroll; }
      .wrap-videos .container .__list_videos li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ececec; }
        .wrap-videos .container .__list_videos li:last-child {
          margin-bottom: 0;
          border-bottom: none;
          padding-bottom: 0; }
    .wrap-videos .container .__item-video {
      position: relative; }
      .wrap-videos .container .__item-video .cont {
        position: relative;
        padding-bottom: 56.5%; }
        .wrap-videos .container .__item-video .cont iframe, .wrap-videos .container .__item-video .cont img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .wrap-videos .container .__item-video .namev2 {
        font-size: 22px;
        line-height: 34px;
        font-family: 'iciel';
        color: #202020;
        margin: 15px 0; }
      .wrap-videos .container .__item-video:hover i {
        font-size: 85px;
        height: 85px;
        width: 85px; }
      .wrap-videos .container .__item-video i {
        position: absolute;
        font-size: 80px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 80px;
        width: 80px;
        color: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 123; }

.wrap-marketing {
  margin-bottom: 55px; }
  .wrap-marketing ._list_cat {
    width: 70%;
    padding: 0 11px; }
    .wrap-marketing ._list_cat li a {
      color: #fff; }
    .wrap-marketing ._list_cat h3 a {
      color: #fff;
      font-size: 16px; }
      .wrap-marketing ._list_cat h3 a:after {
        background: #fff; }
  .wrap-marketing .box-marketing {
    background: #7FBD40;
    padding: 11px; }
  .wrap-marketing .slide-marketting {
    padding: 0;
    margin: 0;
    list-style: none; }
    .wrap-marketing .slide-marketting li {
      padding: 11px; }
      .wrap-marketing .slide-marketting li img {
        width: 100%; }
      .wrap-marketing .slide-marketting li p {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 22px; }
      .wrap-marketing .slide-marketting li ._content {
        background: #f1f1f1;
        padding: 10px; }
      .wrap-marketing .slide-marketting li h4 {
        position: relative;
        text-transform: uppercase;
        padding-left: 45px;
        font-size: 15px;
        color: #202020;
        font-family: 'Oswald', sans-serif;
        margin: 5px 0 10px; }
        .wrap-marketing .slide-marketting li h4 a {
          color: #202020; }
        .wrap-marketing .slide-marketting li h4:before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 35px;
          height: 2px;
          background: #7FBD40; }
      .wrap-marketing .slide-marketting li h3 {
        font-size: 15px;
        line-height: 20px;
        font-family: 'iciel';
        margin-bottom: 3px; }
        .wrap-marketing .slide-marketting li h3 a {
          color: #202020; }

footer {
  background: #f2f2f2;
  padding: 40px 0; }
  footer .title-foot {
    font-family: 'iciel';
    color: #202020;
    font-size: 16px;
    margin-bottom: 10px; }
    footer .title-foot.text-uppercase {
      text-transform: uppercase; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      margin-bottom: 10px;
      font-size: 14px;
      color: #202020; }
      footer ul li a {
        font-size: 14px;
        color: #202020;
        transition: 0.3s;
        }
  footer .social-- {
    margin: 20px 0 10px; }
    footer .social-- span {
      margin-right: 5px; }

.copyright {
  background: #7FBD40;
  color: #fff;
  padding: 15px 0;
  font-size: 13px; }
  .copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .copyright .container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0; }
      .copyright .container ul li {
        padding: 0 10px;
        list-style: none; }
        .copyright .container ul li a {
          color: #fff; }
        .copyright .container ul li:last-child {
          border-left: 1px solid;
          padding-right: 0; }

.wrap-article .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
  margin-bottom: 90px; }

.title-main {
  font-size: 36px;
  font-family: 'iciel';
  color: #7FBD40; }
  .title-main span {
    display: inline-block;
    position: relative; }

.submenu {
  min-height: 130px; }
  .submenu .menuv2 {
    position: relative; }
    .submenu .menuv2 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #ececec;
      width: 100%; }
      .submenu .menuv2 ul li {
        margin-right: 15px; }
        .submenu .menuv2 ul li a {
          font-family: 'iciel';
          font-size: 14px;
          color: #2b2a2a;
          position: relative;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          padding-bottom: 10px;
          display: inline-block; }
          .submenu .menuv2 ul li a:after {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            background: transparent;
            height: 1px;
            content: '';
            z-index: 12; }
          .submenu .menuv2 ul li a:hover {
            color: #7FBD40; }
            .submenu .menuv2 ul li a:hover:after {
              background: #7FBD40; }
        .submenu .menuv2 ul li.activev1 > a {
          color: #7FBD40; }
          .submenu .menuv2 ul li.activev1 > a:after {
            background: #7FBD40; }
  .submenu .menuv3 {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden; }
    .submenu .menuv3.active {
      opacity: 1;
      visibility: visible; }
    .submenu .menuv3 li a {
      font-size: 14px !important;
      font-family: QuestrialRegular, sans-serif  !important;
      padding-top: 10px; }

#content-left {
  width: 360px;
  padding-left: 30px;
  margin-top: 20px;
  border-left: 1px solid #ececec; }
  #content-left ._advs_left {
    margin-bottom: 30px; }
  #content-left ._box_left h3 {
    font-family: 'iciel';
    font-size: 18px;
    line-height: 34px;
    color: #202020;
    margin-bottom: 15px; }
    #content-left ._box_left h3 span {
      position: relative;
      display: inline-block; }
      #content-left ._box_left h3 span:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #7FBD40;
        height: 2px;
        content: ''; }
  #content-left ._box_left ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #content-left ._box_left ul li {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ececec; }
      #content-left ._box_left ul li a {display: block; }
      #content-left ._box_left ul li a h4 {
           transition: 0.3s; }

        #content-left ._box_left ul li a:hover h4{    color: #7FBD40;}
      #content-left ._box_left ul li img {
        margin-bottom: 10px; }
      #content-left ._box_left ul li h4 {
        font-size: 15px;
        line-height: 21px;
        color: #202020;
        margin: 0; }

#content-right {
  width: calc(100% - 360px);
  padding-right: 30px;
  margin-top: 10px;
  position: relative; }

.content-main a.news {
  display: block;
  color: #202020;
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .content-main a.news .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .content-main a.news .pic-news {
    width: 240px;
    margin: 0; 
    overflow: hidden;}
    .content-main a.news .pic-news:hover img{transform: scale(1.1);}
    .content-main a.news .pic-news img{
      transition: 0.3s;
    }
  .content-main a.news .info-news {
    width: calc(100% - 240px);
    padding-right: 30px; }
  .content-main a.news:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.content-main .name-news {
  font-size: 20px;
  line-height: 32px;
  transition: 0.3s;
  font-family: 'iciel'; }
.content-main .name-news:hover{
    color: #7FBD40;
}
.content-main .desc-news {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: normal;
  }

.pagination-absolute {
  position: absolute;
  right: 30px;
  bottom: -90px; }

.scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; }

.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent; }

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2); }

.marketting-noibat {
  margin: 0 -10px;
  padding: 0; }
  .marketting-noibat .slick-prev:before, .marketting-noibat .slick-next:before {
    color: #7FBD40; }
  .marketting-noibat li {
    padding: 10px; }
    .marketting-noibat li img {
      width: 100%; }
    .marketting-noibat li p {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      font-size: 14px;
      line-height: 22px; }
    .marketting-noibat li ._content {
      background: #f1f1f1;
      padding: 25px; }
    .marketting-noibat li h4 {
      position: relative;
      text-transform: uppercase;
      padding-left: 45px;
      font-size: 16px;
      color: #202020;
      font-family: 'Oswald', sans-serif;
      margin: 5px 0 10px; }
      .marketting-noibat li h4 a {
        color: #202020; }
      .marketting-noibat li h4:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 35px;
        height: 2px;
        background: #7FBD40; }
    .marketting-noibat li h3 {
      font-size: 24px;
      line-height: 31px;
      font-family: 'iciel';
      margin-bottom: 5px; }
      .marketting-noibat li h3 a {
        color: #202020; }
  .marketting-noibat .seemore {
    border-top: 1px solid #ccc;
    padding-top: 10px; }
    .marketting-noibat .seemore a {
      font-size: 15px;
      line-height: 31px;
      color: #7FBD40;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .marketting-noibat .seemore a i {
        font-size: 10px;
        margin-left: 10px; }

.title-marketting {
  font-size: 36px;
  line-height: 44px;
  color: #7FBD40;
  font-family: 'iciel';
  text-align: center;
  margin-bottom: 10px; }
  .title-marketting span {
    color: #252525; }

.static-noibat {
  margin: 80px 0; }

.we-help {
  background: #f1f1f1;
  position: relative;
  padding: 60px 0; }
  .we-help:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: url(../images/bg-marketing.png) no-repeat right center;
    height: 100%;
    width: 48%; }
  .we-help .title-marketting {
    text-align: left; }
  .we-help .slide-wehelp {
    margin: 0 -13px;
    padding: 0;
    margin: 0; }
    .we-help .slide-wehelp li {
      padding: 13px;
      font-size: 15px;
      line-height: 23px; }
      .we-help .slide-wehelp li p {
        text-align: justify;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
    .we-help .slide-wehelp h3 {
      font-family: 'iciel';
      font-size: 21px;
      line-height: 31px;
      margin: 20px 0 15px; }
  .we-help .flex-wehelp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .we-help .flex-wehelp .content {
      width: 50%; }

.slide-markettingv2 .slick-prev:before, .slide-markettingv2 .slick-next:before {
  color: #7FBD40; }

.wrap-service {
  padding: 80px 0 60px; }
  .wrap-service .box-service {
    padding: 0;
    margin: 40px -15px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .wrap-service .box-service li {
      padding: 0 15px 15px;
      width: 25%;
      margin-bottom: 20px; }
      .wrap-service .box-service li ._item {
        position: relative;
        z-index: 12;
        padding: 0 20px 20px; }
        .wrap-service .box-service li ._item:after {
          position: absolute;
          background: #f4f4f4;
          height: calc(100% - 35px);
          left: 0;
          bottom: 0;
          right: 0;
          content: '';
          z-index: -1;
          -webkit-transform: skewX(-5deg);
          -ms-transform: skewX(-5deg);
          transform: skewX(-5deg); }
        .wrap-service .box-service li ._item h3 {
          font-family: 'iciel';
          font-size: 22px;
          line-height: 32px;
          text-align: center;
          max-width: 80%;
          margin: 20px auto; }
          .wrap-service .box-service li ._item h3 a {
            color: #212121; }
        .wrap-service .box-service li ._item p {
          text-align: justify;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          font-size: 15px;
          line-height: 23px; }
      .wrap-service .box-service li .__img {
        max-width: 120px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .wrap-service .box-service li .__img:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          content: '';
          background: #7FBD40;
          height: 100%;
          width: 100%;
          -webkit-transform: skewX(-10deg);
          -ms-transform: skewX(-10deg);
          transform: skewX(-10deg); }
        .wrap-service .box-service li .__img img {
          max-width: 52px;
          position: relative;
          z-index: 1;
          height: auto; }

.wrap-khachhang {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #7FBD40;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .wrap-khachhang:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/after-kh.png) no-repeat left bottom;
    z-index: -1; }
  .wrap-khachhang .title-kh {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Oswald', sans-serif;
    background: url(../images/bg-title-kh.png) no-repeat top center;
    display: inline-block;
    padding-top: 80px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px; }
    .wrap-khachhang .title-kh:before {
      position: absolute;
      bottom: 10px;
      left: 0;
      content: '';
      background: #000;
      height: 2px;
      width: 35px;
      margin: auto; }
  .wrap-khachhang ._left {
    width: 50%; }
  .wrap-khachhang ._right {
    width: 50%; }
  .wrap-khachhang li span {
    font-size: 22px;
    line-height: 32px;
    max-width: 75%;
    color: #fff;
    display: block;
    margin: 0 auto; }

.wrap-doitac {
  margin-top: -35px; }
  .wrap-doitac .slide-doitac {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 5%;
    background: #fff; }

.wrap-quantam {
  margin: 80px 0 70px; }
  .wrap-quantam .title-marketting {
    margin-bottom: 30px; }
  .wrap-quantam .col-12 {
    position: relative; }
    .wrap-quantam .col-12:after {
      position: absolute;
      content: '';
      border: 1px solid #ececec;
      height: calc(100% - 30px);
      width: calc(100% - 30px);
      top: 0;
      left: 15px;
      z-index: -1; }
  .wrap-quantam ._item .__img img {
    width: 100%; }
  .wrap-quantam ._item p {
    text-align: justify;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .wrap-quantam ._item ._desc {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 24px; }
    .wrap-quantam ._item ._desc a {
      color: #232323; }
    .wrap-quantam ._item ._desc h3 {
      font-size: 16px;
      line-height: 24px;
      font-family: 'iciel';
      color: #232323;
      margin: 0; }
    .wrap-quantam ._item ._desc .__date {
      display: inline-block;
      background: #7FBD40;
      color: #fff;
      padding: 3px 10px;
      font-size: 13px;
      position: relative;
      top: -15px; }
  .wrap-quantam ul {
    height: 93%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0; }
    .wrap-quantam ul li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border: 1px solid #ececec;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px;
      text-align: left;
      position: relative;
      z-index: 12; }
      .wrap-quantam ul li a {
        font-size: 16px;
        line-height: 24px;
        font-family: 'iciel';
        color: #232323; }
      .wrap-quantam ul li:last-child {
        border: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #7FBD40; }
        .wrap-quantam ul li:last-child a {
          color: #7FBD40;
          font-family: QuestrialRegular, sans-serif;
          text-transform: uppercase; }
      .wrap-quantam ul li ._date {
        color: #7FBD40;
        font-size: 13px;
        line-height: 16px; }

.wrap-chiphi {
  background: #dcdcdc;
  padding: 75px 0; }
  .wrap-chiphi ul {
    margin: 30px -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wrap-chiphi ul li {
      list-style: none;
      padding: 15px;
      width: 25%;
      position: relative; }
      .wrap-chiphi ul li:after {
        position: absolute;
        content: '';
        background: #fff;
        left: 15px;
        top: 0;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg); }
  .wrap-chiphi ._item {
    padding: 15px 15px 40px; }
    .wrap-chiphi ._item ._stt {
      text-align: center;
      color: #7FBD40;
      font-size: 48px;
      line-height: 43px;
      font-family: 'iciel';
      position: relative;
      z-index: 1; }
    .wrap-chiphi ._item h3 {
      font-size: 16px;
      line-height: 24px;
      font-family: 'iciel';
      color: #232323;
      text-align: center;
      position: relative;
      z-index: 1; }
    .wrap-chiphi ._item p {
      color: #232323;
      font-size: 15px;
      line-height: 23px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      font-style: italic;
      position: relative;
      z-index: 1; }
    .wrap-chiphi ._item ._xemct {
      color: #7FBD40;
      text-align: center;
      position: absolute;
      padding: 13px 0;
      z-index: 12;
      width: 70%;
      left: 0;
      right: 20px;
      bottom: 7px;
      margin: auto; }
      .wrap-chiphi ._item ._xemct:after {
        position: absolute;
        content: '';
        background: #000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg); }
      .wrap-chiphi ._item ._xemct span {
        position: relative;
        z-index: 1; }

.wrap-lienhe .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wrap-lienhe .input-contact {
  margin-bottom: 20px; }

.wrap-lienhe .title-marketting {
  text-align: left;
  margin-bottom: 30px; }

.wrap-lienhe .btn-primary {
  background: #7FBD40;
  color: #fff;
  border: none;
  margin-right: 10px; }

.wrap-lienhe .btn-secondary {
  background: #1e1e1e;
  color: #fff;
  border: none; }

.bottom_popup {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 300px;
  max-height: 400px;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: ease-in-out 0.6s;
  -o-transition: ease-in-out 0.6s;
  transition: ease-in-out 0.6s; }
  .bottom_popup .close_video a {
    background: #f10f06;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 0 0 4px #005fb3;
    box-shadow: 0 0 4px #005fb3; }
  .bottom_popup .content_popup {
    margin: 0 auto;
    padding: 15px;
    background: #fff; }
    .bottom_popup .content_popup h5 {
      margin: 5px auto;
      min-height: 35px; }
      .bottom_popup .content_popup h5 a {
        color: #000;
        font-size: 14px; }
    .bottom_popup .content_popup .desc_popup {
      color: #000;
      font-size: 13px;
      min-height: 85px; }

#jws_theme_back_to_top {
  bottom: -180px;
  cursor: pointer;
  height: auto;
  margin: 0;
  position: fixed;
  right: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 999;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 3px;
  background: #fff; }
  #jws_theme_back_to_top.active {
    bottom: 100px !important;
    display: block !important;
    opacity: 1 !important; }
  #jws_theme_back_to_top span {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    color: #333; }

.breadCrumbs {
  margin: 0 auto 20px; }
  .breadCrumbs ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    .breadCrumbs ul li:nth-child(2) {
      display: none; }
    .breadCrumbs ul li:last-child {
      display: block !important; }
    .breadCrumbs ul li a {
      font-size: 15px;
      color: #333;
      padding: 10px;
      position: relative; }
      .breadCrumbs ul li a:after {
        position: absolute;
        content: '\f101';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        right: -5px;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 10px;
        height: 12px; }
    .breadCrumbs ul li:first-child {
      padding-left: 0; }
    .breadCrumbs ul li:last-child a {
      color: #b97105; }
      .breadCrumbs ul li:last-child a:after {
        display: none; }

@media only screen and (max-width: 1200px) {
  ._list_cat > div {
    overflow-x: scroll; }
  header ul li {
    padding: 0 5px; }
    header ul li a {
      font-size: 13px; }
  header .__phone {
    font-size: 13px; }
  .header-top ._search {
    max-width: 300px; }
  .header-top img {
    max-width: 280px; }
  .section_topstory .__item_news_top h3 {
    font-size: 18px;
    line-height: 25px; }
  .section_topstory ._col_left {
    width: calc(100% - 280px); }
    .section_topstory ._col_left ._news .__right {
      padding: 15px; }
  .section_topstory ._col_right {
    width: 280px; }
  .section_stream_home .box-list-news .__left_news .img {
    width: 145px; }
  .section_stream_home .box-list-news .__left_news .desc {
    width: calc(100% - 145px); } }

@media only screen and (max-width: 992px) {
  img {
    max-width: 100%;
    height: auto !important; }
  .section_topstory ._content {
    display: block !important; }
  .section_topstory ._col_left {
    width: 100%; }
  .section_topstory ._col_right {
    display: none; }
  header .__phone span {
    display: none; }
  header .__phone a {
    font-size: 14px; }
  header ul li a {
    font-size: 11px; }
  .header-top img {
    max-width: 220px; }
  .header-top ._search {
    max-width: 200px; }
  .section_stream_home ._content .__left {
    width: 50%;
    padding-right: 10px; }
  .section_stream_home ._content .__right {
    width: 50%;
    padding-left: 10px; }
  .section_stream_home .box-list-news ._news_top {
    display: block; }
  .section_stream_home .box-list-news .__left_news {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px; }
  .section_stream_home .box-list-news .__right_news {
    width: 100%; }
  .section_stream_home .box-list-news ._news_bottom {
    display: block; }
    .section_stream_home .box-list-news ._news_bottom .__it_news {
      width: 100%;
      margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
	.header-top .menuv2 ul li:last-child{
		display: none;
	}
  .toc-list {
    display: none; }
  .wrap-main {
    overflow: hidden; }
  .wrap-marketing ._list_cat {
    width: 100%; }
  .wrap-marketing ._slide_list .slick-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 21.6px;
    background-position: right -7px center;
    border-radius: 50%;
    right: 0;
    z-index: 1234; }
  #jws_theme_back_to_top.active {
    bottom: 15px !important;
    display: block !important;
    opacity: 1 !important;
    right: 10px; }
  #collapseCat {
    overflow: scroll;
    height: 100vh; }
    #collapseCat ul._ul_collap > li {
      width: 50%; }
      #collapseCat ul._ul_collap > li a {
        font-size: 14px;
        border-bottom: none;
        color: #333; }
      #collapseCat ul._ul_collap > li ul li a {
        font-size: 13px; }
    #collapseCat ul._ul_collapv2 li {
      border-bottom: 1px solid #e7e7e7;
      padding: 2px 0; }
    #collapseCat ul._ul_collapv3 li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #collapseCat ul._ul_collapv3 li a i {
        position: relative;
        top: 4px; }
    #collapseCat ._logo {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 12px auto 0;
      max-width: 170px; }
    #collapseCat ._search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 90%;
      border: 1px solid #ccc;
      margin: 0 auto 15px;
      position: relative; }
      #collapseCat ._search input {
        width: 100%;
        height: 36px;
        background: #fff;
        border: none;
        padding: 0 15px;
        border-radius: 5px; }
      #collapseCat ._search .__bnt_submit {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #b2b2b2; }
  .navigation_scroll {
    display: block; }
  ._all_cat {
    display: none; }
  .header-top img {
    max-width: 150px; }
  .header-top .right {
    width: calc(100% - 165px); }
  .header-top ._search {
    display: none; }
  .header-top .menuv2 ul li a {
    font-size: 10px; }
  #collapseCat {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 12345;
    display: block !important;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #collapseCat .container {
      background: #f7f7f7;
      padding: 15px; }
  header .container ._left, header .container ._right {
    width: auto; }
  header #mmenu {
    display: block; }
  header ul li i.icon-arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
    font-size: 18px;
    background: #000;
    color: #fff; }
  header ul li.logo {
    margin: 0 auto; }
  header ul li a {
    font-size: 17px;
    padding: 15px;
    border-bottom: 1px solid #88888847; }
    header ul li a.logo-header {
      border-bottom: none; }
  header ul li :after {
    opacity: 0; }
  header ul li ul.sub-menu {
    opacity: 1;
    visibility: visible;
    position: inherit;
    display: none; }
  header ul .wrap-content-header {
    display: none !important; }
  header .ovelay-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 15%;
    background: #000000b8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 12345; }
  #mmenu {
    width: 30px;
    height: 25px;
    position: absolute;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1234567;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto; }
    #mmenu span {
      background: #7FBD40;
      height: 2px;
      width: 36px;
      display: block;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #mmenu span + .icon-bar {
        margin-top: 7px; }
  .show-menu #collapseCat {
    left: 0;
    opacity: 1;
    visibility: visible; }
  .show-menu #mmenu {
    left: auto;
    position: fixed;
    top: 17px;
    bottom: auto; }
  .show-menu .icon-bar:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 6px);
    -ms-transform: rotate(45deg) translate(3px, 6px);
    transform: rotate(45deg) translate(3px, 6px);
    -webkit-box-shadow: #636363 0px 2px 3px 0px;
    box-shadow: #636363 0px 2px 3px 0px; }
  .show-menu .icon-bar:nth-child(2) {
    opacity: 0; }
  .show-menu .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -9px);
    -ms-transform: rotate(-45deg) translate(7px, -9px);
    transform: rotate(-45deg) translate(7px, -9px);
    -webkit-box-shadow: #636363 0px 2px 3px 0px;
    box-shadow: #636363 0px 2px 3px 0px; }
  .show-menu header .ovelay-menu {
    right: 0;
    opacity: 1;
    visibility: visible; }
  .section_topstory ._col_left ._news .__left {
    width: 100%; }
  .section_topstory ._col_left ._news .__right {
    width: 100%; }
  .section_topstory .__item_news_top h3 {
    font-size: 16px;
    line-height: 22px; }
  .section_stream_home ._content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .section_stream_home ._content .__left {
      width: 100%;
      margin-bottom: 20px;
      padding-right: 0; }
    .section_stream_home ._content .__right {
      width: 100%;
      padding-left: 0; }
  .wrap-videos .container {
    display: block; }
    .wrap-videos .container ._video_left {
      width: 100%;
      padding: 0; }
    .wrap-videos .container ._video_right {
      width: 100%;
      padding: 0; }
  ._list_cat .Youtube {
    border-bottom: 1px solid #7FBD40;
    margin-bottom: 20px; }
  .copyright .container {
    display: block;
    text-align: center; }
    .copyright .container ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .title-main {
    font-size: 20px;
    margin: 10px 0; }
  #content-left {
    width: 100%;
    padding-left: 0;
    border: none; }
    #content-left ._advs_left img {
      width: 100%; }
  #content-right {
    width: 100%;
    padding-right: 0; }
  .wrap-article .box-flex {
    display: block; }
  .pagination-absolute {
    position: initial; }
  .content-main .name-news {
    font-size: 14px;
    line-height: 20px; }
  .content-main a.news .info-news {
    width: 50%;
    padding-right: 15px; }
  .content-main a.news .pic-news {
    width: 50%; }
  .submenu .slick-list {
    overflow: inherit; }
  .submenu ._slide_list .slick-next {
    top: -5px;
    right: -15px; }
  .submenu .menuv2 ul {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word; }
  .submenu .menuv3 {
    overflow-x: scroll;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word; }
  .static-noibat {
    margin: 40px 0; }
  .title-marketting {
    font-size: 25px;
    line-height: 28px; }
  .marketting-noibat li h3 {
    font-size: 18px;
    line-height: 22px; }
  .marketting-noibat li p {
    font-size: 13px; }
  .marketting-noibat li ._content {
    padding: 15px; }
  .we-help {
    padding: 30px 0; }
    .we-help .title-marketting {
      text-align: center; }
    .we-help:before {
      opacity: 0; }
    .we-help .flex-wehelp .content {
      width: 100%; }
    .we-help .slide-wehelp li img {
      margin: 0 auto; }
    .we-help .slide-wehelp li h3 {
      text-align: center; }
  .wrap-service {
    padding: 40px 0 30px; }
    .wrap-service .box-service {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 15px; }
      .wrap-service .box-service li {
        width: 100%; }
  .wrap-khachhang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .wrap-khachhang .title-kh {
      margin-bottom: 20px; }
    .wrap-khachhang ._left {
      width: 100%;
      margin: 30px 0 40px; }
    .wrap-khachhang ._right {
      width: 100%; }
    .wrap-khachhang li span {
      font-size: 16px;
      line-height: 24px; }
  .wrap-quantam {
    margin: 40px 0; }
    .wrap-quantam .col-12 {
      margin-bottom: 20px; }
      .wrap-quantam .col-12:after {
        height: 100%; }
    .wrap-quantam ul li {
      min-height: 80px; }
      .wrap-quantam ul li a {
        font-size: 14px;
        line-height: 18px;
        display: block;
        margin-bottom: 3px; }
  .wrap-doitac .slide-doitac {
    padding: 15px; }
    .wrap-doitac .slide-doitac img {
      padding: 10px; }
  .wrap-chiphi {
    padding: 50px 0; }
    .wrap-chiphi ul {
      margin: 15px 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .wrap-chiphi ul li {
        width: 100%;
        margin-bottom: 30px; }
  .wrap-lienhe {
    padding: 30px 15px;
    }
    .wrap-lienhe .title-marketting {
      text-align: center; }
    .wrap-lienhe img {
      margin-bottom: 30px; } }

.othernews .title-marketting {
  text-align: left;
  margin: 30px 0; }

.box-readmore {
  margin-top: 15px;
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 0 10px;
  margin-bottom: 1em;
  width: 100%;
  display: table;
  font-size: 95%; }

.box-readmore .toc_title {
  text-align: center;
  font-size: 17px;
  padding: 10px 0; }

.box-readmore .toc_title span {
  color: #7FBD40;
  cursor: pointer; }

.box-readmore ol, .box-readmore ul {
  color: #7FBD40;
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }

.box-readmore li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em; }

.box-readmore li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em; }

.box-readmore li li {
  margin: 10px 0; }

.box-readmore li li:before {
  content: counters(item, ".") " "; }

.box-readmore .toc-list li a:hover {
  color: #7FBD40;
  text-decoration: underline; }

.box-readmore .toc-list li a {
  cursor: pointer;
  color: #7FBD40; }

.slideshowv2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
.modal-dk .modal-dialog {
    max-width: 750px;
}

.img-hv{
  transition: 0.3s;
}
.img-hv:hover{
  transform: scale(1.1);
}
@media only screen and (max-width: 330px) {
  .header-top img {
    max-width: 120px;
  }
  .header-top .right {
    width: calc(100% - 120px);
  }
  .header-top .menuv2 ul li:first-child {
    padding-right: 5px;
  }
  .header-top .menuv2 ul li:last-child {
    display: none;
  }
  .header-top .menuv2 ul li a {
    font-size: 9px;
  }
}