/* common */
body.no-scroll {
  overflow: hidden;
}
body.mfp-zoom-out-cur {
  overflow: hidden;
}

ul {
  list-style: none;
  padding-left: 0;
}

header .container-fluid {
  max-width: 1765px;
}

.editor-content {
  min-height: 380px;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .editor-content {
    min-height: 250px;
  }
}
.editor-content h2, .editor-content h3 {
  line-height: 1.85;
}
.editor-content img {
  max-width: 100%;
}
.editor-content ul {
  list-style: disc;
  padding-left: 40px;
}
.editor-content .block {
  margin-bottom: 12px;
}
.editor-content .block.image-block img {
  width: 100%;
}
.editor-content .block.image-block .intro {
  text-align: center;
}
.editor-content .file-list li.file-link a:after {
  top: 0;
  width: 18px;
  height: 20px;
  background-image: url(/assets/image/noun-pdf.png);
}
.editor-content .file-list li.file-link a:hover:after {
  background-position: bottom center;
}
.editor-content table {
  border: 1px solid #fff;
}
.editor-content table th {
  background-color: rgb(0, 190, 214);
  color: #fff;
  padding: 5px;
}
.editor-content table tr td {
  background-color: rgb(238, 238, 238);
  padding: 5px;
}
.editor-content table tr:nth-child(odd) td {
  background-color: rgb(221, 221, 221);
}

form input,
form textarea {
  margin-bottom: 0 !important;
}
form label.error {
  font-size: 0.9em;
  color: #db8d8d;
  margin-bottom: 0;
}

.banner .banner-image .b-img01 {
  background-position: center center;
}

#main.contact .editor-content {
  min-height: 0;
}
#main .home-editor .editor-content {
  min-height: 0;
}

/* pager */
.pagers {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 0;
}
.pagers li.page-item {
  position: relative;
  margin: 0;
}
.pagers li.page-item a {
  position: relative;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #11579D;
  margin-right: 10px;
  border: 1px solid #C4C4C4;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pagers li.page-item.page-num {
    display: none;
  }
}
.pagers li.page-item.page-num.active a, .pagers li.page-item.page-num:hover a {
  color: #FFFFFF;
  background-color: #11579D;
}
.pagers li.page-item.active {
  display: list-item;
}
.pagers li.page-item.active a {
  color: #FFFFFF;
  background-color: #11579D;
}
.pagers li.page-item.next:hover a, .pagers li.page-item.prev:hover a {
  color: #FFFFFF;
  background-color: #11579D;
}

@media (max-width: 991px) {
  footer .footer-order-1 {
    order: 2;
  }
}
@media (max-width: 991px) {
  footer .footer-order-2 {
    order: 1;
  }
}
footer .footer-box .foot-logo {
  margin-top: 0;
}
footer .footer-box .foot-info {
  margin-top: 1rem;
}

.layui-layer-lan {
  max-width: calc(100% - 30px);
}

.layui-layer-content .lay-open-title {
  font-size: 18px;
  font-weight: bold;
  color: #19547e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid;
}

.privacy-div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transform: scale(0);
  transition: all 0.3s;
  opacity: 0;
  z-index: 10;
}
.privacy-div .privacy-btn {
  background-color: #00BED6;
  color: #fff;
  border-color: #00BED6;
}
.privacy-div .privacy-btn:hover {
  background-color: #00b3c7;
  border-color: #00b3c7;
}
.privacy-div.show {
  display: block;
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 1200px) {
  .privacy-div .container {
    max-width: 1440px;
  }
}

@media (min-width: 992px) {
  #main.presentation .file-area .file-div .file-box a {
    flex: 1 1 auto;
  }
  #main.presentation .file-area .file-div .file-box a .report-box * {
    margin-right: 0;
  }
  #main.presentation .file-area .file-div .file-box a .report-box .date-div {
    flex: 0 0 180px;
  }
  #main.presentation .file-area .file-div .file-box a .report-box .add-box, #main.presentation .file-area .file-div .file-box a .report-box .caption {
    flex: 0 0 calc((100% - 180px) / 2);
  }
  #main.presentation .file-area .file-div .file-box .pdf-icon {
    flex: 0 0 26px;
  }
}