body {
    background-image: url(/assets/imgs/thpt/luyenthi_bg.png);
    background-size: cover;
}
.breadcrumb-area {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  color: #5A6B7E;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 400px;
  max-width: 100%;
  margin: 10px 0;
  white-space: nowrap;
}
.breadcrumb-area img {
    max-height: 20px;
}
.livestream-ddr-section {
    padding: 20px 0;
}
.section-content {
    display: flex;
}
.section-content .left {
    width: 70%;
    padding-right: 25px;
    display: flex;
    line-height: 30px;
}
.section-content .right {
    width: 30%;
}
.course-img {
    position: relative;
}
.course-img img {
    max-width: 100%;
}
.course-img span {
    position: absolute;
    bottom: 7px;
    left: 10px;
    font-weight: 700;
    color: white;
    font-size: 18px;
    /*font-family: sans-serif;*/
}
.course-img img.course-type {
    position: absolute;
    width: fit-content;
    left: -5px;
    /*top: 20px;*/
}
.right .section-title {
    color: #236AB0;
    /*font-family: math;*/
    line-height: 33px;
    font-weight: 600;
    max-width: 100%;
    border-bottom: 3px solid #FF8236;
    margin: 0 0 15px 0;
    font-size: 17px;
    width: 215px;
}
.right .course-item {
    box-shadow: 0px 1px 5px 2px rgba(156, 207, 247, 0.96);
    border-radius: 10px;
    margin-bottom: 15px;
}
.course-title {
    padding: 20px 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #236AB0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-content {
    padding-left: 10px;
    color: #5D5D5D;
}
.course-title i {
    color: #E51E26;
    font-size: 12px;
}
.course-title .point {
    cursor: pointer;
}
.course-title .point:hover {
    color: #448ed6;
}
.livestream-ddr-section .course-title .course-type {
    float: right;
}
.course-item .time, .course-item .view {
    font-size: 0.9em;
}
.livestream-ddr-section .join-button {
    padding: 20px 10px 0 0;
    text-align: right;
}
.join-button img {
    cursor: pointer;
}
.livestream-ddr-section .join-button img {
    cursor: pointer;
    max-width: 160px;
}
.livestream-ddr-section .right .join-button img {
    max-width: 100px;
}
.livestream-ddr-section .join-button img:hover {
    box-shadow: 0 8px 6px -6px #666;
}
.course-item .course-img img.course-type {
    bottom: -23px;
}
.course-item .course-img img.course-type.type2 {
    top: 14px
}
.right .course-item .course-img span {
    bottom: 7px;
}
.livestream-ddr-section .right .course-title {
    padding: 5px 0 0 10px;
}
.livestream-ddr-section .right .course-content {
    padding-left: 10px;
    line-height: 18px;
}
.livestream-ddr-section .right .join-button {
    padding: 2px 10px 8px 0;
    text-align: right;
}
.title-text {
    color: #5D5D5D;
    font-weight: 700;
    margin-top: 15px;
}
.text-blue {
    color: #236AB0;
}
.text-red {
    color: #E51E26;
}
.text-orange {
    color: #FF8236;
}
.circle-course-point-hot-livestream {
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
}
.left .course-item {
    width: 100%;
}
@media (max-width: 768px) {
    .section-content {
        flex-direction: column;
    }
    .section-content .left, .section-content .right {
        width: 100%;
    }
}

.category-span {
    background: #327ad5;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    width: fit-content;
    margin-left: 10px;
}
.category-span.left-hot-livestream {
    height: 30px;
    padding: 0 5px;
}
.category-title {
    position: absolute;
    /*top: 5px;*/
    left: 20%;
    width: 100%;
}

.category-span-related {
    background: #327ad5;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    width: fit-content;
    margin-left: 10px;
}

.category-title-related {
    position: absolute;
    top: 4px;
    left: -4%;
    width: 100%;
    font-size: 13px;
    text-align: center;
}
.section-content .left .course-item {
    width: 100%;
}

.course-span-join-button {
    display: flex;
    justify-content: space-between;
}
.section-content .left .course-item .course-span-join-button .join-button {
    padding-top: 0px;
}
.section-content .left .course-item .course-span-join-button .join-button img {
    width: 200px;
}
.right .course-item .course-title {
    width: 100%;
}

.list_lesson_livestream {
    padding-bottom: 10px;
    border-bottom: 0.5px solid #C4C4C4;
    margin-top: 10px;
}

.list_lesson_livestream_div {
    padding-top: 20px;
}

.mgl-25 {
    margin-left: -25px;
}

.mgt-15 {
    margin-top: -15px;
}