p, span, li
{
    padding-bottom:0px!important;
}
.tenthang
{
    color:white;
}
.amlich {
  border-collapse: collapse;
  font-size: 20px;
  font-family: 'Roboto-Regular', sans-serif;
}

.calendar {
  font-size: 12px;
}

.calendar td {
  background-color: #e9eff3;
}
.calendar-homnay{
  color: #CF0204;
    text-align: center;
    background: #fffdf1;
    font-weight: 100;
    /*text-transform: uppercase;*/
    font-size: 15px !important;
    height: 20px;
    border: 1px dotted #FFC107;
    border-radius: 5px;
    padding: 3px;
}
.calendar-month {
  background-color: #CF0204 !important;
    color: #ffffff;
    text-shadow: 0px 0px 3px #000;
    padding: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px !important;
    min-height: 7px;
    background-image: -webkit-linear-gradient(270deg, #e01506 0%, #e76c62 100%, rgb(17 164 26) 100%);
    padding: 6px 0px !important;
    border-radius: 4px 4px 0px 0px;
}

.amlich-tennam {
  text-align: center;
  font-weight: bold;
  color: #000000;
  background-color: #CCCCCC;
  font-size: 14px;
  font-family: 'Roboto-Regular', sans-serif;
}

.amlich .calendar-b-left {
  border-right: 1px solid #e0e0e0;
}

.amlich .calendar-month,
.amlich .calendar-b-left,
.amlich .calendar-b-right {
  text-align: center;
  padding: 4px 0;
  font-size: 13px;
  display: flex;
  flex-direction: column;
}

.amlich .calendar-day {
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.amlich .calendar-day .day-num {
  font-size: 70px;
    height: 87px;
    font-family: 'Roboto-Regular', sans-serif;
    line-height: 88px;
    color: #009688;
}

.amlich .lunar-day-num {
    font-size: 90px;
    height: 89px;
    line-height: 80px;
    font-weight: bold;
    color: #29a32e;
    padding-bottom: 0;
}

.amlich .calendar-holiday,
.amlich .ngCC,
.amlich .calendar-hoangdao,
.amlich .calendar-tuoixung {
      padding: 0px 15px;
    font-size: 14px;
    text-align: left;
}

.amlich .calendar-holiday {
  color: #CF0204;
  font-weight: bold;
  text-align: center;
}

.amlich a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.amlich a:hover {
  color: black;
}

.amlich .tenthang,
.amlich .navi-l,
.amlich .navi-r {
  text-align: center;
  padding: 6px;
  background-color: #CF0204;
  color: #fff;
  font-weight: bold;
      background-image: -webkit-linear-gradient(270deg, #f33528 0%, #ea6459 100%, rgb(17 164 26) 100%);
}

.amlich .tenthang {
  text-shadow: 0px 0px 3px #000;
  font-size: 16px;
}

.amlich .navi-l {
  font-size: 14px;
}

.amlich .navi-r {
  font-size: 16px;
}

.amlich .ngaytuan {
  text-align: center;
  color: #330033;
  background-color: #ddd;
  padding: 3px;
  width: 14.286%;
  font-size: 14px;
  font-weight: bold;
}

.amlich .ngaythang,
.amlich .homnay,
.amlich .tet,
.amlich .leam,
.amlich .leduong {
  cursor: pointer;
  border-bottom: solid 1px #eee;
  padding: 3px;
  width: 14.286%;
  height: 100px;
}

.day-tuan {
  font-size: 20px;
  display:flow;
  color: #1c8e21;
}
.day-tuan-DL {
  font-size: 16px;
  display:flow;
  color: #009688;
  line-height: 32px;
}

.lunar-month-name {
  font-size: 16px;
}
.ngCC{
  padding: 6px 4px 4px 4px;
  min-height: 27px;
}
.ghd {
  color: #CF0204;
  font-size: 14px;
  text-align: center;
}

.dip {
  font-size: 11px;
  text-align: center;
  padding: 5px;
  min-height: 25px;
}

.dipDo {
  font-size: 11px;
  text-align: center;
  color: #CF0204;
  padding: 5px;
  min-height: 25px;
}

.Do {
  color: #CF0204 !important
}

.not-this-month {
  color: #c1c1c1 !important;
  /* background-color: #f8f8f8; */
}

.amlich .navi-r a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #1c763b;;
  color: #1c763b;
  text-decoration: none;
  margin: 0 5px;
  transition: all 0.2s;
}

.amlich .navi-r a:hover {
  background-color: #ffc5c5;
  border-color: #999;
}

#selectMonth,
#selectYear {
  min-width: 106px;
  background-color: #fff;
  border: 1px solid #1c763b;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
}
.btn-prev-day,
.btn-next-day {
  position: absolute;
  top: 34%;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid #1c763b;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #1c763b !important;
}
.btn-prev-day { left: 1% !important; }
.btn-next-day { right: 1% !important; }

.btn-prev-day:hover,
.btn-next-day:hover {
  background-color: #ffc5c5 !important;
}

.amlich .ngaythang div,
.amlich .homnay div,
.amlich .tet div,
.amlich .leam div,
.amlich .leduong div {
  line-height: 110%;
}

.amlich .ngaythang {
  color: #5a5c5b;
}

.amlich tr:nth-child(odd) td.ngaythang:nth-child(odd) {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.amlich tr:nth-child(odd) td.ngaythang:nth-child(even) {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.amlich tr:nth-child(even) td.ngaythang:nth-child(odd) {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.amlich tr:nth-child(even) td.ngaythang:nth-child(even) {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.amlich tr td.ngaythang:hover {
  background-color: #f5f5f5 !important
}

.amlich .homnay {
  background-color: #fff5a0;
  color: #CF0204;
}

.amlich .homnay:hover {
  background-color: #faf2cc;
}

.amlich .tet {
  background-color: #f2dede;
}

.amlich .tet:hover {
  background-color: #ebcccc
}

.amlich .leam {
  background-color: #d9edf7;
}

.amlich .leam:hover {
  background-color: #c4e3f3
}

.amlich .leduong {
  background-color: #dff0d8;
}

.amlich .leduong:hover {
  background-color: #d0e9c6
}

.amlich .am {
  text-align: right;
  font-size: 80%;
  color: #554C00;
  padding: 10px 10px;
}

.amlich .am2 {
  text-align: right;
  font-size: 80%;
  color: #337ab7;
  font-weight: bold;
}

.amlich .t2t6 {
  text-align: left;
  color: #5a5c5b;
  font-weight: bold;
  padding: 10px 10px;
}

.amlich .t7 {
  font-weight: bold;
  text-align: left;
  color: #CF0204;
  padding: 10px 10px;
}

.amlich .cn {
  font-weight: bold;
  text-align: left;
  color: red;
  padding: 10px 10px;
}

@media screen and (max-width: 768px) {
  .amlich {
    font-size: 12px;
  }

  .calendar-month {
    font-size: 12px !important;
    padding: 4px;
  }

  .amlich .calendar-day .day-num {
      font-size: 40px;
        height: 52px;
        line-height: 52px;
  }

  .amlich .lunar-day-num {
    font-size: 55px;
        height: 55px;
        line-height: 50px;
  }

  .amlich .calendar-holiday,
  .amlich .ngCC,
  .amlich .calendar-hoangdao,
  .amlich .calendar-tuoixung {
    font-size: 12px !important;
    padding: 4px 10px 0px 10px;
  }
  .ghd {
    font-size: 12px !important;
  }
  .amlich .calendar-b-right{
    font-size: 12px;
    padding: 4px 2px 2px 2px;
  }

  .amlich .ngaythang,
  .amlich .homnay,
  .amlich .tet,
  .amlich .leam,
  .amlich .leduong {
    height: 46px;
    padding: 2px;
  }

  .amlich .ngaytuan {
    font-size: 12px;
    padding: 2px;
  }

  .day-tuan,
  .lunar-month-name,
  .dip,
  .dipDo {
    font-size: 15px;
  }
  .day-tuan-DL,
  .lunar-month-name,
  .dip,
  .dipDo {
    font-size: 12px;
    line-height:25px;
  }

  .dip,
  .dipDo {
    display: none;
  }
  .amlich .navi-r {
    font-size: 12px;
  }
  
  .amlich .navi-r a {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    margin: 0 2px;
  }

  #selectMonth,
  #selectYear {
    min-width: 50px !important;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        height: 23px;
        border-radius: 4px;
        font-size: 12px;
        color: black;
  }
  .btn-prev-day,
  .btn-next-day {
    top: 28%;
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
  }
  .calendar-homnay {
    font-size: 12px !important;
        height: 16px;
        padding: 5px 2px !important;
}
}
@media screen and (max-width: 400px) {
  .prev-year,.next-year{
    display: none !important;
  }
}