#infographic {
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/infographics/vi/back-page.jpg") center/cover no-repeat;
  position: relative;
  border-radius: 10px;
  margin-top: 100px;
}
#infographic .infographic-title-wrap {
  text-align: center;
}
#infographic .infographic-title-wrap .infographic-title {
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/infographics/vi/title-back.png") center/90% no-repeat;
  position: relative;
  top: -55px;
}
#infographic .infographic-title-wrap .infographic-title img {
  width: 58%;
  object-fit: contain;
  position: relative;
  top: -20px;
}
#infographic .infographic-content-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  padding-bottom: 20px;
}
#infographic .infographic-content-wrap .infographic-content {
  width: 100%;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-text img {
  width: 85%;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-image {
  position: absolute;
  width: 100%;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-image img {
  width: 55%;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-readmore {
  position: absolute;
  bottom: 41px;
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-readmore img {
  position: absolute;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-readmore img.b-show {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-readmore img.b-hover {
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-readmore:hover img.b-hover {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-readmore:hover img.b-show {
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item.infographic-layout-img-right .infographic-content-item-image {
  text-align: right;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item.infographic-layout-img-right .infographic-content-item-readmore {
  left: 15%;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item.infographic-layout-img-left .infographic-content-item-text {
  text-align: right;
}
#infographic .infographic-content-wrap .infographic-content .infographic-content-item.infographic-layout-img-left .infographic-content-item-readmore {
  right: 15%;
}

#detail-chapter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.4);
}
#detail-chapter.active {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
#detail-chapter .detail-chapter-wrap {
  width: 25%;
  position: absolute;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  height: 75%;
  overflow-y: auto;
}
#detail-chapter .detail-chapter-wrap .detail-thumb {
  width: 100%;
  margin-bottom: 15px;
}
#detail-chapter .detail-chapter-wrap .detail-thumb img{
  width: 100%;
}
#detail-chapter .detail-chapter-wrap .btn-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  color: #0560c3;
  border: 1px solid #0560c3;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
#detail-chapter .detail-chapter-wrap .btn-close:hover {
  color: #fff;
  background: #0560c3;
  transition: ease-in-out 0.3s;
}
#detail-chapter .detail-chapter-wrap .detail-header {
  font-weight: 600;
  margin-bottom: 15px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  #infographic{
    margin-top: 60px;
  }
  #infographic .infographic-content-wrap {
    max-width: 98%;
  }
  #infographic .infographic-title-wrap .infographic-title {
    top: -27px;
  }
  #infographic .infographic-title-wrap .infographic-title img {
    top: -10px;
  }
  #infographic .infographic-content-wrap .infographic-content .infographic-content-item .infographic-content-item-readmore {
    bottom: 24px;
  }
  #detail-chapter .detail-chapter-wrap {
    width: 100%;
    max-width: 300px;
  }
}
/*# sourceMappingURL=style.css.map */
