.home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #DA3832;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    width: auto;
    height: auto;
    padding: 2px;
}
.home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    border: 2px solid transparent;
    background-color: #DA3832;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.home-slide .swiper-pagination-bullet{
    background-color: #EAEAEA !important;
    opacity: 1;
}
/**/
.main-danhmuc {
    border-radius: 12px;
    background: #FFCB05;
    padding:30px 40px;
}
.main-danhmuc .item-dm a{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    padding:12px 15px;
    color: rgba(29, 63, 94, 0.80);
    font-weight: 600;
    display: block;
    text-align: center;
}
/**/
div.swiper-button-next, 
div.swiper-button-prev {
    background: #EDF7FF;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 15px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(0, 85, 150, 1);
}
div.swiper-button-next {
    right:0;
    left:auto;
/*    padding-left:5px;*/
}
div.swiper-button-prev {
}
div.swiper-button-prev::before,
div.swiper-button-next::before{
    content:"";
    width: 20px;
    height: 20px;
    display: block;
}
div.swiper-button-next::before {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::before {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    background-color: rgba(0, 85, 150, 1);
    color: #fff;
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -21px;
    }
    .main-sw div.swiper-button-prev{
        left: -21px;
    }
}
/**/
.home-title{
    color: #0E2E4C;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
.dm-tab {
  list-style: none;
  padding: 0;
  text-align: center;
}
.dm-tab li a {
  display: inline-block;
  padding: 15px;
  margin: 0 12px;
  border-radius: 8px;
  background: #EDF7FF;
  color: #0E2E4C;
  font-weight: 600;
  min-width: 220px;
}
.dm-tab li {
  display: inline-block;
}
.dm-tab-item a:hover,
.dm-tab-item.active a {
  background-color: #005596;
  color: #fff;
}
.dm-tab li.view-all a {
    position: relative;
  border: 1px solid rgba(255, 203, 5, 0.40);
  background: #FFFBEE;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.dm-tab li.view-all a img {
    background-color: #FFCB05;
    padding: 7px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
}
/**/
.item-khoahoc a {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    display: block;
    padding: 16px;
    color: #0E2E4C;
}
.item-khoahoc a img.banner-khoahoc{
    aspect-ratio: 368/200;
    display: block;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.khoahoc-meta label {
    background-color: #FFCB05;
    padding: 2px 9px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}
.info-khoahoc{
    padding-top: 24px;
}
.khoahoc-meta .author span{
    font-weight: 600;
    margin-left: 5px;
}
.khoahoc-meta .author img{
    aspect-ratio: 1/1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.info-khoahoc .title{
    color: #005596;
    font-size: 20px;
    font-weight: 600px;
}
.info-khoahoc ul{
    color: #1D3F5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
}
.info-khoahoc ul li+li{
    margin-left: 10px;
}
.info-khoahoc ul li + li::before {
    content: "";
    height: 13px;
    width: 1px;
    background-color: rgba(29, 63, 94, 0.24);
    margin-right: 10px;
    display: inline-block;
}
.khoahoc-last .star i {
    color: #FFF200;
}
.btn.btn-primary{
    border-radius: 8px;
    background: #005596;
    border-color: #005596;
}
/**/
.item-nx {
    padding: 24px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.12);
    margin: 20px 1px;
}
.head-item-nx img.avata {
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    border-radius: 100%;
    width: 48px;
}
.item-nx span{
    font-size: 14px;
    color: rgba(29, 63, 94, 0.60);
}
.item-nx i{
    color: #F3DC0C;
}
.item-nx .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.home-camnhan {
    padding: 100px 0 80px;
    background-size: cover;
     background-position: top; 
}
.home-camnhan .camnhan-line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 768px) {
    .main-danhmuc {
        padding: 10px 20px;
    }
    .main-danhmuc .item-dm a {
        padding: 7px 11px;
        font-size: 14px;
    }
    .home-title {
        font-size: 22px;
    }
    .dm-tab li a {
        padding: 10px;
        min-width: 200px;
        font-size: 14px;
        margin: 0 10px;
    }
    .item-khoahoc {
        margin-bottom: 10px;
    }
}
