body {
  margin: 0;
  padding: 0 !important;
}

.modal-open {
  overflow-y: scroll !important;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.cnv-img-rectangle {
  position: relative;
  padding-top: 55%;
  display: block;
  overflow: hidden;
}

.cnv_post_category {
  margin-bottom: 30px;
}

.cnv_post_category .ct {
  padding: 15px 18px 23px 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cnv_post_category .ct .title {
  font-size: 24px;
  font-family: "Opensans";
  color: #0d2d4f;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 4px;
  max-height: 60px;
  height: 60px;
  overflow: hidden;
}

.post .ct .title {
  min-height: 47px;
  overflow: hidden;
}

.cnv_post_category .ct .title a:hover {
  color: #ea4a22;
}

.cnv_post_category .ct .des2 {
  color: #84888b;
  font-size: 16px;
  line-height: 28px;
}

.cnv_post_category time {
  color: #ea4a22;
  font-weight: bold;
  font-size: 16px;
}

.pagination-content {
  width: 100%;
  margin-bottom: 30px;
}

.pagination-content .pagination {
  justify-content: center;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ea4a22 !important;
  border-color: #ea4a22 !important;
}

.d-breadcrumbs {
  border-left: 8px solid #ea4a22;
}

.single .s-title:after,
.bor-box:before,
.bor-box .i-title:after,
.lpost-box li a:hover:after {
  background: #ea4a22;
}

.lpost-box li a:hover {
  color: #ea4a22;
}

.lpost-box li a:hover:before {
  border-color: #ea4a22;
}

.d-breadcrumbs a:hover {
  color: #ea4a22;
}
/*reponsive*/

.banner_customer img {
  max-height: 450px;
}

/*Mục công bố thông tin*/
.sb-title {
  text-align: center;
  text-transform: uppercase;
  color: #ea4a22;
  font-size: 20px;
  font-weight: 600;
  font-family: "Opensans";
  line-height: 1;
  margin-top: -4px;
  margin-bottom: 10px;
}

.sb-cate {
  margin-bottom: 40px;
}

.sb-cate ul li {
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.sb-cate .acd-drop {
  float: right;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 36px;
}

.sb-cate a {
  display: block;
  line-height: 20px;
  padding: 12px 20px;
}

.sb-cate ul li a.active,
.sb-cate ul li a:hover {
  color: #0d2d4f;
  font-weight: bold;
}

.nav-tabs-year .nav-link.active {
  color: #ea4a22;
  font-weight: bold;
}

.financy-report {
  margin: 20px 0px;
}

.financy-report .title {
  font-size: 1rem;
  font-weight: 700;
  color: #0d2d4f;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.financy-report ul li.link_file {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.financy-report ul li.link_file:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0d2d4f;
  position: absolute;
  top: 10px;
  left: 0;
}

.financy-report ul li a {
  color: #333;
}

.financy-report ul li a:hover {
  color: #0d2d4f;
}

/*End mục công bố thông tin*/

.cnv-img-rectangle-video {
  height: 209px !important;
  max-height: 209px;
}

.gallery_name {
  padding-bottom: 26px;
  font-size: 16px;
}

.gallerys h3:hover {
  background: #ea4a22;
  color: #fff;
}

.modal-body-video {
  padding: 0px !important;
}

/*active menu*/

.main-nav > ul {
  font-size: 0;
}

.main-nav > ul > li.active {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 44px;
  position: relative;
}

.main-nav > ul > li.active:after {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 5px;
  background: #ea4a22;
  bottom: 0;
  opacity: 0;
}

.main-nav > ul > li.active:last-child {
  margin-right: 0;
}

.main-nav > ul > li.active > a {
  display: block;
  color: #0d2d4f;
  position: relative;
  padding-bottom: 22px;
}

.main-nav > ul > li.active > a:not(:only-child):after {
  font-weight: normal;
  font-family: "FontAwesome";
  content: "";
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.main-nav > ul > li.active > a:before {
  content: attr(data-title);
  font-weight: bold;
  position: absolute;
  top: 0;
  color: #0d2d4f;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-nav > ul > li.active:after {
  left: -12px;
  right: -12px;
  opacity: 1;
}

.main-nav > ul > li.active > a {
  color: transparent;
}

.main-nav > ul > li.active > a:before {
  opacity: 1;
}

.main-nav li.active {
  position: relative;
  text-align: left;
}

.main-nav ul li.active > a {
  color: transparent !important;
}
/*End*/

.cnv-post-cas-featured .item,
.item_post_cnv {
  max-height: 430px;
  /* height: 430px; */
  overflow: hidden;
}

.cnv-post-cas-featured .item .ct,
.item_post_cnv .ct {
  max-height: 200px;
  /* height: 200px; */
  overflow: hidden;
}

.cnv-post2:hover .ct {
  background: #f7f7f7;
}

.container_details_post {
  padding-left: 0px;
}
/*.map .list-pin .item .ct{
  margin-top: 2px !important;
}*/

/*Css Fix theo tệ lệ*/
.cnv-img-16x9 {
  position: relative;
  padding-top: 56.5%;
  display: block;
  overflow: hidden;
}

.cnv-img-square img,
.cnv-img-rectangle img,
.cnv-img-16x9 img,
.cnv-img-4x3 img,
.cnv-img-3x2 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
}
/*End*/

@media (max-width: 1024px) and (min-width: 800px) {
  .item_post_cnv .ct {
    max-height: 280px;
    height: 280px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  #trach-nhiem-cong-dong {
    margin-top: -30px;
  }

  .modal-dialog-content {
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  .process .item .ct {
    width: 200px;
    /* height: 213px; */
    /* max-height: 213px; */
    max-height: min-content;
    border-left: solid 1px #cdcecb;
    padding-left: 10px;
    padding-bottom: 25px;
    font-size: 11px;
  }

  .main-nav > ul > li {
    margin-right: 25px !important;
  }
}

@media (max-width: 768px) {
  .post .ct .title {
    max-height: 45px;
    height: 45px;
    overflow: hidden;
  }

  .category_file_sidebar {
    margin-top: 50px;
  }

  .mmap {
    margin-top: 20px;
  }

  .cnv_post_category .ct .title {
    max-height: 100px;
    height: auto;
    font-size: 18px;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .item_post_cnv .ct {
    max-height: 350px;
    height: 350px;
    overflow: hidden;
  }
}

@media (max-width: 499px) {
  .cnv_post_category .ct .title {
    max-height: 100px;
    height: auto;
    font-size: 18px;
  }

  .cnv-post-cas-featured .item .ct,
  .item_post_cnv .ct {
    max-height: 180px;
    /* height: 180px; */
    overflow: hidden;
  }
}
/*End*/

.cnv-post-cas:not(.slick-initialized),
.cnv-partner-cas:not(.slick-initialized) {
  display: none;
}

.file_content {
  position: relative;
  color: #666666;
  margin-bottom: 20px;
}

.paginations_list {
  display: block;
  width: 98.6%;
}

.file_content:hover a {
  color: #0d2d4f;
}

.ic-pdf,
.ic-excel,
.ic-word {
  margin-right: 7px;
}

.cnv-fund {
  background: #002d4f !important;
}

header.fixed {
  border-bottom: 5px solid #ea4a22;
}
