/*
Theme Name: Astra Child
Template: astra
Version: 1.0.2
*/

/* Your custom CSS below */

/*.page-title{
  font-weight: 900;
  color: #000;
  font-size: 32px;
}*/
.ct-page-header{
	min-height:120px;
	background-color:#063148;
}

.site-above-footer-wrap {
  padding-top: 50px;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-image: url(assets/img/border.svg);
  background-repeat: repeat-x;
}
.site-footer .disc {
  list-style: disc;
  padding-left: 15px;
}
.site-footer .disc a {
  color: #fff;
}
.site-footer .disc a:hover {
  color: #05acff;
}
.site-footer .disc li {
  margin-bottom: 5px;
}
.site-footer h4 {
  margin-top: 80px;
}
.site-footer .text-access {
  margin-bottom: 15px;
}
.site-footer .list-info li {
  margin-bottom: 5px;
}
.site-footer .list-info a {
  text-decoration: underline;
  color: #05acff;
}
.main-menu {
  display: inline-flex;
  gap: 20px;
}
.ast-search-menu-icon.slide-search {
  visibility: visible !important;
  opacity: 1 !important;
}
.ast-search-menu-icon.slide-search .search-form {
  visibility: visible !important;
  opacity: 1;
}
/*.ast-main-header-wrap {
  background-image: url(assets/img/border.svg);
  background-repeat: repeat-x;
  padding-top: 5px;
}
.ast-primary-header-bar {
  background-image: url(assets/img/border.svg);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 5px;
}*/
.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
  text-transform: uppercase;
  font-weight: 700;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link:hover,
.ast-builder-menu-1
  .inline-on-mobile
  .menu-item.current-menu-item
  > .ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
  color: #05acff;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle,
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link:hover,
.ast-builder-menu-1
  .inline-on-mobile
  .menu-item.current-menu-item
  > .ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
  color: #05acff;
}
.ast-builder-menu-1 .main-header-menu,
.ast-builder-menu-1 .main-header-menu .sub-menu {
  font-size: 14px;
  padding: 0 12px;
  background-color: rgba(31, 73, 97, 0.9);
}


[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
  fill: #fff;
}

.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content {
  background-color: #1f4961;
  color: #fff;
}
.main-header-menu .sub-menu .menu-link{
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item{
  position: relative;
}

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item:last-child::after{
  display: none;
}

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item::after{
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  height: 18px;
  width: 1px;
  display: block;
  background-color: #F8FCFF82;
  transition: transform 0.3s ease;
}

.custom-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  padding: 2rem 0;
  position: relative;
}

.content .post{
  background-color: var(--ast-global-color-0);
}

.content .post h1{
  color: ;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
}

.entry-meta{
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 400;
}

.entry-footer{
  margin-top: 20px;
}

.entry-footer p{
   color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  text-align: right;
  margin: 5px 0
}

.fb-wrapper {
    position: relative;
    width: 100%;
    max-width: 280px;
    overflow: hidden;
    margin-top: 43px;
}

.fb-wrapper iframe {
    width: 100% !important;
}


.category-menu h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
padding-left:10px;
}

.category-menu ul {
  list-style: none;
  margin: 0;
  background-color: var(--ast-global-color-0);
  padding: 0 15px;
}
.category-menu ul li {
  padding: 8px 8px 8px 20px;
  cursor: pointer;
  border-bottom: 1px solid var(--ast-global-color-1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background: url(assets/img/arrow-right.svg) no-repeat left 14px;
}
.category-menu ul li:last-child {
  border-bottom: none;
}
.category-menu ul li a {
  color: var(--ast-global-color-3);
}
.category-menu ul li.active a,
.category-menu ul li a:hover {
  color: var(--ast-global-color-2);
}
.book-filter {
  background-color: var(--ast-global-color-0);
  padding: 20px;
  margin-top: 38px;
  margin-bottom: 30px;
}
.book-filter input,
.book-filter select {
  padding: 5px 12px;
  height: 34px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #d4effc;
}

.book-filter select {
  padding-left: 7px;
}
.book-filter input[type="submit"] {
  display: block;
  background: url(assets/img/bg-tim-sach.svg) no-repeat center 0;
  background-size: cover;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #14394e;
  width: 100px;
  height: 27px;
  margin: 5px auto 0;
}
.book-filter input::placeholder {
  color: #453d3d;
  font-size: 13px;
}

.book-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
    padding: 30px;
    background: var(--ast-global-color-0);
    position: relative;
	box-shadow: 0px 0px 10px 0px #00000040;
}

.book-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.book-link:hover h3 {
    color: #05acff;
}

.book-item {
    display: flex;
    gap: 20px;
    color: var(--ast-global-color-3);
}

.book-thumb {
    width: 133px;
    height: 193px;
    flex: 0 0 133px;
    overflow: hidden;
    color: #fff;
}

.book-thumb img {
    width: 100%;
    height: auto;
}

.book-content h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.book-content p {
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px;
}

.book-content .views {
    margin-top: 15px;
    color: var(--ast-global-color-2);
    font-size: 14px;;
}

.custom-pagination {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}

.custom-pagination .label {
    margin-right: 5px;
}

.custom-pagination a,
.custom-pagination span {
    margin: 0 2px;
    text-decoration: none;
    color: var(--ast-global-color-1);
}

.custom-pagination a:hover {
    color: #000;
}

.custom-pagination .current {
    color: var(--ast-global-color-2);
}

.custom-pagination .sep {
    margin: 0 6px;
    color: #fff;
}

.book-grid.loading{
    min-height: 100px;
}
.book-grid.loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #14394E;
    z-index: 1;
}

.book-grid.loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    border: 4px solid #ddd;
    border-top: 4px solid #3db2ff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
    z-index: 2;
}

.no-results{
    padding: 20px
}

.current-time{
    text-align: right;
    margin-bottom: 15px;
    font-size: 13px;
}

@media (min-width: 993px) {
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 0;
        padding: 2rem 0;
    }
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.book-detail-wrapper {
    padding: 15px;
    background-color: var(--ast-global-color-0);
	box-shadow: 0px 0px 10px 0px #00000040;

}

.book-detail {
    display: flex;
    gap: 40px;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.book-cover img {
    width: 340px;
}

.book-info h1 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.book-info p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;;
}

.book-actions {
    margin-top: 20px;
    display: flex;
}

.book-actions a {
    display: block;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 13px;
    text-decoration: none;
    color: #14394e;
    font-weight: 600;
    background: url(assets/img/bg-tim-sach.svg) no-repeat center 0;
    background-size: cover;
    text-align: center;
    width: 100px;
    height: 28px;
    line-height: 26px;
}

.book-description{
    padding: 20px;
}


.book-description h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.book-description p {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
}

.related-title{
    text-align: center;
}
.related-title h2{
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    border-top: 1px solid #fff;
    display: inline-block;
    padding: 20px 60px 0;
    margin-bottom: 30px;
}

.above-content{
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    text-decoration: none;
    font-size: 14px;
}


.read-pdf-page .above-content{
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.read-pdf-page .current-time{
  margin-bottom: 0;
}

.read-pdf-page .page-title{
  text-align: center;
  margin-bottom: 3rem;
}

.df-container{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px #00000080;
  margin-bottom: 4rem;
  width: 100%;
}


.df-container.df-floating>.df-ui-prev{
  left: 10px  !important;
  color: #14394E !important;
}

.df-container.df-floating>.df-ui-next{
  right: 10px !important;
  color: #14394E !important;
}

#close-book img {
    filter: brightness(0) invert(1);
}

.time-wrapper{
  padding-top: 3em;
}

.picture-grid.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}


.picture-grid.grid-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.picture-grid.grid-3 .picture-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  box-shadow: 0px 0px 10px 0px #00000080;
}

.picture-grid .picture-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.picture-grid.grid-3 .picture-item img{
  transform: scale(1.2);
}

.picture-grid .picture-item:hover img {
  transform: scale(1.1);
}

.picture-grid .picture-item .picture-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #184E6C;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.picture-grid.grid-4 .picture-item h3{
  font-size: 16px;
  line-height: 22px;
  height: 55px;
  overflow: hidden;
  padding: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.picture-grid.grid-4 .picture-item img {
 border-radius: 0;
 height: 200px;
 border-radius: 10px;
 overflow: hidden;
 transition: transform 0.3s ease;
}

.picture-grid.grid-4 .picture-thumb {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #00000080;
  border-radius: 10px;
}

.picture-grid.grid-4 .picture-item img {
  transition: transform 0.3s ease;
}


.goverlay {
  background: rgba(20, 57, 78, 0.9) !important;
}

.glightbox-clean .gslide-title, .gslide-title {
  font-weight: 600;
  color: #fff;
}

.news-list {
  background-color: var(--ast-global-color-0);
  padding: 30px;
  margin-top: 5px;
}

.news-item {
  display: flex;
}

.news-item a {
  display: flex;
  gap: 20px;
  text-decoration: none;
  color: var(--ast-global-color-3);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.news-item a:hover img {
  border-color: #05acff;
}

.news-item a:hover h3 {
  color: #05acff;
}

.news-item h3{
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
}

.news-item p {
  margin: 5px 0;
  font-size: 13px;
  font-weight: 400;
  font-weight: 400;
}

.news-thumb {
  width: 235px;
  flex-shrink: 0;
  overflow: hidden;
}

.news-thumb img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  display: block;
  border: 5px solid #fff;
}

.news-info {
  flex: 1; /* 🔥 take remaining space */
}

.bio-list{
  padding: 30px;
  margin: 0 0 40px;
  list-style: none;
	box-shadow: 0px 0px 10px 0px #00000040;
}

.bio-list a{
  display: flex;
  gap: 30px;
  align-items: flex-start;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 20px;
}
.bio-thumb{
  flex: 0 0 340px;
}

.bio-thumb img {
  width: 340px;
  border: 5px solid #fff
}

.bio-list a:hover img{
  border-color: #05acff;
}

/*.bio-list a:hover h2{
  color: #05acff;
}*/


.bio-list h2{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.bio-info p{
  margin: 5px 0;
  font-size: 13px;
  font-weight: 400;
}

.page-template-page-bio .type-page {
  padding: 30px;
  margin-bottom: 3em;
}

.custom-heading{
  font-size: 22px;
  font-weight: 700;
  border-bottom: 8px solid var(--ast-global-color-2);
  padding-bottom: 10px;
  text-transform: uppercase;
}

.custom-heading.no-border{
  border-bottom: none;
  padding-bottom: 0;
}

.top-views{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
  list-style: none;
  padding: 0 !important;
}

.top-views li a{
  text-decoration: none !important;
  color: var(--ast-global-color-3);
}

.top-views li a:hover h4{
  color: #05acff;
}

.top-views li a:hover img{
  transform: scale(1.1);
}

.top-views li h4{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.4s ease;
  color: var(--ast-global-color-3);
}

.top-views li{
  background: #fff;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.top-views .source{
  height: 20px;
}

.top-views .thumb {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 20px;
}

.top-views .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.news-slider-item{
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.news-slider .swiper-slide {
  height: auto;
  display: flex;
  border-radius: 5px;
}

.news-slider-item a{
  color: #000 !important;
  text-decoration: none !important;
}

.news-slider-item a:hover img{
  transform: scale(1.1);
}

.news-slider-item a:hover h4{
  color: #12d4ff;
}

.news-slider .swiper-pagination {
  position: static;
  margin-top: 15px;
  text-align: center;
}

.latest-picture .swiper-pagination-bullet-active,
.news-slider .swiper-pagination-bullet-active{
  background-color: #FFDA2C;
}

.news-slider-item a:hover h4{
  color: #12d4ff
}

.news-slider-item a h4{
  font-size: 14px;
  font-weight: 700;
  color: var(--ast-global-color-3);
  text-transform: uppercase;
  line-height: 20px;
  transition: transform 0.4s ease;
  margin-bottom: 20px;
  margin-top: 10px;
}

.news-slider-item p{
  font-size: 13px;
}

.news-slider-item .news-slider-thumb {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-slider-item .news-slider-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 5px 5px 0 0;
}

.posts-by-ids-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.posts-by-ids{
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.posts-by-ids .swiper-button-next:after,
.posts-by-ids .swiper-button-prev:after{
  font-size: 20px;
  color: #FFDA2C;
}

.posts-by-ids .post-item a{
  display: block;
  text-decoration: none;
}

.posts-by-ids .post-item img{
  width: 100%;
  height: 257px;
  object-fit: cover;
}

.posts-by-ids .post-item a:hover h4{
  color: #12d4ff;
}

.posts-by-ids .post-item h4{
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}

.block-heading{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 8px solid var(--ast-global-color-2);
}

.block-heading a{
  color: #fff;
  font-style: italic;
  font-size: 11px;
  text-decoration: none !important;
}

.block-heading .custom-heading{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.latest-picture{
  background-color: #33596E;
  padding: 20px 0 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.latest-picture .picture-thumb{
  border-radius: 0 0 10px 10px;
}

.swiper-slide.picture-item{
  border-radius: 0 0 10px 10px;
}

.latest-picture img{
  width: 100%;
  height: 358px;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}

.latest-picture h2{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.book-feature-block{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.book-main{
  display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 30px;
}

.book-main img{
  width: 100%;
}


.book-main p{
  font-size: 14px;
  margin-bottom: 15px;
}
.book-main .tg{
  font-weight: bold;
}

.book-main .nxb{
  text-align: right;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
}

.book-main .st{
  text-align: right;
  font-weight: 300;
  font-size: 13px;
}

.book-main .action{
  text-align: right;
}

.book-main .action a{
  background: linear-gradient(180deg, #05ACFF 0%, #74CAFF 100%);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 8px 20px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.book-main .action a:hover{
  background: linear-gradient(180deg, #12d4ff 0%, #74CAFF 100%);
}

.book-main h2{
  font-size: 20px;
  font-weight: 700;
}

.book-sides{
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  display: grid;
}

.book-side .thumb {
  overflow: hidden;
}

.book-side img{
  width: 100%;
  min-height: 180px;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 4px 4px 4px 0px #00000040;
  transition: transform 0.4s ease;
}

.book-side a:hover h3 {
  color: #12d4ff;
}

.book-side h3{
  transition: transform 0.4s ease;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  height: 40px;
  text-transform: uppercase;
  overflow: hidden;
}

.book-side p{
  color: #fff;
  line-height: 16px;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}

.cat-item{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px #00000080;
  transition: transform 0.4s ease;
}

.cat-item img{
  border-radius: 10px;
  min-height: 300px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.category-slider .swiper-button-prev,
.category-slider .swiper-button-next{
  background-color: #FFDA2C;
  color: #fff;
}

.category-slider .swiper-button-prev{
  left: 0;
}

.category-slider .swiper-button-next{
  right: 0;
}

.category-slider .swiper-button-next:after, 
.category-slider .swiper-button-prev:after{
  font-size: 14px;
}

.cat-item h4{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 50px;
  padding: 10px 20px;
  background-color: #FFDA2C;
  color: #184E6C;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.news-books{
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 20px;
}

.feature-book-banner img{
  width: 100%;
  box-shadow: 0px 0px 6px 0px #00000080;
}

.book-category-list{
  display: flex;
  gap: 20px 10px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.book-category-list a{
  display: block;
  border-radius: 10px;
  color: #1F4961;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px;
  box-shadow: 0px 0px 6px 0px #00000080;
  background: #DCDCDC;
}

.book-category-list a {
  display: none;
}

/* show first 8 */
.book-category-list a:nth-child(-n+8) {
  display: inline-flex;
}

.book-category-list a:last-child {
  display: inline-flex;
}

.book-category-list a:hover,
.book-category-list a.active{
  background: #FFCC00;
}

.new-book-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.new-book-item{
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 6px 0px #00000080;
}

.new-book-item a{
  display: block;
}

.new-book-item a h3{
  color: var(--ast-global-color-3);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 20px;
  height: 56px;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.new-book-item .thumb {
  overflow: hidden;
}

.new-book-item .thumb img{
  transition: transform 0.4s ease;
  width: 100%;
}

.new-book-item a:hover img{
  transform: scale(1.1);
}

.new-book-item a:hover h3{
  color: #05acff;
}

.ast-menu-toggle:focus{
  outline: none;
}

body footer .widget_block .is-layout-grid{
  display: flex;
}

.search .ast-breadcrumbs{
  display: none;
}

.search .entry-meta,
.search .ast-taxonomy-container{
  display: none;
}

.ast-separate-container .ast-article-inner{
  background-color: #fff;
}

.ast-separate-container {
	background-color:fff;
}
.filter-sidebar h4{
	color: var(--ast-global-color-0); padding-left:10px;}
.filter-sidebar{
	color: var(--ast-global-color-0);
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  display: none;
  border-bottom: 1px solid #05acff;
  cursor: pointer;
  padding-bottom: 5px;
	background-color: var(--ast-global-color-1);
}

.custom-sidebar.active .sidebar-content{
  display: block;
  transition: transform 0.4s ease;
}
.custom-sidebar.active{
	box-shadow: 0px 0px 10px 0px #00000040;
}

.active .filter-sidebar span{
  transform: rotate(0);
}

.filter-sidebar span{
  position: relative;
  transform: rotate(-90deg);
}

.filter-sidebar h4{
  font-size: 16px;
}


.thu-vien-slider {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.thu-vien-slider .vc_column-inner {
  padding: 20px 0px 0px 0px !important;
}

.thu-vien-slider .vc_custom_heading {
 display:block;
}

.hinh-thu-vien .vc_item {
  margin-top: 20px;
}

.hinh-thu-vien .vc_inner {
    height: 345px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #00000040;
}

.hinh-thu-vien .vc_inner > a {
    display: block;
    width: 100%;
    height: 100%;
}

.hinh-thu-vien .vc_inner > a > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    max-width: none !important;
    display: block;
    border-radius: 0px 0px 5px 5px;
}

@media (max-width: 921px) {

  .ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description {
    background-color: transparent;
  }
  
  .search .ast-container section.ast-archive-description{
    padding: 20px 0;
  }

 .ast-separate-container .ast-article-inner{
    background-color: #fff;
  }

  .page-title{
    font-size: 26px;
  }
  .ast-plain-container, .ast-page-builder-template{
    background-color: var(--ast-global-color-0);
  }
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link{
    color: #fff;
    background-color: #1f4961;
  }
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle{
    background-color: #05ACFF;
    color: #fff;
  }
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle{
    color: #fff;
  }
  .book-feature-block{
    grid-template-columns: 1fr;
  }
  .news-books{
    grid-template-columns: 1fr;
  }
  .new-book-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .top-views{
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row,
  .posts-by-ids,
  .latest-picture{
    margin-left: 15px;
    margin-right: 15px;
  }
  .bio-thumb{
    flex: 0 0 280px;
  }
  .bio-thumb img{
    width: 280px;
  }
  .bio-list{
    padding: 15px;
  }
  .bio-info p{
    max-height: 105px;
    overflow: hidden;
  }
  .bio-list a{
    gap: 15px;
  }
  .picture-grid.grid-4,
  .picture-grid.grid-3{
    grid-template-columns: repeat(2, 1fr);
  }
  .news-thumb{
    width: 180px;
  }
  .news-list{
    padding: 20px;
  }
  .book-grid {
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .book-item, .news-item{
    flex-direction: column;
  }
.news-item a {
  display: block;
}
	.news-thumb {
		width:100%;
		margin-bottom:20px
	}
  .book-thumb{
    width: 100%;
    height: auto;
    flex: 1;
  }
  .book-detail{
    padding: 10px;
    gap: 20px;
    flex-direction: column;
  }

  .book-cover img{
    width: 100%;
  }

  .book-description{
    padding: 10px;
  }
  .custom-layout{
    grid-template-columns: 220px 1fr;
  }
  .related-books{
    padding: 10px
  }

  .site-footer h4 {
    margin-top: 20px;
  }
}

@media (max-width: 544px) {
  .book-main{
    grid-template-columns: 1fr;
  }
  .book-main > :first-child {
        order: 2;
    }
    .book-main > :last-child {
        order: 1;
    }
  .ast-separate-container #primary{
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .filter-sidebar{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sidebar-content{
    display: none;
  }

  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
  .bio-thumb{
    flex: 0 0 120px;
  }
  .bio-thumb img{
    width: 120px;
  }
  .picture-grid.grid-4,
  .picture-grid.grid-3{
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-layout{
    grid-template-columns:  1fr;
  }
  .fb-wrapper{
    max-width: 100%;
    display: none;
  }
  .book-grid {
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .book-detail{
    flex-direction: column;
  }
  .posts-by-ids-list{
    grid-template-columns: repeat(1, 1fr);
  }
  .top-views{
    grid-template-columns: repeat(1, 1fr);
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row, .posts-by-ids, .latest-picture{
    margin-left: 0;
    margin-right: 0;
  }
  .custom-heading{
    font-size: 18px
  }
  .vc_column_container>.vc_column-inner{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .posts-by-ids{
    padding: 20px;
  }
}
.ast-icon svg:not([fill]){fill:black}
