:root {
  --lichvutru-with: 353px;
  --content-width: 680px;
}
/* Lịch Vũ Trụ */
.path-frontpage #block-website-lichvutrunenlamkhongnen,
.path-frontpage #block-website-lichvutrulight {
    padding-top: 1rem !important;
}
.lichvutru-wrapper {
  /*max-width: var(--lichvutru-with);*/
  margin: 0 auto;
}
.light.lichvutru-wrapper {
  margin: 0 auto;
  border: 1px solid rgb(0, 0, 0, 0.15);
  border-radius: 12px;
}
.lichvutru-header {
  /*background: linear-gradient(135deg, #0d47a1, #1976d2);*/
  background: #01417E;
  color: #fff;
  padding: 16px;
  border-radius: 12px 12px 0 0;
}
.light .lichvutru-header {
  background: #F4F6F8;
  color: #000000D9;
  padding: 24px;
  border-radius: 12px 12px 0 0;
}
.lichvutru-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lichvutru-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}
.lichvutru-header .header-left {
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
  gap: 12px;
}
.light .lichvutru-header .header-right {
  gap: 18px;
}
.lichvutru-header .header-left img {
  width: 100%;
  max-width: 37px;
}
.lichvutru-header .header-right img {
  /*width: 100%;*/
  /*max-width: 157px;*/
  width: 157px;
  height: 195px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #fff;
}
.light .lichvutru-img {
  flex: 1 0 104px;
}
.light .lichvutru-header .header-right img {
  width: 100%;
  height: 129px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #fff;
}
.lichvutru-body {
  border-radius: 0 0 12px 12px;
  border: 1px solid rgb(0, 0, 0, 0.15);
}
.light .lichvutru-body {
  border-radius: 0 0 12px 12px;
  border: 0px solid rgb(0, 0, 0, 0.15);
}
.light .lichvutru-date {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*gap: 12px;*/
}
.lichvutru-date .day-name {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
.light .lichvutru-date .day-name {
  color: #000000D9;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
.lichvutru-date .day-big {
  font-size: 49px;
  font-weight: 700;
  line-height: 110%;
  /*margin: 0.25rem 0;*/
}
.light .lichvutru-date .day-big {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}
.lichvutru-date .lunar {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.lichvutru-date .can-chi {
  color: #4fc3f7;
  font-size: 0.9rem;
}
.lichvutru-advice {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.lichvutru-advice ol {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
}
.lichvutru-advice li {
  margin-bottom: 0.75rem;
}
.advice-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.advice-title,
.advice-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.lichvutru-advice .advice-body {
  /*background: rgba(0,150,0,0.35);*/
  background: #F4F6F8;
  border-radius: 8px;
  color: rgb(0, 0, 0, 0.85);
  padding: 12px;
  max-height: 138px;
  overflow-y: hidden;
  position: relative;
}
.lichvutru-overlay {
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(0deg, #F4F6F8 0%, rgba(244, 246, 248, 0) 100%);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.lichvutru-advice .advice-bad {
  background: rgba(200,0,0,0.35);
  border-radius: 0.75rem;
  padding: 0.9rem;
  margin-top: 0.75rem;
}
.lichvutru-advice h5 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
}
.lichvutru-btn {
  display: block;
  background: #01417E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  border-radius: 32px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
}
.lichvutru-btn:hover {
  background: var(--main-color);
  color: #fff;
  transform: translateY(-2px);
}
@media screen and (min-width: 992px) {
  /*.path-frontpage #block-website-lichvutrulight,*/
  #block-website-lichvutrulight {
    width: var(--sidebar-width);
  }
  .lichvutru-title {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
  }
  .lichvutru-title h2 {
    font-size: 13px;
    font-weight: 700;
    line-height: 110%;
  }
  .light .lichvutru-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
  }
  .lichvutru-date .day-big {
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
  }
}
@media screen and (min-width: 1011px) {
  .lichvutru-title {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
  }
  .light .lichvutru-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .lichvutru-title h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
  }
  .light .lichvutru-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
  }
  .lichvutru-date .day-big {
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
  }
}
@media screen and (min-width: 1200px) {
  .lichvutru-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
  }
  .light .lichvutru-title {
    border-bottom: 1px solid #00000026;
  }
  .light .lichvutru-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .lichvutru-date .day-big {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }
}

.calendar-box .calendar-day{
    position: relative;
    height: 72px;
    border-radius: 12px;
    background: #f3f3f3;
    padding: 8px;
    transition: all 0.2s;
}

.calendar-box .calendar-day .solar{
    font-weight: 700;
    font-size: 24px;
    color: black;
}
@media(max-width: 768px){
  .calendar-box .calendar-day .solar{
    font-weight: 600;
    font-size: 18px;
  }

}

.calendar-day .lunar{
    position: absolute;
    right: 8px;
    bottom: 6px;
    font-size: 12px;
    color: #999;
}

.calendar-box .dot{
/*    position: absolute;*/
/*    top: 6px;*/
/*    right: 6px;*/
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.calendar-box .dot-red{
    background: #c81e2b;
}

.calendar-box .dot-gray{
    background: #bbb;
}

.calendar-box .calendar-box .calendar-day.selected{
    background: var(--main-color);
    color: #fff;
}

.calendar-box .calendar-day.selected .lunar{
    color: #fff;
}

.calendar-box .calendar-day.other-month{
    opacity: 0.4;
}


/* SELECTED */
.calendar-box .calendar-day.selected{
    background: #c81e2b;
    color: #fff !important;
}
.calendar-box .calendar-day.selected .solar{
    color: #fff !important;
}

.calendar-box .calendar-day.selected .lunar{
    color: #fff !important;
}

/* TODAY */
.calendar-box .calendar-day.today{
    border: 2px solid #c81e2b;
}


/* lich-vu-tru.css */
.gt-wrap {
/*  border: 0.5px solid #ddd;
  border-radius: 12px;*/
  overflow: hidden;
}
.gt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 14px 16px;
  border-bottom: 0.5px solid #eee;*/
}
.gt-header-title { font-size: 18px; font-weight: 600; margin: 0; }
.gt-next-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #555;
  /*padding: 4px 8px;*/
  padding: 4px;
  line-height: 1;
  font-weight: 600;
  font-family: sans-serif;
/*  display: none;*/
}
.gt-slider-viewport {
  overflow: hidden;
  /*padding: 16px;*/
  padding: 4px 0;
}
.gt-track {
  display: flex;
  gap: 5px;
  transition: transform 0.3s ease;
}
.gt-item {
  flex: 0 0 calc(33.333% - 6px);
  background: #f5f5f5;
  padding: 8px;
  text-align: center;
  border: 1px solid transparent;
}
/*.gt-item.is-active { border: 1.5px solid #AFA9EC; }*/
.gt-can-chi {
  font-size: 14px;
  color: #000000D9;
  margin-bottom: 4px;
}
.gt-gio {
  /*font-size: 16px;*/
  font-size: 14px;
  font-weight: 600;
  color: #000000D9;
}

/* NP */
#block-website-views-block-thuchanh-home .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#block-website-views-block-thuchanh-home .view-content > div {
      flex: 1 0 100%;
}
@media(min-width: 992px){
  #block-website-views-block-thuchanh-home .view-content > div {
      flex: 1 0 calc((100% - 48px) / 3);
  }
}
#block-website-mainnavigation-2 .m-gioithieu,
#block-website-mainnavigation-2 .m-tintuc {
  display: none;
}
