/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");

/*** End ****/

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
#wpadminbar a img {
  max-width: 30px;
  height: auto;
}
.hide-sitename {
  visibility: hidden;
  height: 0;
  width: 0;
}
/* css chi tiết tin tức  */
.content.btrn-news.mona-content h2.wp-block-heading {
  margin-bottom: 2.4rem;
  color: #0c588c;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.content.btrn-news.mona-content p {
  color: #717171;
  margin-bottom: 1.2rem;
}

.content.btrn-news.mona-content .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btrn-news.mona-content .wp-block-image {
  border-radius: unset;
}
.mona-btn{
  text-align: center;
  margin: var(--pd-sc) auto 0 auto;
}
section, .show-hide-content {
  content-visibility: auto;
}

.show-hide-content {
  height: 25rem;
  overflow: hidden;
  position: relative
}

.show-hide-content.is-active {
  overflow: unset;
  height: unset
}

.show-hide-content.is-active .ico-show-hide img {
  transform: rotate(-180deg)
}

.ico-show-hide {
  position: absolute;
  height: 14rem;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2rem;
  cursor: pointer;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  font-size: 1.6rem;
  font-weight: 600;
  color: #EC2027;
  column-gap: .4rem
}
.ico-show-hide {
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) -80%,#fff 90%)
}

.gt_option{
  position: absolute !important;
}
@media screen and (max-width: 1200px) {
    .hd-lg {
        border: unset;
        padding: unset;
      }
}