﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

body {
  font-family: Nunito;
  background-color: #ffffff;
}

/*danhmuc area*/
.btn-chuyenmuc {
  width: 100%;
  justify-content: right;
  display: flex;
}
.btn-chuyenmuc #btn-chuyenmuc {
  background-color: #1259a0;
  color: #fff;
}
.btn-chuyenmuc #categories-list-wrap {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 9;
  background: #f5f7ff;
  border-radius: 20px;
  padding: 30px;
}
.btn-chuyenmuc .categories-list {
  display: flex;
  min-height: 275px;
  padding-bottom: 25px;
}
.btn-chuyenmuc .categories-list .category-item {
  position: relative;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 10px 30px 63px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  height: 100%;
  overflow: hidden;
  background-image: url("/assets/images/banner-icon-text-grid-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 105px;
}
.btn-chuyenmuc .categories-list .category-item .icon {
  position: absolute;
  left: 8px;
  top: calc(50% - 30px);
}
.btn-chuyenmuc .categories-list .category-item .icon img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.btn-chuyenmuc .categories-list .category-item .stretched-link {
  color: #394E79;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.btn-chuyenmuc .categories-list .category-item .stretched-link h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 16px;
  transition: ease-in-out 0.3s;
}
.btn-chuyenmuc .categories-list .category-item .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.news-main .tt-news-items .post-entry-alt .img-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}
.news-main .tt-news-items .post-entry-alt .img-link img {
  width: 354px;
  height: 200px;
  object-fit: cover;
  display: block;
}
.news-main .tt-news-items .post-entry-alt .excerpt {
  padding-right: 20px;
}
.news-main .tt-news-items .post-entry-alt .excerpt h2 {
  font-size: 18px;
  margin-bottom: 20px;
  height: 65px;
}
.news-main .tt-news-items .post-entry-alt .excerpt h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4D4C7D;
  font-family: Nunito;
  line-height: 32px;
}
.news-main .tt-news-items .post-entry-alt .excerpt .post-meta {
  color: gray;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.news-main .tt-news-items .post-entry-alt .excerpt .post-meta span {
  color: gray;
  font-size: 13px;
}
.news-main .tt-news-items .post-entry-alt .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 25px;
}
.news-main .tt-news-items .post-entry-alt .excerpt .p-description {
  font-family: Nunito;
  height: 73px;
}
.news-main .tt-news-items .post-entry-alt .excerpt .read-more {
  color: #394E79;
  border-bottom: 2px solid #214252;
}

/*end danhmuc area*/
.tintuc-wrapper {
  position: relative;
  top: 145px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #f1f1f1;
}
.tintuc-wrapper .sticky-top {
  top: 67px;
  background: transparent;
  border-bottom: 0px;
}
.tintuc-wrapper .title-row {
  padding: 0;
  width: 100%;
  margin: 15px 0;
}
.tintuc-wrapper .title-cm {
  padding-left: 15px;
}
.tintuc-wrapper .title-cm h2 {
  font-family: Nunito;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  color: #394E79;
  margin: 0;
  padding-left: 15px;
  font-weight: 700;
}
.tintuc-wrapper .title-cm h2::before {
  content: "";
  height: 21px;
  width: 5px;
  background-color: red;
  position: absolute;
  margin-top: 2px;
  border-radius: 4px;
  transform: translateY(0%);
  left: 0;
}

/*navtab*/
#navforhome .nav-tabs {
  border-bottom: 1px solid #05459C;
}
#navforhome .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #05459C #05459C #fff;
  font-weight: 600;
}

/*end navtab*/
.section-title-news {
  position: relative;
}
.section-title-news div {
  color: #394E79;
  margin: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Nunito;
}
.section-title-news .description-title {
  color: #394E79;
}
.section-title-news h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, #232323, transparent 50%);
  position: relative;
}
.section-title-news h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #05459C;
  margin: 4px 10px;
}

.ftco-blocks-cover-2 {
  display: block;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.ftco-blocks-cover-2 .top-content .panel-heading {
  padding: 0;
  background: #ffffff;
  position: relative;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid #05459C;
  height: 38px;
}
.ftco-blocks-cover-2 .top-content .panel-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid #05459C;
  border-left: 15px solid transparent;
}
.ftco-blocks-cover-2 .top-content .panel-heading::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 15px solid #05459C;
  border-right: 15px solid transparent;
}
.ftco-blocks-cover-2 .top-content .panel-heading .panel-title {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 25px;
  position: relative;
  background: #05459C;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ftco-blocks-cover-2 .top-content .panel-heading .panel-title span {
  font-size: 25px;
}
.ftco-blocks-cover-2 .top-content .panel-heading .panel-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 14px solid white;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  z-index: 0;
}
.ftco-blocks-cover-2 .top-content .panel-heading .panel-title a {
  color: #fff;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker {
  overflow: hidden;
  position: relative;
  max-width: 938px;
  padding-bottom: 3px;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  color: #05459C;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content .simply-scroll {
  height: 50px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  top: 14px;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content .simply-scroll li a {
  display: flex;
  align-items: center;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content .simply-scroll li a i {
  font-size: 7px;
  padding-right: 5px;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content .simply-scroll .simply-scroll-clip {
  height: 50px;
  width: 100%;
  position: relative;
  left: 190px;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content .simply-scroll .simply-scroll-list li {
  width: 600px;
  padding-left: 20px;
  display: list-item;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content ul {
  display: flex;
  margin: 0;
  overflow: hidden;
  height: 50px;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content ul li {
  height: 20px;
}
.ftco-blocks-cover-2 .top-content .panel-heading .top-news .news-ticker .ticker-content ul > li > a {
  color: #232323;
  font-weight: 500;
}
.ftco-blocks-cover-2 .top-content .block-bonus {
  margin-top: 25px;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body {
  display: flex;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  background-color: #ffffff;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .carousel-news {
  height: 100%;
  padding-right: 15px;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .carousel-news .news-item:hover img {
  transform: scale(1.05);
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .carousel-news .news-item .item-title h2 {
  font-family: Nunito;
  color: #111111;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  /*limit line*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .carousel-news .news-item .image-wrapper {
  overflow: hidden;
  display: inline-block;
  margin: 0;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .carousel-news .news-item .image-wrapper img {
  border: medium none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .carousel-news .news-item .item-sapo {
  font-family: Nunito;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #3b4e68;
  margin-bottom: 10px;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .title-news h1 {
  font-family: Nunito;
  font-size: 21px;
  border-top: 2px solid #394E79;
  padding: 10px 0;
  border-radius: 8px;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside {
  grid-area: bot;
  padding-top: 4px;
  border-top: 2px solid #394E79;
  border-radius: 8px;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist {
  list-style: none;
  max-height: 700px;
  overflow-y: auto;
  padding-left: 20px;
  border-right: 0;
  min-height: 580px;
  scrollbar-width: thin;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist .date-time {
  font-family: Nunito;
  color: #007bff;
  margin-top: 15px;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist .icon {
  position: absolute;
  left: -17.5px;
  bottom: 25px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #b6becd;
  border: 3px solid #e7eaef;
  z-index: 2;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist .icon::after {
  width: 4px;
  height: 1px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: #e0e5ef;
  display: block;
  content: "";
  z-index: 1;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist .icon.active {
  background: #ffb501;
  border: 5px solid #ffe9b3;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist li {
  padding-left: 4px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #dddeee;
  position: relative;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist li::before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  content: "";
  background: #e0e5ef;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .news-isonhome-list-rightside .new-isonhome-rightside-rightlist li a {
  font-family: Nunito;
  color: #232323;
  font-size: 16px;
  font-weight: 700;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .banner-pagenews {
  position: relative;
  max-height: 725px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .banner-pagenews .img-items {
  display: block;
  margin-bottom: 15px;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .banner-pagenews .img-items:last-child {
  margin-bottom: 0;
}
.ftco-blocks-cover-2 .top-content .block-bonus .bonus-body .banner-pagenews .img-items img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ftco-blocks-cover-2 .top-content .chidao {
  margin-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  background-color: #ffffff;
}
.ftco-blocks-cover-2 .top-content .chidao .read-more {
  position: absolute;
  right: 36px;
  bottom: -47px;
  color: #394E79;
  border-bottom: 2px solid #214252;
}
.ftco-blocks-cover-2 .top-content .chidao .cd-item1 {
  border-radius: 8px;
  padding-right: 25px;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item {
  width: 100%;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom {
  margin-top: 15px;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first-right {
  position: relative;
  min-height: 200px;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first img, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first-right img {
  float: left;
  margin-right: 15px;
  width: 275px;
  height: 172px;
  border: 1px solid #ddd;
  object-fit: cover;
  border-radius: 8px;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first .title, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first-right .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first .title a, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first-right .title a {
  display: block;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #000;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first p, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-first-right p {
  font-family: Nunito;
  text-align: justify;
  padding: 0;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #3B4E68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item2, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 {
  border-top: 1px dashed #acacac;
  display: flex;
  height: 65px;
  padding: 12px 0;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item span, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item2 span, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item span, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 span {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 9px 0 0;
  color: #62748D;
  max-width: 80px;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item a, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item2 a, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item a, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 a {
  font-family: Nunito;
  padding: 0;
  padding-left: 0px;
  padding-left: 0px;
  border-left: 1px solid #dddEEE;
  display: inline-block;
  padding-left: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #182940;
  padding-left: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item a:hover, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item2 a:hover, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item a:hover, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 a:hover {
  color: #05459C;
  transition: 0.5s all ease;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item::before, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next .item2::before, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item::before, .ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #394E79;
  position: absolute;
  left: 105px;
  margin-top: 7px;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 {
  border-top: 1px dashed #acacac;
  display: flex;
  height: 65px;
  padding: 12px 0;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 span {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 9px 0 0;
  color: #62748D;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 a {
  font-family: Nunito;
  padding: 0;
  padding-left: 0px;
  padding-left: 0px;
  border-left: 1px solid #dddEEE;
  display: inline-block;
  padding-left: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #182940;
  padding-left: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2 a:hover {
  color: #05459C;
  transition: 0.5s all ease;
}
.ftco-blocks-cover-2 .top-content .chidao .chidao-item .content-bottom .left-next-right .item2::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #394E79;
  position: absolute;
  left: 105px;
  margin-top: 7px;
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc {
  padding-top: 80px;
  padding-bottom: 40px;
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc .categories-list {
  width: 100%;
  height: 256px;
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc .categories-list .category-item {
  position: relative;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 10px 30px 63px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  height: 100%;
  overflow: hidden;
  background-image: url("/assets/images/banner-icon-text-grid-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 105px;
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc .categories-list .category-item .icon {
  position: absolute;
  left: 8px;
  top: calc(50% - 30px);
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc .categories-list .category-item .icon img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc .categories-list .category-item .stretched-link {
  color: #394E79;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc .categories-list .category-item .stretched-link h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 16px;
  transition: ease-in-out 0.3s;
}
.ftco-blocks-cover-2 .top-content .chidao .all-chuyenmuc .categories-list .category-item .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.ftco-blocks-cover-2 .top-content .tt-news {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
  margin: 15px 0;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body {
  padding: 15px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .read-more {
  color: #394E79;
  border-bottom: 2px solid #214252;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .img-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .img-link img {
  width: 354px;
  height: 200px;
  object-fit: cover;
  display: block;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt {
  padding-right: 20px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4D4C7D;
  font-family: Nunito;
  line-height: 25px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt .post-meta {
  color: gray;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt .post-meta span {
  color: gray;
  font-size: 13px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt .p-description {
  height: 65px;
}
.ftco-blocks-cover-2 .top-content .tt-news .tt-news-body .tt-news-items .post-entry-alt .excerpt .read-more {
  color: #394E79;
  border-bottom: 2px solid #214252;
}
.ftco-blocks-cover-2 .news-another {
  display: flex;
  justify-content: center;
}
.ftco-blocks-cover-2 .news-another .ano-body {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ftco-blocks-cover-2 .news-another .ano-body .read-more {
  position: absolute;
  right: 64px;
  color: #394E79;
  border-bottom: 2px solid #214252;
  top: 29px;
}
.ftco-blocks-cover-2 .news-another .ano-body .htvb-wrapper {
  font-family: Nunito;
  border-radius: 8px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  background: #fff;
}
.ftco-blocks-cover-2 .news-another .ano-body .htvb-wrapper .read-more {
  position: absolute;
  right: 30px;
  bottom: 0px;
  color: #394E79;
  border-bottom: 2px solid #214252;
}
.ftco-blocks-cover-2 .news-another .ano-body .cdttcp-bg {
  background: linear-gradient(180deg, #fcfaf6 0%, rgba(255, 249, 223, 0.5) 50%, #fcfaf6 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/bg-new.svg);
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-blend-mode: overlay;
  border: 1px solid #ddd;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item {
  border-radius: 8px;
  padding: 15px 0;
  height: 100%;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body {
  padding: 15px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-wrapper::-webkit-scrollbar {
  width: 6px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header tbody {
  display: block;
  max-height: 540px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header thead {
  top: 0;
  background: #F6F6F6;
  z-index: 1;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header thead tr {
  border-bottom: 0px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header th,
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header td {
  padding: 8px;
  text-align: left;
  min-width: 150px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header tr {
  display: table;
  width: 100%;
  height: 80px;
  border-bottom: 1px dashed;
  font-size: 15px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header td:last-child {
  display: flex !important;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 100px;
  width: 950px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header td:last-child a {
  color: #232323;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .vanban-chidaodieuhanh .table-fixed-header > tbody > tr > td:nth-child(1) {
  font-weight: 600;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item {
  padding: 5px 0 !important;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b5b2b2;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .img-resize {
  display: block;
  position: relative;
  height: max-content;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .img-resize::before {
  content: "";
  display: block;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .img-resize::after {
  content: "";
  background: url("/assets/images/icon-vanban-img.svg") no-repeat;
  background-size: auto;
  background-size: cover;
  display: inline-flex;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .box-category-link-with-avatar {
  display: none;
  margin-bottom: 10px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .box-category-content h3 {
  line-height: 14px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .box-category-content .box-category-title-text .box-category-link-title {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body .dddh-ttcp .box-category-middle .box-category-item .box-category-content .box-category-title-text .first-child1 {
  color: rgb(51, 51, 51);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.ftco-blocks-cover-2 .news-another .ano-body .ano-body-item .main-ano-body-midle {
  overflow: hidden;
  overflow-y: hidden;
  height: 640px;
  overflow-y: visible;
  scrollbar-width: thin;
}
@media (max-width: 991.98px) {
  .ftco-blocks-cover-2 .site-section-cover h1 {
    font-size: 2rem;
  }
}
.ftco-blocks-cover-2 .site-section-cover p {
  font-size: 18px;
  color: #fff;
}

#col-phantrang {
  margin-top: 25px;
  text-align: center;
}

.phantrang .pagination {
  margin-top: 7px;
  justify-content: end;
}
.phantrang .pagination > li > a {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
}
.phantrang .pagination > li > span a {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
}
.phantrang .pagination > .active > a {
  background-color: #1259a0;
  border-color: #1259a0;
  color: #fff;
}

#dangcapnhat .update-message {
  padding: 50px 20px;
  background-color: #f8f9fa;
  border: 1px dashed #ccc;
  border-radius: 8px;
  max-width: 600px;
  margin: 50px auto;
  color: #555;
}
#dangcapnhat .update-message .icon {
  font-size: 48px;
  color: #17a2b8;
  margin-bottom: 15px;
}

#footer {
  position: relative;
  top: 154px;
}
